(dosified-file-name): New function.
[emacs.git] / lisp / ChangeLog
blob3a025d5bac902b849f02e9cad674ec7384a49de3
1 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3         * dos-fns.el (dosified-file-name): New function.
5         * files.el (dir-locals-find-file): Run dir-locals-file through
6         dosified-file-name.  Compare files case-insensitively on systems
7         whose filesystems are case-insensitive.
9 2008-12-25  Martin Rudalics  <rudalics@gmx.at>
11         * help.el (help-for-help-internal): Fix entry for "l".
13 2008-12-25  Richard M Stallman  <rms@gnu.org>
15         * shadowfile.el (shadow-copy-file): Revert previous change.
16         This code as it was should work properly with buffer-swapped-with.
18 2008-12-24  Francois Fleuret  <francois.fleuret@idiap.ch>  (tiny change)
20         * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
22 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
24         * subr.el (chmod): New defalias for set-file-modes.
26 2008-12-23  Juri Linkov  <juri@jurta.org>
28         * isearch.el (isearch-filter-predicate, isearch-search):
29         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
30         (isearch-filter-visible): Rename from
31         `isearch-filter-invisible'.  Doc fix.
33         * dired-aux.el (dired-isearch-filenames-toggle): Use the original
34         value from `dired-isearch-filter-predicate-orig' instead of the
35         symbol `isearch-filter-invisible'.  Doc fix.
36         (dired-isearch-filter-filenames): Doc fix.
37         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
39         * info.el (Info-find-node-2): Use negative offset 2 instead of 1
40         for Info-point-loc since it is more correct in all cases.
41         (Info-isearch-filter): Rename from
42         `Info-isearch-filter-predicate'.  Doc fix.
43         (Info-mode): Replace `Info-isearch-filter-predicate' with
44         `Info-isearch-filter'.
46 2008-12-23  Daiki Ueno  <ueno@unixuser.org>
48         * pgg.el: Add obsolescence info.
50 2008-12-22  Richard M Stallman  <rms@gnu.org>
52         * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
54         * files.el (buffer-swapped-with): New variable.
55         (basic-save-buffer-0): Most of basic-save-buffer moved here.
56         (basic-save-buffer): Unswap the buffer temporarily if nec.
58         * dired.el (dired-readin): Inhibit modification hooks.
60 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
62         * net/newst-backend.el (newst-backend):
63         Remove wrong duplicate provide statement.
65 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
67         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
68         end, before updating.
69         (tramp-convert-file-attributes): Add "l" indicator to file modes.
70         (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
72 2008-12-21  Martin Rudalics  <rudalics@gmx.at>
74         * window.el (set-window-text-height): Fix doc-string.
76 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
78         * minibuffer.el (completion-all-completions-with-base-size): Remove.
79         (completion-all-completions): Don't set it.
80         (completion-table-with-context, completion--file-name-table):
81         Don't add base-size in last cdr.
82         (completion-hilit-commonality): Add argument `base-size'.
83         (display-completion-list, completion-emacs21-all-completions)
84         (completion-emacs22-all-completions, completion-basic-all-completions):
85         Provide it.
86         (completion-pcm--all-completions): Don't need to remove the base-size
87         in last-cdr any more.
89 2008-12-20  Agustin Martin <agustin.martin@hispalinux.es>
91         * textmodes/ispell.el (ispell-check-minver): New function.
92         (ispell-check-version): Rewrite spellchecker and version checking.
93         Use (ispell-check-minver). Handle hunspell versions.
95 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
97         * ido.el (ido-read-internal): Handle `confirm' and
98         `confirm-after-completion' values for the require-match argument.
100 2008-12-20  Jason Rumney  <jasonr@gnu.org>
102         * international/mule.el (auto-coding-regexp-alist):
103         Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
105 2008-12-20  Ami Fischman  <ami@fischman.org>
107         * bindings.el (mode-line-eol-desc): Use assoc to query
108         mode-line-eol-desc-cache.
110 2008-12-20  Glenn Morris  <rgm@gnu.org>
112         * comint.el (comint-save-input-ring-index): Add missing initial value.
114 2008-12-19  Juanma Barranquero  <lekktu@gmail.com>
116         * proced.el (proced-grammar-alist): Doc fix.
117         (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
118         (proced-filter-parents, proced-sort-header, proced-update, proced-help)
119         (proced-undo): Fix typos in docstrings.
121 2008-12-19  Glenn Morris  <rgm@gnu.org>
123         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
124         (authors-fixed-case): New constant.
125         (authors-public-domain-files, authors-ignored-files):
126         (authors-valid-file-names, authors-renamed-files-alist): Update lists.
127         (authors-renamed-files-regexps): Add some new entries.
128         (authors-canonical-file-name): Don't complain about ignored files.
129         (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
130         (authors): Ensure error buffer is writable.
132 2008-12-18  Agustin Martin  <agustin.martin@hispalinux.es>
134         (ispell-really-hunspell): New variable to signal hunspell.
135         (ispell-check-version):
136         Check if hunspell and set ispell-really-hunspell if needed.
137         (ispell-send-string, ispell-start-process, flyspell-large-region):
138         Pass right options for hunspell if needed.
140 2008-12-18  Kenichi Handa  <handa@m17n.org>
142         * international/fontset.el (script-representative-chars)
143         (setup-default-fontset): Add more scripts.
145         * international/characters.el: Add more scripts.
147 2008-12-19  Juri Linkov  <juri@jurta.org>
149         * info.el (Info-isearch-search): Implement lax version of
150         incremental word search in Info.
151         (Info-isearch-start): Set Info-isearch-initial-node to the
152         current node when search is nonincremental to not stop at the
153         initial node in this case.
154         (Info-mode-map): Unbind "\M-s" from `Info-search'.
156 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
158         * textmodes/rst.el (rst-promote-region): Reflow docstring.
159         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
160         (rst-repeat-last-character): Fix typos in docstrings.
161         (rst-mode, rst-backward-section): Doc fixes.
163 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
165         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
166         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
167         (newsticker--treeview-load): Check whether groups file exists.
169         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
170         (newsticker-dir): Use `locate-user-emacs-file'.
172 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
174         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
175         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
177 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
179         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
181         * startup.el (command-line): Do not mention the server name in
182         case the user has not mentioned it, print a more explicit message.
184         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.  Change
185         all callers.
187 2008-12-18  Sam Steingold  <sds@gnu.org>
189         * vc-dir.el (vc-at-event): Handle (tool-bar) events.  Fix bug#1585.
191 2008-12-18  Juri Linkov  <juri@jurta.org>
193         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
194         `isearch-edit-string-set-word'.
195         (isearch-edit-string-set-word): Remove.
196         (isearch-occur): Imitate the C function `wordify' by replacing
197         non-word character with the \\W+ regexp.
198         (isearch-search-fun): Add `isearch-nonincremental' to the
199         condition of using a non-lax version of `word-search-forward'.
201 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
203         * epa-file.el (epa-file-insert-file-contents): Set
204         buffer-file-name before decrypting a file.
206 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
208         * server.el (server-start): If unable to start the server,
209         display a warning instead of raising an error.
211         * startup.el (server-process): Add defvar.
212         (command-line): If the daemon is unable to start the server,
213         display a message and exit Emacs.
215 2008-12-15  Sam Steingold  <sds@gnu.org>
217         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
218         mostly for CLISP modules, but could also be useful elsewhere.
220 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
222         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
223         * icomplete.el (icomplete-prospects-height):
224         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
226 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
228         * international/mule.el (find-auto-coding): Fix typo in docstring.
230         * international/mule-cmds.el (select-safe-coding-system):
231         * mail/rmail.el (rmail-require-mime-maybe):
232         Fix arguments of `display-warning'.
234         * simple.el (bad-package-check): Fix arguments of `display-warning',
235         using the package name as TYPE.  Use `string-match-p'.
237 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
239         * proced.el (proced-sort-interactive, proced-sort-pcpu)
240         (proced-sort-pmem, proced-sort-start, proced-sort-time)
241         (proced-sort-user, proced-sort-header): Prefix arg determines
242         sorting order.  Suggested by Dan Nicolaescu.
243         (proced-revert): Doc fix.
245 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
247         * proced.el (proced-grammar-alist): Allow refiner elements that
248         are cons pairs (function . help-echo) or nil.
249         (proced-refine): Use them.
250         (proced-format-alist): Allow alternatives.
251         (proced-descend): New variable.
252         (proced-sort): New arg descend.
253         (proced-sort-interactive): Repeated calls toggle sort order.
254         (proced-format): Accomodate changes of proced-format-alist.
255         Undefined attributes are displayed as "?".
256         (proced-process-attributes): New optional arg pid-list.
257         Ignore processes with empty attribute list.
259 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
261         * proced.el (proced-auto-update-interval): Renamed from
262         proced-timer-interval.
263         (proced-auto-update-flag): Renamed from proced-timer-flag.
264         (proced-auto-update-timer): Renamed from proced-timer.
265         (proced-toggle-auto-update): Renamed from
266         proced-toggle-timer-flag.
267         (proced-available): Initialize appropriately.
269 2008-12-13  Glenn Morris  <rgm@gnu.org>
271         * subr.el (declare-function): Doc fix.
273         * font-core.el (font-lock-defaults): Doc fix: mention levels;
274         refer to elisp manual.
276 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
278         * window.el (fit-window-to-buffer): Return non-nil when height
279         was orderly adjusted, nil otherwise.
281 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
282             Stefan Monnier  <monnier@iro.umontreal.ca>
284         * server.el (server-sentinel): Uncomment code to delete connection file.
285         (server-start): Save the connection file in the server property list.
286         Delete it only when we are reasonably convinced that it is not owned by
287         a running server.
288         (server-force-delete): New command to force-delete the connection file,
289         and stop the server if it is running.
290         (server-running-p): Return t also for local TCP servers when we find a
291         process with a matching PID, and :other for undecided cases.
293 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
295         * window.el (fit-window-to-buffer): Use with-selected-window and
296         condition-case.  Do not delete more windows than necessary in
297         the shrinking (delta < 0) case.  Do not raise an error when the
298         containing frame is too small to show all of buffer.  (Bug#1488)
299         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
300         min-height arg 1 to make sure that small buffers are shown.
302 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
304         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
305         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
306         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
307         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
308         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
309         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
310         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
311         (ruby-backward-sexp, ruby-add-log-current-method)
312         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
313         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
314         (ruby-deep-indent-paren): Doc fix.
315         (ruby-insert-encoding-magic-comment): Remove * from docstring.
316         (ruby-here-doc-find-end): Reflow docstring.
318 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
320         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
321         dired-shrink-to-fit is non-nil.  (Bug#1488)
323 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
325         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
326         decoding of long locale info is now done in `w32-get-locale-info'.
328 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
330         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
332 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
334         * Makefile.in (ELCFILES): Add ruby-mode.elc.
336         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
337         terminal variable assignment.
339 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
340             Nobuyoshi Nakada  <nobu@ruby-lang.org>
342         * progmodes/ruby-mode.el: New file.
344 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
346         * net/tramp.el (top): Don't fail if there is no current message.
347         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
349 2008-12-10  Kenichi Handa  <handa@m17n.org>
351         * international/fontset.el (setup-default-fontset): Add an entry
352         for characters in the Unicode SIP area.
354 2008-12-10  Glenn Morris  <rgm@gnu.org>
356         * vc-mcvs.el: Move to obsolete/, with warning comment.
357         * Makefile.in (ELCFILES): Update.
359 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
361         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
362         buffer unmodified.  (Bug#1509)
363         * epa-file.el (epa-file-insert-file-contents): Set buffer's
364         modification time if visiting a file and the content is
365         successfully decrypted.
367 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
369         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
370         check whether the buffer is still alive.
372 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
374         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
376 2008-12-09  Glenn Morris  <rgm@gnu.org>
378         * Makefile.in (ELCFILES): Update.
380 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
382         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
383         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
385 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
387         * term/xterm.el (terminal-init-xterm): Discard pending input
388         before reading a reply to the terminal attributes query.
390 2008-12-05  Andreas Schwab  <schwab@suse.de>
392         * dired.el (dired-font-lock-keywords): Fix last change.
394 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
396         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
397         into (defcustom ... "..." :type ... :group...).
399 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
401         * international/mule-diag.el (mule-diag): Display the window
402         system version in a less laconic way.
404 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
406         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
407         if the sorting functions are not loaded.  (Bug#1432)
409 2008-12-04  Sam Steingold  <sds@gnu.org>
411         * progmodes/compile.el (compilation-read-command): Extract from
412         compile.
413         (compile): Use it.
414         (recompile): Accept an optional argument to enable editing the
415         command line.
417 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
419         * net/tramp.el (top): Write a message, when loading Tramp.
421         * net/tramp-cache.el (tramp-dump-connection-properties):
422         Polish the check, whether to dump the data.
424 2008-12-04  Lute Kamstra  <lute@gnu.org>
426         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
427         check if the file "CVS/Entries" exists.
429 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
431         * international/mule-diag.el (list-character-sets): Doc fix.
432         (list-character-sets-2): Fix info in header.  Simplify.
433         (print-coding-system): Simplify.
434         (list-input-methods-1): Simplify.
435         (mule-diag): Display current font/fontset for all window systems,
436         not just X.  Simplify.
438 2008-12-04  Glenn Morris  <rgm@gnu.org>
440         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
441         (vc-cvs-register): Doc fix.
442         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
443         (vc-mcvs-register): Doc fix.
444         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
445         (vc-rcs-register): Doc fix.
446         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
447         (vc-sccs-register): Doc fix.
448         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
449         (vc-svn-register): Doc fix.
451         * files.el (toggle-read-only): Doc fix.
453 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
455         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
456         be used in compact layout and vice-versa.
458 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
460         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
461         like most list-* commands.
463         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
464         They already exist in descr-text.el as `describe-char-unicodedata-file'
465         and `describe-char-unicode-data'.
466         (print-list): Simplify.
467         (read-charset): Reflow docstring.
468         (list-coding-systems): Doc fix.
470 2008-12-03  Glenn Morris  <rgm@gnu.org>
472         * vc.el (vc-diff-switches): Doc fix.
473         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
474         (vc-bzr-log-switches): Doc fix.
475         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
476         * vc-git.el (vc-git-diff-switches): Doc fix.
477         * vc-hg.el (vc-hg-diff-switches): Doc fix.
478         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
479         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
480         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
481         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
483         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
484         other backends.
485         (vc-arch-diff): Apply switches.
487         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
488         than appending.
490         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
492 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
494         * epa.el (epa--show-key): Use past tense of "expire" if the key
495         has already been expired.  Thanks to Peter BARABAS.
497 2008-12-03  Lute Kamstra  <lute@gnu.org>
499         * align.el:
500         * allout.el:
501         * apropos.el:
502         * arc-mode.el:
503         * autoinsert.el:
504         * avoid.el:
505         * battery.el:
506         * bookmark.el:
507         * buff-menu.el:
508         * calculator.el:
509         * chistory.el:
510         * cmuscheme.el:
511         * comint.el:
512         * compare-w.el:
513         * dabbrev.el:
514         * delim-col.el:
515         * desktop.el:
516         * diff-mode.el:
517         * diff.el:
518         * dired-aux.el:
519         * dired-x.el:
520         * dired.el:
521         * dos-vars.el:
522         * ediff-diff.el:
523         * ediff-help.el:
524         * ediff-init.el:
525         * ediff-merg.el:
526         * ediff-mult.el:
527         * ediff-ptch.el:
528         * ediff-vers.el:
529         * ediff-wind.el:
530         * ediff.el:
531         * emerge.el:
532         * facemenu.el:
533         * faces.el:
534         * ffap.el:
535         * filecache.el:
536         * find-dired.el:
537         * font-core.el:
538         * font-lock.el:
539         * forms.el:
540         * fringe.el:
541         * help-at-pt.el:
542         * hippie-exp.el:
543         * ido.el:
544         * image-file.el:
545         * imenu.el:
546         * indent.el:
547         * info.el:
548         * isearchb.el:
549         * iswitchb.el:
550         * jit-lock.el:
551         * jka-compr.el:
552         * log-edit.el:
553         * lpr.el:
554         * ls-lisp.el:
555         * man.el:
556         * menu-bar.el:
557         * midnight.el:
558         * mouse-sel.el:
559         * mouse.el:
560         * msb.el:
561         * outline.el:
562         * paren.el:
563         * pcmpl-cvs.el:
564         * pcmpl-gnu.el:
565         * pcomplete.el:
566         * pcvs-info.el:
567         * pcvs-parse.el:
568         * printing.el:
569         * ps-mule.el:
570         * ps-print.el:
571         * replace.el:
572         * ruler-mode.el:
573         * saveplace.el:
574         * sb-image.el:
575         * scroll-bar.el:
576         * sha1.el:
577         * shadowfile.el:
578         * shell.el:
579         * sort.el:
580         * speedbar.el:
581         * strokes.el:
582         * tempo.el:
583         * term.el:
584         * terminal.el:
585         * time-stamp.el:
586         * time.el:
587         * tree-widget.el:
588         * type-break.el:
589         * vc-cvs.el:
590         * vc-hg.el:
591         * vc-mcvs.el:
592         * vc-rcs.el:
593         * vc-sccs.el:
594         * vc.el:
595         * view.el:
596         * w32-vars.el:
597         * whitespace.el:
598         * wid-edit.el: Remove leading * from docstrings of defcustoms,
599         deffaces, defconsts and defuns.
601 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
603         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
604         the prompt was added to the minibuffer.
606 2008-12-02  Glenn Morris  <rgm@gnu.org>
608         * format.el (format-write-file): Rewrite doc yet again.
610         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
611         Doc fix.  (Bug#1368)
613         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
615 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
617         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
618         case where point is at the beginning of the buffer.  (Bug#1239)
620 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
622         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
623         already have the correct indentation.  (Bug#859)
625 2008-12-02  Kenichi Handa  <handa@m17n.org>
627         * international/uni-decomposition.el: Re-generated.
629 2008-12-01  Andreas Schwab  <schwab@suse.de>
631         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
632         ending in a colon as directory header.
634 2008-12-01  Kenichi Handa  <handa@m17n.org>
636         * international/uni-numeric.el: Re-generated.
638         * international/charprop.el: Re-generated.
640 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
642         * international/mule-cmds.el (locale-preferred-coding-systems):
643         Fix alist item.
645 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
647         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
648         (tramp-set-connection-property, tramp-flush-connection-property)
649         (tramp-dump-connection-properties): Use it.
651 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
653         * wdired.el (wdired-finish-edit): If displaying a single file,
654         change dired-directory if that file was renamed.
656         * emacs-lisp/byte-run.el (macro-declaration-function):
657         Disallow declare specs with lengths of 3 or more.
659         * dirtrack.el (dirtrack): Fix error message.
661 2008-11-30  Glenn Morris  <rgm@gnu.org>
663         * vc-svn.el (vc-svn-diff-switches): Doc fix.
664         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
666         * vc-git.el (vc-git-diff):
667         * vc-hg.el (vc-hg-diff):
668         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
670         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
671         (eshell-needs-pipe-p): New function.
672         (eshell-gather-process-output): Set process-connection-type according to
673         eshell-needs-pipe-p.  (Bug#1388)
675 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
677         * calendar/diary-lib.el (diary-cyclic): Doc fix.
678         (diary-remind-message, diary-number-of-entries)
679         (diary-include-other-diary-files, diary-mark-included-diary-files)
680         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
681         (diary-font-lock-keywords-1): Reflow docstrings.
682         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
683         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
685         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
686         (timer-duration): Use `string-match-p'.
688 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
690         * complete.el (PC-do-complete-and-exit):
691         Use minibuffer-confirm-exit-commands.
693         * minibuffer.el (minibuffer-confirm-exit-commands):
694         Add PC-complete and PC-complete-word to the list.
696 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
698         * files.el (break-hardlink-on-save): Fix typo in docstring.
699         Add :version tag.
701         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
702         (reb-mode): Define with `define-derived-mode'.
704 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
706         * files.el (break-hardlink-on-save): New variable.
707         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
708         (file-precious-flag): Mention it in doc string.
710 2008-11-29  Miles Bader  <miles@gnu.org>
712         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
713         (minibuffer-complete-and-exit): Use it.
715 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
717         * term/x-win.el (x-gtk-stock-cache): New hash table.
718         (x-gtk-map-stock): Perform caching to prevent excess consing
719         during redisplay.
721 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
723         * minibuffer.el (completion--try-word-completion): Don't ignore
724         partial-completion if it's the only style.
726 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
728         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
729         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
730         (reb-initialize-buffer): Update matches, in case we're reentering
731         RE Builder mode.
733 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
735         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
736         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
737         values for minibuffer-completion-confirm.
739 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
741         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
742         any but the first "*" in a doc-string.
744 2008-11-28  Glenn Morris  <rgm@gnu.org>
746         * format.el (format-write-file): Improve previous doc fix.
748 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
750         * simple.el (use-empty-active-region, use-region-p)
751         (region-active-p): Doc fix.
753 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
755         * window.el (display-buffer): Fix handling of not-this-window
756         argument.  (Bug#1415)
758 2008-11-27  Kenichi Handa  <handa@m17n.org>
760         * international/characters.el: Set category 'C' to characters
761         #x20000..#x2AFFF, #x2F800..#x2FFFF.
763         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
765 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
767         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
768         (tool-bar-find-image): Function deleted.
769         (tool-bar-local-item, tool-bar-local-item-from-menu):
770         Use find-image instead of tool-bar-find-image.
771         (tool-bar-keymap-cache): New hash table.
772         (tool-bar-make-keymap): Use it.
773         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
775 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
777         * net/dbus.el (dbus-handle-event): The result of a message call
778         handler can also be an object, which is not a consp.
780 2008-11-25  Alan Mackenzie  <acm@muc.de>
782         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
783         (forward-list, backward-list, down-list, backward-up-list)
784         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
785         (insert-pair, insert-parentheses): State that the command assumes
786         that point is not in a string or comment.
788 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
790         * net/dbus.el (dbus-string-to-byte-array)
791         (dbus-byte-array-to-string, dbus-escape-as-identifier)
792         (dbus-unescape-from-identifier): New defuns.
793         (dbus-handle-event): The result of a message call is a list of
794         arguments, which must be expanded when passing to
795         `dbus-method-return-internal'.
797         * net/tramp.el (tramp-handle-write-region): Improve the check for
798         calling direct copy.
799         (tramp-find-inline-encoding): Don't raise an error but a warning,
800         when no inline encoding is found.
801         (tramp-get-remote-coding): Check for a symbol.  The negative check
802         for a string fails, when there is an empty string.
804 2008-11-26  Glenn Morris  <rgm@gnu.org>
806         * vc-git.el (vc-git-diff-switches): New option.
807         (vc-git-diff): Apply diff switches.  (Bug#1386)
808         Give it a basic doc string.
810         * term/pc-win.el (x-font-family-list): Replace redefinition with
811         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
813 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
815         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
816         of the polynomial rather than the whole polynomial.
818 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
820         * mail/mailabbrev.el (define-mail-abbrev): When reading from
821         mailrc, recognize string quoting.  When reading from Lisp, accept
822         rfc822-like addresses.
824         * mail/mailalias.el (define-mail-alias): Sync code with
825         define-mail-abbrev.
827 2008-11-25  Glenn Morris  <rgm@gnu.org>
829         * eshell/esh-proc.el (eshell-gather-process-output):
830         Revert previous change.  (re-opens Bug#1388)
832         * select.el (x-set-cut-buffer): Fix signal arguments.
834         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
836 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
838         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
839         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
840         (bubbles--empty-char): Use "\s".
842 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
844         * calc/calc.el (calc-settings-file, calc-language-alist)
845         (calc-embedded-announce-formula)
846         (calc-embedded-announce-formula-alist)
847         (calc-embedded-open-formula, calc-embedded-close-formula)
848         (calc-embedded-open-close-formula-alist)
849         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
850         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
851         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
852         (calc-embedded-open-close-new-formula-alist)
853         (calc-embedded-open-mode, calc-embedded-close-mode)
854         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
855         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
856         (calc-multiplication-has-precedence): Remove unnecessary asterisks
857         from docstrings.
859 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
861         * calculator.el (calculator-op-or-exp): Reflow docstring.
862         (calculator-remove-zeros, calculator-repR, calculator-repL):
863         Fix typos in docstrings.
865 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
867         * log-view.el (log-view-annotate-version): Let vc-annotate manage
868         windows instead of calling switch-to-buffer.
870         * diff.el (diff-sentinel): Take note of diff error return value.
872 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
874         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
875         frame can't be split.
877 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
879         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
880         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
881         (newsticker--treeview-tree-update-tag): Remove dead code.
882         (newsticker-treeview-update): Don't update cache.
883         (newsticker-treeview-quit): Don't save cache.
884         (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
885         (newsticker-treeview-save): Use `newsticker-dir'.
886         (newsticker--treeview-load): Use `newsticker-dir'.
887         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
888         Update tags.
889         (newsticker-treeview-tree-do-click): Slightly simplified.
891         * net/newst-backend.el (newsticker-dir): New.
892         (newsticker-start): Use `newsticker--cache-read'.
893         (newsticker-stop): Use `newsticker--cache-save'.
894         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
895         (newsticker--images-dir): New.
896         (newsticker--image-get, newsticker--image-sentinel):
897         Use `newsticker--images-dir'.
898         (newsticker--cache-save-version1): Backup version of
899         `newsticker--cache-save'.
900         (newsticker--cache-update): Create newsticker-dir if necessary.
901         (newsticker--cache-dir): New.
902         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
903         (newsticker--cache-save-feed): New.
904         (newsticker--cache-read-version1): New. Backuped version for reading
905         cache data..
906         (newsticker--cache-read, newsticker--cache-do-read): New.
908         * net/newst-reader.el (newsticker--image-read):
909         Use `newsticker--images-dir'.
911 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
913         * files.el (confirm-nonexistent-file-or-buffer):
914         Allow `after-completion' value to request confirm only after TAB.
915         (confirm-nonexistent-file-or-buffer): New function.
916         (read-buffer-to-switch, find-file, find-file-other-window)
917         (find-file-other-frame, find-file-read-only)
918         (find-file-read-only-other-window)
919         (find-file-read-only-other-frame): Use it.
920         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
921         Thanks to Alan Mackenzie for suggesting the new behavior.
923         * minibuffer.el (minibuffer-complete-and-exit):
924         Change `confirm-only' value of minibuffer-completion-confirm to
925         `confirm', and handle a `confirm-after-completion' value.
927 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
929         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
931 2008-11-24  Andreas Schwab  <schwab@suse.de>
933         * image.el (image-type-header-regexps): Recognize more xbm format
934         variants.
936 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
938         * textmodes/artist.el (artist-charlist-to-string): Simplify.
939         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
940         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
941         (artist-replace-string, artist-draw-rect, artist-draw-line)
942         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
943         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
944         (artist-pen, artist-pen-line, artist-text-insert-common)
945         (artist-text-overwrite, artist-spray-get-interval)
946         (artist-spray-clear-circle, artist-erase-char)
947         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
948         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
949         (artist-key-draw-1point, artist-key-draw-2points)
950         (artist-mouse-draw-continously): Fix typos in docstrings.
951         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
952         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
953         (artist-backward-char, artist-forward-char): Doc fixes.
954         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
955         Reflow docstrings.
957 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
959         * international/quail.el (quail-vunion): New function.
960         (quail-defrule-internal): Use it to prevent accumulating redundant
961         alternatives when `append' is set.
962         (quail-insert-decode-map): Simplify computation of the max-key-width.
963         Compute it right for multiple-list.
965 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
967         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
968         explicitly.  Doc fix.
970 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
972         * calendar/appt.el (appt-disp-window): Move minibuffer check
973         after binding this-window and do not set-buffer to make sure we
974         won't deselect the minibuffer.  (Bug#1413)
976 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
978         * vc-hg.el (vc-hg-program): Remove.
979         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
980         Undo previous change.
982 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
984         * info-look.el (info-lookup): When Info buffer is visible on
985         another frame, raise that frame.
987 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
989         * allout.el (allout-mode): Fix typo in docstring.
991         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
992         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
994 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
996         * vc-hooks.el (vc-follow-link): Complete last change.
998 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
1000         * textmodes/remember.el (remember-region): Doc fix.
1001         (remember-filter-functions, remember-handler-functions)
1002         (remember-save-after-remembering, remember-mailbox)
1003         (remember-default-priority, remember-data-file, remember-leader-text)
1004         (remember-diary-file): Remove * from defcustom docstrings.
1005         (remember-run-all-annotation-functions-flag)
1006         (remember-all-handler-functions): Reflow docstrings.
1007         (remember-store-in-mailbox): Fix typo in docstring.
1008         (remember-mode): Define with `define-derived-mode'.  Doc fix.
1010 2008-11-23  Glenn Morris  <rgm@gnu.org>
1012         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
1013         (eshell-do-pipelines): Add optional argument to distinguish recursive
1014         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
1015         in a pipeline.
1017         * eshell/esh-proc.el (eshell-gather-process-output):
1018         Set process-connection-type nil for all but the first element of a
1019         pipeline.  (Bug#1388)
1021 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
1023         * ediff-hook.el: Add tooltips to Emacs menus.
1025         * ediff.el: Change date of last update.
1027 2008-11-22  Juri Linkov  <juri@jurta.org>
1029         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
1030         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
1031         Doc fix.
1032         (dired-isearch-filenames-setup): Run filename Isearch only when
1033         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
1034         and the text property `dired-filename' at point is non-nil.
1035         In this case also set isearch-message-prefix-add to "filename ".
1036         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
1037         (dired-isearch-filenames, dired-isearch-filenames-regexp):
1038         Don't let-bind isearch-message-prefix-add since this is done now
1039         in dired-isearch-filenames-setup.
1041         * isearch.el (isearch-mode): Change the order of calling
1042         `isearch-update' and running the `isearch-mode-hook' to call
1043         `isearch-update' with Isearch parameters set in this hook.
1045         * progmodes/compile.el (compilation-auto-jump-to-first-error):
1046         Fix docstring - change "during `compile'" to "during compilation".
1048         * descr-text.el (describe-char-unidata-list): Move `old-name' to
1049         be immediately after `name'.
1051         * startup.el (initial-buffer-choice): Change an abstract file name
1052         "file.txt" to more reasonable default file name value "~/.emacs".
1054 2008-11-22  Juri Linkov  <juri@jurta.org>
1056         * files.el (hack-local-variables-confirm): Rename arg `project' to
1057         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
1058         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
1059         (hack-local-variables): Rename call of `hack-project-variables' to
1060         `hack-dir-local-variables'.  Change error text to "Directory-local
1061         variables error".
1062         (dir-locals-class-alist): Rename from `project-class-alist'.
1063         (dir-locals-directory-alist): Rename from `project-directory-alist'.
1064         (dir-locals-get-class-variables): Rename from `project-get-alist'.
1065         (dir-locals-collect-mode-variables): Rename from
1066         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
1067         `mode-variables', and arg `settings' to `variables'.
1068         (dir-locals-collect-variables): Rename from
1069         `project-collect-binding-list'.  Rename arg `binding-list' to
1070         `class-variables', and arg `settings' to `variables'.
1071         (dir-locals-set-directory-class): Rename from `set-directory-project'.
1072         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
1073         Rename arg `settings' to `variables'.
1074         (dir-locals-file): New defconst.
1075         (dir-locals-find-file): Rename from `project-find-settings-file'.
1076         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
1077         and `pda' to `dir-elt'.
1078         (dir-locals-read-from-file): Rename from
1079         `project-define-from-project-file'.  Rename arg `settings-file'
1080         to `file'.  Rename let-bound `list' to `variables'.
1081         (hack-dir-local-variables): Rename from `hack-project-variables'.
1082         Rename let-bound `settings' to `variables-file', `root-dir'
1083         to `dir-name', and `bindings' to `variables'.
1085 2008-11-22  Lute Kamstra  <lute@gnu.org>
1087         * simple.el (goto-line): Rename argument.
1089 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
1091         * makefile.w32-in (compile-first): New target.
1092         (recompile): Depend on compile-first.
1094         * Makefile.in (recompile): Depend on compile-first.
1096 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
1098         * files.el (switch-to-buffer-other-window)
1099         (switch-to-buffer-other-frame): Rename buffer argument to
1100         buffer-or-name.  Reword and mention new option
1101         confirm-nonexistent-file-or-buffer in doc-string.
1103 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
1105         * emulation/viper.el: Date change.
1107         * emulation/viper-cmd.el (viper-envelop-ESC-key):
1108         viper-translate-all-ESC-keysequences is now a function.
1110         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
1111         Make this variable.
1113 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1115         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
1116         Use buffer-file-truename to handle symlinks in any part of the filename.
1118 2008-11-22  Glenn Morris  <rgm@gnu.org>
1120         * vc-mtn.el (vc-mtn-diff-switches): New option.
1121         (vc-mtn-program): Rename from vc-mtn-command, for
1122         consistency with other backends.  Keep old name as alias.
1123         Update callers.  Make it a defcustom.
1124         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
1126         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
1127         consistency with other backends.  Keep old name as alias.
1128         Make it a defcustom.
1129         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
1131         * vc-hg.el (vc-hg-program): New option.
1132         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
1133         Use vc-hg-program rather than hard-coded "hg".
1135         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
1136         (vc-svn-program): Move defcustom to start.
1137         (vc-svn-create-repo, vc-svn-modify-change-comment):
1138         Use vc-svn-program rather than hard-coded "svn".
1140         * menu-bar.el: Stylistic consistency fixes for various menu and
1141         help texts.
1143         * kmacro.el (kmacro-insert-counter): Doc fix.
1145 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
1147         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
1149 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1151         * international/quail.el (quail-indent-to): New function.
1152         (quail-completion-1, quail-completion-list-translations)
1153         (quail-insert-decode-map): Use it to improve alignment.
1154         (quail-build-decode-map): Don't ignore latin-1 chars.
1155         (quail-help): Increase the max decode-map size so that even the TeX map
1156         gets printed.
1158         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
1159         Signal error for invalid bookmark.
1160         (bookmark-get-bookmark-record): Undo last change.
1161         (bookmark-store, bookmark-delete): Use new arg `noerror'.
1163         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
1164         Suggested by Toru TSUNEYOSHI.
1166 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1168         * byte-opt.el (byte-compile-butlast): Move up in file.
1169         (byte-optimize-plus): Don't call
1170         byte-optimize-delay-constants-math (bug#1334).
1171         Use byte-optimize-predicate to optimize constants.
1172         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
1173         Remove zero arguments first
1174         if possible.  Call byte-optimize-predicate to optimize constants.
1175         (byte-optimize-multiply): Remove optimizations for arguments of 0
1176         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
1177         Call byte-optimize-predicate.
1178         (byte-optimize-divide): Leave runtime errors unchanged.
1179         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
1180         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
1182 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
1184         * bookmark.el (bookmark-jump-noselect): Add obsolescence
1185         declaration and remove redundant info from docstring.
1187         * isearch.el (isearch-search-string): Doc fix.
1188         (search-exit-option, search-slow-window-lines, search-slow-speed)
1189         (search-upper-case, search-nonincremental-instead)
1190         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
1191         (search-ring-update, search-highlight, isearch-lazy-highlight)
1192         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1193         (lazy-highlight-interval): Remove * from defcustom docstrings.
1194         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
1195         Remove * from defcustom docstrings; fix typos.
1196         (isearch-push-state-function, isearch-help-for-help-internal)
1197         (isearch-help-for-help, isearch-describe-bindings)
1198         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
1199         (isearch-pop-fun-state, isearch-search-fun-function)
1200         (isearch-lazy-highlight-search): Fix typos in docstrings.
1201         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
1202         (isearch-forward): Fix typo and reflow docstring.
1203         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
1204         (isearch-mode-map): Don't use `let*'.
1206 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
1208         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
1210 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1212         * isearch.el (isearch-search-string): Simplify and convert docstring.
1214         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
1216 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1218         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
1219         (lookup-nested-alist): Doc fix.
1220         (with-coding-priority): Reflow docstring.
1221         (detect-coding-with-priority): Fix typos in obsolescence declaration.
1222         (char-displayable-p): Reflow docstring.  Use `when'.
1224 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1226         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
1227         week forward/backward.
1229 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1231         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
1232         (with-electric-help): Fix typo and reflow docstring.
1234 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1236         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
1237         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
1238         (list-buffers-noselect): Don't need to pad.
1240 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1242         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
1243         Pay attention to char widths when computing string sizes.
1245 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
1247         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
1248         (byte-compile-output-docform): Reflow docstrings.
1249         (no-byte-compile): Fix typo in docstring.
1250         (byte-recompile-directory, compile-defun): Doc fixes.
1251         (emacs-lisp-file-regexp, byte-compile-verbose)
1252         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
1253         (byte-compile-dynamic-docstrings, byte-optimize-log)
1254         (byte-compile-error-on-warn, byte-compile-warnings)
1255         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
1256         Remove * from defcustom docstrings.
1258 2008-11-20  Glenn Morris  <rgm@gnu.org>
1260         * format.el (format-alist, format-write-file): Doc fix.
1262         * proced.el (proced-available): New variable.
1263         (proced-process-attributes): Move availability check from previous
1264         change from here...
1265         (proced): ... to here.
1267         * vc-hg.el (vc-hg-diff-switches): New option.
1268         (vc-hg-diff): Apply diff switches.  (Bug#1017)
1270         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
1272         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
1274 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
1276         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
1278 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
1280         * calc/calc-units.el (math-units-table): Doc fix.
1281         (math-standard-units): Fix typo in constant's description.
1282         (math-additional-units): Fix typo in docstring.
1284 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
1286         * calc/calc-units.el (math-standard-units): Add eps0,
1287         permittivity of vacuum.
1289 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
1291         * files.el (project-settings-file): Remove.
1292         (project-find-settings-file): Undo previous change that added the
1293         use of project-settings-file.
1295 2008-11-19  Glenn Morris  <rgm@gnu.org>
1297         * proced.el (proced, proced-format-time): Doc fixes.
1298         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
1300 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
1302         * bookmark.el (bookmark-jump-noselect): Move the deprecation
1303         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
1305 2008-11-19  Lute Kamstra  <lute@gnu.org>
1307         * autoinsert.el (auto-insert-alist): Don't use match data.
1309 2008-11-19  Glenn Morris  <rgm@gnu.org>
1311         * progmodes/f90.el (f90-mode-map): Add some menu :help.
1313         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
1315         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
1316         * term/w32-win.el (x-select-font): Declare.
1318         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
1319         Use the imperative for all help strings.
1321 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1323         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
1324         case where the default dictionary is French, Spanish, younameit.
1326         * window.el (window--frame-usable-p): Consider dedicated windows
1327         as usable.
1329         * files.el (confirm-nonexistent-file-or-buffer):
1330         Rename from find-file-confirm-nonexistent-file.
1331         (read-buffer-to-switch): Use it.
1333 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
1335         * server.el (server-temp-file-p): Use `string-match-p'.
1336         (server-socket-dir): Set to nil if local sockets are unsupported.
1337         (server-start): Don't try to delete local socket if unsupported.
1338         (server-kill-new-buffers): Reflow docstring.
1339         (server-delete-client, server-handle-delete-frame)
1340         (server-save-buffers-kill-terminal): Doc fixes.
1341         (server-send-string): Fix typo in docstring.
1343 2008-11-18  Sam Steingold  <sds@gnu.org>
1345         * progmodes/compile.el (compilation-start-hook): New hook.
1346         (compilation-start): Run it on the compilation process.
1348 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
1350         * international/mule-cmds.el (update-leim-list-file): Simplify.
1351         (prefer-coding-system, find-coding-systems-for-charsets):
1352         Fix docstring typos.
1353         (select-safe-coding-system, input-method-exit-on-first-char)
1354         (language-info-alist, language-info-custom-alist): Reflow docstrings.
1355         (toggle-input-method, read-multilingual-string): Doc fixes.
1356         Reflow docstrings.
1357         (locale-name-match, sort-coding-systems, find-multibyte-characters)
1358         (read-char-by-name): Use `string-match-p'.
1359         (get-char-code-property, put-char-code-property)
1360         (char-code-property-description): Be silent while loading uni-* files.
1361         (ucs-names): Use `dotimes-with-progress-reporter', because loading
1362         the Unicode character names is *slow*.
1364 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
1366         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
1368         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
1370 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
1372         * international/mule-cmds.el (ucs-completions): Mark as risky.
1374 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
1376         * help-macro.el (three-step-help): Remove * from defcustom.
1377         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
1378         Use when instead of if and cond within condition-case.
1380         * window.el (quit-window): Bind window to selected window when
1381         trying to delete it.
1383 2008-11-17  Glenn Morris  <rgm@gnu.org>
1385         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
1386         definition of 'ignore, rather than nil.  (Bug#1353)
1388 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1390         * window.el (window--frame-usable-p): Allow use for soft-dedication.
1392 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
1394         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
1396         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
1397         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
1398         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
1399         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
1400         (shell-command, repeat-complex-command): Reflow docstrings.
1401         (pop-to-mark-command): Fix typos in docstring.
1403 2008-11-17  Juri Linkov  <juri@jurta.org>
1405         * isearch.el (isearch-filter-predicate): Rename from
1406         `isearch-success-function'.  Rename default value from
1407         `isearch-success-function-default' to
1408         `isearch-filter-invisible'.  Doc fix.
1409         (isearch-filter-invisible): Rename from
1410         `isearch-success-function-default'.  Doc fix.
1411         (isearch-search, isearch-lazy-highlight-search):
1412         Rename `isearch-success-function' to `isearch-filter-predicate'.
1414         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
1415         `dired-isearch-orig-success-function'.
1416         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1417         (dired-isearch-filenames-end): Rename `isearch-success-function' to
1418         `isearch-filter-predicate'.  Doc fix.
1419         (dired-isearch-filter-filenames): Rename from
1420         `dired-isearch-success-function'.
1422         * info.el (Info-search, Info-mode):
1423         Rename `isearch-success-function' to `isearch-filter-predicate'.
1424         (Info-isearch-filter-predicate): Rename from
1425         `Info-search-success-function'.
1427         * simple.el (minibuffer-default-add-function): Fix docstring to
1428         use clear text "default values" instead of obscure references to
1429         the dynamic variable `minibuffer-default'.
1431 2008-11-16  Glenn Morris  <rgm@gnu.org>
1433         * term/ns-win.el (ns-extended-platform-support-mode):
1434         Tweak menu entry from previous change.
1436         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
1438         * cus-edit.el (custom-buffer-create-internal): Always insert the
1439         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
1441 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1443         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
1445 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1447         * ielm.el (ielm-eval-input): Fix thinko in last change.
1449 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1451         * subr.el (read-passwd): Yank current kill if the user enters C-y.
1453 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
1455         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
1456         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
1458         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
1459         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1460         Handle `file-name-as-directory'.
1462 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
1464         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
1465         usual variable-pitch face.
1467 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
1469         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
1470         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
1471         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
1472         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
1473         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
1474         (ange-ftp-quote-string, ange-ftp-process-handle-line)
1475         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
1476         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
1477         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
1478         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
1479         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
1480         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
1481         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
1482         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
1483         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
1484         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
1485         (ange-ftp-default-user, ange-ftp-default-password)
1486         (ange-ftp-default-account, ange-ftp-netrc-default-password)
1487         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
1488         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
1489         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
1490         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
1491         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
1492         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
1493         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
1494         (ange-ftp-make-backup-files, ange-ftp-retry-time)
1495         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
1496         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
1497         (ange-ftp-gateway-tmp-name-template)
1498         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
1499         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
1500         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
1501         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
1502         (ange-ftp-gateway-program): Remove * from docstring and reflow.
1503         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
1504         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
1505         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
1506         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
1507         (ange-ftp-rename-local-to-remote): Doc fixes.
1508         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
1509         Use `when', `unless'.
1510         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
1511         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
1512         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
1513         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
1514         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
1515         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
1516         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
1517         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
1518         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
1519         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
1520         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
1521         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
1522         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
1523         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
1524         `(save-match-data (string-match ...))'.
1525         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
1526         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
1527         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
1528         Doc fixes.
1530 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
1532         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
1533         function instead of a variable.
1535         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
1536         viper-ESC-keyseq-timeout as a function.
1537         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
1538         defsubst.
1540         * emulation/viper-cmd.el: Let line-move-visual to nil when using
1541         next-line or previous-line.
1542         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
1544         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
1546         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
1547         live.
1548         (ediff-save-buffer): Let window-min-height to 2.
1550         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
1551         the minibuffer.
1553 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
1555         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
1556         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
1557         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
1558         (ielm-map): Define within defvar.  Add docstring.
1559         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
1560         (ielm-complete-filename): Use `when', `unless'.
1561         (ielm-is-whitespace-or-comment): Use `string-match-p'.
1562         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
1563         (ielm-change-working-buffer): Check that the buffer is live.
1564         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
1565         Simplify.  Reflow docstring.
1566         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
1567         New aliases, to satisfy `define-derived-mode' expectations.
1569 2008-11-15  Glenn Morris  <rgm@gnu.org>
1570             Martin Rudalics  <rudalics@gmx.at>
1572         * emacs-lisp/find-func.el (find-function-advised-original): New.
1573         (find-function-C-source, find-function-noselect):
1574         Use find-function-advised-original to handle advised funcs.  (Bug#789)
1576 2008-11-15  Glenn Morris  <rgm@gnu.org>
1578         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
1579         alias message.
1581         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
1582         Remove uniquify-after-kill-buffer-p dependency.
1583         (uniquify-kill-buffer-function): New function.
1584         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
1586         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
1587         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
1588         main Emacs manual.
1590 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
1592         * window.el (quit-window): Restore delete window with second
1593         arg non-nil behavior as of before 2008-10-30 change.
1595 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
1597         * help-fns.el (describe-function-1): Do char-range check for
1598         self-insert-command.
1600 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
1602         * files.el (file-precious-flag): Document that this flag is advisory.
1604 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1606         * emacs-lisp/bytecomp.el (byte-compile-associative)
1607         (byte-compile-minus, byte-compile-quo): If there are more than two
1608         operands, don't use binary operation code (bug#1334).
1610 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
1612         * w32-fns.el (w32-shell-dos-semantics):
1613         * calendar/diary-lib.el (diary-face-attrs):
1614         * international/mule-cmds.el (set-default-coding-systems)
1615         (prefer-coding-system):
1616         * net/tramp.el (tramp-set-completion-function):
1617         * progmodes/vhdl-mode.el (vhdl-file-header):
1618         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
1620         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
1622         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
1623         (kill-matching-buffers, save-buffers-kill-emacs)
1624         (save-buffers-kill-terminal): Fix typos in docstrings.
1625         (switch-to-buffer-other-window): Reflow docstring.
1626         (revert-buffer): Doc fix.
1627         (define-project-bindings): Rename arg LIST to SETTINGS.
1628         (project-find-settings-file): Use `let', not `let*'.
1629         Use `when'.
1631 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
1633         * files.el (project-settings-file, locate-dominating-file):
1634         Fix typos in docstrings.
1635         (find-file-visit-truename): Remove * from defcustom docstring.
1637 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
1639         * files.el (project-settings-file): New variable.
1640         (project-find-settings-file): Use it, instead of hardcoding
1641         .dir.settings.el.
1643 2008-11-13  Glenn Morris  <rgm@gnu.org>
1645         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
1647 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
1649         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
1650         in mail bodies.
1652 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
1654         * international/mule.el (autoload-coding-system, with-category-table)
1655         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
1656         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
1657         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
1658         (set-file-name-coding-system, ctext-pre-write-conversion)
1659         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
1660         Reflow docstrings.
1661         (charset-list, set-coding-priority): Remove redundant obsolescence info.
1662         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
1663         (char-valid-p): Define with `define-obsolete-function-alias'.
1665         * textmodes/artist.el (artist-mode): Fix typos in docstring.
1667 2008-11-12  Sam Steingold  <sds@gnu.org>
1669         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
1670         between hostname and path.
1672 2008-11-11  Juri Linkov  <juri@jurta.org>
1674         * dired-aux.el (dired-isearch-filenames)
1675         (dired-isearch-filenames-regexp):
1676         Let-bind isearch-message-prefix-add to "filename ".
1678         * isearch.el (isearch-message-prefix-add)
1679         (isearch-message-suffix-add): New variables.
1680         (isearch-message-prefix): Show additional text from
1681         `isearch-message-prefix-add' before "I-search".
1682         (isearch-message-suffix): Show additional text from
1683         `isearch-message-suffix-add' at the end.
1685         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
1686         `isearch-search'.  Call isearch-success-function to skip matches
1687         outside the current isearch scope.  Let-bind search-invisible to
1688         nil to not match invisible text.
1690         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
1691         Let-bind `isearch-recursive-edit' to nil to prevent calling
1692         `exit-recursive-edit' in `isearch-done' that terminates the
1693         execution of these commands when it is non-nil.  Call
1694         `exit-recursive-edit' explicitly at the end.
1695         (isearch-occur): For word search construct the correct regexp
1696         with word boundaries to proceed with occur.
1698         * isearch.el (isearch-search-fun): Compare the length of the
1699         current search string with the length of the string from the
1700         previous search state to detect the situation when the user
1701         adds or removes characters in the search string.
1702         Use word-search-forward-lax and word-search-backward-lax in this
1703         case, and otherwise word-search-forward and word-search-backward.
1705 2008-11-11  Sam Steingold  <sds@gnu.org>
1707         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
1708         the "Version Control" group (for C-x v g).
1710 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
1712         * server.el (server-process-filter): Fix typos and reflow docstring.
1714 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
1716         * mail/footnote.el (footnote-mode): Improve doc-string.
1717         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
1719 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
1721         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
1723 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1725         * mail/smtpmail.el (smtpmail-open-stream): Use
1726         `starttls-any-program-available'.  Auto-load starttls.el for it.
1728 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
1730         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
1731         version (bug@1285).
1733 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
1735         * startup.el (command-line): Ignore init-file-user when checking
1736         user's home directory on MS-DOS as well.
1738 2008-11-07  Sam Steingold  <sds@gnu.org>
1740         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
1742 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
1744         * frame.el (make-frame-on-display): Use `string-match-p'.
1746 2008-11-07  Glenn Morris  <rgm@gnu.org>
1748         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
1750 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
1752         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
1753         to initialize font-lock keyword case sensitivity.
1754         (lisp-mode): Use it.
1756 2008-11-06  Glenn Morris  <rgm@gnu.org>
1758         * eshell/esh-maint.el: Remove unused file.
1760         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
1762         * cus-edit.el (custom-comment-tag): Doc fix.
1763         (custom-comment, custom-variable-value-create, custom-face):
1764         Use face names sans -face suffix rather than aliases.
1766 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
1768         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
1769         window width.
1771 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
1773         * server.el (server-process-filter): Only default to emacsclient's
1774         terminal in daemon mode.
1776 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
1778         * window.el (quit-window): Restore prefix argument behavior
1779         removed in 2008-10-30 change.  (Bug#1308)
1781 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
1783         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
1784         function to kill-buffer-hook, not to kill-buffer.
1785         Reported by Markus Triska <markus.triska@gmx.at>
1787 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
1789         * calc/calc.el (calc-quit): Make sure that the keypad buffer
1790         exists before deleting its windows.
1792 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
1794         * server.el (server-process-filter): Don't call
1795         server-create-tty-frame when no tty name is specified.
1797 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
1799         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
1801 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1803         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1804         (define-char-code-property):
1805         * textmodes/reftex.el (reftex-index):
1806         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
1808 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
1810         * vc-bzr.el (vc-bzr-dir-printer): Rename from
1811         vc-bzr-status-printer.
1813         * startup.el (startup-echo-area-message): Display a different
1814         message in daemon mode.  Suggested by Stephen Turnbull.
1816         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
1817         Windows.
1819 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
1821         * dframe.el (dframe-mouse-position-function)
1822         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
1823         (dframe-mouse-set-point): Fix typos in docstrings.
1825 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
1827         * vc-dir.el (vc-dir-headers): Undo previous change.
1829 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
1831         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
1832         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
1834 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
1836         * subr.el (looking-back): Fix doc-string typo.
1838         * electric.el (Electric-pop-up-window): Call window-end with
1839         UPDATE set to t.
1841         * window.el (save-selected-window): Make it behave like
1842         save-selected-window-norecord.
1843         (save-selected-window-norecord): Remove, since functionality
1844         fully taken over by save-selected-window.
1845         (walk-windows, set-window-text-height, fit-window-to-buffer):
1846         Use save-selected-window instead of save-selected-window-norecord.
1847         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
1848         save-selected-window-norecord.
1849         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
1850         indent-function for save-selected-window-norecord.
1852 2008-11-03  Alan Mackenzie  <acm@muc.de>
1854         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
1856 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
1858         * subr.el (looking-back): Doc fix.
1860         * term/x-win.el (x-initialize-window-system):
1861         Call x-wm-set-size-hint after initialization.
1863         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
1864         to t.
1866         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
1867         2000-12-08 (bug#1297).
1869         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
1871 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
1873         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
1874         when appropriate.
1876 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
1878         * window.el (save-selected-window-norecord): New macro.
1879         (walk-windows): Use save-selected-window-norecord and call
1880         select-window with NORECORD set.  (Bug#1237)
1881         (set-window-text-height, fit-window-to-buffer):
1882         Use save-selected-window-norecord and call select-window with
1883         NORECORD set.
1884         * subr.el (with-selected-window): Call set-frame-selected-window
1885         with new argument NORECORD set.  Update doc-string.
1886         (with-selected-frame): Call select-frame with new argument
1887         NORECORD set.  Update doc-string.
1888         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
1889         Put indent-function for save-selected-window-norecord.
1890         * font-lock.el (lisp-font-lock-keywords-2):
1891         Add save-selected-window-norecord.
1893 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1895         * cus-edit.el (customize-apropos-options, custom-comment)
1896         (custom-comment-tag, custom-face-edit-attribute-tag):
1897         Fix typos in docstrings.
1898         (custom-buffer-done-kill): Remove * from defcustom docstring.
1899         (custom-file): Fix typo in doc of defcustom choice.
1901         * frame.el (display-visual-class): Fix typo in docstring.
1902         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
1903         (special-display-frame-alist, show-trailing-whitespace)
1904         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
1905         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1906         Remove * from defcustom docstrings.
1908         * md4.el (md4-buffer): Fix typo in docstring.
1909         (md4, md4-64): Doc fixes.
1910         (md4-pack-int32): Reflow docstring.
1912         * paths.el (rmail-file-name): Remove * from defcustom docstring.
1913         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
1915         * rect.el (open-rectangle): Reflow docstring.
1916         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
1918         * select.el (x-get-cut-buffer): Fix typo in docstring.
1920         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
1921         (timezone-time-zone-from-absolute, timezone-leap-year-p):
1922         Fix typos in docstrings.
1924         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
1925         Fix typos in docstrings.
1927 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1929         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
1931         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
1932         (newsticker--treeview-list-update, newsticker--treeview-item-show)
1933         (newsticker--treeview-tree-update)
1934         (newsticker--treeview-tree-update-highlight)
1935         (newsticker-treeview-update)
1936         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
1937         (newsticker-treeview-next-new-or-immortal-item)
1938         (newsticker-treeview-prev-new-or-immortal-item)
1939         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
1940         (newsticker-treeview-tree-click): Watch for layout changes.
1941         (newsticker--treeview-set-current-node): Cleanup.
1942         (newsticker--treeview-restore-layout): Rename from
1943         newsticker--treeview-restore-buffers.
1944         (newsticker--treeview-mark-item): Update cache file.
1946 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
1948         * calendar/icalendar.el (icalendar--uid-count): New.
1949         (icalendar--create-uid): New.  Extracted from
1950         `icalendar-export-region' and add uid counter.
1951         (icalendar-export-region): Use `icalendar--create-uid'.
1953 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
1955         * tooltip.el (tooltip-frame-parameters): Doc fix.
1957 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
1959         * window.el (window-body-height, window-current-scroll-bars)
1960         (walk-windows, get-window-with-predicate, get-buffer-window-list)
1961         (minibuffer-window-active-p, count-windows)
1962         (window-safely-shrinkable-p, window--splittable-p)
1963         (window--try-to-split-window, window--frame-usable-p)
1964         (window--even-window-heights, window--display-buffer-1)
1965         (window--display-buffer-2, set-window-text-height)
1966         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1967         (truncated-partial-width-window-p): Rewrite doc-string.
1968         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
1969         (split-window-vertically, split-window-horizontally):
1970         Rename args, rewrite doc-string, and simplify code.
1971         (split-window-save-restore-data): Rename args and use
1972         when instead of if.
1974 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
1976         * indent.el (indent-for-tab-command): Use use-region-p.
1978         * vc.el (vc-revert): Limit the length of the query string.
1980 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
1982         * simple.el (idle-update-delay, next-error-highlight)
1983         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
1984         (minibuffer-history-case-insensitive-variables, kill-ring-max)
1985         (kill-read-only-ok, backward-delete-char-untabify-method)
1986         (kill-whole-line, mark-ring-max, global-mark-ring-max)
1987         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
1988         (goal-column, line-move-ignore-invisible, fill-prefix)
1989         (auto-fill-inhibit-regexp, blink-matching-paren)
1990         (blink-matching-paren-on-screen, blink-matching-paren-distance)
1991         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
1992         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
1993         (minibuffer-history-isearch-wrap, transient-mark-mode)
1994         (next-logical-line, auto-fill-mode, line-number-mode)
1995         (column-number-mode, size-indication-mode, clone-indirect-buffer)
1996         (normal-erase-is-backspace-mode): Doc fixes.
1997         (current-kill, transient-mark-mode, toggle-truncate-lines)
1998         (visible-mode): Reflow docstrings.
1999         (minibuffer-local-shell-command-map, interprogram-paste-function):
2000         Fix typos in docstrings.
2002 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
2004         * server.el (server-process-filter): In daemon mode, default to
2005         emacsclient's tty if not opening a new frame and only the
2006         terminal-frame is available.
2008 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
2010         * window.el (quit-window): Simplify code.  Say in doc-string
2011         that it operates on the selected window's buffer.  (Bug#1259)
2013 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
2015         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
2016         nil so that log-view-diff-changeset works.
2018 2008-10-30  Glenn Morris  <rgm@gnu.org>
2020         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
2022         * resume.el: Move to obsolete/.
2023         * Makefile.in (ELCFILES): Update.
2025 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
2027         * electric.el (Electric-pop-up-window): Don't shrink the window if
2028         it's already big enough.
2030         * minibuffer.el (delete-minibuffer-contents): Delete all
2031         minibuffer contents instead of just the current field.
2033         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
2035         * bookmark.el (bookmark-handle-bookmark): Rename from
2036         bookmark-jump-noselect.
2037         (bookmark--jump-via, bookmark-insert): Callers changed.
2038         (bookmark-jump-noselect): Wrapper function for
2039         bookmark-handle-bookmark.
2040         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
2042         * textmodes/ispell.el (ispell-word): Use use-region-p.
2044 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
2046         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
2047         to follow naming conventions for abnormal hooks.  Doc fix.
2048         (tooltip-mode, tooltip-timeout): Use it.
2049         (tooltip-hook): New obsolete alias.
2050         (tooltip-help-tips): Doc fix.
2052         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
2054 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
2056         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
2057         of hardcoded /tmp.
2059 2008-10-29  Glenn Morris  <rgm@gnu.org>
2061         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
2063         * vc-hooks.el (vc-find-root): Remove bogus alias.
2065 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2067         * international/quail.el (quail-show-guidance): Don't create
2068         a guidance-frame if current buffer is not a minibuffer, since even if
2069         selected-window is mini-p, the buffer will never be displayed in it, so
2070         it wil be usable for guidance.
2072 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2074         * smerge-mode.el: Require diff-mode at run-time as well.
2076 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
2078         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
2079         * vc-hooks.el (vc-stay-local): Likewise.
2081 2008-10-28  Phil Sung  <psung@mit.edu>
2083         * follow.el (follow-scroll-down, follow-calc-win-end)
2084         (follow-estimate-first-window-start): Reduce effective window
2085         height when header line is present.  (Bug#925)
2087 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
2089         * subr.el (locate-user-emacs-file): Simplify.  Don't create
2090         `user-emacs-directory' when Emacs is running in batch mode.
2092         * startup.el (inhibit-startup-screen): Reflow docstring.
2093         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
2095 2008-10-27  Kenichi Handa  <handa@m17n.org>
2097         * descr-text.el (describe-char): Fix terminal case (where font is nil).
2099 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
2101         * face-remap.el (text-scale-increase, text-scale-decrease)
2102         (text-scale-adjust): Remove &optional keyword from the arg list;
2103         the INC argument is not really optional, if the functions happen
2104         to be called from elisp.
2106 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
2108         * vc.el: Rename VC methods that were missed when vc-status was
2109         renamed to vc-dir.
2110         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
2111         vc-svn-status-extra-headers.
2112         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
2113         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
2114         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
2115         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
2116         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
2117         vc-dir-status-printer.
2118         (vc-dir-headers): Use `dir-extra-headers' instead of
2119         `status-extra-headers'.
2120         (vc-dir-printer): Rename from vc-dir-status-printer.
2121         (vc-default-dir-extra-headers): Rename from
2122         vc-default-status-extra-headers.
2123         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
2124         vc-cvs-status-extra-headers.
2126         * startup.el (server-name): Pacify byte compiler.
2127         (command-line): If --daemon=SERVER_NAME was used, set server-name
2128         before calling server-start.
2130 2008-10-26  Romain Francoise  <romain@orebokech.com>
2132         * startup.el (command-line): Call daemon-initialized after
2133         starting the server.
2135 2008-10-26  Kenichi Handa  <handa@m17n.org>
2137         * help-fns.el (describe-categories): Display the terse legend at
2138         the head.
2140         * international/characters.el: Docstrings of categories improved.
2142 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2144         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
2146         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
2147         to the courier family.
2148         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
2149         usually not serif'd and hence rather unlike verbatim's printed output.
2151 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
2153         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
2154         when reporting the module.
2156         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
2158         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
2160 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2162         * files.el (locate-dominating-stop-dir-regexp): New var.
2163         (locate-dominating-file): Change arg from a regexp to a file name.
2164         Rewrite using the vc-find-root code to avoid directory-files which is
2165         too slow.  Obey locate-dominating-stop-dir-regexp.
2166         Don't pay attention to changes in owner.
2167         (project-find-settings-file): Adjust call to locate-dominating-file.
2169         * progmodes/flymake.el (flymake-find-buildfile):
2170         Adjust call to locate-dominating-file.
2172         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
2173         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
2175 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
2177         * subr.el (with-current-buffer): Rename buffer argument to
2178         buffer-or-name.
2179         * window.el (get-buffer-window-list): Rename buffer argument to
2180         buffer-or-name and make it optional.
2182 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
2184         * completion.el (add-completion-to-head, add-completion): Doc fixes.
2185         (completion-search-next, add-completions-from-file):
2186         Fix typos in docstrings.
2188         * filesets.el (filesets-menu-ensure-use-cached)
2189         (filesets-ingroup-patterns, filesets-filetype-property):
2190         * tutorial.el (get-lang-string):
2191         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
2192         Fix typos in docstrings.
2194         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
2195         (image-dired-line-up-method, image-dired-thumb-size)
2196         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
2197         (image-dired-track-original-file, image-dired-track-thumbnail)
2198         (image-dired-dired-next-line, image-dired-dired-previous-line)
2199         (image-dired-write-comments): Reflow docstrings.
2200         (image-dired-show-all-from-dir-max-files)
2201         (image-dired-format-properties-string, image-dired-create-thumbs)
2202         (image-dired-mark-tagged-files, image-dired-gallery-generate):
2203         Fix typos in docstrings.
2205         * savehist.el (savehist-save-minibuffer-history, savehist-file)
2206         (savehist-additional-variables, savehist-ignored-variables)
2207         (savehist-file-modes, savehist-autosave-interval):
2208         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
2209         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
2210         (fancy-splash-image):
2211         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
2212         (thumbs-conversion-program, thumbs-margin):
2213         Remove spurious * in docstrings.
2215 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
2217         * thingatpt.el (end-of-sexp, beginning-of-sexp)
2218         (forward-same-syntax): Omit default arguments to char-after and
2219         char-before.
2221 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
2223         * subr.el (locate-user-emacs-file): New function.
2224         (user-emacs-directory): Mention it in docstring.
2226         * completion.el (save-completions-file-name):
2227         * filesets.el (filesets-menu-cache-file):
2228         * image-dired.el (image-dired-dir, image-dired-db-file)
2229         (image-dired-temp-image-file, image-dired-gallery-dir)
2230         (image-dired-temp-rotate-image-file):
2231         * savehist.el (savehist-file):
2232         * server.el (server-auth-dir):
2233         * thumbs.el (thumbs-thumbsdir):
2234         * tutorial.el (tutorial--saved-dir):
2235         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
2237 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
2239         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
2240         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
2242 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
2244         * filesets.el: Update author email.
2245         (filesets-data): Doc fix.
2247 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
2249         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
2251 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2253         * international/mule-cmds.el (describe-language-environment):
2254         Indent sample text.
2256 2008-10-23  Glenn Morris  <rgm@gnu.org>
2258         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2260         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
2261         byte-compile a redefinition of a function with special byte-compile
2262         handling.  (Bug#411)
2264 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2266         * ps-print.el: Deal with page sizes for label printes.  Suggested by
2267         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
2268         (ps-print-version): New version 7.3.3.
2269         (ps-page-dimensions-database): New page sizes for label printers.
2270         (ps-n-up-printing): Fix code.
2272 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
2274         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
2276         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
2277         (list-at-point): Add docstrings.
2279         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
2281         * dired-aux.el (dired-do-create-files): Doc fix.
2283 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
2285         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
2286         with other documentation.
2288 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
2290         * replace.el (how-many): Fix typo in docstring.
2291         Reported by Leo <sdl.web@gmail.com>.
2293 2008-10-22  Glenn Morris  <rgm@gnu.org>
2295         * international/mule-cmds.el (universal-coding-system-argument):
2296         Check for C-g.  (Bug#1205)
2298 2008-10-22  Kenichi Handa  <handa@m17n.org>
2300         * international/characters.el: Don't setup
2301         find-word-boundary-function-table.
2302         (next-word-boundary-han, next-word-boundary-kana): Delete them.
2303         (word-combining-categories, word-separating-categories):
2304         Adjust to the change of the docstrings.
2306 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
2308         * simple.el (region-active-p): Doc fix.
2310 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
2312         * subr.el (apply-partially): Move from here...
2314         * simple.el (apply-partially): ...to here.
2316 2008-10-20  Andreas Schwab  <schwab@suse.de>
2318         * subr.el (split-string-and-unquote): Simplify regexp.
2320 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
2322         * subr.el (top-level): Require `cl' when compiling.
2324 2008-10-20  David Reitter  <david.reitter@gmail.com>
2326         * info.el (Info-mode): Do not remove an existing header line if
2327         `Info-use-header-line' is nil.
2329 2008-10-19  Juri Linkov  <juri@jurta.org>
2331         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2332         Add arg `delimited' as in `query-replace' for the case when
2333         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
2334         Add more indicators to the prompt ("word" and "in region").
2336         * replace.el (query-replace, query-replace-regexp)
2337         (replace-string, replace-regexp, perform-replace): Add "word"
2338         indicatiors to the prompt for word delimited replacements.
2340         * replace.el (read-regexp): Rename arg `default' to `default-value'.
2341         Doc fix.
2343 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2345         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
2347         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
2349 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
2351         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
2352         Make argument names follow Elisp manual.
2354 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
2356         * textmodes/remember.el (remember-data-file):
2357         * shadowfile.el (shadow-initialize)
2358         <shadow-info-file, shadow-todo-file>:
2359         * savehist.el (savehist-file):
2360         * recentf.el (recentf-save-file):
2361         * pcvs-defs.el (cvs-cvsrc-file):
2362         * international/kkc.el (kkc-init-file-name):
2363         * ido.el (ido-save-directory-list-file):
2364         * calendar/todo-mode.el (todo-file-do, todo-file-done)
2365         (todo-file-top): Run file names that begin with a period thru
2366         `convert-standard-filename'.
2368         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
2369         before-init-hook.
2371         Fix Bug #1183:
2373         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
2374         coding-system-for-read to ediff-coding-system-for-write.
2376         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
2377         coding-system-for-write to ediff-coding-system-for-write.
2379         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
2380         (ediff-coding-system-for-write): Set to emacs-internal.
2382 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2384         * international/mule-conf.el (emacs-internal): New coding system alias.
2386 2008-10-18  Juri Linkov  <juri@jurta.org>
2388         * info.el (Info-file-supports-index-cookies-list): New variable.
2389         (Info-file-supports-index-cookies): New function.
2390         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
2391         (Info-index-nodes): Let-bind Info-point-loc to nil for files
2392         without an index cookie to ignore it when Info-index-nodes is
2393         called during navigating from an index node with line numbers.
2394         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
2396         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
2397         variable definition section.
2399         * info.el (Info-find-node-2): Put initial point below the header line
2400         and breadcrumbs line.
2402 2008-10-18  Glenn Morris  <rgm@gnu.org>
2404         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
2405         the needed external programs were not found.
2407 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
2409         * files.el (trash-directory): Run thru `convert-standard-filename'.
2410         (file-modes-char-to-who, file-modes-char-to-right)
2411         (file-modes-rights-to-number, file-modes-symbolic-to-number)
2412         (read-file-modes): Doc fixes.
2414 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
2416         * abbrev.el (define-abbrev): Doc fix.
2418 2008-10-17  Alan Mackenzie  <acm@muc.de>
2420         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
2421         foo bar [] = { ...".
2423 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
2425         * faces.el (face-spec-set-2): Don't pass invalid attributes to
2426         set-face-attribute.
2428 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
2430         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
2431         according to `locale-coding-system'.  (This fixes trivial bug reported
2432         as part of bug#1179).
2433         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
2434         particular order).  Use `when'.
2436 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
2438         * w32-fns.el (w32-check-shell-configuration): Doc fix.
2439         (w32-add-charset-info): Fix typo in docstring.
2441 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
2443         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
2444         after discussion.
2446 2008-10-16  Magnus Henoch  <mange@freemail.hu>
2448         * vc-arch.el (vc-arch-dir-status): New function.
2449         (vc-arch-after-dir-status): New function.
2451 2008-10-16  Glenn Morris  <rgm@gnu.org>
2453         * man.el (Man-getpage-in-background): Force recent `man's to output
2454         escape sequences even when stdout is not a tty.  (Bug#1142)
2456 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
2458         * international/mule-conf.el: Add `utf8' and `UTF8' as
2459         aliases for the `utf-8' coding system.
2461 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
2463         * find-file.el (ff-get-file): Doc fix.
2464         (ff-get-file-name): Use `let', not `let*'.
2465         (ff-search-directories): Fix typo in docstring.
2466         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
2467         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
2468         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
2469         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
2470         (cc-other-file-alist, modula2-other-file-alist):
2471         Remove spurious * in docstrings.
2473 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
2475         * faces.el (set-face-attribute): Set family and foundry before
2476         other attributes.
2477         (face-spec-set-2): Pass unmodified args to set-face-attribute.
2479 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
2481         * hl-line.el (hl-line-unload-function): New function.
2482         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
2483         (hl-line-sticky-flag): Remove spurious * in docstring.
2485 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2487         * vc-git.el (vc-git-show-log-entry): Include the revision in the
2488         search string.
2490 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
2492         * net/tramp.el (tramp-process-one-action): Embed regexp in
2493         parentheses, before adding end-of-buffer construct.  Suggested by
2494         Markus Triska <markus.triska@gmx.at>.
2496 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
2498         * net/newst-plainview.el (w3m-toggle-inline-image):
2499         Define 'declare-function if necessary, for compatibility.
2501         * net/newst-treeview.el (w3m-toggle-inline-images):
2502         Define 'declare-function if necessary, for compatibility.
2504 2008-10-13  Alan Mackenzie  <acm@muc.de>
2506         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
2507         so that the function works on one-line macros.
2509         * progmodes/cc-engine.el: Amend several doc strings and comments.
2511 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
2513         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
2515         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
2516         (vc-cvs-stay-local): Add a new choice and default to it.
2517         (vc-cvs-dir-status): Use the new vc-stay-local choice.
2519         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
2521 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
2523         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
2524         Add support for extended return statement.
2526         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
2527         and obj-dir; keep user order.
2529 2008-10-12  Glenn Morris  <rgm@gnu.org>
2531         * Makefile.in (ELCFILES): Update.
2533         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
2534         (shell-file-name-quote-list): Declare.
2536 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
2538         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
2540 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
2542         * startup.el (command-line): If toolbar is disabled but ought to
2543         be initialized, call tool-bar-setup.
2545         * tool-bar.el (tool-bar-setup): Variable deleted.
2546         (tool-bar-setup): Set it up unconditionally.
2548         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
2550         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
2551         tool-bar-map has been initialized before setting it up.
2553         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
2554         tool-bar-map has been initialized before setting it up.
2556 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
2558         * emacs-lisp/warnings.el (display-warning): Issue a message if
2559         called during daemon initialization.
2561         * tool-bar.el (tool-bar-local-item)
2562         (tool-bar-local-item-from-menu): Put the check for number of
2563         display colors into the image expression.
2564         (tool-bar-setup): Don't be a no-op on ttys.
2566         * info.el (info-tool-bar-map):
2567         * progmodes/gud.el (gud-tool-bar-map):
2568         * progmodes/grep.el (grep-mode-tool-bar-map):
2569         * progmodes/compile.el (compilation-mode-tool-bar-map):
2570         Initialize it unconditionally.
2572 2008-10-11  Romain Francoise  <romain@orebokech.com>
2574         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
2575         * kmacro.el (kmacro-edit-lossage): Ditto.
2576         * edmacro.el (edit-kbd-macro): Ditto.
2578 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
2580         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
2581         Fix variable names.
2583 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
2585         * startup.el (command-line): Revert 2008-09-26 change, not
2586         necessary anymore.
2588 2008-10-10  Andreas Schwab  <schwab@suse.de>
2590         * simple.el (minibuffer-complete-shell-command):
2591         Bind comint-delimiter-argument-list, comint-file-name-chars and
2592         comint-file-name-quote-list like shell-mode.
2594 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
2596         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
2597         call of select-window.
2599 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
2601         * calc/calc.el (calc-embedded-word-regexp)
2602         (calc-embedded-word-regexp-alist): New variables.
2603         (calc-embedded-open-word, calc-embedded-close-word)
2604         (calc-embedded-open-close-word-alist): Remove unused variables.
2606         * calc/calc-embed.el (calc-embedded-make-info):
2607         Use `calc-embedded-word-regexp' to find words.
2609 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
2611         * info.el (Info-extract-menu-counting): New argument no-detail to
2612         skip detailed node listings.
2613         (Info-forward-node): New argument not-up to inhibit going up.
2614         (Info-final-node): Call Info-extract-menu-counting and
2615         Info-forward-node with the new arguments set to avoid infinite
2616         looping.  (Bug#1116)
2618 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
2620         * startup.el (command-line): Don't invoke tool-bar-mode if it is
2621         not fboundp.
2623 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
2625         * startup.el (command-line): Enable tool-bar-mode as long as it is
2626         not suppressed by X resources, regardless of the terminal.
2628         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
2629         graphical terminals.
2630         (tool-bar-setup): No-op if called on a tty.
2632 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
2634         * frame.el (make-frame-on-tty): Use "F" inside interactive.
2635         Support `pc' ``window-system''.
2637         * progmodes/compile.el (compilation-start): Resurrect the version
2638         for systems that don't support asynchronous subprocesses.
2640 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
2642         * window.el (pop-up-frames): Add choice graphic-only.
2643         (display-buffer): When pop-up-frames equals graphic-only do
2644         not pop up new frame on text-only terminals.  (Bug#1061)
2646 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
2648         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
2649         (vc-cvs-dir-status): Use it.
2651 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
2653         * json.el (json-skip-whitespace): Fix last change.
2655 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
2657         * bs.el (bs-unload-function): New function.
2659 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
2661         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
2662         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2663         For clarity, explicitly require cl.
2665 2008-10-08  Michael Olson  <mwolson@gnu.org>
2667         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
2668         can avoid a bad interaction with programs that add functions to
2669         the window-scroll-functions hook.  This fixes Bug #858.
2671 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
2673         * startup.el (command-line): Use display-warning to warn about an
2674         init file error.
2675         (command-line-1): Remove init file error delay.
2677 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2679         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
2680         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
2681         (rx-group-if): New function.
2682         (rx-parent): New variable.
2683         (rx-and, rx-or): Put shy groups only when necessary.
2684         (rx-bracket): Remove.
2685         (rx-anything): New function.
2686         (rx-any-delete-from-range, rx-any-condense-range)
2687         (rx-check-any-string): New functions.
2688         (rx-check-any): Return result as a list.  Don't convert chars to
2689         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
2690         Check char category string.  Call rx-form instead of rx-to-string.
2691         (rx-any): Rebuid to complete the function.
2692         (rx-check-not): Fix char category regexp pattern string.
2693         Call rx-form instead of rx-to-string.
2694         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
2695         "[^^]".  Call regexp-quote for one char string when not called from
2696         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
2697         "\\[SCBW]" to toggle.
2698         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
2699         instead of rx-to-string.
2700         (rx-kleene): Call rx-form instead of rx-to-string.
2701         Call rx-group-if to adjust putting of shy groups.
2702         (rx-atomic-p): Make check more precisely.
2703         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
2704         (rx-regexp): Call rx-group-if.
2705         (rx-form): New function.
2706         (rx-to-string): Call rx-form, rx-group-if.
2707         Refine definition of NO-GROUP.
2709 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
2711         * json.el (json-advance): Use forward-char.
2712         (json-skip-whitespace): Use skip-syntax-forward.
2714 2008-10-07  Alan Mackenzie  <acm@muc.de>
2716         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
2717         indenting a macro followed by blank lines doesn't backslash the
2718         following non-blank line into the macro.
2720 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
2722         * startup.el (before-init-time, after-init-time): Move into emacs.c.
2723         (command-line): Set after-init-time to nil before initialization.
2725 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
2727         * calc/calc-units.el (math-standard-units): Update the values
2728         of the units.
2730 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
2732         * bookmark.el (bookmark-unload-function): New function.
2734 2008-10-06  Andreas Schwab  <schwab@suse.de>
2736         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2738 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
2740         * mail/footnote.el: Remove * in defcustom docstrings and tell
2741         for most options that customizing them doesn't affect buffers
2742         already displaying footnotes.
2743         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
2744         Fix handling of text properties and identical start/end tags.
2745         Do not use format when renumbering.
2746         (Footnote-set-style): Make it work.
2747         (Footnote-insert-numbered-footnote): Simplify.
2748         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
2749         (Footnote-goto-footnote): Fix handling of empty section tag.
2750         (Footnote-delete-footnote): Fix handling of identical start/end
2751         tags, empty section tag, and spaced footnotes.  Do not use
2752         kill-region.
2753         (footnote-mode): Make most options buffer-local to avoid that
2754         customizing messes up handling of footnotes in buffers that
2755         already display them.
2757 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
2759         * faces.el (x-create-frame-with-faces): Undo previous change.
2761         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
2762         existent files.
2764 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
2766         * international/mule-cmds.el (universal-coding-system-argument):
2767         Handle digit-argument too.
2769 2008-10-05  Mario Lang  <mlang@delysid.org>
2771         * xml.el (xml-parse-string): Use skip-chars-forward.
2773 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
2775         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
2776         existent files.
2777         (vc-bzr-dir-status-files): New function.
2779 2008-10-04  Glenn Morris  <rgm@gnu.org>
2781         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
2783         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
2784         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
2786         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
2787         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
2789 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
2791         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2792         Fix typo.  (Bug#1074)
2794 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
2796         * progmodes/compile.el (compilation-start): Make sure to move to
2797         point-max only when we are in the compilation buffer.  (Bug#1073)
2799 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
2801         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
2802         tool-bar-mode is on.
2804         * vc-svn.el (vc-svn-dir-status-files):
2805         * vc-cvs.el (vc-cvs-dir-status-files): New function.
2807 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2809         * vc-hg.el (vc-hg-dir-status-files): New function.
2811 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
2813         * window.el (window--display-buffer-1): Don't care about
2814         visibility since raise-frame does.
2816 2008-10-03  Mario Lang  <mlang@delysid.org>
2818         * nxml/xmltok.el (xmltok-forward): Simplify.
2820 2008-10-03  Glenn Morris  <rgm@gnu.org>
2822         * Makefile.in (ELCFILES): Update.
2824         * frame.el (set-default-font): Make obsolete.
2825         * mouse.el (mouse-set-font): Use set-frame-font.
2827         * jka-cmpr-hook.el (jka-compr-compression-info-list)
2828         (jka-compr-mode-alist-additions): Also match `.tbz2'.
2830         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
2831         * files.el (auto-mode-alist): Add .PRO as per above autoload.
2833 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2835         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
2836         (vc-dir-refresh): Set it here instead.  (Bug#1067)
2838 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
2840         * faces.el (inhibit-frame-set-background-mode): New var.
2841         (frame-set-background-mode): Use it to avoid a loop in
2842         face-spec-recalc.
2844 2008-10-02  Glenn Morris  <rgm@gnu.org>
2846         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
2847         vc-diff-switches.
2849 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2851         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
2852         that is, to take some action when a buffer is killed.  Suggested by
2853         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
2854         11.2.2.
2855         (whitespace-action): Docstring and :type fix.
2856         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
2857         Code fix.
2858         (whitespace-add-local-hook, whitespace-remove-local-hook)
2859         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
2861 2008-10-01  Magnus Henoch  <mange@freemail.hu>
2863         * net/tls.el (open-tls-stream): Show the actual command being
2864         executed, instead of the format string.
2866 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
2868         * term/internal.el (dos-locale-alist): New alist.
2869         (dos-codepage-setup): Use it to compute a value of locale with
2870         which to call set-locale-environment.  Remove code to set
2871         terminal, keyboard, and file-name encoding (done by
2872         set-locale-environment).
2874         * international/mule-cmds.el
2875         (set-language-environment-nonascii-translation): Fix nonascii
2876         value for `pc' ``window-system''.
2877         (set-display-table-and-terminal-coding-system)
2878         (set-default-coding-systems): Don't special-case `pc'.
2880 2008-10-01  Glenn Morris  <rgm@gnu.org>
2882         * filesets.el (filesets-menu-name): Fix type.
2883         (filesets-menu-path, filesets-menu-before): Fix types.
2884         Change defaults to be consistent with recentf.  (Bug#1056)
2886 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2888         * term/xterm.el (xterm-turn-on-modify-other-keys)
2889         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
2890         Don't forget to pass `terminal' to `send-string-to-terminal'.
2892 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
2894         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
2895         (vc-file-not-found-hook): Check, that `buffer-file-name' is
2896         non-nil.  It is not clear, whether this is only fixing symptoms on
2897         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
2898         is embedded by that check.  So it might be TRT.  Suggested by Dan
2899         Nicolaescu <dann@ics.uci.edu>.
2901 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
2903         * Makefile.in (ELCFILES): Remove codepage.elc.
2905         * international/codepage.el: File removed, as even ms-dos doesn't
2906         need it anymore.
2908         * loadup.el [ms-dos]: Don't load ccl and codepage.
2910         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
2911         (IT-character-translations, cjk-codepages-alist): Remove variables.
2912         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
2913         (IT-unicode-translations): Remove charset and base elements.
2914         Add translations for Latin-1 characters.
2915         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
2916         base and chset elements of IT-unicode-translations.  Don't wrap
2917         translation in "{...}".  Set up translations only for characters
2918         for which unencodable-char-position returns non-nil.
2919         (dos-codepage-setup): Don't use special-case codepages in
2920         cjk-codepages-alist.
2922         * files.el (locate-dominating-file): Wrap directory-files with
2923         condition-case, instead of calling file-directory-p, which stats
2924         the directory one more time.
2926         * mail/mail-utils.el (mail-unquote-printable-region):
2927         Use insert-byte instead of insert-char, when the UNIBYTE arg is
2928         non-nil.
2930 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
2932         * epa-file.el (epa-file-insert-file-contents): Fix typo.
2934 2008-09-30  Glenn Morris  <rgm@gnu.org>
2936         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
2938 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
2940         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
2941         (which-function): Handle nested imenu trees.
2943         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
2944         some nested menu items.
2946 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
2948         * calc/calc-units.el (math-standard-units): Add entries used to
2949         display the the values in the units buffer.
2950         (math-build-units-table): Add entries to the units table to be used
2951         to display the values in the units buffer.
2952         (math-build-units-table-buffer): Use the display entry of the units
2953         table when non-nil.
2954         (calc-define-unit): Add option to enter display value of unit.
2956 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
2958         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2960 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
2962         * files.el (locate-dominating-file): Take file-attributes of
2963         `dir', not of `file' (which never changes).
2965 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
2967         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
2968         also be `localname'.
2970         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
2971         IDENTIFICATION.
2973 2008-09-28  Glenn Morris  <rgm@gnu.org>
2975         * vc.el (vc-switches): Give it a doc string.
2977 2008-09-28  Romain Francoise  <romain@orebokech.com>
2979         * comint.el (comint-show-output): Adjust to stickiness changes of
2980         the output field.
2982         * startup.el (command-line): Start the daemon server later.
2984 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
2986         * subr.el (read-quoted-char): Call char-resolve-modifiers
2987         instead of char-resolve-modifers.
2989 2008-09-27  Glenn Morris  <rgm@gnu.org>
2991         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
2992         than [return].  (Bug#1031)
2994 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
2996         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
2998 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
3000         * epg.el (epg-wait-for-status): Check if there is no pending status.
3001         Reported by Ted Romer <ted@romerfamily.com>.
3003 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
3005         * startup.el (command-line): Turn on menu-bar-mode and
3006         tool-bar-mode when running as a daemon.
3008 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
3010         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
3011         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
3012         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
3013         ($(lisp)/progmodes/cc-engine.elc)
3014         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
3015         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
3016         ($(lisp)/progmodes/cc-subword.elc)
3017         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
3019         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
3020         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
3021         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
3022         ($(lisp)/progmodes/cc-engine.elc)
3023         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
3024         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
3025         ($(lisp)/progmodes/cc-subword.elc)
3026         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
3028 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3030         * informat.el (Info-split-threshold): New variable.
3031         (Info-split): Use it.
3033         * textmodes/texinfmt.el (texinfo-format-buffer):
3034         Use Info-split-threshold to decide whether to split Info files.
3036 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
3038         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
3039         quoting.
3041         * comint.el (comint-dynamic-complete-as-filename): Quote directory
3042         name when reinserting it.
3044         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
3045         word-search-backward-lax for incremental word search.
3047 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
3049         * generic-x.el (generic-other-modes): Fix typo in docstring.
3050         (generic-use-find-file-hook, generic-lines-to-scan)
3051         (generic-find-file-regexp, generic-ignore-files-regexp)
3052         (generic-define-mswindows-modes, generic-define-unix-modes):
3053         Remove `*' from docstring.
3054         (generic-mode-find-file-hook): Use `string-match-p'.
3055         (apache-log-generic-mode, mailagent-rules-generic-mode)
3056         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
3057         (java-manifest-generic-mode, java-properties-generic-mode)
3058         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
3059         for consistency with other modes in generic-x.el.
3061 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
3063         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
3064         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
3065         parens specially only if latex-handle-escaped-parens is non-nil.
3066         (latex-indent-within-escaped-parens): New option.
3067         (latex-find-indent): Bind latex-handle-escaped-parens to
3068         latex-indent-within-escaped-parens.  Do not treat escaped parens
3069         specially when this is nil.  (Bug#954)
3071 2008-09-25  Glenn Morris  <rgm@gnu.org>
3073         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
3075 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
3077         * vc.el (vc-mark-resolved): Move message here from
3078         vc-default-mark-resolved.
3079         (vc-default-mark-resolved): Change to an alias for ignore.
3081 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3083         * term.el (term-emulate-terminal): Encode input string before
3084         checking its length.
3086 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
3088         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
3089         is loaded.
3091         * server.el (server-buffer-done): Avoid changing the buffer when
3092         deleting the client's frame (bug#640).
3094         * vc.el (vc-default-mark-resolved): New function.
3096 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
3098         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
3099         from raising a wrong-type-argument error.
3101 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
3103         * help-fns.el (describe-function-1, describe-variable): Print
3104         relative file name in help buffer.
3105         * faces.el (describe-face): Print relative file name in help
3106         buffer.
3108 2008-09-23  Romain Francoise  <romain@orebokech.com>
3110         * subr.el (with-output-to-string): Make sure that the temporary
3111         buffer gets killed.
3113 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
3115         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
3116         indentation problem with keyword symbols when a list starts with
3117         ,@ or spaces.  (Bug#1012)
3119 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
3121         * textmodes/tex-mode.el (latex-find-indent): Try to handle
3122         escaped close parens correctly.  (Bug#954)
3124 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
3126         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
3127         usage of `fortune-file' even though a FILE argument was passed to
3128         the function.
3130 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
3132         * startup.el (command-line): Start the server when in daemon mode.
3133         Remove always true test.
3135         * frame.el (frame-initialize): Remove spurious setting of
3136         special-display-function with the default value.
3138 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3140         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
3142 2008-09-20  Glenn Morris  <rgm@gnu.org>
3144         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
3145         Fix custom type.  (Bug#1011)
3147 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
3149         * files.el (move-file-to-trash): Avoid recursive trashing if
3150         rename-file calls delete-file.
3152 2008-09-20  Glenn Morris  <rgm@gnu.org>
3154         * play/fortune.el: Remove leading `*' from defcustom docs.
3155         (fortune-program-options): Doc fix.  Allow to be a string again.
3156         Add :version.
3157         (fortune-in-buffer): Handle fortune-program-options as a string.
3158         Don't rely on fortune program accepting options after fortune file.
3160 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
3162         * play/fortune.el (fortune-program-options): Change to a list.
3163         (fortune-in-buffer): Use apply.
3165 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
3167         * emacs-lisp/authors.el: Change encoding of file to utf-8.
3168         (authors-coding-system): Likewise.
3170 2008-09-20  Ami Fischman  <ami@fischman.org>
3172         * savehist.el (savehist-save): Handle errors in writing as well as
3173         reading.
3175 2008-09-20  Michael Olson  <mwolson@gnu.org>
3177         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
3178         to provide a minimal performance boost.
3180 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3182         * proced.el (proced-grammar-alist, proced-custom-attributes)
3183         (proced-format-alist, proced-format, proced-filter-alist)
3184         (proced-filter, proced-sort): Use defcustom.
3185         (proced-mode): Fix docstring.
3186         (proced-process-attributes): Handle return value nil of functions
3187         in proced-custom-attributes.
3189 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
3191         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
3192         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
3194 2008-09-19  Miles Bader  <miles@gnu.org>
3196         * comint.el (comint-output-filter): Make field properties for
3197         output text front-sticky.
3199 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
3201         * vc-bzr.el (vc-bzr-show-log-entry):
3202         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
3203         C-x v l for a directory uses that.
3205 2008-09-18  Simon Josefsson  <simon@josefsson.org>
3207         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
3208         .sieve files.
3210 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
3212         * help-macro.el (make-help-screen): Preserve key bindings
3213         established in help-mode call when exiting this macro.
3215 2008-09-17  Kenichi Handa  <handa@m17n.org>
3217         * language/burmese.el: Fix setting of composition-function-table.
3219 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
3221         * info.el (Info-follow-nearest-node): Don't raise an error for
3222         mouse-1 clicks.
3224 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
3226         * calc/calc-units.el (calc-convert-temperature): Use default
3227         units when appropriate.
3229 2008-09-16  Markus Triska  <markus.triska@gmx.at>
3231         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
3232         catch errors raised in `texmathp'.
3233         (flyspell-tex-math-initialized): Remove.
3235 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
3237         * frame.el (select-frame-set-input-focus): With non-nil
3238         mouse-autoselect-window always move mouse cursor to frame's
3239         selected window.  Otherwise restore pre 2008-09-13 behavior.
3240         (select-frame-by-name): Use select-frame-set-input-focus.
3242         * files.el (switch-to-buffer-other-frame): Don't raise frame since
3243         pop-to-buffer already does it.
3244         (display-buffer-other-frame): Fix doc-string.
3246 2008-09-16  Glenn Morris  <rgm@gnu.org>
3248         * add-log.el (diff-find-source-location): Update declaration.
3250         * progmodes/make-mode.el (makefile-match-function-end):
3251         Move point.  (Bug#983)
3253 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
3255         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
3257 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
3259         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
3260         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
3262 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
3264         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
3266 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
3268         * files.el (file-truename): Don't raise args-out-of-range error
3269         when filename has no separator on windows-nt.  (Bug#982)
3271 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3273         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
3274         be more honest when we don't know.
3275         (diff-tell-file-name): Don't prompt before the actual prompt.
3276         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
3277         (diff-find-source-location): Add `noprompt' argument.
3278         (diff-current-defun): Don't prompt.
3280 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3282         * proced.el (proced-mark-face, proced-marked-face)
3283         (proced-sort-header-face): Remove.
3284         (proced-font-lock-keywords): Simplify.
3285         (proced-format): Use face proced-sort-header.
3286         (proced-format-interactive, proced-sort-interactive)
3287         (proced-filter-interactive): Only call proced-update if the scheme
3288         has changed.
3289         (proced-sort-header): Use posn-actual-col-row.
3291 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
3293         * add-log.el (change-log-find-window): New variable.
3294         (change-log-goto-source-1, change-log-goto-source):
3295         Set change-log-find-window to window displaying source.
3296         (change-log-next-error): Select window specified by
3297         change-log-find-window.
3299 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
3301         * frame.el (select-frame-set-input-focus): With focus follows
3302         mouse move mouse cursor to right window.
3303         * window.el (pop-to-buffer): Select window before calling
3304         select-frame-set-input-focus.
3306 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3308         * proced.el (proced-sort-header): New face.
3309         (proced-sort-header-face): New variable.
3310         (proced-format): Allow format value nil.
3311         Use proced-sort-header-face for header of sort column.
3312         (proced-format-args): New function.
3313         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
3314         (proced-header-help-echo, proced-field-help-echo, proced-timer)
3315         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
3316         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
3317         (proced-sort-header): Bind also to mouse-1.
3318         (proced-move-to-goal-column): Return position of point.
3319         (proced-filter-interactive): Always revert listing.
3320         (proced-format-ttname): Simplify.
3321         (proced-update): Do not keep undo information.  Put point at
3322         beginning of buffer if we generate the first listing.
3324 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
3326         * doc-view.el (doc-view-scroll-up-or-next-page)
3327         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
3328         vertically split windows.
3330 2008-09-12  Glenn Morris  <rgm@gnu.org>
3332         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
3334         * indent.el (indent-line-function): Doc fix.
3335         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
3337 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
3339         * window.el (pop-to-buffer): If the window for buffer-or-name is
3340         not on the selected frame, raise that window's frame and give it
3341         input focus.  (Bug#745)
3343 2008-09-11  Glenn Morris  <rgm@gnu.org>
3345         * ido.el (ido-mode): Initialize with custom-initialize-default,
3346         rather than a set function.  (Bug#947)
3348 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
3350         * replace.el (perform-replace): Don't set inhibit-read-only using
3351         query-replace-skip-read-only (bug#956).
3353         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
3354         of the <<foo>> form.
3356 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
3358         * window.el (display-buffer): Fix doc-string typo.
3360 2008-09-10  Kenichi Handa  <handa@m17n.org>
3362         * composite.el (compose-gstring-for-graphic): Fix previous change.
3364 2008-09-10  Glenn Morris  <rgm@gnu.org>
3366         * info.el (Info-try-follow-nearest-node): Fix doc typo.
3368 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
3370         * info.el (Info-mouse-follow-nearest-node): Follow links to different
3371         manuals.  (Bug#886)
3373 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
3375         * ido.el (ido-unload-function): New function.
3377 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
3379         * ido.el (ido-file-internal): Fix typo in prompt.
3380         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
3381         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
3382         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
3383         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
3384         Fix typos in docstrings.
3386 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
3388         * help-fns.el (describe-function-1): Don't print extra newline
3389         after filling.
3391 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3393         * help-fns.el (find-lisp-object-file-name): Handle case where
3394         library is compressed.
3396 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
3398         * complete.el (PC-do-completion): Don't replace buffer
3399         contents (bug#227).
3401 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
3403         * loadhist.el (unload-feature-special-hooks):
3404         Add `choose-completion-string-functions'.
3406 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3408         * vc-svn.el (vc-svn-root):
3409         * vc-sccs.el (vc-sccs-root):
3410         * vc-rcs.el (vc-rcs-root):
3411         * vc-cvs.el (vc-cvs-root): Delete.
3412         * vc-hooks.el (vc-find-root): Remove `invert' argument.
3414 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
3416         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
3417         errors occurring in different files.
3419 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
3421         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
3422         (vc-bzr-status-printer): New function.
3423         (vc-bzr-after-dir-status): Deal with renamed files.
3425 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
3427         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
3428         buffer's filename.
3430 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
3432         * subr.el (cancel-change-group): Widen buffer temporarily when
3433         undoing changes.  (Bug#810)
3435 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
3437         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
3438         with gud-stop-subjob rather than exit debugger.
3440 2008-09-07  Kenichi Handa  <handa@m17n.org>
3442         * composite.el: Compose combining characters only when it
3443         follows a character matching with "[[:alpha:]]".
3445 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3447         * proced.el: Require time-date.
3448         (proced-command-alist, proced-command, proced-goal-header-re)
3449         (proced-sorting-schemes-alist, proced-sorting-scheme)
3450         (proced-header-alist, proced-sorting-schemes-re)
3451         (proced-skip-regexp, proced-next-line, proced-previous-line)
3452         (proced-listing-type, proced-sorting-scheme-p): Remove.
3453         (proced-grammar-alist, proced-custom-attributes)
3454         (proced-format-alist, proced-format, proced-filter-alist)
3455         (proced-filter, proced-sort, proced-goal-attribute)
3456         (proced-timer-interval, proced-timer-flag, proced-timer)
3457         (proced-process-alist, proced-sort-internal, proced-process-tree)
3458         (proced-header-help-echo, proced-field-help-echo): New variables.
3459         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
3460         (proced-omit-process, proced-filter, proced-process-tree)
3461         (proced-filter-children, proced-children-pids)
3462         (proced-filter-parents, proced-<, proced-string-lessp)
3463         (proced-time-lessp, proced-xor, proced-sort-p)
3464         (proced-format-time, proced-format-start, proced-format-ttname)
3465         (proced-format, proced-process-attributes): New functions.
3466         (proced-toggle-timer-flag, proced-mark-children)
3467         (proced-mark-parents, proced-filter-interactive)
3468         (proced-filter-attribute, proced-sort-interactive)
3469         (proced-sort-header, proced-format-interactive): New commands.
3470         (proced-move-to-goal-column): Use goal-column.
3471         (proced-mode): Use proced-timer.
3472         (proced-do-mark-all): Display process count.  Use use-region-p.
3473         Simplify.
3474         (proced-omit-processes): Use use-region-p.
3475         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3476         (proced-sort-start, proced-sort-time, proced-sort-user):
3477         Use proced-sort-interactive.
3478         (proced-sort): Make it a function that performs the actual sort.
3479         (proced-update): New arg revert.  Use proced-process-alist,
3480         proced-filter, proced-sort, proced-format, and
3481         proced-grammar-alist.  Preserve position of point based on fields.
3482         Make header line and fields clickable.
3483         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
3484         (proced-why): Use save-selected-window.
3485         (proced-log): Use buffer-read-only.
3487 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
3489         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
3491 2008-09-06  Glenn Morris  <rgm@gnu.org>
3493         * add-log.el (diff-find-source-location): Declare.
3494         (find-change-log): If called from a diff buffer, try to switch to the
3495         source buffer (e.g. to respect change-log-default-name there).
3497         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
3498         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
3500         * Makefile.in (ELCFILES): Update.
3502 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
3504         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
3505         user enters a mouse event in another frame, or a special event.
3507         * server.el (server-switch-buffer): New arg.
3508         (server-execute): If reusing an existing window, set file position
3509         if required.
3511 2008-09-06  Kenichi Handa  <handa@m17n.org>
3513         * language/lao.el: Fix setting of composition-function-table.
3515 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
3517         * term/pc-win.el (msdos-show-help): Don't truncate lines while
3518         displaying help echo messages.
3520 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
3522         * subr.el (symbol-file): Fix doc-string.
3524 2008-09-06  Glenn Morris  <rgm@gnu.org>
3526         * help-mode.el (help-xref-forward-stack): Doc fix.
3528         * add-log.el (change-log-default-name): Autoload safety.
3530 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
3532         * verilog-mode.el (verilog-library-extensions): Enable .sv
3533         filename extensions to call verilog-mode.
3534         (verilog-auto, verilog-auto-inst, verilog-faq)
3535         (verilog-submit-bug-report): Update author support URLs.
3536         (verilog-delete-auto, verilog-auto-inout-module)
3537         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
3538         creating complemented testbench modules.  Suggested by Yishay Belkind.
3539         (verilog-auto-inst-port, verilog-simplify-range-expression):
3540         When verilog-auto-inst-param-value is set, don't require a
3541         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
3542         Yishay Belkind.
3543         (verilog-auto-inst-param-value): Add safe variable.
3544         (verilog-re-search-forward, verilog-re-search-backward):
3545         Fix returning wrong search results on Emacs 22.1.
3546         (verilog-modi-cache-results, verilog-auto): Fix warning message
3547         about "toggling font-lock-mode."
3548         (verilog-auto): Fix losing font-lock on errors.
3549         (verilog-auto-inst-param-value, verilog-mode-version)
3550         (verilog-mode-version-date, verilog-read-inst-param-value)
3551         (verilog-auto-inst, verilog-auto-inst-param)
3552         (verilog-auto-inst-port, verilog-simplify-range-expression):
3553         Allow parameters to be replaced with their values, on the expansion of
3554         an AUTOINST with Verilog 2001 style parameter settings.
3555         Suggested by David Rogoff.
3557 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
3559         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
3560         Better support for the property statement.  Sometimes this keyword
3561         introduces a statement which requires an endproperty keyword, and
3562         sometimes it doesn't, depending on the work before the property
3563         word.  If property is prefixed with assert, assume or cover
3564         keyword, then the statement is ended with a ';'.  Otherwise,
3565         property is like task or specify, and is followed by some number
3566         of statements, which are ended with an endproperty keyword.
3567         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
3568         in a highlighted region: indent each line in region according to
3569         mode.  Supply this so it works in XEmacs and older Emacs.
3571 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3573         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
3574         Don't clean up a buffer when killing it.
3576 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3578         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
3579         buffers (bug#360).  New version 11.2.1.
3580         (whitespace-action): New value `warn-read-only' to give a warning when
3581         buffer is read-only and whitespace action is cleanup or auto-cleanup.
3582         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
3583         (whitespace-warn-read-only): New fun.
3585 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
3587         * international/quail.el: Require help-mode.
3588         (quail-help-init): Function removed.
3589         (quail-keyboard-layout-button, quail-keyboard-customize-button):
3590         Define directly.
3592         * dired.el (dired-get-filename): Rewrite octal escape character
3593         processor (bug#885).
3595 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
3597         * cus-edit.el (custom-button-pressed): Default to inverse-video.
3599         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
3600         not just for terminal-frame.
3602 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
3604         * window.el (window--try-to-split-window): Don't split when window
3605         is not splittable in last disjunct.  (Bug#888)
3607 2008-09-05  Kenichi Handa  <handa@m17n.org>
3609         * language/tibetan.el: Fix setting of composition-function-table.
3611         * composite.el (find-composition): Mention about the automatic
3612         composition in the docstring.
3613         (compose-gstring-for-graphic): Fix handling "above" marks.
3615         * descr-text.el (describe-char): Fix handling of automatic composition.
3617 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
3619         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
3620         (tramp-parse-connection-properties): Reflow docstring.
3622 2008-09-04  Kim F. Storm  <storm@cua.dk>
3624         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
3625         and other-frame methods when switching between file and buffer modes.
3627 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
3629         * info.el (Info-dir-remove-duplicates): Narrow buffer when
3630         removing duplicate entries under same heading.  Don't skip char
3631         matching anything but a space or tab at bol.  (Bug#864)
3633 2008-09-03  Alan Mackenzie  <acm@muc.de>
3635         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
3637 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3639         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
3640         (completion-pcm--all-completions): Move the case-fold-search binding to
3641         it also applies to completion-regexp-list (used in all-completions).
3642         (completion-pcm--hilit-commonality): Add missing case-fold-search.
3644 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
3646         * window.el (pop-up-frame-function): Move ...
3647         * frame.el (pop-up-frame-function): ... here, to avoid
3648         "CHANGED outside Customize;".
3650 2008-09-03  Glenn Morris  <rgm@gnu.org>
3652         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
3654 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
3656         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
3657         non-alphabetical characters properly.
3659 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
3661         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
3663 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
3665         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
3666         control-prefixed keys.  (Bug#835)
3668 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
3670         * image-mode.el (image-mode): Fix 2008-07-19 change.
3672 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
3674         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
3676         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
3678 2008-09-02  Glenn Morris  <rgm@gnu.org>
3680         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
3682         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
3684 2008-09-01  Glenn Morris  <rgm@gnu.org>
3686         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
3687         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
3688         and fix name typos.  (Bug#856)
3690 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
3692         * minibuffer.el (completion-pcm--pattern->regex):
3693         When completion-ignore-case is non-nil, generate a regexp that
3694         ignores case.
3696         * window.el (recenter-top-bottom): Doc fix.
3698 2008-09-01  Simon South  <ssouth@member.fsf.org>
3700         * progmodes/delphi.el: New maintainer.
3701         (delphi-interface-types): New var.
3702         (delphi-composite-types): Use it.
3703         (delphi-enclosing-indent-of): Distinguish between "interface"
3704         keyword as a unit separator and used like a class declaration.
3706 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
3708         * help-fns.el (describe-simplify-lib-file-name)
3709         (find-source-lisp-file): Remove.
3710         (find-lisp-object-file-name): New function giving preference to
3711         files found via load-path instead of loaddefs.el.
3712         (describe-function-1): Use new function instead of the removed
3713         ones.  (Bugs #587, #669, #690)
3714         * faces.el (describe-face): Use find-lisp-object-file-name instead
3715         of describe-simplify-lib-file-name.
3717 2008-09-01  Kenichi Handa  <handa@m17n.org>
3719         * international/mule-diag.el (font-show-log): Fix previous change.
3721         * international/mule-cmds.el (set-language-environment):
3722         Don't overwrite current-iso639-language if the current language
3723         environment doesn't provide that data.
3724         (set-locale-environment): Set current-iso639-language from the
3725         locale name.
3727         * international/fontset.el (script-representative-chars): Re-add
3728         the entry for symbol, but with vector of characters.
3729         (setup-default-fontset): Cancel previous change.
3731 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
3733         * ido.el: Move provide statement to the end of the file.
3735 2008-08-30  Markus Triska  <markus.triska@gmx.at>
3737         * linum.el (linum-mode): `window-size-change-functions' can now be
3738         buffer-local.
3739         (linum-update-window): Use result of `move-overlay'.
3741 2008-08-30  Glenn Morris  <rgm@gnu.org>
3743         * subr.el (make-variable-frame-local): Tweak obsolescence message.
3745         * info.el (Info-hide-note-references, Info-refill-paragraphs):
3746         Doc fixes.
3748         * apropos.el (apropos-command): Report documentation errors.
3749         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
3751 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
3753         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
3754         string.
3756 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
3758         * bindings.el (mode-line-frame-identification): Fix last change.
3760 2008-08-29  Kenichi Handa  <handa@m17n.org>
3762         These changes are to adjust the automatic composition for the new
3763         implementation (avoid using text property).
3765         * composite.el (composition-function-table): Move declaration to
3766         composite.c.
3767         (terminal-composition-base-character-p): Delete it.
3768         (terminal-composition-function): Delete it.
3769         (terminal-composition-function-table): Delete it.
3770         (lgstring-header, lgstring-set-header, lgstring-font)
3771         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
3772         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
3773         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
3774         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
3775         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
3776         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
3777         (compose-glyph-string, compose-glyph-string-relative)
3778         (compose-gstring-for-graphic, compose-gstring-for-terminal):
3779         New functions.
3780         (auto-compose-chars): Argument changed.
3782         * language/european.el: Don't setup composition-function-table.
3783         (diacritic-composition-pattern, diacritic-compose-region)
3784         (diacritic-compose-string, diacritic-compose-buffer)
3785         (diacritic-composition-function): Delete them.
3787         * language/lao-util.el (lao-composition-function): Argument changed.
3789         * language/sinhala.el: Fix setting up of composition-function-table.
3791         * language/thai.el: Fix setting up of composition-function-table.
3793         * language/thai-util.el: Encoding changed to utf-8.
3794         (thai-composition-function): Argument changed.
3796         * language/indian.el: Fix setting up of composition-function-table.
3797         (devanagari-composable-pattern)
3798         (tamil-composable-pattern, kannada-composable-pattern)
3799         (malayalam-composable-pattern): New variables.
3801         * international/characters.el (unicode-category-table):
3802         Setup unicode-category-table.
3804         * international/fontset.el (setup-default-fontset): Prepend
3805         iso10646-1 fonts to the fallback font groups instead of appending.
3807 2008-08-29  Glenn Morris  <rgm@gnu.org>
3809         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
3811 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3813         * term/x-win.el (x-win-suspend-error): Don't signal error if there
3814         are no X frames active.
3816 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
3818         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
3819         `ignore-errors' (the function must succeed always).
3821 2008-08-28  Edward O'Connor  <hober0@gmail.com>
3823         * json.el (json-read-number): New arg.  Handle explicitly signed
3824         numbers.
3825         (json-readtable): Add `+' and `.'.
3827 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
3829         * term/pc-win.el (msdos-previous-message): New variable.
3830         (msdos-show-help): New function.
3831         (msdos-initialize-window-system): Set show-help-function to
3832         msdos-show-help.
3834 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
3836         * emacs-lisp/debug.el (debug): When killing a noninteractive
3837         Emacs, give an exit status of -1.
3839 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
3841         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
3843 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
3845         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
3846         not the same as the last modification time, fall back on the
3847         backend-specific check.
3849 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
3851         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
3852         to go to the position of interest.
3854 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
3856         * textmodes/artist.el (artist-mode-init): Add comment on the
3857         setting up of the `artist-replacement-table' array.
3858         (artist-get-replacement-char): New defsubst.
3859         (artist-get-char-at-xy-conv, artist-replace-char)
3860         (artist-replace-chars, artist-replace-string): Use it instead of
3861         accessing `artist-replacement-table' directly.
3862         Reported by Rubén Berenguel <ruben@maia.ub.es>.
3864         (artist-mt): Fix structures for cut and copy operations.
3866 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
3868         * shell.el (shell-file-name-quote-list): Quote `$'.
3870         * comint.el (comint-dynamic-complete-as-filename): Generalize last
3871         change to allow quoting of characters before point.
3872         (comint-dynamic-list-filename-completions): Quote common substring.
3874 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
3876         * comint.el (comint-dynamic-complete-as-filename): If case is
3877         ignored while matching, replace the entire filename with completion.
3879         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
3880         flyspell-pre-point is valid to avoid signalling an error in
3881         post-command-hook.
3883 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
3885         * linum.el (linum): Inherit remaining face attributes from default
3886         face.
3888 2008-08-26  Markus Triska  <markus.triska@gmx.at>
3890         * linum.el (linum-delay): Disable - it should no longer be
3891         necessary, and can lead to longer delays.
3892         (linum-update-window): Renumber if margin width has changed.
3894 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
3896         * epa.el (epa--key-widget-action): Save the selected window to
3897         make `widget-button-click-moves-point' work.  (Bug#733).
3899 2008-08-26  Glenn Morris  <rgm@gnu.org>
3901         * calendar/holidays.el (calendar-holidays): Doc fix.
3903         * progmodes/gud.el (tramp-file-name-localname)
3904         (tramp-dissect-file-name): Declare.
3906         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
3908 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
3910         * bindings.el (mode-line-frame-control): New function, caters to
3911         `pc' ``window system''.
3912         (mode-line-frame-identification): Use it instead of accessing
3913         window-system directly.
3915 2008-08-25  Juri Linkov  <juri@jurta.org>
3917         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
3918         `center-line' and "\eS" from `center-paragraph'.
3919         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
3920         `center-paragraph'.
3922 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
3924         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
3925         (newsticker-treeview-treewindow-width): New.
3926         (newsticker-treeview-listwindow-height): New.
3927         (newsticker-treeview-browse-url-item): New.
3928         (newsticker-treeview-mode-map):
3929         Add newsticker-treeview-browse-url-item.
3930         (newsticker--treeview-window-init):
3931         Use newsticker-treeview-treewindow-width and
3932         newsticker-treeview-listwindow-height.
3934         * net/newst-reader.el (newsticker-browse-url-item): New.
3936 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
3938         * vc-dir.el (vc-dir-marked-only-files-and-states):
3939         (vc-dir-child-files-and-states): Reverse the list before returning it.
3941 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
3943         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
3945 2008-08-24  Romain Francoise  <romain@orebokech.com>
3947         * progmodes/python.el (run-python): Remove '' from sys.path.
3949 2008-08-23  Glenn Morris  <rgm@gnu.org>
3951         * progmodes/fortran.el (fortran-tab-mode-string)
3952         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
3954 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
3956         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
3957         Add declare-function.
3959         * startup.el (command-line): Don't call tty-register-default-colors
3960         if initial-window-system is `pc'.
3962         * term/internal.el (local-function-key-map): Fix unbalanced parens.
3963         (msdos-key-remapping-map): New variable.  Move here all the special
3964         keys we will be remapping via local-function-key-map.
3965         (msdos-setup-keyboard): New function.
3967         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
3968         make-msdos-frame.
3969         (terminal-init-internal): New function, errors out if called.
3970         (msdos-initialize-window-system): New function.
3971         (msdos-create-frame-with-faces): Set the terminal's
3972         `terminal-initted' (sic!) parameter.
3973         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
3974         (window-system-initialization-alist):
3975         Add msdos-initialize-window-system.
3976         (handle-args-function-alist): Use tty-handle-args for `pc'
3977         ``window system'' as well.
3978         (pc-win): Provide.
3980         * term/tty-colors.el (tty-register-default-colors): Remove bogus
3981         code for using msdos-color-values.
3983         * loadup.el [ms-dos]: Load term/pc-win.
3985 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
3987         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
3988         directory name.
3990 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
3992         * progmodes/gud.el (gud-common-init): Use absolute file so that
3993         perldb works with tramp (sudo).
3995         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
3996         match data in process filters.
3998 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
4000         * dired.el (dired-buffer-stale-p): Do not revert buffer that
4001         can be written.
4003 2008-08-23  Glenn Morris  <rgm@gnu.org>
4005         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
4006         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
4008 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
4010         * subr.el (temp-buffer-show-hook): Doc fix.
4012 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
4014         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
4015         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
4016         <tassilo@member.fsf.org>.
4018         * net/trampver.el: Update release number.
4020         * net/xesam.el (xesam-minor-mode): New minor mode.
4021         (xesam-highlight-buffer): Remove.  Code moved to
4022         `xesam-minor-mode'.
4023         (xesam-refresh-entry): Use `xesam-minor-mode'.
4025 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
4027         * minibuffer.el (completion--try-word-completion):
4028         Disable partial-completion when considering the addition of a space
4029         or hyphen.
4031 2008-08-21  John Paul Wallington  <jpw@pobox.com>
4033         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
4034         filename of `tofile' doesn't contain any colons on Windows,
4035         Cygwin, and MS-DOS systems.
4037 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
4039         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
4040         (epg-context-set-progress-callback): Make sure the callback is a
4041         cons of a function and a handback.  Update all callers.
4043 2008-08-20  David Reitter  <david.reitter@gmail.com>
4045         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
4046         Patch applied by Adrian Robert.
4048 2008-08-20  Kevin Ryde  <user42@zip.com.au>
4050         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
4051         directive lines.
4053 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
4055         * net/xesam.el (xesam-highlight-string): Precise doc string.
4056         (xesam-highlight-buffer): New defun.
4057         (xesam-refresh-entry): Use it.  Better check for sourceModified.
4059 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
4061         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
4062         their names.
4064 2008-08-19  Kenichi Handa  <handa@m17n.org>
4066         * language/european.el ("Esperanto"): Change the preferred
4067         charsets to iso-8859-3.
4069         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
4071         * international/fontset.el (script-representative-chars):
4072         Delete the entry for symbol.
4073         (setup-default-fontset): For symbol characters, don't specify
4074         :script property.
4076 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
4078         * minibuffer.el (completion-table-dynamic): Doc fix.
4080         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
4081         saved.
4083 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
4085         * emulation/edt.el (edt-default-emulation-setup):
4086         Share global-buffers-menu-map with the emulated global map.
4088 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
4090         * term/ns-win.el (global): Uncomment "put backspace
4091         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
4093 2008-08-18  Kenichi Handa  <handa@m17n.org>
4095         * international/mule-diag.el (font-show-log): Add optional arg N
4096         to control the limit of font listing.
4098 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
4100         * window.el (recenter-top-bottom): Determine top and bottom
4101         positions using scroll-margin instead of scroll-conservatively.
4103 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4105         * proced.el (proced-send-signal): Use beginning-of-line.
4107 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4109         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
4110         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
4111         listing types.
4112         (proced-log-buffer): New variable.
4113         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
4114         region if transient-mark-mode is turned on and the region is active.
4115         (proced-omit-processes): Rename from proced-hide-processes to
4116         avoid key clash with describe-mode (bound to h).  Search for
4117         marked processes starting from point-min.
4118         (proced-header-space): Remove.
4119         (proced-send-signal): Handle errors.  Operate on current process
4120         if no process is marked.
4121         (proced-why): New command.
4122         (proced-log, proced-log-summary): New functions.
4123         (proced-help): Use proced-why.
4124         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
4125         (bibtex-autokey-year-title-separator): Fix docstring.
4127 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
4129         * net/xesam.el (xesam-vendor, xesam-notify-function):
4130         New local variables.
4131         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
4132         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
4133         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
4134         (xesam-new-search): Initialize `xesam-vendor'.
4136 2008-08-15  Glenn Morris  <rgm@gnu.org>
4138         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
4139         a pipeline.
4140         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
4141         unless at the end of the pipeline.  (Bug#699).
4143 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
4145         * minibuffer.el (completion-boundaries): Doc fix.
4146         (display-completion-list): Only default base-size to zero if
4147         completing in the minibuffer.
4149         * simple.el (completion-base-size): Doc fix.
4150         (choose-completion): Try reselecting completion-reference-buffer.
4152 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
4154         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
4155         also for remote directories.
4157 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4159         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
4160         since those precomputed values aren't used any more.
4161         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
4163 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
4165         * help.el (with-help-window): Return last value in BODY.
4167 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
4169         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
4170         notify function of the URL.
4171         (xesam-new-search): Encode special characters in the query string.
4173 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
4175         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
4177 2008-08-13  Andreas Schwab  <schwab@suse.de>
4179         * net/tramp.el (tramp-handle-shell-command): Handle output going
4180         to current buffer like shell-command.  Don't disable undo.
4182 2008-08-13  Glenn Morris  <rgm@gnu.org>
4184         * eshell/esh-cmd.el (eshell/which): Handle the case where no
4185         description is found.
4187 2008-08-12  Alan Mackenzie  <acm@muc.de>
4189         * progmodes/cc-defs.el (c-emacs-features):
4190         argumentative-bod-function: bind mark-ring to avoid accumulating a
4191         spurious mark.
4193 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
4195         * simple.el (visual-line--saved-state): New var.
4196         (visual-line-mode): Save local values of variables, and restore
4197         them when visual-line-mode is disabled.
4199 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
4201         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
4203 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
4205         * progmodes/cc-defs.el (c-emacs-features):
4206         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
4207         moving point during the test.
4209         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
4211 2008-08-11  Glenn Morris  <rgm@gnu.org>
4213         * term/ns-win.el (x-parse-geometry): Doc fix.
4215         * dired.el (x-popup-menu):
4216         * hi-lock.el (x-popup-menu):
4217         * mouse.el (font-face-attributes):
4218         * calendar/cal-menu.el (x-popup-menu):
4219         * calendar/calendar.el (x-popup-menu):
4220         * calendar/holidays.el (x-popup-menu):
4221         * progmodes/cperl-mode.el (x-popup-menu):
4222         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
4223         (x-open-connection):
4224         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
4225         (x-command-line-resources):
4226         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
4227         (x-display-name, x-command-line-resources):
4228         Add declarations for builds without X.
4230 2008-08-10  Glenn Morris  <rgm@gnu.org>
4232         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
4234 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
4236         * vc-bzr.el (vc-bzr-find-revision): Rename from
4237         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
4239 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
4241         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
4242         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
4243         "DONE", when all hits are retrieved.
4244         (xesam-search): Autoload it.
4246 2008-08-11  John Paul Wallington  <jpw@pobox.com>
4248         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
4249         empty string when no filename.
4250         (define-ibuffer-column filename): Accommodate that change.
4252         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
4253         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
4255 2008-08-10  Glenn Morris  <rgm@gnu.org>
4257         * Makefile.in (ELCFILES): Update.
4259 2008-08-10  John Paul Wallington  <jpw@pobox.com>
4261         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
4263 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
4265         * battery.el (battery-echo-area-format, battery-status-function):
4266         Handle new Linux sysfs format for battery reporting.
4267         (battery-linux-sysfs): New function.
4269 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
4271         * add-log.el (change-log-search-tag-name)
4272         (change-log-goto-source): Fix behavior when point is not on tag.
4274 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
4276         * startup.el (command-line-ns-option-alist): Use ignore instead of
4277         ns-ignore-0-arg.
4279         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
4280         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
4281         (ns-alternatives-map): New variable.
4282         (x-set-up-function-keys): Use it.
4283         (global): Comment out "put backspace ascii-character..." and friends.
4284         Move function-key-map into ns-alternatives-map.  Don't call
4285         precompute-menubar-bindings.  Don't set anything connected with
4286         browse-url.
4287         (after-make-frame-functions): Clarify comment why a hook is added.
4289 2008-08-06  Joakim Verona  <joakim@verona.se>
4291         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
4292         in url:s.
4294 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4296         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
4297         Fix 2008-01-01 change: use a shy group to not affect subsequent
4298         match calls.
4300 2008-08-06  Reto Zimmermann  <reto@gnu.org>
4302         * progmodes/vera-mode.el (vera-electric-tab):
4303         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
4304         region when active.
4306 2008-08-06  Kenichi Handa  <handa@m17n.org>
4308         * faces.el (face-valid-attribute-values): Fix handling the value
4309         of (font-family-list) and font-XXX-table.
4311 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
4313         * proced.el (proced-menu): Bind the correct function to for toggling.
4315         * vc-dir.el (vc-dir-mode): Fix typo.
4317 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4319         * whitespace.el (whitespace-newline-mode)
4320         (global-whitespace-newline-mode, whitespace-mode)
4321         (global-whitespace-mode): Improve docstring.
4323 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
4325         * kmacro.el (kmacro-exec-ring-item): Add autoload.
4327         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
4329         * cus-start.el (all): Handle auto-save-visited-file-name.
4331 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
4333         * files.el (hack-one-local-variable-eval-safep): Handle
4334         lisp-indent-function and scheme-indent-function in addition to the
4335         deprecated lisp-indent-hook.
4337 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
4339         * net/xesam.el (top): Require `wid-edit' always.
4340         (xesam-mode-line, xesam-highlight): New deffaces.
4341         (xesam-objects): New local variable.
4342         (xesam-search-engines): Fix error in field list.
4343         (xesam-mode): Use `xesam-mode-line' instead of
4344         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
4345         proper initialization (why?).
4346         (xesam-highlight-string, xesam-get-hits)
4347         (xesam-kill-buffer-function): New defuns.
4348         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
4349         result of "hit.fields", it isn't a string only.  Wrap an error of
4350         the strigi search engine ("xesam:size" is returned as string).
4351         Highlight search items.
4352         (xesam-refresh-search-buffer): Make logic of counters more simple.
4353         Prefetch next hits.
4354         (xesam-signal-handler): Use `xesam-mode-line' instead of
4355         `font-lock-type-face'.
4356         (xesam-new-search): Add `xesam-kill-buffer-function' to
4357         `kill-buffer-hook'.
4359 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
4361         * add-log.el (change-log-next-error, change-log-mode): Add support
4362         for `next-error' to call `change-log-goto-source' on named files
4363         in a ChangeLog.
4365 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
4367         * calc/calc.el (math-read-number): Handle all C-like languages
4368         properly.
4370 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4372         * calc/calc.el (math-read-number): Handle C numbers beginning with
4373         0 correctly.
4375 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4377         * term/ns-win.el ([ns-new-frame]): New global key.
4379 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
4381         * international/mule-cmds.el (read-char-by-name):
4382         Check UCS names with `assoc-string' and case folding.
4384 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
4386         * net/dbus.el (dbus-call-method-asynchronously)
4387         (dbus-method-return-internal, dbus-method-error-internal):
4388         Declare them with `declare-function'.
4390 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
4392         * descr-text.el (describe-char-display): Fix last change:
4393         don't pass CHARSET to `encoded-string-description'.
4395 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
4397         * vc.el (vc-next-action): Update list var correctly after delete.
4399 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4401         * ido.el (ido-mode): Add toggle notification.
4403         * cus-edit.el (custom-save-all): Avoid destroying symlink if
4404         already visiting the custom file.
4406         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4407         pending output coming after the status change.
4409 2008-08-02  Jason Rumney  <jasonr@gnu.org>
4411         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
4413 2008-08-01  Kenichi Handa  <handa@m17n.org>
4415         * international/mule-cmds.el (encode-coding-char):
4416         New optional arg CHARSET.
4418         * descr-text.el (describe-char-display): Call encode-coding-char
4419         with the arg CHARSET.
4420         (describe-char): Pay attention to the text-property `charset'.
4422 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
4424         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
4425         error messages.
4426         (dbus-set-property): Call `dbus-introspect-get-property' instead
4427         of `dbus-get-property'.
4429         * net/xesam.el (xesam-all-fields): Remove source and content
4430         identifiers.
4431         (xesam-dbus-unique-names): New defvar.
4432         (xesam-dbus-call-method): New defun.  Replace all calls of
4433         `dbus-call-method' by `xesam-dbus-call-method'.
4434         (xesam-get-cached-property, xesam-set-cached-property):
4435         New defuns.
4436         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
4437         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
4438         (xesam-search-engines): Make it an association list.  Take changed
4439         layout into account in the corresponding function.
4440         (xesam-delete-search-engine): Remove check for consistency of
4441         `xesam-search-engines', not needed anymore.
4442         (xesam-mode): Show XML query string only in the debug case.
4444 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
4446         * files.el (read-file-modes): Fix typo in docstring.
4448 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4450         * Makefile.in: Avoid maintainer warning for autogenerated unicode
4451         files.
4453         * apropos.el (apropos-symbol): Don't set button skip by default.
4454         (apropos-print): Set button skip iff searching for multiple types.
4455         (apropos-print-doc): Insert blank label button when searching for
4456         a single type.
4458         * button.el (forward-button): Avoid infloop.
4460         * minibuffer.el (read-file-name-completion-ignore-case):
4461         Add cygwin to the list.
4463 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
4465         * files.el (abbreviate-file-name): When replacing $HOME with ~,
4466         turn off case-fold-search.
4468 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
4470         * net/dbus.el (top): Don't register for "NameOwnerChanged".
4471         (dbus-message-type-invalid, dbus-message-type-method-call)
4472         (dbus-message-type-method-return, dbus-message-type-error)
4473         (dbus-message-type-signal): New defconst.
4474         (dbus-ignore-errors): Fix `edebug-form-spec' property.
4475         (dbus-return-values-table): New defvar.
4476         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
4477         New defun.
4478         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
4479         Extend docstring.  Adapt implementation according to new
4480         `dbus-event' layout.
4481         (dbus-event-service-name, dbus-event-path-name)
4482         (dbus-event-interface-name, dbus-event-member-name):
4483         Adapt implementation according to new `dbus-event' layout.
4484         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
4486         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
4487         (xesam-mode): Rework implementation.
4488         (xesam-new-search): Additional parameter TYPE.
4489         (xesam-search): Adapt call of `xesam-new-search'.
4491 2008-07-31  Juri Linkov  <juri@jurta.org>
4493         * dired-aux.el (dired-do-chmod): Set default value to the original
4494         mode string using absolute notation like u=rwx,g=rx,o=rx.
4495         Use it as a new arg `default' of `dired-mark-read-string'.
4496         (dired-mark-read-string): Add new optional arg `default'.
4498         * files.el (read-file-modes): Set default value to the original
4499         mode string using absolute notation like u=rwx,g=rx,o=rx.
4500         Use it as the `default' arg of `read-string'.
4502         * filesets.el (filesets-cmd-isearch-getargs): Check if the
4503         variable `files' is bound to avoid warnings.
4505         * isearch.el (isearch-forward-regexp, isearch-forward-word)
4506         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
4507         to the command `isearch-forward' instead of displaying "See C-s".
4508         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
4509         with their interactive specifications.  Move reading the face name to
4510         the main body after calls to isearch-done and isearch-clean-overlays.
4512         * mb-depth.el: Unify all names under one common name prefix
4513         `minibuffer-depth-'.
4514         (minibuffer-depth-indicator-function): Rename from
4515         `minibuf-depth-indicator-function'.
4516         (minibuffer-depth-overlay): Rename from
4517         `minibuf-depth-overlay'.
4518         (minibuffer-depth-setup): Rename from
4519         `minibuf-depth-setup-minibuffer'.
4520         (minibuffer-depth-indicate-mode): Rename from
4521         `minibuffer-indicate-depth-mode'.
4523 2008-07-31  Juri Linkov  <juri@jurta.org>
4525         * dired-aux.el (dired-isearch-filenames-toggle): New command.
4526         (dired-isearch-filenames-setup): Bind "\M-sf" to
4527         dired-isearch-filenames-toggle in isearch-mode-map.
4528         (dired-isearch-filenames-end): Bind "\M-sf" to nil
4529         in isearch-mode-map.
4531         * isearch.el (isearch-edit-string-set-word): New command.
4532         (minibuffer-local-isearch-map): Bind "\C-w" to
4533         isearch-edit-string-set-word.
4534         (isearch-new-word): Temporary internal variable.
4535         (isearch-edit-string): Remove special case of reading the
4536         first character and checking it for C-w.
4538         * simple.el (read-shell-command, shell-command):
4539         Move code that uses minibuffer-with-setup-hook to set
4540         minibuffer-default-add-function to minibuffer-default-add-shell-commands
4541         from the interactive spec of `shell-command' to `read-shell-command'.
4543         * international/mule-cmds.el (read-char-by-name):
4544         Accept hash notation.  Doc fix.
4545         (ucs-insert): Doc fix.  Convert to number only when `arg' is
4546         a string.  Use separate error message when `arg' is not an integer.
4547         Bind `ucs-insert' to `C-x 8 RET'.
4549 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
4551         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
4552         move the (arglist-cont-nonempty) from c-offsets-alist to
4553         c-hanging-braces-alist like other styles already have.
4555 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4557         * textmodes/texinfmt.el:
4558         * nxml/nxml-enc.el:
4559         * mail/feedmail.el:
4560         * international/mule.el:
4561         * international/latexenc.el:
4562         * emulation/viper-util.el:
4563         * emulation/viper-init.el:
4564         * emulation/viper-ex.el:
4565         * emacs-lisp/bytecomp.el:
4566         * version.el:
4567         * subr.el:
4568         * startup.el:
4569         * sort.el:
4570         * shadowfile.el:
4571         * recentf.el:
4572         * printing.el:
4573         * paths.el:
4574         * minibuffer.el:
4575         * ls-lisp.el:
4576         * loadup.el:
4577         * hippie-exp.el:
4578         * finder.el:
4579         * files.el:
4580         * ediff-util.el:
4581         * ediff-ptch.el:
4582         * ediff-init.el:
4583         * ediff-diff.el:
4584         * dired.el:
4585         * dired-aux.el:
4586         * cus-edit.el:
4587         * bindings.el:
4588         * arc-mode.el:
4589         * add-log.el: Remove VMS support.
4590         * obsolete/vmsproc.el:
4591         * obsolete/vms-pmail.el:
4592         * obsolete/vms-patch.el: Remove file.
4594 2008-07-31  Alan Mackenzie  <acm@muc.de>
4596         * progmodes/cc-mode.el (c-before-hack-hook): New function
4597         (Top Level): Install c-before-hack-hook on
4598         before-hack-local-variables-hook, rather than
4599         c-postprocess-file-styles on hack-local-variables-hook.
4601 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
4603         * files.el (normal-mode): Move call to hack-project-variables into
4604         hack-local-variables.
4605         (file-local-variables-alist, before-hack-local-variables-hook):
4606         New vars.
4607         (ignored-local-variables): Add file-local-variables-alist.
4608         (hack-local-variables-filter): Renamed from
4609         hack-local-variables-apply.  Add the result to
4610         file-local-variables-alist, without applying them.
4611         (hack-local-variables): Set file-local-variables-alist to nil.
4612         Call hack-project-variables and before-hack-local-variables-hook.
4613         Apply variables here, instead of hack-local-variables-apply.
4614         Based on a patch by Alan Mackenzie.
4616 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
4618         * info-look.el (autoconf-mode :doc-spec): For
4619         "(autoconf)M4 Macro Index", if the item already
4620         begins with "AS_", don't prefix that string again.
4622 2008-07-30  Juri Linkov  <juri@jurta.org>
4624         * info.el (info, Info-mode): Doc fix.
4626         * isearch.el (isearch-mode-map): Bind `M-s r' to
4627         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
4628         (search-map): Bind `M-s w' to `isearch-forward-word' globally
4629         in the global map `search-map'.
4630         (isearch-forward): Doc fix.
4631         (isearch-forward-word, isearch-toggle-case-fold): New commands.
4633         * simple.el (quoted-insert): Comment out code that treats
4634         0240-0377 specially.
4636 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
4638         * cus-start.el: Add customization info for
4639         read-buffer-completion-ignore-case.
4641 2008-07-30  Sam Steingold  <sds@gnu.org>
4643         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
4645 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4647         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
4648         (vc-dir-mode): Improve docstring.
4650 2008-07-30  Juri Linkov  <juri@jurta.org>
4652         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
4653         for the sake of isearch-mode-hook in dired-mode in dired.el.
4655 2008-07-19  Markus Triska  <markus.triska@gmx.at>
4657         * image-mode.el (image-mode): Set image-mode-text-map when image
4658         cannot be displayed.
4660 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
4662         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
4663         ada-xref-set-default-prj-values.
4664         (ada-prj-display-page): Ditto.
4666         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
4667         (ada-make-filename-from-adaname): Fix free variable.
4669 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
4671         * vc-git.el (vc-git-status-printer): Synchronize with the default.
4673 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
4675         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
4676         for declarations inside a parenthetical list.  The code is ill-advised,
4677         and doesn't work given user defined types.
4678         (verilog-set-auto-endcomments): Enhance function automatic
4679         endcomment to support functions that return user defined types.
4680         (verilog-mode): Add code to tell which-function-mode minor mode
4681         that Verilog supports this feature.
4682         (verilog-beg-block-re-ordered, verilog-indent-re)
4683         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
4684         (verilog-leap-to-head): Support the new virtual and/or protected
4685         tasks, as well as extern declarations of tasks for indenting and
4686         for forward/backward expression.
4688 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
4690         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
4691         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
4692         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
4693         (verilog-string-replace-matches): Avoid recursion with small
4694         replacements.
4695         (verilog-auto-inst-param-value, verilog-mode-version)
4696         (verilog-mode-version-date, verilog-read-inst-param-value)
4697         (verilog-auto-inst, verilog-auto-inst-param)
4698         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
4699         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
4700         David Rogoff.  This allows parameters to be replaced with their
4701         values, on the expansion of an AUTOINST with Verilog 2001 style
4702         parameter settings.
4704 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
4706         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
4707         to `cddr'.
4709 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
4711         * Makefile.in (ELCFILES): Add mairix.elc.
4713 2008-07-29  David Engster  <deng@randomsample.de>
4715         * net/mairix.el: New file.
4717 2008-07-29  Juri Linkov  <juri@jurta.org>
4719         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
4720         instead of variable-pitch with bold and 1.2 height.
4722         * dired-aux.el (dired-do-async-shell-command): New command.
4724         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
4725         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
4727 2008-07-29  Juri Linkov  <juri@jurta.org>
4729         * international/mule-cmds.el (ucs-names): New internal variable.
4730         (ucs-names): New function.
4731         (ucs-completions): New lazy completion variable.
4732         (read-char-by-name): New function.
4733         (ucs-insert): Replace interactive spec letter "s" with the call to
4734         `read-char-by-name'.
4736         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
4738         * replace.el (occur-read-primary-args):
4739         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4740         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
4741         second arg of `read-regexp'.
4743         * dired-aux.el (dired-isearch-filenames): New user option.
4744         (dired-isearch-orig-success-function): New internal variable.
4745         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
4746         (dired-isearch-success-function): New functions.
4747         (dired-isearch-filenames, dired-isearch-filenames-regexp):
4748         New commands.
4750         * dired.el (dired-insert-set-properties): Add new text property
4751         `dired-filename' to put on file names.
4752         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
4753         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
4754         Add menu items.
4755         (dired-mode): Add hook `dired-isearch-filenames-setup' to
4756         buffer-local `isearch-mode-hook'.
4758 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
4760         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
4761         (ada-create-case-exception): Fix typo in docstring.
4762         (ada-no-auto-case): Return nil, not the docstring.
4763         (ada-indent-current): Reflow docstring.
4765         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
4766         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
4767         (ada-prj-load-from-file): Reflow docstring.
4768         (ada-prj-display-page): Fix typo in widget.
4770         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
4771         Fix typos in docstrings.
4773         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
4774         (ada-compile-current, ada-check-current, ada-run-application)
4775         (ada-get-ali-file-name): Fix typos in docstrings.
4776         (ada-xref-confirm-compile, ada-find-references)
4777         (ada-find-local-references, ada-find-any-references): Doc fixes.
4778         (ada-get-all-references): Fix typo in error message.
4779         (ada-xref-current-project): Use `let', not `let*'.
4780         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
4782 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4784         * whitespace.el (whitespace-newline): Change initialization to have a
4785         low contrast relative to the background color.  Suggested by David
4786         Reitter <david.reitter@gmail.com>.
4788 2008-07-28  Juri Linkov  <juri@jurta.org>
4790         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
4791         New functions.
4793         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
4794         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
4796 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
4798         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
4799         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4801 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
4803         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
4804         Add support for add-log.
4805         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
4807         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
4808         (ada-prj-save): Prompt for file name if not given.
4809         (ada-prj-display-page): Display casing exceptions.
4811         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
4812         Ada mode project files.  Delete 'main_unit' project variable;
4813         only need 'main'.  Simplify handling of default project values.
4814         Use cross-prefix consistently.
4815         (ada-find-executable): Throw error if not found.
4816         (ada-initialize-runtime-library): Improve error handling when
4817         gnatls not found.
4818         (ada-gnat-parse-gpr): New.
4819         (ada-treat-cmd-string): Allow process environment variables.
4820         (ada-xref-set-default-prj-values): Delete; replace with
4821         ada-default-prj-properties.
4822         (ada-parse-prj-file): Handle GNAT project files.
4823         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
4824         (ada-select-prj-file): New.
4825         (ada-get-absolute-dir-list): Allow project and environment variables.
4827 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
4829         Sync with Tramp 2.1.14.
4831         * net/tramp.el (tramp-perl-directory-files-and-attributes)
4832         (tramp-get-device): Make device number a cons cell.
4833         (tramp-convert-file-attributes): Make inode a cons cell.
4835         * net/trampver.el: Update release number.
4837 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4839         * faces.el (face-set-after-frame-default): Treat 'ns as all other
4840         window systems.
4842 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4844         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
4846 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4848         Remove support for Mac Carbon.
4849         * term/mac-win.el: Remove file
4850         * international/mule-cmds.el:
4851         * version.el:
4852         * startup.el:
4853         * simple.el:
4854         * mwheel.el:
4855         * mouse.el:
4856         * loadup.el:
4857         * isearch.el:
4858         * info.el:
4859         * frame.el:
4860         * faces.el:
4861         * disp-table.el:
4862         * cus-start.el:
4863         * cus-face.el:
4864         * cus-edit.el:
4865         * Makefile.in: Remove code for Carbon.
4867 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
4869         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
4870         bindings for functions deleted by Dan N. 2008-07-21.  Set
4871         where-is-preferred-modifier.  Add show-manual option to Help menu.
4873 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
4875         * net/tramp.el (tramp-handle-start-file-process):
4876         Set query-on-exit flag.  Kill temporary buffer.
4877         (tramp-process-sentinel): Remove defun.
4878         (tramp-do-copy-or-rename-file-out-of-band)
4879         (tramp-maybe-open-connection): Don't call it.
4881         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
4882         `tramp-process-sentinel'.
4884         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
4885         `tramp-process-sentinel'.
4887         * net/xesam.el (xesam-from): Remove defvar.
4888         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
4889         and `mode-line-position'.
4890         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
4891         information to the widgets.  Don't set `mode-line-position'.
4892         (xesam-refresh-search-buffer): Correct hit number computing.
4893         Don't set `mode-line-position'.
4894         (xesam-new-search): Add debug information to the mode line.
4896 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4898         * diff-mode.el (diff-show-trailing-blanks): Renamed to
4899         diff-show-trailing-whitespaces.
4901 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
4903         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
4904         invalid filename strings when parsing tex errors (bug#376).
4906 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
4908         * menu-bar.el (menu-bar-file-menu): Fix typo.
4910 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
4912         * play/solitaire.el (solitaire-mode-map): Define within defvar.
4913         (solitaire-mode): Define with `define-derived-mode'.
4914         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
4915         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
4916         (solitaire-undo, solitaire-check): Use `when'.
4917         (solitaire-solve): Err out if the solitaire is already in progress.
4918         Use `when'.
4920         * descr-text.el (describe-char): Don't overwrite local variable char
4921         when describing characters with display-table entries.  Display font
4922         backend when describing composed characters.  Simplify: use `let'
4923         instead of `let*', and `or x y' instead of `if x x y'.
4925 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
4927         * image-mode.el (image-minor-mode): Set up winprops.
4929 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4931         * diff-mode.el (diff-show-trailing-blanks): New fun.
4932         Show trailing blanks in modified lines for diff-mode.
4934 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
4936         * Makefile.in (ELCFILES): Add net/xesam.el.
4938         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
4939         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
4941         * net/xesam.el: New file.
4943 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
4945         * dired-aux.el (dired-copy-file-recursive): Avoid calling
4946         set-file-modes when creating target directories.
4948 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
4950         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
4951         Set `show-trailing-whitespace' to nil.
4952         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
4953         Fix typos in docstrings.
4955 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
4957         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
4958         key remapping, not directly.
4960 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4962         * whitespace.el: New version 11.2.
4963         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
4964         minor mode visualization.
4966 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4968         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
4970         * Makefile.in (ELCFILES): Add term/common-win.elc.
4972         * vc-dir.el (vc-dir-search, vc-dir-isearch)
4973         (vc-dir-isearch-regexp): New functions.
4974         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
4976 2008-07-23  Juri Linkov  <juri@jurta.org>
4978         * isearch-multi.el: Remove file to avoid dos file name clashes
4979         with isearch-x.el.  Move most content to misearch.el.
4981         * misearch.el: New file with most content from isearch-multi.el.
4982         Rename `isearch-buffers' name prefixes to `multi-isearch'.
4983         Remove `isearch-buffers-minor-mode'.  Add new function
4984         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
4985         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
4986         `multi-isearch-files', `multi-isearch-files-regexp'.
4988         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
4990         * isearch.el (isearch-message-prefix): Display "Multi" when
4991         `multi-isearch-next-buffer-current-function' is non-nil.
4992         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
4993         with `multi-isearch-next-buffer-current-function', and
4994         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
4996         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
4997         `multi-isearch-next-buffer-function' instead of
4998         `isearch-buffers-next-buffer-function'.  Remove call to
4999         `isearch-buffers-minor-mode'.
5001         * buff-menu.el (Buffer-menu-marked-buffers)
5002         (Buffer-menu-isearch-buffers)
5003         (Buffer-menu-isearch-buffers-regexp): New functions.
5004         (Buffer-menu-mode-map): Bind "M-s a C-s" to
5005         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
5006         `Buffer-menu-isearch-buffers-regexp'.
5007         (Buffer-menu-mode): Document new commands in docstring.
5008         (list-buffers-noselect): Add one space after Info file name
5009         according to the Info address convention.
5011         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
5012         New functions.
5014         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
5015         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
5016         (ibuffer-mode): Document new commands in docstring.
5018         * filesets.el (filesets-commands): Add commands for "Isearch" and
5019         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
5020         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
5021         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
5022         or `multi-isearch-files-regexp'.
5023         (filesets-cmd-query-replace-getargs): Call standard function
5024         `query-replace-read-args' to read `query-replace' arguments.
5025         Add `multi-query-replace-map'.
5026         (filesets-cmd-query-replace-regexp-getargs)
5027         (filesets-cmd-isearch-getargs): New functions.
5029 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
5031         * international/mule.el (recode-region): Deactivate mark at the end.
5033 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
5035         * progmodes/flymake.el (flymake-errline, flymake-warnline):
5036         Use more suitable colors on dark displays.
5038 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
5040         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
5041         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
5042         (tramp-temp-buffer-name): New defconst.
5043         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
5044         command.  No trailing prompt.
5045         (tramp-process-sentinel): Remove temporary buffer, if existing.
5046         Don't handle trailing prompt.
5047         (tramp-open-connection-setup-interactive-shell):
5048         Use `tramp-temp-buffer-name'.
5050 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
5052         * shell.el (shell-dynamic-complete-functions):
5053         Use comint-dynamic-complete-filename as well (bug#361).
5055 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
5057         * term/ns-win.el:
5058         * version.el (emacs-version):
5059         * loadup.el:
5060         * frame.el (make-frame-on-display): Check for ns instead of
5061         ns-windowing.
5063         * dired.el (dired-mode-map): Show the key binding for wdired.
5065         * menu-bar.el (menu-bar-file-menu): Show the key binding for
5066         exiting Emacs.
5068 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
5070         * term/ns-win.el (x-list-fonts): Drop alias.
5072 2008-07-23  Juri Linkov  <juri@jurta.org>
5074         * replace.el (multi-query-replace-map): New variable.
5075         (perform-replace): Add processing of new multi-buffer keys bound
5076         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
5077         if last input char was `automatic-all'.  Set new local variable
5078         `multi-buffer' to t when one of new two keys were typed.  Return
5079         non-nil value of `multi-buffer' that tells to calling functions
5080         to continue replacement on the next file.
5082         * progmodes/etags.el (tags-query-replace): Set arg `map' of
5083         `perform-replace' to `multi-query-replace-map'.
5085 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5087         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
5088         otherwise displayed in every buffer.
5090         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
5091         (vc-arch-trim-one-revlib): Delete temp directories as well.
5093 2008-07-22  Stephen Eglen  <stephen@gnu.org>
5095         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
5097 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
5099         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
5101 2008-07-22  Miles Bader  <miles@gnu.org>
5103         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
5104         (sh-mode-map): Remove remapping of newline-and-indent.
5106 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5108         * vc.el (Todo): Update.
5110         * vc-hooks.el: Remove obsolete comment.
5112         * vc-git.el (vc-git-status-printer): Update the directory display
5113         to match the default.
5115         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
5117 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
5119         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
5120         for "word wrap" command.
5122         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
5124 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5126         * term/ns-win.el: Rename ns- functions/variables to the
5127         corresponding x- versions.
5128         (x-select-text, x-cut-buffer-or-selection-value)
5129         (x-disown-selection-internal, x-get-selection-internal)
5130         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
5131         (x-display-mm-width, x-display-mm-height)
5132         (x-display-backing-store, x-display-save-under)
5133         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
5134         defaliases.
5136         * frame.el (ns-display-name): Remove declaration.
5137         (make-frame-on-display): Use x-display-name instead
5138         ns-display-name.  Use unless.
5140         * startup.el (command-line-1): Fix indentation.
5142         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
5143         checked in inadvertently.
5145 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
5147         * term/ns-win.el: Standardize references to "Nextstep" in
5148         comments, messages, and docstrings.
5149         (ns-handle-args, x-parse-geometry)
5150         (ns-extended-platform-support-mode, x-setup-function-keys)
5151         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
5152         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
5153         (ns-initialized, ns-initialize-window-system): Doc fixes.
5155 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5157         * diff-mode.el (diff-auto-refine): Delete defcustom.
5158         (diff-auto-refine-mode): New func/var via define-minor-mode.
5159         Update var ref to use diff-auto-refine-mode.
5160         * smerge-mode.el (diff-mode): Require when compiling.
5161         (smerge-auto-refine): Delete defcustom.
5162         Update smerge-auto-refine ref to use diff-auto-refine-mode.
5164 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
5166         * simple.el (visual-line): New custom group.
5167         (visual-line-fringe-indicators): New var.
5168         (visual-line-mode): Set fringe-indicator-alist based on
5169         visual-line-fringe-indicators.  Add lighter.
5171 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
5173         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
5174         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5175         (x-handle-geometry, x-handle-name-switch, x-display-name)
5176         (x-handle-display, x-handle-args, x-colors): Move ...
5177         * term/common-win.el: ... here.  New file.
5178         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
5179         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
5180         (x-handle-geometry, x-handle-name-switch, x-display-name)
5181         (x-handle-display, x-handle-args, x-colors): Remove.
5182         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
5184 2008-07-19  Juri Linkov  <juri@jurta.org>
5186         * startup.el (fancy-startup-text): Move the line "To quit
5187         a partially entered command, type Control-g" a few lines below
5188         to be after the line "To start".  Add text "at gnu.org" to
5189         "Overview of Emacs features".
5191         * dired.el (dired-mode-map): Fix menu text of
5192         image-dired-display-thumbs.
5194         * image-dired.el (image-dired-cmd-create-thumbnail-options)
5195         (image-dired-cmd-create-temp-image-options)
5196         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
5197         ImageMagick command line to change the dimensions of the image
5198         only if its width or height exceeds the geometry specification.
5200         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
5202         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
5203         to docstrings.
5205 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
5207         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
5208         Vinicius Jose Latorre.
5210 2008-07-19  Glenn Morris  <rgm@gnu.org>
5212         * term/ns-win.el (ns-make-command-string): Use mapconcat.
5213         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
5215 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
5217         * net/dbus.el (dbus-interface-properties): New defconst.
5218         (dbus-introspect): Update docstring.
5219         (dbus-introspect-xml, dbus-introspect-get-attribute)
5220         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
5221         (dbus-introspect-get-interface-names)
5222         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
5223         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
5224         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
5225         (dbus-introspect-get-property)
5226         (dbus-introspect-get-annotation-names)
5227         (dbus-introspect-get-annotation)
5228         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
5229         (dbus-introspect-get-signature, dbus-get-property)
5230         (dbus-set-property, dbus-get-all-properties): New defuns.
5232 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
5234         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
5235         ns-grabenv.elc.
5237         * ns-carbon-compat.el: File removed.
5239         * ns-grabenv.el: File removed.
5241         * term/ns-win.el: Contents of ns-carbon-compat.el and
5242         ns-grabenv.el moved here.
5243         (ns-grabenv, ns-open-file-select-line): Doc fixes.
5244         (ns-submit-bug-report): Function removed.  Reports go to the main
5245         Emacs bug list.
5246         (ns-handle-args, ns-spi-service-call): Doc fixes.
5247         (info-ns-emacs): Function removed.  Nextstep port manual will be
5248         merged into the Emacs manual, so no separate link needed.
5250 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
5252         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
5254 2008-07-18  Glenn Morris  <rgm@gnu.org>
5256         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
5257         to XEmacs, since it does nothing for Emacs.
5259 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5261         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
5262         BUFFER that is a string but does not exist as a buffer object, as
5263         mentioned in the doc-string.
5265 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
5267         * simple.el (line-move-visual): Make it a defcustom.
5268         (line-move-1): Convert temporary-goal-column back to an integer if
5269         it was set as a float by a previous call to line-move-visual.
5270         (end-of-visual-line, beginning-of-visual-line)
5271         (next-logical-line, previous-logical-line): New functions.
5273 2008-07-17  David Reitter  <david.reitter@gmail.com>
5275         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
5276         functions.
5277         (visual-line-mode, global-visual-line-mode): New minor mode.
5278         (visual-line-mode-map): New variable.
5280 2008-07-17  Glenn Morris  <rgm@gnu.org>
5282         * term/ns-win.el (parameters): Declare for compiler.
5284 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
5286         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
5287         for Windows.
5289 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
5291         * epa.el (epa-key-list-mode): Use run-mode-hooks.
5292         (epa-key-mode): Ditto.
5293         (epa-info-mode): Ditto.
5295 2008-07-17  Glenn Morris  <rgm@gnu.org>
5297         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
5298         (ns-handle-numeric-switch): Just call ns-handle-switch.
5299         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
5300         (ns-handle-args): Simplify using `pop'.
5301         (ns-display-name): Define (used in frame.el).
5302         (menu-bar-select-frame): Add (ignored) arg to more closely match the
5303         original definition.
5304         (ns-perform-service): Declare.
5305         (ns-save-preferences): Use fewer `let's.
5307         * frame.el (ns-display-name): Declare for compiler.
5309 2008-07-17  Kenichi Handa  <handa@m17n.org>
5311         * descr-text.el (describe-char-unidata-list): Initialize to the
5312         list of name, general-category, decomposition, and old-name.
5314 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
5316         * startup.el (command-line-1): Update processing of NS long options to
5317         mimic recent changes to processing of X long options.
5319 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
5321         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
5322         list of #defines for remote files.
5323         (gdb-source-info): Only show main if it has been found.
5325 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5327         * term/ns-win.el: Require CL; fix up comment style; reindent.
5328         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
5329         (ns-save-preferences): Use `case'.
5330         (ns-initialize-window-system): Use `dolist'.
5332 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
5334         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
5335         windowing is used.
5336         * term/ns-win.el (ns-extended-platform-support-mode):
5337         Correct/improve documentation.
5339 2008-07-16  Glenn Morris  <rgm@gnu.org>
5341         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
5342         Simply require 'cl (see comment in cl-compat.el).
5343         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
5344         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
5345         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
5346         directly rather by subterfuge.  Provide cl before loading cl-macs.
5348         * paths.el (rmail-spool-directory): Remove settings for systems that are
5349         no longer supported.
5351         * frame.el (ns-initialize-window-system): Declare for compiler.
5353         * term/ns-win.el: Add numerous declarations for compiler.
5354         (ns-pop-up-frames): Move definition before use.  Doc fix.
5356         * emacs-lisp/check-declare.el (check-declare-locate)
5357         (check-declare-verify): Handle .m files.
5359 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
5361         * ns-carbon-compat.el: New file: user-visible compatibility of
5362         NeXTstep port with Carbon port.
5363         * ns-grabenv.el: New file: functionality useful on OS X platform to
5364         expose environment variables inside Emacs started from icon.
5365         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
5366         * cus-edit.el:
5367         * cus-face.el:
5368         * disp-table.el:
5369         * faces.el:
5370         * info.el:
5371         * mouse.el:
5372         * mwheel.el:
5373         * simple.el: Add ns to window systems treated as GUIs.
5374         * facemenu.el (facemenu-read-color): Don't require a name match under
5375         NS, to allow numeric color entry.
5376         * frame.el (make-frame-on-display): Follow code for 'x in initializing
5377         'ns window system if need be.
5378         (various): Add 'ns as described above.
5379         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
5380         ns-windowing is active.
5381         * startup.el (command-line-ns-option-alist): New constant to handle NS
5382         windowing system specific command line args analogous to how they are
5383         handled for X windows.
5384         (command-line-1): Use the above where appropriate.
5385         * version.el: Add NS port version.
5386         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
5387         Darwin (usually OS X) systems.
5388         (woman-use-own-frame): Include 'ns in list of GUI window systems.
5389         * emulation/viper-util.el (ns-display-color-p)
5390         (ns-color-defined-p): Remove these (caustically-commented) outdated
5391         compensations for a port that was never itself integrated until now.
5392         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
5393         for NS window system.
5394         * international/mule-cmds.el: Add 'ns to list of special-cased window
5395         systems (probably most of these, x/w32/mac/ns could be changed to
5396         window-system non-nil).
5397         * term/ns-win.el: New file: lisp-side support for NS windowing system.
5399 2008-07-14  Jason Rumney  <jasonr@gnu.org>
5401         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
5402         (x-handle-numeric-switch, x-handle-initial-switch)
5403         (x-handle-xrm-switch, x-handle-args, x-handle-display)
5404         (xw-defined-colors, w32-initialize-window-system):
5405         Avoid use of cl pop and push macros.
5407 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
5409         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
5410         error when change-log-search-file-name returns nil.
5412 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
5414         * add-log.el (change-log-search-file-name):
5415         Use match-string-no-properties.
5416         (change-log-search-tag-name-1, change-log-search-tag-name)
5417         (change-log-goto-source-1, change-log-goto-source): New functions.
5418         (change-log-tag-re, change-log-find-head, change-log-find-tail):
5419         New variables.
5420         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
5422 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
5424         * calc/calc-help.el (calc-describe-key): Add angles to special key
5425         descriptions.
5427 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5429         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
5430         search for regexp.
5432 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
5434         * simple.el (line-move-visual): Handle null pixel position gracefully.
5436 2008-07-11  Jason Rumney  <jasonr@gnu.org>
5438         * files.el (file-truename): Get truename of ancestors if file does
5439         not exist on Windows.
5441 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
5443         * simple.el (line-move-visual): Obey goal-column and no-error arg.
5444         (track-eol, temporary-goal-column, previous-line, next-line):
5445         Update docstring.
5446         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
5447         to nil.
5449 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5451         * simple.el (line-move-visual): New var.
5452         (line-move-visual): New function.
5453         (line-move): Call line-move-visual.
5455 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
5457         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
5458         pattern and add patterns for C++ header files.
5460 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
5462         * window.el (truncated-partial-width-window-p): New function.
5464         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
5466         * faces.el (x-create-frame-with-faces): Don't pass parameters that
5467         are set later to x-create-frame.
5468         (face-set-after-frame-default): Apply X resources for non-default
5469         faces.
5471 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
5473         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
5474         frame-specific X resource settings.  Set faces using a list of
5475         frame parameters explicitly passed to the calling
5476         function (e.g. make-frame).
5477         (x-create-frame-with-faces, tty-create-frame-with-faces):
5478         Supply explicit frame parameter list to face-set-after-frame-default.
5480 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5482         * net/browse-url.el (browse-url-default-browser):
5483         Fix argument list in lambda.
5485 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
5487         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
5488         from url-retrieve.
5489         (newsticker--sentinel-work): Fix xerror typo.
5491 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
5493         * vc-dir.el (vc-dir-refresh): Only update files.
5495         * vc-git.el (vc-git--ls-files-state): Remove unused function.
5497         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
5499 2008-07-06  John Paul Wallington  <jpw@pobox.com>
5501         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
5503 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
5505         * vc-git.el (vc-git-registered): Return true for removed files.
5506         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
5507         all the files instead of one per file.
5508         (vc-git-previous-revision): Add support for project-wide previous
5509         revision when specified file is nil.
5511 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
5513         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
5515         * vc-dir.el (vc-dir-find-child-files): New function.
5516         (vc-dir-resync-directory-files): New function.
5517         (vc-dir-recompute-file-state): New function, broken out of ...
5518         (vc-dir-resynch-file): ... here.  Also deal with directories.
5519         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
5520         (vc-resynch-buffer): Use it.
5522         * vc-hg.el (vc-hg-registered): Do not set vc-state.
5524         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
5526 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
5528         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
5529         if it's not part of gdb-ui, e.g, at start.
5531         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
5532         filenames in stack trace (text command mode).
5534 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5536         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
5538         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
5539         Use syntax-ppss on a position *before* the char we want to change.
5541 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
5543         * vc-dir.el (vc-dir-query-replace-regexp): New function.
5544         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
5545         (vc-dir-mode-map): Likewise.
5547 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
5549         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
5550         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
5551         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
5552         Remove spurious * in defcustom docstrings.
5554         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
5555         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
5556         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
5557         (default-justification): Remove spurious * in defcustom docstrings.
5559         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
5560         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
5561         (rst-compare-decorations, rst-default-indent, rst-update-section)
5562         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
5563         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
5564         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
5565         Fix typos in docstrings.
5566         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
5567         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
5568         (rst-get-decorations-around, rst-section-tree-point)
5569         (rst-font-lock-adornment-point): Reflow docstrings.
5570         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
5571         Doc fixes.
5572         (rst-re-enumerations): Comment out.
5574         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
5575         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
5576         (nxml-unicode-block-char-name-set):
5577         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
5578         * nxml/rng-nxml.el (rng-set-state-after):
5579         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
5581         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
5582         (rng-c-parse-annotation-body):
5583         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
5585         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
5586         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
5587         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
5588         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
5589         Fix typos in docstrings.
5590         (nxml-attribute-indent): Reflow docstring.
5591         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
5592         (nxml-default-buffer-file-coding-system): Doc fixes.
5594         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
5595         (nxml-ns-set-prefix): Fix typos in docstrings.
5596         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
5597         Reflow docstring.
5598         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
5600         * nxml/nxml-outln.el (nxml-hide-all-text-content)
5601         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
5602         (nxml-hide-direct-text-content, nxml-hide-subheadings)
5603         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
5604         (nxml-outline-display-rest, nxml-outline-set-overlay)
5605         (nxml-section-tag-forward, nxml-section-tag-backward)
5606         (nxml-back-to-section-start): Fix typos in docstrings.
5608         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
5609         Doc fixes.
5611         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
5612         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
5613         (nxml-scan-after-change): Fix typo in docstring.
5615         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
5616         (rng-name-class-possible-names): Doc fixes.
5617         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
5618         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
5619         Fix typos in docstrings.
5620         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
5621         Reflow docstrings.
5623         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
5624         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
5626         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
5627         (rng-xsd-convert-date-time): Reflow docstrings.
5628         (rng-xsd-compile): Fix typo in docstring.
5630         * nxml/rng-loc.el (rng-current-schema-file-name)
5631         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
5632         Doc fixes.
5633         (rng-set-schema-file): Fix typo in docstring.
5635         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
5636         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
5637         Fix typos in docstrings.
5638         (rng-message-overlay, rng-conditional-up-to-date-start)
5639         (rng-conditional-up-to-date-end): Doc fixes.
5640         (rng-next-error, rng-previous-error): Reflow docstrings.
5642         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
5643         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
5644         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
5645         (xmltok-merge-attributes): Fix typos in docstrings.
5646         (xmltok-make-attribute, xmltok-forward-special)
5647         (xmltok-get-declared-encoding-position): Reflow docstrings.
5649         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
5650         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
5651         Fix typos in docstrings.
5653 2008-07-02  John Paul Wallington  <jpw@pobox.com>
5655         * ibuffer.el (ibuffer-buffer-file-name):
5656         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
5657         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
5659 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
5661         * files.el (backup-extract-version): Handle versioned directories.
5662         (trash-directory): New variable.
5663         (move-file-to-trash): New function.
5665         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
5667 2008-07-02  Magnus Henoch  <mange@freemail.hu>
5669         * vc-git.el (vc-git-annotate-command): Use proper option for
5670         specifying revision.
5672 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5674         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
5675         if available.
5677 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
5679         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
5681         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
5682         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
5684         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
5686 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
5688         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
5689         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
5690         (gdb-var-list-children-regexp, gdb-var-update-regexp)
5691         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
5692         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5693         (gdb-stack-list-locals-regexp): Future proof regexps better.
5695 2008-06-30  Juri Linkov  <juri@jurta.org>
5697         * faces.el (face-name-history): New variable.
5698         (make-face, make-empty-face): Replace interactive spec "S"
5699         with `read-from-minibuffer' where `read' arg is t and
5700         `hist' arg is `face-name-history'.
5701         (read-face-name): Set `hist' arg of `completing-read-multiple'
5702         to `face-name-history'.
5703         (list-faces-display): Use `read-regexp' instead of `read-string'
5704         to read regexp.
5706         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
5707         to `regexp-history'.
5708         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
5709         make it an obsolete alias to it.
5710         (hi-lock-face-defaults): New variable renamed from
5711         `hi-lock-face-history'.
5712         (hi-lock-line-face-buffer, hi-lock-face-buffer)
5713         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
5714         `read-from-minibuffer'.  Doc fix.
5715         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
5716         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
5717         Set `hist' arg of `completing-read' to `face-name-history'.
5718         Put a list of default faces to `default' arg instead of `hist' arg.
5720         * bindings.el (abbrev-map, narrow-map): New variables.
5721         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
5722         Rebind related commands to these new maps.
5723         (ctl-x-r-map): New variable for rectangle, register and bookmark
5724         keys.  Move rectangle keybindings to rect.el and register
5725         keybindings to register.el.
5726         (next-buffer, previous-buffer): Remove C-x prefix and move
5727         keybindings to ctl-x-map.
5729         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
5730         to the new map `ctl-x-r-map' in autoload cookies.
5732         * expand.el: Rebind two global `C-x a' keys "n", "p"
5733         to the new map `abbrev-map' in autoload cookies.
5735         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
5737         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
5739 2008-06-30  Miles Bader  <miles@gnu.org>
5741         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
5742         after processing an escape sequence.
5744 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
5746         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
5747         from 2008-06-28.  It does not work on W32.
5749 2008-06-29  Juri Linkov  <juri@jurta.org>
5751         * replace.el (read-regexp): New function.
5752         (keep-lines-read-args, occur-read-primary-args):
5753         Call `read-regexp' instead of code moved to new function.
5754         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
5755         from the end of prompt.
5756         (replace-re-search-function): Doc fix.
5758 2008-06-29  Kenichi Handa  <handa@m17n.org>
5760         * descr-text.el (describe-char-display): Always return a string.
5761         (describe-char-padded-string): New function.
5762         (describe-char): Adjusted for the change of
5763         describe-char-display.  Use describe-char-padded-string.
5765 2008-06-29  Andreas Schwab  <schwab@suse.de>
5767         * vc-dir.el (vc-dir): Make backend argument optional and use
5768         vc-responsible-backend when nil.  Interactively pass nil for
5769         backend instead of using the backend of what happens to be
5770         default-directory at the time of the call.
5772         * find-dired.el (find-dired-filter): Preserve point.
5774 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
5776         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
5777         (sasl-find-mechanism, sasl-next-step):
5778         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
5779         (sasl-ntlm-response): Fix typos in docstrings.
5781 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
5783         * international/mule-cmds.el (view-hello-file): Doc fix.
5785 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
5787         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
5788         (set-face-attribute, face-set-after-frame-default)): Don't use it.
5790 2008-06-28  John Paul Wallington  <jpw@pobox.com>
5792         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
5794 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
5796         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
5797         (tramp-convert-file-attributes): Convert symlinks only when
5798         returned from `tramp-handle-file-attributes-with-stat'.
5800         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
5801         `substitute-in-file-name' when unloading.
5802         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
5804 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
5806         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
5807         (vc-string-prefix-p): Move function ...
5808         * vc.el (vc-string-prefix-p): ... here.
5810 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5812         * vc-dir.el (vc-dir): Complete only directory names.
5814 2008-06-27  Jason Rumney  <jasonr@gnu.org>
5816         * w32-fns.el (top-level): Unconditionally define all charsets.
5818 2008-06-27  Alan Mackenzie  <acm@muc.de>
5820         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
5821         the CC Mode specific functions; this is no longer needed, since
5822         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
5824         * progmodes/cc-defs.el (c-emacs-features): New feature
5825         'argumentative-bod-function.
5827 2008-06-27  John Paul Wallington  <jpw@pobox.com>
5829         * chistory.el (list-command-history): Use `bound-and-true-p'.
5830         (command-history-map): Define within defvar.  Add docstring.
5832 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5834         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
5835         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
5836         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
5837         (image-type-from-buffer): Use `looking-at-p'.
5839 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
5841         * ibuf-ext.el (diff-sentinel): Declare.
5843 2008-06-27  Glenn Morris  <rgm@gnu.org>
5845         * calendar/lunar.el (calendar-lunar-phases): Rename from
5846         calendar-phases-of-moon.  Keep old name as alias, update callers.
5847         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
5848         (diary-lunar-phases): Rename from diary-phases-of-moon.
5849         Keep old name as alias.
5850         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
5851         (cal-menu-global-mouse-menu): Update for lunar name changes.
5852         * calendar/calendar.el (calendar-mode-map): Update for name change.
5853         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
5855 2008-06-26  Glenn Morris  <rgm@gnu.org>
5857         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
5858         argument `nolocation'.
5859         (calendar-sunrise-sunset-month): New function.
5860         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
5861         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
5862         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
5863         * calendar/calendar.el (solar-sunrises-buffer): New constant.
5864         (calendar-mode-map): Use cal-menu-sunmoon-menu.
5865         (calendar-buffer-list): Add solar-sunrises-buffer.
5867         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
5869 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
5871         * cus-start.el: Add customization types for word-wrap and
5872         shift-select-mode.
5874 2008-06-26  John Paul Wallington  <jpw@pobox.com>
5876         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
5877         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
5878         (ibuffer-mark-on-buffer): Don't display message when removing marks.
5879         (ibuffer-mark-by-mode): Use `buffer-local-value'.
5881 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
5883         * vc-dir.el (tool-bar): Require.
5885         * vc.el (ewoc, tool-bar): Do not require.
5887 2008-06-26  Kenichi Handa  <handa@m17n.org>
5889         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
5890         characters.
5892         * composite.el (terminal-composition-base-character-p): New function.
5893         (terminal-composition-function):
5894         Use terminal-composition-base-character-p.  Include the base character
5895         in the composition.
5896         (auto-compose-chars): Don't check font-object for terminal display.
5898 2008-06-26  Glenn Morris  <rgm@gnu.org>
5900         * doc-view.el (bookmark-make-record-default):
5901         * image-mode.el (bookmark-make-record-default): Fix declaration.
5903         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
5904         Add default :value for sexp type.
5905         (calendar-month-edges): New variable.
5906         (calendar-month-edges): New function.
5907         (calendar-recompute-layout-variables): Set calendar-month-edges.
5908         (calendar-intermonth-header, calendar-intermonth-text): New options.
5909         (calendar-insert-at-column): New function.
5910         (calendar-generate-month): Use calendar-insert-at-column.
5911         Handle intermonth text.  Add 'date property.
5912         (calendar-column-to-month): Remove function.
5913         (calendar-column-to-segment): New function.
5914         (calendar-cursor-to-date): Use calendar-column-to-segment.
5915         Check 'date property.
5917         * calendar/calendar.el (calendar-print-other-dates):
5918         Handle mouse events.
5919         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
5920         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
5922         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
5923         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
5924         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
5926         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5927         Use calendar-column-to-segment, calendar-month-edges, and
5928         the 'date property to handle intermonth text.
5930         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
5932         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
5933         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
5934         Add doc strings.
5935         (cal-menu-context-mouse-menu): Add some :keys.
5936         (calendar-check-holidays): Declare rather than autoloading.
5937         (diary-show-holidays-flag): Remove unneeded declaration.
5939         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
5940         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
5941         event-start is nil.
5943 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5945         * minibuffer.el (completion-basic-try-completion): Use the text after
5946         point to constrain the completion candidates.
5947         (completion-basic-all-completions): Adjust accordingly.
5949 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
5951         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
5952         courier.
5954         * faces.el (set-face-attribute): Doc fix.
5956 2008-06-25  Juri Linkov  <juri@jurta.org>
5958         * bindings.el (goto-map): New variable.  Rebind goto-related
5959         commands to this `M-g' prefix keymap.
5960         (search-map): New variable for `M-s' prefix keymap.
5961         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
5962         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
5963         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
5964         `M-shw' to `hi-lock-write-interactive-patterns'.
5966         * isearch.el (isearch-mode-map): Bind `M-s h r' to
5967         `isearch-highlight-regexp'.
5968         (isearch-highlight-regexp): New function.
5970 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5972         * info.el (Info-bookmark-make-record):
5973         Use bookmark-make-record-default.
5974         (Info-bookmark-jump): Use bookmark-default-handler.
5976         * image-mode.el (image-bookmark-make-record):
5977         Use bookmark-make-record-default.
5978         (image-bookmark-jump): Use bookmark-default-handler.
5980         * doc-view.el (doc-view-bookmark-make-record):
5981         Use bookmark-make-record-default.
5982         (doc-view-bookmark-jump): Use bookmark-default-handler.
5984         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
5985         used until now in bookmark.el's code.
5986         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
5987         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
5988         used until now in bookmark.el's code.
5989         (bookmark-set-filename): Remove special code, moved to its only caller.
5990         (bookmark-store): Use the newer format.
5991         (bookmark-make-record-default): Add arg `point-only'.
5992         Rename from bookmark-make-record-for-text-file.
5993         (bookmark--jump-via): New function.
5994         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
5995         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
5996         Use it.
5997         (bookmark-jump-noselect, bookmark-default-handler):
5998         Don't return an alist, instead return the data implicitly by changing
5999         current buffer and point.  Signal an error if the file doesn't exist.
6001         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
6002         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
6004         * bs.el: Use with-current-buffer.  Simplify.
6005         (bs-toggle-readonly): Avoid vc-toggle-read-only.
6007         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
6008         is bound before using it.
6010 2008-06-25  Kenichi Handa  <handa@m17n.org>
6012         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
6014 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
6016         * vc-hg.el:
6017         * vc-git.el: Require vc-dir when compiling.
6019         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
6020         vc-dir-marked-only-files.  Change the return value.
6021         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
6022         Change the return value.
6023         (vc-dir-deduce-fileset): New function broken out from ...
6024         * vc.el (vc-deduce-fileset): ... here and ...
6025         (vc-deduce-fileset): ... here.
6027         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
6028         (vc-svn-parse-status): Do not set the vc-backend property.
6030 2008-06-25  Andreas Schwab  <schwab@suse.de>
6032         * faces.el (face-font-family-alternatives, variable-pitch):
6033         Use "Sans Serif", not "Sans-Serif".
6035 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
6037         * faces.el (face-font-family-alternatives, variable-pitch):
6038         Change "Sans" to the canonical name "Sans-Serif".
6040 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
6042         * calc/calc.el (calc-mode-map): Add extra keybindings to
6043         `calc-missing-key'.
6044         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6045         `kill-ring-save'.
6047 2008-06-24  Miles Bader  <miles@gnu.org>
6049         * mouse.el (mouse-appearance-menu): Don't do anything if the user
6050         pops up the menu but doesn't select anything.
6052 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
6054         * add-log.el (add-change-log-entry): Add new arg to force each new
6055         entry to be on a new line.
6056         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
6058         * vc-dir.el (vc-client-object): Remove.
6059         (vc-dir-prepare-status-buffer): Take a backend as an argument and
6060         use it when looking for a buffer.
6061         (vc-dir): Add a backend argument.  Set revert-buffer-function.
6062         Don't create a client object.  Move bindings ...
6063         (vc-dir-menu-map, vc-dir-mode-map): ... here.
6064         (vc-dir-revert-buffer-function): New function.
6065         (vc-generic-status-printer): Rename to ...
6066         (vc-dir-status-printer): ... this.
6067         (vc-generic-state, vc-generic-status-fileinfo-extra)
6068         (vc-dir-extra-menu, vc-make-backend-object): Remove.
6069         (vc-default-status-printer): Use a different face for
6070         directories.  Don't display any text for directories in the state
6071         column.  Add tooltips.
6073         * vc.el (Todo): Update.
6075         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
6076         * vc-rcs.el (vc-annotate-convert-time):
6077         * vc-mtn.el (vc-annotate-convert-time):
6078         * vc-git.el (vc-annotate-convert-time):
6079         * vc-cvs.el (vc-annotate-convert-time):
6080         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
6082 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
6084         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
6085         instead of using view-mode.
6087 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6089         * Makefile.in (distclean): Don't delete *.elc and autogen files.
6091 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
6093         * vc.el:
6094         * vc-hooks.el:
6095         * vc-dispatcher.el: Move vc-dir variables and functions ...
6096         * vc-dir.el: ... here.  New file.
6097         * Makefile.in (ELCFILES): Add vc-dir.elc.
6099         * vc.el: Move vc-annotate variables and functions ...
6100         * vc-annotate.el: ... here.  New file.
6101         * Makefile.in (ELCFILES): Add vc-annotate.elc.
6103         * vc-dav.el: Move here from url/vc-dav.el.
6104         (Todo): Note work needed to make this backend functional.
6106         * Makefile.in (ELCFILES): Update vc-dav.el location.
6108 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6110         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
6112 2008-06-21  John Paul Wallington  <jpw@pobox.com>
6114         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
6116         * textmodes/rst.el (rst-mode): Put docstring in right place.
6118 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
6120         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
6121         size for legibility.
6123         * faces.el (fixed-pitch): Use "Monospace" family.
6124         (variable-pitch): Use "Sans" family.
6125         (face-font-family-alternatives): Define alternatives for "Sans"
6126         and "Monospace".
6128 2008-06-21  Glenn Morris  <rgm@gnu.org>
6130         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
6131         Require 'cl when compiling.
6133         * emacs-lisp/debug.el (help-xref-interned): Declare.
6135         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
6136         Evaluate definition when compiling.
6138         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
6139         rather than mouse-1.
6140         (bug-reference-url-format): Autoload safe if string.
6141         (bug-reference-bug-regexp): Make space after "bug" optional.
6143         * Makefile.in (all): Explicitly pass EMACS to sub-make,
6144         for some non-GNU makes.
6146         * cus-dep.el (custom-dependencies-no-scan-regexp):
6147         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
6149         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
6150         increments.
6152         * calendar/calendar.el: Factor out the magic numbers controlling the
6153         calendar layout.
6154         (calendar-month-digit-width, calendar-month-width)
6155         (calendar-right-margin): New variables.
6156         (calendar-recompute-layout-variables, calendar-set-layout-variable):
6157         New functions.
6158         (calendar-left-margin, calendar-intermonth-spacing)
6159         (calendar-column-width, calendar-day-header-width)
6160         (calendar-day-digit-width): New options.
6161         (calendar-first-date-row): New constant.
6162         (calendar-move-to-column, calendar-ensure-newline): New functions,
6163         replacing calendar-insert-indented.
6164         (calendar-insert-indented): Remove function.
6165         (calendar-generate-month): Use calendar-move-to-column and
6166         calendar-ensure-newline.  Use layout variables.
6167         (calendar-generate, calendar-update-mode-line)
6168         (calendar-font-lock-keywords): Use layout variables.
6169         (calendar-column-to-month): New function.
6170         (calendar-cursor-to-date): Use calendar-column-to-month.
6171         Use layout variables.
6172         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6173         Use layout variables.  Use calendar-column-to-month.
6174         (calendar-cursor-to-visible-date): Use layout variables.
6176 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6178         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
6179         (all): Run compile-last.
6180         (compile-onefile): New target.
6181         (compile-first): Simplify.
6182         (compile-last): Don't treat COMPILE_FIRST specially.
6183         (COMPILE_FIRST): List the elc files rather than the el files.
6184         (ELCFILES): Update.
6186 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
6188         * net/newst-treeview.el: Remove dead code.
6189         (newsticker--window-config): Remove.
6190         (newsticker-treeview-quit): Do not save window config.
6191         (newsticker-treeview): Do not try to restore window config.
6192         (newsticker-groups, newsticker--treeview-list-sort-by-column)
6193         (newsticker--treeview-list-new-items)
6194         (newsticker--treeview-list-immortal-items)
6195         (newsticker--treeview-list-obsolete-items)
6196         (newsticker--treeview-list-all-items)
6197         (newsticker--treeview-list-feed-items): Fix documentation.
6199 2008-06-21  Miles Bader  <miles@gnu.org>
6201         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
6203 2008-06-21  Alan Mackenzie  <acm@muc.de>
6205         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
6206         infinite loop on invalid syntax.
6208 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6210         * textmodes/rst.el: Run rst-define-level-faces when loading.
6211         (rst-mode): Don't set the font-lock-multiline var.
6212         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
6213         Set the font-lock-multiline property by hand.
6215         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
6217         * Makefile.in (emacs-deps): Remove.
6218         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
6219         (all): Use them.
6220         (autogen-clean): Remove.
6222 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6224         * Makefile.in (all): New target.
6225         (bootstrap-prepare): Remove.
6227         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
6228         the .elc file to batch-byte-compile.
6230         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
6231         set-keymap-parents if set-keymap-parent doesn't exist.
6233         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
6234         Allow more than one space before the |.
6236         * textmodes/rst.el: Fix up docstring conventions.
6237         Move vars to before their first use.
6238         (rst-mode): Don't mess with font-lock-support-mode.
6239         (rst-suggest-new-decoration, rst-adjust-decoration):
6240         Avoid CL's copy-list.
6241         (rst-delete-entire-line): Use line-beginning-position.
6242         (rst-position): New fun.
6243         (rst-straighten-decorations): Use it instead of CL's position.
6244         (rst-straighten-bullets-region): Avoid CL's mapcar*.
6245         (rst-toc-mode): Use define-derived-mode.
6246         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
6247         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
6248         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
6249         (rst-replace-lines): Simplify.
6250         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
6252         * simple.el (special-mode-map): New var.
6253         (special-mode): New major mode.
6255 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
6257         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
6258         log-view-file-re.
6260         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
6261         (vc-switch-backend): Simplify.
6262         (Todo): Remove solved items.
6264         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
6265         the vc-backend property.
6267 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6269         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
6270         Bind inhibit-read-only since the buffer is always read-only.
6272 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
6274         * net/newst-treeview.el (newsticker-treeview-own-frame):
6275         Change default value to nil.
6276         (newsticker--treeview-list-add-item)
6277         (newsticker--treeview-propertize-tag): Show item title in tooltip.
6279 2008-06-20  Martin Blais  <blais@furius.ca>
6280             Stefan Merten  <smerten@oekonux.de>
6281             David Goodger  <goodger@python.org>
6283         * textmodes/rst.el: New file.
6285 2008-06-20  Sam Steingold  <sds@gnu.org>
6287         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
6288         remove DIRECTORY entries.
6290 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
6292         * makefile.w32-in (distclean): Depend on `clean'.
6293         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
6294         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
6295         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
6296         empty cus-load.el with `echo', and include "Local Variables"
6297         section to prevent the empty file from being compiled.
6298         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
6299         that generate an empty cus-load.el.
6301 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
6303         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6304         Don't copy ldefs-boot.el over loaddefs.el.
6305         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
6306         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
6307         to loaddefs.el; they are not needed now.  Add coding cookie.
6309 2008-06-20  Miles Bader  <miles@gnu.org>
6311         * face-remap.el (face-remap-add-relative, face-remap-set-base):
6312         Strip unnecessary list levels from SPECS.
6313         (buffer-face-set, buffer-face-toggle):
6314         Change argument from FACE to &rest SPECS, and strip unnecessary
6315         list levels from SPECS.
6316         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
6318 2008-06-20  Jason Rumney  <jasonr@gnu.org>
6320         * international/fontset.el (setup-default-fontset): Specify script
6321         for latin use of iso10646-1.  Fix use of lang tags.
6323 2008-06-19  Miles Bader  <miles@gnu.org>
6325         * face-remap.el (text-scale-increase): Start from zero if
6326         text-scale-mode isn't enabled.
6328 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6330         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
6331         frame parameters after setting up the `default' face.
6333 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6335         * faces.el (face-set-after-frame-default): Don't exclude `default'.
6337 2008-06-18  Glenn Morris  <rgm@gnu.org>
6339         * mouse.el (buffer-face-mode-invoke): Declare.
6341         * Makefile.in (ELCFILES): Add org/org-id.elc.
6343         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
6344         * calendar/cal-menu.el (cal-menu-holidays-menu):
6345         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
6346         (cal-menu-today-holidays): Remove function.
6348         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
6349         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6350         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
6351         Remove unused functions.
6352         (calendar-mouse-view-diary-entries): Use format rather than concat.
6354         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
6355         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6356         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
6358         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
6359         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6360         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
6361         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
6362         cal-menu-event-to-date.
6364         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
6365         Handle mouse events.
6366         * calendar/cal-tex.el (cal-tex-cursor-year)
6367         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6368         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6369         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6370         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
6371         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6372         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
6373         (cal-tex-cursor-month): Mark N as optional.
6374         * calendar/cal-menu.el (calendar-mouse-tex-day)
6375         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
6376         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
6377         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
6378         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
6379         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
6380         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
6381         Remove functions.
6382         (cal-menu-context-mouse-menu): Replace the above functions with the
6383         cal-tex versions.  Add HTML submenu.
6385 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
6387         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
6388         text command mode.
6389         (gdb): Explain that gud-gdb is needed for text command mode.
6391 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
6393         * window.el (split-height-threshold): Remove spurious extra line.
6395 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6397         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
6398         (calendar-set-mark):
6399         * calendar/diary-lib.el (diary-insert-entry):
6400         * calendar/solar.el (calendar-sunrise-sunset): Use it.
6401         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
6402         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
6403         (cal-menu-context-mouse-menu): Use calendar-set-mark,
6404         diary-insert-entry, and calendar-sunrise-sunset instead.
6406         * vc.el (vc-deduce-fileset): Add arg `only-files'.
6407         (vc-next-action): Pass the new arg.
6408         (vc-register): Don't use `only-files'.
6409         Don't set `backup-inhibited' in the current buffer.
6411 2008-06-17  Miles Bader  <miles@gnu.org>
6413         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
6415         * face-remap.el (buffer-face-mode-face)
6416         (buffer-face-mode-remapping): New variables.
6417         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
6418         (buffer-face-mode-invoke): New functions.
6419         (variable-pitch-mode-remapping): Variable removed.
6420         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
6422         * face-remap.el (internal-lisp-face-attributes): New variable.
6423         (face-attrs-more-relative-p, face-remap-order): New functions.
6424         (face-remap-add-relative): Use `face-remap-order'.
6426 2008-06-17  Glenn Morris  <rgm@gnu.org>
6428         * mouse.el (x-select-font): Declare.
6430         * calendar/calendar.el (calendar-move-hook):
6431         Add calendar-update-mode-line as an option.
6432         (calendar-date-echo-text): New user option.
6433         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
6434         (calendar-insert-indented): Simplify newline insertion.
6435         (calendar-describe-mode): Remove unused function.
6436         (calendar-mode-line-entry): New function.
6437         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
6438         Mark as risky.
6439         (calendar-mouse-other-month): Remove function.
6440         (calendar-other-month): Handle mouse events.
6441         (calendar-goto-info-node): Call fit-window-to-buffer.
6442         (calendar-mode): Use define-derived-mode.  Doc fix.
6443         (calendar-update-mode-line): Tweak whitespace.
6445 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6447         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
6448         (vc-dir-marked-only-files): vc-string-prefix-p.
6450 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
6452         * progmodes/gdb-ui.el (gdb-memory-set-address)
6453         (gdb-memory-set-repeat-count): Allow keyboard bindings.
6454         (gdb-memory-mode-map): Bind above functions respectively
6455         to 'S' and 'N'.
6457 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
6459         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
6461 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
6463         * log-view.el (vc-diff-internal): Declare for compiler.
6465         * vc-bzr.el (log-view-per-file-logs):
6466         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
6468 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
6470         * mouse.el (mouse-appearance-menu-map): New var.
6471         (mouse-appearance-menu): New function.
6472         Bind it to S-down-mouse-1.
6474 2008-06-15  Juri Linkov  <juri@jurta.org>
6476         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
6477         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
6478         as the second element.
6479         (Info-build-toc): Add PARENT element extracted from the Up pointer.
6480         Don't print progress messages.
6481         (Info-toc-nodes): New variable and function.
6482         (Info-index-nodes): Optimize non-string file name case.
6483         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
6484         (Info-insert-breadcrumbs): Use the cached document structure instead
6485         of visiting all ancestor nodes.  Remove the initial `>'.
6487 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6489         * log-view.el (log-view-diff-changeset): New function.
6490         (log-view-mode-map, log-view-mode-menu): Bind it.
6491         (log-view-per-file-logs, log-view-vc-fileset)
6492         (log-view-vc-backend): New variables.
6493         (log-view-find-revision, log-view-modify-change-comment)
6494         (log-view-annotate-version): Throw an error if the log is for more
6495         than one file and we can't find the current file.  Get the current
6496         file from log-view-vc-fileset if necessary.
6497         (log-view-diff): Get the current file from log-view-vc-fileset if
6498         necessary.
6500         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
6502         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
6503         (vc-hg-log-view-mode): Declare for compiler.
6504         (vc-hg-log-view-mode): Set log-view-per-file-logs and
6505         log-view-file-re.
6506         (vc-hg-diff): If no file is passed, use default-directory for cwd.
6508         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
6510         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
6512 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
6514         * net/tramp.el (tramp-handle-start-file-process):
6515         Clear modification time of the connection buffer.
6516         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
6517         (tramp-open-connection-setup-interactive-shell): Flush cache, and
6518         restart `tramp-maybe-open-connection' when the remote system has
6519         been changed.  Throw 'uname-changed event.
6520         (tramp-maybe-open-connection): Catch it.
6522         * net/tramp-cmds.el (tramp-cleanup-all-connections):
6523         Reset `tramp-locked'.
6525 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
6527         * net/newst-treeview.el (newsticker--treeview-list-update)
6528         (newsticker--treeview-item-update)
6529         (newsticker--treeview-tree-update)
6530         (newsticker-treeview-jump, newsticker-group-add-group)
6531         (newsticker-group-move-feed, newsticker-group-delete-group):
6532         Remove window dedication.
6533         (newsticker--group-manage-orphan-feeds): Handle ill-valued
6534         newsticker-groups.
6535         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
6537 2008-06-15  Andreas Schwab  <schwab@suse.de>
6539         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
6540         when parsing CVS/Repository.
6542         * wdired.el (wdired-search-and-rename): Fix undocumented change.
6544 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
6546         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
6547         (newsticker-extra-face, newsticker-enclosure-face): Moved to
6548         net/newst-reader.el.
6550         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
6551         (newsticker-extra-face, newsticker-enclosure-face): Moved from
6552         net/newst-reader.el.
6554 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6556         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6557         Catch and recover from case when the bytes we thought we were reading
6558         turn out to be something else entirely, such as latin-1 chars from
6559         quail.  See bug#396.
6561 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
6563         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
6564         (vc-register): Call the backend function only once, instead of
6565         once for each file.
6566         (vc-next-action): Update call to vc-register.
6567         (vc-dir-register): Remove function.
6568         (vc-dir): Bind vc-register instead of vc-dir-register.
6570 2008-06-14  Glenn Morris  <rgm@gnu.org>
6572         * Makefile.in (ELCFILES): Add net/newst-*.el.
6574 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6576         * wdired.el (wdired-do-renames): New function.
6577         (wdired-finish-edit): Use it to.
6578         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
6580 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6582         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
6584 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
6586         * window.el (window--even-window-heights): Even window heights
6587         only if the selected window is higher than WINDOW.
6588         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6590 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6592         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
6594 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6596         * term/linux.el (terminal-init-linux): Load t-mouse.
6598 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6599             Drew Adams  <drew.adams@oracle.com>
6601         * info.el (Info-breadcrumbs-depth): New var.
6602         (Info-insert-breadcrumbs): New function.
6603         (Info-fontify-node): Use it.
6604         (Info-mode-map): Move initialization into declaration.
6606 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
6608         Rename net/newsticker-*.el to net/newst-*.el.
6609         * net/newst-backend.el: Rename from net/newsticker-backend.el.
6610         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
6611         * net/newst-reader.el: Rename from net/newsticker-reader.el.
6612         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
6613         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
6614         * net/newsticker-backend.el: Rename to net/newst-backend.el.
6615         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
6616         * net/newsticker-reader.el: Rename to net/newst-reader.el.
6617         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
6618         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
6620 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6622         * progmodes/compile.el (compilation-start): Don't disable undo in
6623         comint buffer.  Don't override the comint-filter with our own.
6624         (compilation-filter): Change point's insertion-type.
6626         * comint.el (comint-output-filter): Use copy-marker.
6628 2008-06-13  David Reitter  <david.reitter@gmail.com>
6630         * textmodes/flyspell.el (mail-mode-flyspell-verify):
6631         Check message-signature-separator exists before using it.
6633 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
6635         * vc.el (vc-delete-file): Bind default-directory before calling
6636         the backend.
6637         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
6638         (vc-annotate-show-diff-revision-at-line-internal): ... here.
6639         New function.
6640         (vc-annotate-show-changeset-diff-revision-at-line): New function.
6641         (vc-annotate-mode-menu): Bind it.
6643 2008-06-13  Jason Rumney  <jasonr@gnu.org>
6645         * term/w32-win.el (mouse-set-font): Remove overridden function.
6646         (w32-select-font): Declare as obsolete alias for x-select-font.
6648 2008-06-13  Daniel Engeler  <engeler@gmail.com>
6650         These changes add serial port access.
6651         * term.el (term-update-mode-line): Modify.
6652         (serial-port-is-file-p, serial-nice-speed-history)
6653         (serial-no-speed, serial-mode-line-speed-menu)
6654         (serial-mode-line-config-menu): New variables and constants.
6655         (serial-name-history, serial-speed-history)
6656         (serial-supported-or-barf, serial-read-name, serial-read-speed)
6657         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
6658         (serial-mode-line-speed-menu, serial-update-speed-menu)
6659         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
6660         (serial-update-config-menu): New functions.
6662 2008-06-13  Glenn Morris  <rgm@gnu.org>
6664         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
6666         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
6668 2008-06-13  Kenichi Handa  <handa@m17n.org>
6670         * cus-face.el (custom-face-attributes): Add :foundry.
6672         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
6673         (face-x-resources): Add :foundry.
6674         (face-valid-attribute-values): Likewise.
6675         (face-attribute-name-alist): Likewise.
6676         (describe-face): Likewise.
6678 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6680         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
6682 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
6684         * longlines.el (longlines-search-forward, longlines-search-backward)
6685         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
6687 2008-06-12  Sam Steingold  <sds@gnu.org>
6689         * vc.el (vc-rename-file): DTRT when the destination is a directory
6690         name and the source is a file.
6692 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
6694         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
6696 2008-06-12  Glenn Morris  <rgm@gnu.org>
6698         * progmodes/f90.el (f90-beginning-of-subprogram)
6699         (f90-end-of-subprogram): Only give a message when interactive.
6701         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
6703         * progmodes/cperl-mode.el (cperl-info-on-command):
6704         Use display-pixel-height rather than x-display-pixel-height.
6706         * mail/rmailedit.el (rmail-cease-edit):
6707         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
6709         * emulation/edt.el (edt-xserver):
6710         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
6712         * emulation/edt-mapper.el: Drop test for Emacs < 19.
6714         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
6715         Evaluate definitions when compiling.  Reverse tests.
6717         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
6718         use unless.
6720         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
6722         * textmodes/artist.el (x-pointer-shape):
6723         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
6724         (x-open-connection, x-server-max-request-size, x-get-resource):
6725         * term/w32console.el (x-setup-function-keys):
6726         * term/w32-win.el (x-parse-geometry, x-resource-name)
6727         (generate-fontset-menu, image-library-alist, x-open-connection)
6728         (setup-default-fontset, set-fontset-font, setup-default-fontset)
6729         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
6730         (x-get-resource):
6731         * term/mac-win.el (x-parse-geometry, x-resource-name)
6732         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
6733         (new-fontset, x-display-list, x-open-connection, x-get-resource):
6734         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
6735         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
6736         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
6737         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
6738         (tooltip-identifier-from-point, define-fringe-bitmap):
6739         * play/gamegrid.el (image-size):
6740         * play/bubbles.el (image-size):
6741         * mail/emacsbug.el (x-server-vendor, x-server-version):
6742         * international/mule-util.el (internal-char-font):
6743         * international/mule-diag.el (font-info, query-fontset, fontset-info)
6744         (fontset-alias-alist, fontset-list, fontset-plain-name):
6745         * international/mule-cmds.el (x-server-vendor, x-server-version):
6746         * international/fontset.el (font-encoding-charset-alist)
6747         (otf-script-alist, new-fontset, set-fontset-font)
6748         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6749         (fontset-list, query-fontset, x-get-resource):
6750         * emulation/edt.el (x-server-vendor):
6751         * emulation/edt-mapper.el (x-server-vendor):
6752         * emacs-lisp/map-ynp.el (x-popup-dialog):
6753         * emacs-lisp/lmenu.el (x-popup-dialog):
6754         * x-dnd.el (x-window-property, x-change-window-property)
6755         (x-get-selection-internal):
6756         * woman.el (x-list-fonts):
6757         * w32-fns.el (x-server-version):
6758         * tooltip.el (x-show-tip, x-hide-tip):
6759         * tool-bar.el (image-mask-p):
6760         * thumbs.el (image-size):
6761         * term.el (overflow-newline-into-fringe):
6762         * subr.el (scroll-bar-scale):
6763         * startup.el (x-get-resource, tool-bar-mode, image-size):
6764         * select.el (x-get-selection-internal, x-own-selection-internal)
6765         (x-disown-selection-internal):
6766         * mouse.el (generate-fontset-menu):
6767         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
6768         * image.el (image-library-alist):
6769         * image-mode.el (image-size, image-refresh):
6770         * image-dired.el (clear-image-cache):
6771         * gs.el (x-display-mm-width, x-display-pixel-width)
6772         (x-display-mm-height, x-display-pixel-height)
6773         (x-change-window-property, x-display-grayscale-p, x-window-property):
6774         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
6775         (x-focus-frame, x-list-fonts, x-display-screens)
6776         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
6777         (x-display-mm-width, x-display-backing-store, x-display-save-under)
6778         (x-display-planes, x-display-color-cells, x-display-visual-class):
6779         * faces.el (internal-face-x-get-resource)
6780         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
6781         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
6782         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
6783         (x-parse-geometry, x-create-frame, x-setup-function-keys)
6784         (tool-bar-setup):
6785         * doc-view.el (clear-image-cache, image-size, tooltip-show):
6786         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
6787         * dframe.el (x-display-pixel-width, x-display-pixel-height):
6788         * descr-text.el (internal-char-font):
6789         Define for compiler, for builds without X.
6791 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6793         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
6795 2008-06-11  Glenn Morris  <rgm@gnu.org>
6797         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
6798         before trying to move there.
6799         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
6800         is non-nil, indent most terminating statements like loop body.
6802         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
6803         Gregorian date, and add it, not the local date, to diary-entries-list.
6804         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
6806 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6808         * progmodes/compile.el (compilation-filter): Fix up last change.
6810         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
6812         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
6813         (gpm-mouse-mode): Make it into a proper global minor mode.
6815         * files.el (save-some-buffers-action-alist): Only use recursive-edit
6816         if the user enabled recursive-minibuffers.
6818         * emacs-lisp/map-ynp.el (map-y-or-n-p):
6819         Add support for scroll-other-window.
6821 2008-06-11  Jason Rumney  <jasonr@gnu.org>
6823         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
6824         Use tmm-menubar if menu is disabled in this frame.
6826         * menu-bar.el (menu-bar-open): Determine how to open menu bar
6827         from frame type, per documentation.  Add w32 case.
6829 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6831         * minibuffer.el (completion--merge-suffix): New function.
6832         (completion-basic-try-completion): Use it.
6833         (completion-pcm--find-all-completions): Add argument `filter'.
6834         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
6835         New functions.
6836         (completion-pcm-try-completion): Use them.
6838         * xt-mouse.el (turn-on-xterm-mouse-tracking)
6839         (turn-off-xterm-mouse-tracking): Use terminal-list.
6841         * cus-start.el (underline-minimum-offset): Rename from
6842         x-underline-minimum-display-offset.
6844 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
6846         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
6848 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
6850         * mouse.el (mouse-select-font): New function.
6852         * faces.el (face-spec-recalc): When the face is set using
6853         Customize, avoid recalculating it twice.
6855         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
6856         Font" menu item to it.  Apply selected font to all frames, and
6857         make it savable.
6858         (menu-bar-options-save): Save `default' font if changed.
6860 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6862         * ffap.el (ffap-string-at-point-mode-alist):
6863         Use alpha rather than lower.
6865         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
6867         * subr.el (momentary-string-display): Use an overlay.
6869         * progmodes/compile.el (compilation-mode):
6870         Set window-point-insertion-type.
6871         (compilation-filter): Don't use insert-before-markers any more.
6872         * emacs-lisp/trace.el (trace-make-advice):
6873         Set window-point-insertion-type in the trace buffer.
6874         * startup.el (normal-top-level): Set window-point-insertion-type in
6875         *Messages*.
6876         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
6877         (telnet-filter): Don't use insert-before-markers any more.
6878         * comint.el (comint-mode): Set window-point-insertion-type.
6879         (comint-output-filter): Don't use insert-before-markers any more.
6880         * button.el (make-text-button): Allow `start' to be a string.
6882 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
6884         * emacs-lisp/autoload.el (autoload-rubric):
6885         Fix coding cookie not to force Unix EOL.
6887 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
6889         * window.el (window--splittable-p, window--try-to-split-window):
6890         Don't use with-selected-window to avoid messing up get-lru-window.
6891         Reported by David Hansen <david.hansen@gmx.net>.
6893 2008-06-10  Glenn Morris  <rgm@gnu.org>
6895         * subr.el (locate-library): Doc fix.
6897         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
6898         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
6899         Check tool-bar-map is bound, for non-X builds.
6901         * net/newsticker-reader.el (newsticker--next-item-image)
6902         (newsticker--previous-item-image, newsticker--previous-feed-image)
6903         (newsticker--next-feed-image, newsticker--mark-read-image)
6904         (ewsticker--mark-immortal-image, newsticker--narrow-image)
6905         (newsticker--get-all-image, newsticker--update-image)
6906         (newsticker--browse-image): Check xpm images are available.
6907         (newsticker--mark-read-image, newsticker--mark-immortal-image)
6908         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
6910         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
6911         (newsticker--plainview-tool-bar-map, newsticker-mode):
6912         Check tool-bar-map is bound, for non-X builds.
6913         (w3m-toggle-inline-image): Declare.
6915         * net/newsticker-backend.el (tool-bar-map): Don't declare.
6917         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
6919         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
6920         (finder-compile-keywords): Move let to where needed.
6921         (finder-mouse-face-on-line): Go back one more line if needed.
6922         (finder-list-matches): Use cadr.
6923         (finder-goto-xref): New function.
6924         (finder-commentary): Add buttons to jump to foo.el libraries.
6926 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6928         * apropos.el (apropos-function, apropos-macro, apropos-command)
6929         (apropos-variable, apropos-face, apropos-group, apropos-widget)
6930         (apropos-plist): Add apropos-short-label property.
6931         (apropos-multi-type): New variables.
6932         (apropos-command, apropos-value): Set it.
6933         (apropos-compact-layout): New custom.
6934         (apropos-print, apropos-print-doc): Use it.
6935         (apropos-print): Truncate lines.
6937 2008-06-09  Kenichi Handa  <handa@m17n.org>
6939         * international/fontset.el (font-encoding-alist):
6940         Add an entry for "ascii-0".
6942 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
6944         * language/hanja-util.el (hanja-init-load): Show the message only
6945         when loading a table.
6947 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
6949         * net/newsticker-treeview.el (newsticker-treeview):
6950         * net/newsticker-plainview.el (newsticker-plainview):
6951         Add autoload cookie.
6953 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
6955         * net/newsticker.el: Split up into newsticker-backend, -ticker,
6956         -reader, -plainview, and -treeview.
6957         (newsticker-version): Change to 1.99.
6959         * net/newsticker-backend.el: New.  Move backend functionality from
6960         newsticker.el to newsticker-backend.el.
6961         (newsticker--download-logos): New.
6962         (newsticker--sentinel-callback): New.
6963         (newsticker--set-customvar): Remove.  Split up into specific
6964         functions related to retrieval, ticker, buffer, and display.
6965         (newsticker--set-customvar-retrieval): New.  Extracted from
6966         `newsticker--set-customvar'.
6967         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
6968         (newsticker-url-list-defaults):
6969         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6970         (newsticker-url-list): Doc changed.  URL can be a function.
6971         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6972         (newsticker-retrieval-method): New.
6973         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
6974         (newsticker-retrieval-interval):
6975         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
6976         (newsticker-desc-comp-max): Change :group.
6977         (newsticker--cache): Doc changed.
6978         (newsticker--guid-to-string): New.
6979         (newsticker--guid): Use `newsticker--guid-to-string'.
6980         (newsticker--real-feed-name): New.
6981         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
6982         (newsticker-start): Use `insert-file-contents' for reading cache.
6983         Use `newsticker--start-feed'.
6984         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
6985         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
6986         Use `newsticker--stop-feed'.
6987         (newsticker-save-item): New.
6988         (newsticker--get-news-by-funcall): New.
6989         (newsticker-get-news): Handle new retrieval methods.
6990         (newsticker--sentinel): Use `newsticker--sentinel-work'.
6991         (newsticker--sentinel-work): New.  Extracted from
6992         `newsticker--sentinel'.  Use `newsticker--download-logos',
6993         `newsticker--sentinel-callback'.
6994         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
6995         (newsticker--parse-atom-1.0): Fix link determination.
6996         (newsticker--parse-rss-0.91): Fix time determination.
6997         (newsticker--parse-rss-0.92): Fix time determination.
6998         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
6999         (newsticker--parse-generic-feed): New arg order in
7000         `newsticker--cache-add'.
7001         (newsticker--parse-generic-items): Fix for multiple items.
7002         New arg order in `newsticker--cache-add'.
7003         (newsticker--forget-preformatted): Check whether
7004         `newsticker--buffer-set-uptodate' is fbound.
7005         (newsticker--decode-iso8601-date): Handle fractions of seconds.
7006         (newsticker--decode-rfc822-date): Partial timezone handling.
7007         (newsticker--cache-contains): Fix guid problem.
7008         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
7009         (newsticker--cache-save): New.
7010         (newsticker--cache-update): Use temp buffer.
7011         (newsticker--stat-num-items): Allow multiple AGE args.
7012         (newsticker--stat-num-items-total): New.
7013         (newsticker--opml-import-outlines): New.
7014         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
7015         (newsticker--do-run-auto-mark-filter): Doc changed.
7016         (newsticker-retrieve-random-message): New.
7018         * net/newsticker-ticker.el: New.  Move ticker functionality from
7019         net/newsticker.el to net/newsticker-ticker.el.
7020         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
7021         `newsticker--ticker-timer'.
7022         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
7023         to `newsticker--ticker-timer'.
7024         (newsticker--set-customvar-ticker): New.  Extracted from
7025         `newsticker--set-customvar'.
7026         (newsticker-ticker-interval): Rename `newsticker-display-interval'
7027         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
7028         for :set.  Change :group.
7029         (newsticker-scroll-smoothly): Doc changed.  Change :group.
7030         (newsticker-hide-immortal-items-in-echo-area)
7031         (newsticker-hide-old-items-in-echo-area)
7032         (newsticker-hide-obsolete-items-in-echo-area):
7033         Use `newsticker--set-customvar-ticker for :set.  Change :group.
7034         (newsticker-start-ticker): Rename `newsticker--display-timer' to
7035         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
7036         to `newsticker-ticker-interval'.
7037         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
7038         `newsticker--ticker-timer'.
7040         * net/newsticker-reader.el: New.  Move reader functionality from
7041         net/newsticker.el to net/newsticker-reader.el.
7042         (newsticker--set-customvar-formatting): New.  Extracted from
7043         `newsticker--set-customvar'.
7044         (newsticker-reader, newsticker-frontend): New.
7045         (newsticker-enable-logo-manipulations): Change :group.
7046         (newsticker-justification): Use `newsticker--set-customvar-formatting'
7047         for :set.  Change :group.
7048         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
7049         for :set.  Change :group.
7050         (newsticker-html-renderer): Doc changed.
7051         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
7052         (newsticker-date-format):
7053         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
7054         (newsticker--insert-enclosure):
7055         Rename `newsticker--buffer-insert-enclosure' to
7056         `newsticker--insert-enclosure'.  Add keymap arg.
7057         (newsticker--print-extra-elements):
7058         Rename `newsticker--buffer-print-extra-elements' to
7059         `newsticker--print-extra-elements'.  Add keymap arg.
7060         (newsticker--do-print-extra-element):
7061         Rename `newsticker--buffer-do-print-extra-element' to
7062         `newsticker--do-print-extra-element'.  Add keymap arg.
7063         (newsticker-show-news): Use `newsticker-frontend'.
7065         * net/newsticker-plainview.el: New.  Move plainview functionality
7066         from net/newsticker.el to net/newsticker-reader.el.
7067         (newsticker-plainview): New.
7068         (newsticker--set-customvar-sorting): New.  Extracted from
7069         `newsticker--set-customvar'.
7070         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
7071         for :set.  Changed :group.
7072         (newsticker-heading-format, newsticker-item-format)
7073         (newsticker-desc-format, newsticker-statistics-format):
7074         Use `newsticker--set-customvar-formatting for :set.  Change :group.
7075         (newsticker-faces): Change :group.
7076         (newsticker-default-face): Enable again.
7077         (newsticker-hide-old-items-in-newsticker-buffer)
7078         (newsticker-show-descriptions-of-new-items):
7079         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
7080         (newsticker-show-all-news-elements): Change :group.
7081         (newsticker-plainview-hooks): New.
7082         (newsticker-select-item-hook, newsticker-select-feed-hook)
7083         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
7084         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
7085         to `newsticker--plainview-tool-bar-map'.
7086         (newsticker--url-keymap): Add mouse-1 binding.
7087         (newsticker-plainview): New.
7088         (newsticker-mark-all-items-of-feed-as-read): Change doc.
7089         (newsticker--buffer-do-insert-text): Use renamed
7090         newsticker--[buffer-]insert-enclosure and
7091         newsticker--[buffer-]print-extra-elements.
7092         (newsticker--buffer-set-faces): Use newsticker-default-face.
7094         * net/newsticker-treeview.el: New.
7096 2008-06-08  Andreas Schwab  <schwab@suse.de>
7098         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
7100         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
7102         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
7103         empty line.
7105         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
7107 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
7109         * window.el (split-height-threshold, split-width-threshold):
7110         Add choice nil.
7111         (split-window-preferred-function): Allow either nil or a function.
7112         (window--splittable-p, window--try-to-split-window):
7113         Handle changed option values.
7115         (window--frame-usable-p): Handle nil argument.
7117         (display-buffer): Call get-lru-window when pop-up-windows is nil
7118         and window can't be split.
7120 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7122         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
7124         * net/tramp.el (top): Quote feature names.  Remove
7125         `tramp-rfn-eshadow-setup-minibuffer' from
7126         `rfn-eshadow-setup-minibuffer-hook' when unloading.
7127         (tramp-read-passwd): There is only one call to
7128         `auth-source-user-or-password' needed.  Pacify byte compiler.
7130 2008-06-08  Andreas Schwab  <schwab@suse.de>
7132         * window.el (display-buffer): Use lru window if current window
7133         cannot be split.
7135 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * apropos.el (apropos-library): New command and new button.
7138         (apropos-library-button): New function.
7140         * apropos.el: Remove spurious * in docstrings.
7141         (apropos-label-face): Use variable pitch.
7142         (apropos-print): Use dolist and with-current-buffer.
7143         (apropos-print-doc): Use when.
7145         * window.el (special-display-p, display-buffer):
7146         Fix up C->Elisp transcription error.
7148 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7150         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
7151         (byte-compile-file): Initialize it.
7152         (byte-compile-nogroup-warn): Keep track of the current group.
7154 2008-06-08  Glenn Morris  <rgm@gnu.org>
7156         * Makefile.in (compile, compile-always, bootstrap-prepare):
7157         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
7159 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
7161         * language/hanja-util.el (hanja-init-load): Use a char-table for
7162         hanja-table.
7163         (hangul-to-hanja-char): Adjust for the above change.
7165 2008-06-07  Glenn Morris  <rgm@gnu.org>
7167         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
7168         lm-keywords.
7170         * mail/sendmail.el (mail-interactive): Add :version.
7172         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
7173         obsolete alias.
7175         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
7176         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
7177         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
7178         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
7179         * eshell/esh-util.el, international/mule-cmds.el:
7180         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
7181         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
7182         Remove unnecessary eval-when-compiles and eval-and-compiles.
7184         * Makefile.in (bootstrap-clean): Run autogen-clean.
7185         (maintainer-clean): No need to run autogen-clean now it is included in
7186         bootstrap-clean.
7188 2008-06-06  Miles Bader  <miles@gnu.org>
7190         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
7192 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
7194         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
7195         longlines mode.
7197         * replace.el (replace-search-function)
7198         (replace-re-search-function): New vars.
7199         (perform-replace): Use them.
7201         * longlines.el (longlines-re-search-forward): New function.
7202         (longlines-mode): Bind replace-search-function and
7203         replace-re-search-function, to ensure that replacement commands
7204         treat newlines as spaces.
7205         (longlines-show-effect): Default to a pilcrow sign.
7207 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7209         * help.el (function-called-at-point):
7210         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
7211         even when calling find-tag-default.
7213 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
7215         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
7216         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
7217         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
7218         (nxml-fontify-buffer, nxml-do-fontify):
7219         Remove obsolete variables and functions.
7220         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
7221         (nxml-degrade, nxml-after-change, nxml-after-change1)
7222         (nxml-extend-region, nxml-extend-after-change-region)
7223         (nxml-extend-after-change-region1, nxml-fontify-matcher)
7224         (nxml-toggle-char-ref-extra-display): Use font-lock, and
7225         font-lock-extend-region-functions in particular, to fontify
7226         nxml-mode buffers.
7227         (nxml-debug-region): New debugging helper function.
7229         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
7230         (nxml-scan-after-change, nxml-move-tag-backwards):
7231         Adapt for font-lock changes.
7233         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
7234         (nxml-debug-set-inside, nxml-debug-clear-inside):
7235         New debugging functions.
7236         (nxml-with-degradation-on-error): New helper macro.
7238 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
7240         * window.el (display-buffer): Remove dead call to get-lru-window.
7242 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7244         * mail/sendmail.el (mail-interactive): Change default.
7246 2008-06-05  John Paul Wallington  <jpw@pobox.com>
7248         * bindings.el (completion-ignored-extensions):
7249         Add .p64fsl, .d64fsl, and .dx64fsl.
7251 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7253         * ffap.el (ffap-prompter): Don't use the region.
7255 2008-06-05  Sam Steingold  <sds@gnu.org>
7257         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
7258         subdirectory to be registered.
7260 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
7262         * window.el (display-buffer-function, special-display-p)
7263         (special-display-buffer-names, special-display-regexps)
7264         (special-display-function, same-window-p, same-window-buffer-names)
7265         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
7266         (pop-up-frame-function, pop-up-windows, even-window-heights)
7267         (split-window-preferred-function, split-height-threshold)
7268         (window--display-buffer-1, display-buffer, pop-to-buffer):
7269         Move from window.c and buffer.c.
7270         (window--splittable-p, window--try-to-split-window)
7271         (window--frame-usable-p, window--display-buffer-2)
7272         (window--even-window-heights): New functions.
7273         (split-width-threshold): New option.
7274         (split-window-preferred-horizontally): Remove.
7276         * cus-start.el: Remove corresponding declarations.
7278 2008-06-05  Sam Steingold  <sds@gnu.org>
7280         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
7281         an error on modified buffers.
7283 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7285         * progmodes/etags.el (tags-verify-table): Be careful to use and update
7286         tags-file-name and tags-table-list from the right buffer.
7287         (tags-table-check-computed-list, tags-table-extend-computed-list)
7288         (find-tag-noselect): Use with-current-buffer.
7290         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
7291         Use print-circle.
7293         * minibuffer.el (minibuffer-local-must-match-filename-map):
7294         Declare obsolete alias for the old name.
7296         * abbrev.el (unexpand-abbrev): Better preserve markers.
7298 2008-06-05  Glenn Morris  <rgm@gnu.org>
7300         * emacs-lisp/autoload.el (autoload-rubric): New function,
7301         extracted from autoload-ensure-default-file.
7302         (autoload-ensure-default-file): Use autoload-rubric.
7304         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
7305         (custom-dependencies-no-scan-regexp): New variable.
7306         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
7307         Don't scan files matching custom-dependencies-no-scan-regexp.
7308         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
7310         * finder.el (finder-headmark): Initialize and add doc string.
7311         (generated-finder-keywords-file): Doc fix.
7312         (finder-no-scan-regexp): New variable.
7313         (finder-compile-keywords): Use a single let binding.
7314         Disable undo in the output buffer.  Use autoload-rubric.
7315         Use mapc rather than mapcar.  Don't scan files matching
7316         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
7317         rather than concat.  Use directory-files to do regexp matching.
7318         No need to require jka-compr.
7319         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
7320         (finder-list-matches): Disable undo.
7321         (finder-commentary): Use let rather than let*.  Disable undo.
7322         (finder-current-item): Use zerop.
7323         (finder-mode): Use define-derived-mode.
7324         (finder-exit): Doc fix.  Use dolist.
7326         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
7327         (custom-deps): Don't require $(lisp)/cus-load.el.
7328         (custom-deps, finder-data): Don't depend on autoloads.
7329         Should not be needed now, and doing so was causing make install to
7330         re-dump emacs post-bootstrap.
7331         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
7332         mid-build forces some things to be rebuilt.
7334 2008-06-05  Miles Bader  <miles@gnu.org>
7336         * face-remap.el
7337         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
7338         (face-remap-remove-relative): Renamed from
7339         `remove-relative-face-remapping'.
7340         (face-remap-reset-base): Renamed from
7341         `set-default-base-face-remapping'.
7342         (face-remap-set-base): Renamed from `set-base-face-remapping'.
7343         (text-scale-increase): Renamed from `increase-buffer-face-height'.
7344         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
7345         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
7347         * face-remap.el (variable-pitch-mode): Autoload.
7349 2008-06-04  Sam Steingold  <sds@gnu.org>
7351         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
7352         Generate extra status headers for a Mercurial tree.
7354 2008-06-04  John Paul Wallington  <jpw@pobox.com>
7356         * echistory.el (electric-history-map): Define within defvar.
7357         Add docstring.
7359         * font-lock.el (font-lock-turn-off-thing-lock)
7360         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
7361         Use `bound-and-true-p'.
7362         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
7363         Doc fixes.
7365         * international/ccl.el (define-ccl-program): Add `doc-string'
7366         declaration.
7368 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
7370         * face-remap.el (variable-pitch-mode): Reflow docstrings.
7371         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
7373 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
7375         * emacs-lisp/rx.el (rx): Doc fix.
7377 2008-06-04  Markus Triska  <markus.triska@gmx.at>
7379         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
7381 2008-06-04  Miles Bader  <miles@gnu.org>
7383         * face-remap.el (adjust-buffer-face-height): New function.
7384         Add autoloaded keybindings in ctl-x-map.
7385         (increase-buffer-face-height, decrease-buffer-face-height):
7386         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
7388 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
7390         * simple.el (line-move-1): If we did not move as far as desired,
7391         ensure that point-left and point-entered hooks are called.
7393 2008-06-03  Sam Steingold  <sds@gnu.org>
7395         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
7397 2008-06-03  John Paul Wallington  <jpw@pobox.com>
7399         * progmodes/make-mode.el (makefile-cleanup-continuations)
7400         (makefile-warn-suspicious-lines, makefile-warn-continuations):
7401         Use `derived-mode-p'.
7403 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7405         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
7406         (ELCFILES): Update.
7408 2008-06-03  Miles Bader  <miles@gnu.org>
7410         * face-remap.el: New file.
7411         * Makefile.in (ELCFILES): Add face-remap.elc.
7413 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7415         * progmodes/flymake.el (flymake-process-filter): Make sure the source
7416         buffer isn't dead.
7418         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
7419         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
7420         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
7421         * obsolete/auto-show.el, obsolete/hscroll.el:
7422         Remove packages that were obsolete in Emacs-20, or that were obsolete
7423         in Emacs-21 and do not contain any more code.
7425         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
7426         vc-client-mode is not set.
7428         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
7429         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
7431         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
7432         yet a bit more clever at distinguishing / from /.
7434 2008-06-03  Kenichi Handa  <handa@m17n.org>
7436         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
7438 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
7440         * language/hanja-util.el: New file.
7442 2008-06-03  Glenn Morris  <rgm@gnu.org>
7444         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
7445         Check that end-of-word follows "type".
7447 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
7449         * epa-file.el (epa-file-write-region): Write the entire buffer
7450         content if START is nil.
7452 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
7454         * select.el (x-get-selection): Fix typo.
7456 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
7458         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
7459         (describe-char): Use `looking-at-p', `string-match-p' when possible.
7461 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7463         * tar-mode.el (tar-header-block-summarize): Ensure one space around
7464         user&group.
7466 2008-05-31  John Paul Wallington  <jpw@pobox.com>
7468         * help-fns.el (describe-variable-custom-version-info):
7469         Handle dotted `package-version' info.
7471 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
7473         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
7475 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
7477         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
7478         names and improve support for unregistered files.
7480 2008-05-31  Glenn Morris  <rgm@gnu.org>
7482         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
7483         Remove shell variable `elc'.  Split tests to hopefully be more portable.
7484         Fix `sel' assignment.
7486 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
7488         * minibuffer.el (completion-table-dynamic): Doc fix.
7490 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7492         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
7493         Try and return `unregistered' when applicable.
7495         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7496         Don't encourage naming variables with "-flag".
7498 2008-05-30  Glenn Morris  <rgm@gnu.org>
7500         * Makefile.in (update-elclist): Hide the warning when it does not apply,
7501         make it milder when it does.
7502         (autogen-clean): New target.
7503         (maintainer-clean): Use autogen-clean.
7505         * calendar/diary-lib.el (diary-display-function): New name for
7506         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
7507         Change custom type and version.
7508         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
7509         (diary-fancy-display): Doc fixes.
7510         (diary-list-entries, diary-include-other-diary-files)
7511         (diary-mail-entries):
7512         Use diary-display-function rather than diary-display-hook.
7514         * calendar/appt.el (appt-check): Use diary-display-function rather than
7515         diary-display-hook.
7516         * calendar/cal-x.el (calendar-dedicate-diary): Update for
7517         diary-display-function replacing diary-display-hook.
7518         * org/org-agenda.el (org-get-entries-from-diary): Also set
7519         diary-display-function.
7521         * calendar/cal-html.el (cal-html-list-diary-entries):
7522         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7523         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
7524         argument of diary-list-entries rather than setting diary-display-hook.
7526 2008-05-30  Kenichi Handa  <handa@m17n.org>
7528         * international/mule-conf.el (utf-8-with-signature): Renamed from
7529         utf-8-sig.
7530         (utf-8-auto): Adjusted for the above change.
7532         * international/mule-diag.el (describe-font): Don't check fontset
7533         here, and just call font-info.  Get the default font by from the
7534         default face.
7536 2008-05-29  Kenichi Handa  <handa@m17n.org>
7538         * international/mule-conf.el (utf-8-sig, utf-8-auto):
7539         New coding systems.
7541         * international/mule.el (define-coding-system): Accept :bom for utf-8.
7543 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
7545         * international/utf-7.el (utf-7-encode): Use the right escape char
7546         depending on imap/nonimap encoding.
7548 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7550         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
7552 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
7554         * icomplete.el (icomplete-prospects-height): Add :group.
7556 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7558         * icomplete.el (icomplete-prospects-length): Make obsolete.
7559         (icomplete-prospects-height): New var.
7560         (icomplete-completions): Use it.
7562 2008-05-29  David Kastrup  <dak@gnu.org>
7564         * autoinsert.el (auto-insert): Add :link.
7566 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7568         * tar-mode.el (tar-header): New field `header-start'.
7569         (tar-header-block-tokenize): Set it when useful.
7570         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
7571         (tar-header-data-end): New function.
7572         (tar-summarize-buffer): Use it.
7573         (tar-next-line): Fix goal column for long usernames.
7574         (tar-expunge-internal): Use header-start.
7575         (tar-rename-entry): Handle ustar-style long names.
7576         (tar-alter-one-field): Add optional `descriptor' argument.
7577         (tar-subfile-save-buffer): Use it.
7579 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7581         * tar-mode.el (tar-header): New field `header-start'.
7582         (tar-header-block-tokenize): Set header-start for longlink entries.
7583         (tar-expunge-internal): Use header-start to expunge longlink entries.
7585         * files.el (hack-local-variables): Don't signal an error if the local
7586         variable section is not properly terminated.
7588         * emacs-lisp/easymenu.el (easy-menu-convert-item)
7589         (easy-menu-convert-item-1): Move the duplicate-generation outside of
7590         the caching so it also works for identical entries.
7592         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
7593         (tar-mode): Use write-region-annotate-functions rather than
7594         write-contents-functions.
7595         (tar-extract): Remove unused var `pos'.
7596         (tar-subfile-save-buffer): Remove unused var `following-descs'.
7597         (tar-mode-write-file): Remove.
7598         (tar-write-region-annotate): New function.
7600         * progmodes/flymake.el (flymake-save-buffer-in-file):
7601         * shadowfile.el (shadow-copy-file):
7602         * arc-mode.el (archive-*-write-file-member):
7603         * files.el (diff-buffer-with-file):
7604         * subr.el (with-temp-file): Pass nil to write-region.
7605         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
7607         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
7608         the custom.
7610         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
7611         to write-region.
7613 2008-05-28  Glenn Morris  <rgm@gnu.org>
7615         * Makefile.in (update-elclist): Work around non-portability of "\"
7616         in various implementations of echo.
7618 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7620         * international/mule-diag.el (describe-current-coding-system):
7621         Don't assume selection-coding-system is always defined.
7623         * tar-mode.el: Use defstruct and markers.
7624         (tar-setf): Remove.
7625         (tar-header): Use defstruct.  Add `data-start' field.
7626         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
7627         (tar-desc-data-start): Remove (now called tar-header-data-start).
7628         (tar-roundup-512): New fun.
7629         (tar-header-block-tokenize): Receive a buffer position rather than
7630         a string.  Handle @longLink here, be more careful about it.
7631         Create a marker for data-start.
7632         (tar-summarize-buffer): Don't handle @LongLink here any more.
7633         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
7634         data-start on the following entries any more.
7635         (tar-chown-entry, tar-chgrp-entry): Use read-number.
7637         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
7638         (tar-header-offset): Remove.
7639         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
7640         Not permanent any more.
7641         (tar-data-buffer): New var.
7642         (tar-data-swapped-p, tar-change-major-mode-hook)
7643         (tar-mode-kill-buffer-hook): New funs.
7644         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
7645         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
7646         (tar-clear-modification-flags, tar-alter-one-field)
7647         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
7648         Change accordingly.
7650 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
7652         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
7653         (vc-dir-resynch-file): ... this.  Update callers.
7654         Use vc-string-prefix-p.  Ignore directory args.
7655         (vc-string-prefix-p): CSE.
7656         (vc-resynch-buffer): Restore conditional.
7658         * vc-hooks.el (vc-after-save): Improve test.
7659         (vc-mode-line): Fix indentation.
7661 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7663         * calendar/parse-time.el (parse-time-months)
7664         (parse-time-weekdays): Add long-form month and day names.
7666 2008-05-27  Glenn Morris  <rgm@gnu.org>
7668         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
7670 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7672         * vc-dispatcher.el (vc-string-prefix-p): New function.
7673         (vc-dir-parent-marked-p): Use it.
7675 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
7677         * vc.el (Problems): Remove fixed issues.
7678         (vc-expand-dirs): Avoid returning directories.
7679         (vc-dir): Fix C-x v v binding.
7680         (vc-make-backend-object): Fix name.
7681         (vc-dir-show-fileentry): Fix docstring.
7682         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
7683         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
7684         Reset the state for directories.
7685         (vc-dir-headers): Align labels.
7686         (vc-default-status-printer): Do no call prettify-state-info.
7687         (vc-deduce-fileset): Replace implementation with one based on a
7688         working older version.
7689         (vc-next-action): Use the new form of vc-deduce-fileset.
7690         Fix dealing with unregistered files.
7692         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
7693         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
7694         (vc-dir-child-files): New function.
7695         (vc-dir-node-directory): New function.
7696         (vc-dir-update, vc-dir-parent-marked-p)
7697         (vc-dir-children-marked-p, vc-dir-mark-all-files)
7698         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
7700         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
7702 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7704         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
7705         (diff-font-lock-keywords, diff-context->unified)
7706         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
7707         (diff-hunk-text, diff-find-source-location): Use it.
7708         (diff-post-command-hook): Let the user edit the hunk headers.
7710 2008-05-26  Andreas Schwab  <schwab@suse.de>
7712         * vc.el (vc-default-prettify-state-info): Fix formatting of an
7713         unknown state.
7715         * tar-mode.el (tar-summarize-buffer): Comment fix.
7717 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7719         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
7721 2008-05-26  Glenn Morris  <rgm@gnu.org>
7723         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
7725 2008-05-25  John Paul Wallington  <jpw@pobox.com>
7727         * proced.el (proced-next-line, proced-previous-line):
7728         Avoid calling `next-line' and `previous-line' from Lisp code.
7730 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
7732         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
7733         Use diary-ordinal-suffix.
7735 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
7737         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
7738         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
7739         (edebug-save-displayed-buffer-points, edebug-initial-mode)
7740         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
7741         (edebug-print-length, edebug-print-level, edebug-print-circle)
7742         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
7743         (edebug-global-break-condition, edebug-sit-for-seconds):
7744         Remove spurious * from defcustom docstrings.
7745         (edebug-unwrap*, edebug-signal, edebug-eval-display):
7746         Improve argument/docstring consistency.
7747         (edebug-test-coverage, edebug-gensym, edebug-read)
7748         (edebug-top-level-nonstop, edebug-eval-result-list)
7749         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
7750         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
7751         (edebug-display-freq-count): Reflow docstrings.
7752         (edebug-restore-status): Doc fix.
7754 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7756         * proced.el (proced-header-line): Use the :align-to 0 feature
7757         rather than computing the corresponding position manually.
7758         (proced-update): Don't hardcode point-min==1.
7760 2008-05-24  Alan Mackenzie  <acm@muc.de>
7762         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
7763         if c-file-style is set to a non-string.
7765         (c-neutralize-CPP-line): Surround by `save-excursion'.
7766         (c-neutralize-syntax-in-CPP): Optimize for speed.
7768 2008-05-24  Glenn Morris  <rgm@gnu.org>
7770         * Makefile.in (update-elclist): New target, to update ELCFILES.
7771         (bootstrap-after): Run update-elclist.
7773 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
7775         * icalendar.el (icalendar-version): Increase to "0.19".
7776         (icalendar--date-style): New function.
7777         (icalendar--datetime-to-diary-date): Doc fix.
7778         Use icalendar--date-style.
7779         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
7780         (icalendar--convert-yearly-to-ical)
7781         (icalendar--convert-recurring-to-diary): Handle iso date style,
7782         use icalendar-date-style.
7784 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
7786         * vc.el (vc-delete-file): Make sure the buffer is deleted and
7787         vc-dir buffers are updated.
7789 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7791         * vc.el (vc-delete-file): Don't try to resynch the buffer.
7793 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
7795         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
7796         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
7797         (reftex-extra-bindings): Use it.
7799         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
7800         away from the user-reserved keys.
7802         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
7803         New vars.
7804         (ada-create-keymap): Use them.
7806 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7808         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
7809         a properly-grouped regexp.
7811 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
7813         * progmodes/cap-words.el (capitalized-words-mode):
7814         Fix typos in docstring.
7816 2008-05-23  Kenichi Handa  <handa@m17n.org>
7818         * international/mule-conf.el: Don't define the charset `emacs'
7819         here, just put :docstring, :short-name, and :long-name.
7821 2008-05-22  Kenichi Handa  <handa@m17n.org>
7823         * international/mule-diag.el (font-show-log): Limit each listing
7824         to 20 items.
7826 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
7828         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
7829         (gdb-annotation-rules): New entry for "thread-changed".
7830         (gdb-thread-changed): New function.
7832 2008-05-23  Glenn Morris  <rgm@gnu.org>
7834         * Makefile.in (SOURCES): Remove, unused.
7835         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
7836         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
7837         Exclude more '*loaddefs' files.
7838         (compile-always): Simplify '.elc' deletion.
7840 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7842         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
7843         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
7845         * minibuffer.el (completion-boundaries): Change calling
7846         convention, so `string' has the same semantics as in
7847         try-completion and all-completions.
7848         (completion-table-with-context, completion--embedded-envvar-table)
7849         (completion--file-name-table)
7850         (completion-pcm--find-all-completions): Adjust code accordingly.
7852 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
7854         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
7855         prune image-mode-winprops-alist, preventing it from growing
7856         indefinitely.
7857         (image-mode-reapply-winprops): Use it.
7859 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
7861         * net/netrc.el (netrc-machine): Always match if the port is not given.
7863 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7865         * minibuffer.el (completion-pcm--find-all-completions):
7866         Don't add pseudo-completions.
7868         * icomplete.el (icomplete-eoinput): Remove.
7869         (icomplete-overlay): New var to replace it.
7870         (icomplete-tidy): Rewrite.
7871         (icomplete-exhibit): Use an overlay.
7872         (icomplete-completions): Use completion-all-sorted-completions.
7873         Obey completion-ignore-case.
7875         * files.el (locate-dominating-file): Accept non-existing argument.
7876         (project-find-settings-file): Rewrite, using locate-dominating-file.
7878 2008-05-22  Kenichi Handa  <handa@m17n.org>
7880         * faces.el (font-weight-table, font-slant-table, font-width-table):
7881         Delete them.  Don't call internal-set-font-style-table.
7883         * international/mule-diag.el (font-show-log): New function.
7885         * international/fontset.el (script-representative-chars): Add more
7886         chars for latin.  Add data for symbol.
7887         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
7889 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7891         * minibuffer.el (completion-all-sorted-completions): New var.
7892         (completion--flush-all-sorted-completions)
7893         (completion-all-sorted-completions): New functions.
7894         (minibuffer-force-complete): New command.
7896 2008-05-21  Glenn Morris  <rgm@gnu.org>
7898         * files.el (c-postprocess-file-styles): Declare for compiler.
7900         * Makefile.in: Allow for parallel byte-compiling.
7901         (ELCFILES): New variable.
7902         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
7903         (compile-first, compile-main, compile-last): New targets.
7904         (compile-always): Simplify - delete .elc files, then `make compile'.
7906         * Makefile.in (compile-calc): Use glob rather than find.
7907         ($(lisp)/progmodes/cc-mode.elc): Use $@.
7909         * eshell/esh-module.el: No need for cl when compiling.
7911         * eshell/eshell.el (eshell-defgroup): New alias.
7912         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7913         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7914         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7915         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7916         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7917         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
7918         Autoload the custom group.  Set generated-autoload-file.
7919         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
7920         for eshell-defgroup.
7921         * eshell/esh-module.el (eshell-load-defgroups): Remove.
7922         Require esh-groups rather than loading it.
7924 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7926         * proced.el (proced-header-line): New variable and new function.
7927         (proced-mode): Set header-line-format.
7928         (proced-update): Set proced-header-line.
7929         (proced-send-signal): Use proced-header-line.
7931 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7933         * macros.el (insert-kbd-macro): Use prin1-char.
7935 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7937         * minibuffer.el (completion-boundaries): New function.
7938         (completion--some): Delay errors.
7939         (complete-with-action, completion-table-with-context):
7940         Handle `boundaries' case.
7941         (completion--try-word-completion): Avoid partial-completion
7942         when the user hasn't entered anything yet.
7943         (minibuffer-local-map, minibuffer-local-filename-completion-map)
7944         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
7945         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
7946         Setup default keybindings.
7947         (completion--embedded-envvar-re): New var.
7948         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
7949         (completion--file-name-table): Handle `boundaries' case.
7950         (completion-pcm--pattern->regex): Avoid pathological backtracking.
7951         (completion-pcm--all-completions): Add a `prefix' arg.
7952         (completion-pcm--find-all-completions): New function.
7953         (completion-pcm-all-completions, completion-pcm-try-completion):
7954         Use it.
7956         * icomplete.el (icomplete-completions): Don't use `predicate' with
7957         a table of a different type than `candidates'.
7959 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7961         * proced.el (proced-goal-column): Rename from proced-procname-column.
7962         (proced-goal-header-re): Rename from proced-procname-column-regexp.
7963         (proced-move-to-goal-column): Rename from proced-move-to-procname.
7964         (proced-header-face, proced-header-regexp): Remove.
7965         (proced-font-lock-keywords): Remove proced-header-face.
7966         (proced-header-alist, proced-sorting-schemes-re): New variables.
7967         (proced): Rename Proced buffer to *Proced*.
7968         (proced-next-line, proced-previous-line): New commands.
7969         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
7970         (proced-hide-processes): Do not treat first line as special.
7971         (proced-header-space): New function.
7972         (proced-update): Use header-line-format.
7973         Initialize proced-header-alist and proced-sorting-schemes-re.
7974         Set proced-goal-column.  Include proced-command in mode-name.
7975         (proced-send-signal): Use header-line-format for *Marked
7976         Processes* buffer.
7977         (proced-sort): Restrict minibuffer completion to applicable
7978         sorting schemes.
7979         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
7981 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7983         * icomplete.el (icomplete-simple-completing-p):
7984         Allow icomplete-with-completion-tables to say "use it everywhere".
7985         (icomplete-completions): Obey completion-styles.  Try to accommodate
7986         partial-completion style.
7988 2008-05-20  Michael Olson  <mwolson@gnu.org>
7990         * files.el (project-find-settings-file): Change concat to
7991         expand-file-name.
7993 2008-05-19  Tom Tromey  <tromey@redhat.com>
7995         * files.el (normal-mode): Call hack-project-variables.
7996         (hack-local-variables-confirm): Add 'project' argument.
7997         (hack-local-variables-apply): New function.
7998         (hack-local-variables): Use it.
7999         (project-class-alist, project-directory-alist): New variables.
8000         (project-get-alist): New function.
8001         (project-collect-bindings-from-alist)
8002         (project-collect-binding-list, set-directory-project)
8003         (project-find-settings-file, project-define-from-project-file)
8004         (hack-project-variables): New functions.
8006 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8008         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
8010 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
8012         * faces.el (font-weight-table): Fix typo in docstring.
8014 2008-05-18  David Hull  <david@snap.com>  (tiny change)
8016         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
8017         (vc-hg-annotate-command): Allow white space before version number.
8019 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
8021         * calc/calc-yank.el (calc-register-alist): New variable.
8022         (calc-set-register, calc-get-register, calc-copy-to-register)
8023         (calc-insert-register, calc-add-to-register, calc-append-to-register)
8024         (calc-prepend-to-register): New functions.
8026         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
8027         `calc-copy-to-register' and `calc-insert-register'.
8028         Autoload new register functions.
8030         * calc/calc-help.el (calc-r-prefix-help): Add help for register
8031         functions.
8033 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
8035         * vc.el (Todo): Add known problems.
8036         (vc-dir-backend): New variable.
8037         (vc-dir): Set it.
8038         (vc-make-backend-object, vc-generic-status-printer)
8039         (vc-generic-state, vc-generic-status-fileinfo-extra)
8040         (vc-dir-extra-menu): Use it.
8041         (vc-generic-dir-headers): Remove, unused.
8043         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
8044         vc-dir-prev-directory for consistency with vc-dir-previous-line.
8045         (vc-dir-mode-map): Fix bindings.
8047         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
8049 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
8051         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
8052         operated on.
8053         (calc-kill-region): Kill entire lines.
8055 2008-05-17  Glenn Morris  <rgm@gnu.org>
8057         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
8058         simplify initial value.
8059         (defezimage): Drop support for Emacs without defimage, use a featurep
8060         test rather than fboundp when defining, drop with-no-warnings.
8061         (ezimage-insert-over-text): Move featurep test inside
8062         add-text-properties.
8064         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
8066         * net/tramp.el (top-level): Load auth-source when compiling.
8068         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
8070 2008-05-17  Andreas Schwab  <schwab@suse.de>
8072         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
8074 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
8076         * vc.el (vc-annotate-show-diff-revision-at-line): Change
8077         vc-diff-internal arg to match what vc-deduce-fileset returns now.
8079 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8081         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
8083 2008-05-17  Jim Meyering  <meyering@redhat.com>
8085         * ido.el (ido-save-history): Do not emit a trailing newline at the
8086         end of the ido history file.
8088 2008-05-16  John Paul Wallington  <jpw@pobox.com>
8090         * vc-dispatcher.el (top-level): Revert previous change: require cl
8091         when compiling.
8093 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
8095         * vc.el (vc-default-status-printer)
8096         (vc-default-prettify-state-info): Enhance the state prettyprinter
8097         to deal better with unknown states and indirect through it when
8098         painting vc-dir buffers.
8100 2008-05-16  John Paul Wallington  <jpw@pobox.com>
8102         * vc-dispatcher.el (top-level): Don't require cl when compiling.
8103         (vc-dir-mode-map): Fix backquote.
8104         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
8106 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
8108         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
8109         Reported by Glenn Morris <rgm@gnu.org>.
8111 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
8113         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
8114         the end of the file, it was good work at one time but has been
8115         stale since 1995 and may now be actively misleading.
8116         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
8117         CVS repository and module (assumptions for the latter a bit iffy).
8118         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
8119         SVN repository.
8121 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
8123         * vc-rcs.el (vc-rcs-create-tag):
8124         * vc-sccs.el (vc-sccs-create-tag):
8125         Fix typo in error message and pass backend arg.
8127 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
8129         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
8131 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8133         * net/tramp.el: Load auth-source library.
8134         (tramp-read-passwd): Use it for password, not login.
8136 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
8138         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
8139         (ses-print-cell): Use string-width, truncate-string-to-width,
8140         delete-region rather than length, substring, delete-char.
8141         (ses-setup): Set inhibit-point-motion-hooks to t.
8142         Calculate position by actually moving point rather than just using
8143         unibyte character length.
8144         (ses-mode): Set indent-tabs-mode to nil.
8145         (ses-center): Use string-width rather than length.
8147 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
8149         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
8150         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
8151         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
8152         vc-*-create-tag and vc-*-retrieve-tag respectively.
8154         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
8155         unneeded defalias.
8157         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
8159         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
8160         about buffer names.
8162 2008-05-15  Glenn Morris  <rgm@gnu.org>
8164         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
8166         * org/org-exp.el (org-infojs-options-inbuffer-template):
8167         Fix declaration.
8169         * progmodes/cc-mode.el (declare-function): Add compat definition.
8170         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
8172 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
8174         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
8175         list to a cons so the caller can get back both expanded and
8176         unexpanded filesets.
8177         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
8178         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
8179         Change handling of selection-set returns as required.
8181 2008-05-15  John Paul Wallington  <jpw@pobox.com>
8183         * add-log.el (top-level): Don't require cl when compiling.
8185         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
8186         (archive-*-extract): Use `zerop'.
8187         (archive-*-write-file-member): Use `or', use `zerop'.
8189         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
8191         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
8192         (ibuffer-mark-interactive, ibuffer-set-mark)
8193         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
8194         (ibuffer-map-lines, ibuffer-switch-format)
8195         (ibuffer-update-title-and-summary)
8196         (ibuffer-redisplay-engine): Use it.
8198         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
8199         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
8200         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
8201         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
8202         (ibuffer-mark-read-only-buffers)
8203         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
8205         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
8206         (define-ibuffer-column, define-ibuffer-sorter)
8207         (define-ibuffer-op, define-ibuffer-filter): Add declarations
8208         containing indentation specs, replacing equivalent top-level
8209         forms that set `lisp-indent-function' properties.
8210         (define-ibuffer-op): Use `derived-mode-p'.
8211         (define-ibuffer-filter): Remove redundant `concat' call.
8213 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
8215         * net/tramp.el (tramp-echo-mark): Update docstring.
8216         (tramp-echo-mark-marker): New defconst.
8217         (tramp-check-for-regexp): Use it.
8219 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
8221         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
8222         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
8223         as parent.
8225 2008-05-14  John Paul Wallington  <jpw@pobox.com>
8227         * international/mule.el (convert-define-charset-argument):
8228         Remove period from end of error message.
8229         (coding-system-mnemonic): Doc fix.
8230         (ctext-pre-write-conversion): Doc fix.
8232 2008-05-14  Simon Marshall  <simon@gnu.org>
8234         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
8235         from its default value and give it the risky-local-variable
8236         property (CVE-2008-2142).
8238 2008-05-14  Kenichi Handa  <handa@m17n.org>
8240         * language/korean.el ("Korean"): Set `iso639-language'
8241         property to `ko'.
8243         * language/japanese.el ("Japanese"): Set `iso639-language'
8244         property to `ja'.
8246         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8247         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
8248         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
8250         * international/mule-cmds.el (set-language-environment):
8251         Set current-iso639-language.
8253         * international/fontset.el (setup-default-fontset): For kana, han,
8254         hangul, and cjk-misc, move an entry with font-spec at the end.
8255         (generate-fontset-menu): Exclude fontset-auto* from the list.
8257         * composite.el (compose-chars-after): Assume that WINDOW is always
8258         non-nil.
8260         * faces.el (font-weight-table, font-slant-table)
8261         (font-swidth-table): Declare them by defconst.  Change the format
8262         of elements.  Call internal-set-font-style-table after their
8263         declaration.
8264         (face-valid-attribute-values): Call font-family-list.  Get values
8265         for width, weight, and slant from font-xxx-table.
8267         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
8269 2008-05-13  John Paul Wallington  <jpw@pobox.com>
8271         * ibuffer.el (ibuffer-buffer-file-name): New function.
8272         (define-ibuffer-column filename): Use it.
8274         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
8276 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
8278         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
8279         as a string.
8280         (talk-add-display): Simplify.  Accept only string args.
8282 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
8284         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
8286 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8288         * Makefile.in (bootstrap-prepare): Don't chmod files.
8289         (autoloads): Do it here instead, where it's actually needed.
8291 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
8293         * tool-bar.el (tool-bar-make-keymap): Account for the optional
8294         KEY-BINDING-DATA field in menu-item list.
8296 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8298         * dired.el (dired-read-dir-and-switches): Move things about to use less
8299         recursion during macroexpansion.
8301         * dired.el (dired-read-dir-and-switches): Use read-file-name.
8303         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
8304         completion-ignored-extension directories if there's something else.
8305         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
8306         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
8307         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
8308         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
8309         buffer-read-only -> inhibit-read-only.
8311 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
8313         * vc.el (vc-expand-dirs): Stop this function from tossing out
8314         explicitly specified files.
8316 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8318         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
8319         to `insert'.
8321 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
8323         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
8324         cons.  Use vc-annotate-backend.
8325         (with-vc-file, edit-vc-file): Remove unused macros.
8327 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
8329         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
8330         (smtpmail-try-auth-methods): Use it.
8332 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8334         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
8335         (setf (nthcdr ..) ..) doesn't require CL at runtime.
8337 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
8339         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
8341 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8343         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
8344         (vc-bzr-revision-completion-table): Use process-file.
8345         (vc-bzr-working-revision): Pass relative file names.
8347         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
8349 2008-05-11  Juri Linkov  <juri@jurta.org>
8351         * wid-edit.el (widget-image-directory): Change default image data
8352         subdirectory from "custom" to "images/custom".
8354         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
8355         before recursive call to `Info-next-preorder' to not add
8356         intermediate nodes to the history.
8358         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
8360         * emulation/cua-base.el: Put isearch-scroll property
8361         on cua-scroll-up and cua-scroll-down.
8363 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
8365         * vc-hooks.el (vc-recompute-state): Remove (dead code).
8367 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
8369         * vc-dispatcher.el (ewoc): Require.
8370         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
8372         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
8374 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
8376         * term/w32-win.el (x-colors):
8377         * term/mac-win.el (x-colors):
8378         * term/x-win.el (x-colors): Re-order colors.
8380 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
8382         * smerge-mode.el (smerge-command-prefix): Fix custom type.
8384 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
8386         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
8387         New functions implementing motion to next and previous directory.
8389         * vc-arch.el (vc-arch-command):
8390         * vc-bzr.el (vc-bzr-command):
8391         * vc-cvs.el (vc-cvs-command):
8392         * vc-dispatcher.el (vc-do-command):
8393         * vc-git.el (vc-git-command):
8394         * vc-hg.el (vc-hg-command):
8395         * vc-mcvs.el (vc-mvcs-command):
8396         * vc-mtn.el (vc-mtn-command):
8397         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
8398         (vc-sccs-workfile-unchanged-p):
8399         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
8400         * vc-rcs.el (all methods): Remove assumption about what a nil
8401         argument to vc-do-command means.  This means no buffer name needs
8402         to be hardcoded into the dispatcher layer, and it's better to be
8403         explicit anyway.
8405         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
8407 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
8409         * vc.el: Update todo.
8411         * vc-sccs.el (vc-sccs-dir-status):
8412         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
8413         backends and returning up to date files.
8415         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
8417 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8419         * vc.el (vc-dir):
8420         * vc-hooks.el: Tweak the VC directory bindings.  These are now
8421         documented in the manual.
8423         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
8424         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
8425         (vc-dispatcher-selection-set): Allow callers to pass in an
8426         observer flag that says no buffer sync is required.
8427         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
8428         Use the observer flag.
8430 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
8432         * simple.el (start-file-process): Clarify docstring.
8434 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8436         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
8437         Remove stub implementations of, and references to, wash-log.
8438         * vc-rcs.el (vc-rcs-comment-history):
8439         * vc-cvs.el (vc-cvs-comment-history):
8440         Inline the code that used to be wash-log.
8442         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
8443         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
8444         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
8445         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
8446         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
8447         (vc-rcs-print-log): Grok directories.
8449 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8451         * vc.el (vc-mark-resolved): Add `backend' argument.
8452         (vc-next-action): Pass it the backend.
8453         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
8454         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
8455         (vc-default-comment-history, vc-default-create-snapshot)
8456         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
8457         (vc-annotate-revision-previous-to-line)
8458         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
8459         * vc-svn.el (vc-svn-checkout):
8460         * vc-mcvs.el (vc-mcvs-checkout):
8461         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
8462         (vc-working-revision, vc-before-save, vc-mode-line):
8463         Prefer vc-call-backend to vc-call so as not to recompute the backend.
8465         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
8466         state to be consistent since it's often an unwarranted restriction.
8467         Don't return the state either.
8468         (vc-next-action): Check that the state is consistent.
8469         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
8470         (vc-rollback, vc-update): Adapt to new return value of
8471         vc-deduce-fileset.
8473         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
8474         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
8475         (vc-dispatcher-in-fileset-p): New fun.
8476         (vc-dispatcher-selection-set): Use it to properly handle directories.
8478 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
8480         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
8481         (vc-update): Remove unused let bindings.
8483 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
8485         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
8486         (vc-diff, vc-revert, vc-rollback, vc-update):
8487         * vc-dispatcher.el (vc-dispatcher-selection-set):
8488         Get rid of 4 special cases in fileset selection.  This involved
8489         changing the return value of (vc-deduce-fileset) so that it passes
8490         back a deduced state as well as a deduced back end.
8492 2008-05-08  Sam Steingold  <sds@gnu.org>
8494         * progmodes/compile.el (compilation-minor-mode-map)
8495         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
8496         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
8497         it to `compilation-minor-mode-map' (instead of an explicit `cons').
8499 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8501         * org/org.el (org-modules, org-format-latex-options):
8502         * org/org-archive.el (org-archive-stamp-time)
8503         (org-archive-save-context-info):
8504         * org/org-faces.el (org-hide):
8505         * org/org-irc.el (org-irc-parse-link):
8506         * org/org-macs.el (org-call-with-arg, org-autoload):
8507         * org/org-mew.el (org-mew-store-link):
8508         * org/org-remember.el (org-remember-store-without-prompt)
8509         (org-remember-templates): Fix typos in docstrings.
8511         * org/org-info.el (org-info-store-link): Remove leftover docstring.
8513         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
8514         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
8515         (org-bbdb-anniv-split): Fix typos in docstrings.
8517         * org/org-publish.el (org-publish-project-alist): Doc fixes.
8518         (org-publish-use-timestamps-flag): Reflow docstring.
8519         (org-publish-files-alist): Fix typos in docstring.
8521 2008-05-07  Sam Steingold  <sds@gnu.org>
8523         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
8524         appears to be too aggressive with window removal.
8526 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
8528         * progmodes/verilog-mode.el (verilog-type-font-keywords):
8529         Add leda and 0in as pragma keywords.
8530         (verilog-pretty-expr): Support lining up assignments which include
8531         part selects.
8532         (verilog-mode): More portable check for the availability of
8533         hideshow support.
8534         (verilog-do-indent): Remove special indent for declarations inside
8535         a parenthetical list.  The code is ill-advised, and doesn't work
8536         given the new user defined types.
8537         (verilog-set-auto-endcomments): Enhance function automatic
8538         endcomment to support functions that return user defined types.
8539         (verilog-mode): Add code to tell which-function-mode minor mode
8540         that Verilog supports this feature.
8542 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
8544         * epa-file.el: Require epa-hook.
8546         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
8548         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
8549         file-names clashes on 8+3 filesystems.  Provide epa-hook.
8551         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
8552         file-names clashes on 8+3 filesystems.
8554 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
8556         * org/org.el (org-read-date-get-relative): Interpret lone
8557         weekday abbreviation as relative to today.
8559 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8561         * abbrev.el (define-abbrev-table):
8562         * composite.el (toggle-auto-composition):
8563         * json.el (json-alist-p, json-plist-p):
8564         * minibuffer.el (completion-table-with-predicate):
8565         * ps-mule.el (ps-mule-external-libraries):
8566         * emacs-lisp/advice.el (ad-special-form-p):
8567         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8568         * eshell/em-smart.el (eshell-review-quick-commands):
8569         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
8570         (python-skip-out, python-check-comint-prompt):
8571         Don't use `iff' in docstrings.
8573         * international/robin.el (robin-package-alist): Fix typo in docstring.
8574         (robin-current-package-name): Doc fix.
8575         (robin-activate): Don't use `iff' in docstring.
8577 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
8579         * vc.el, vc-dispatcher.el: VC-Dired support removed.
8580         The code uses a ewoc-based implementation now.
8581         * vc-hooks.el: Support for Meta-CVS has been removed.
8583 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8585         * tool-bar.el: Choose images dynamically.
8586         (tool-bar-make-keymap, tool-bar-find-image): New function.
8587         (tool-bar-find-image-cache): New var.
8588         (tool-bar-local-item, tool-bar-local-item-from-menu):
8589         Don't select the image yet, do it later in tool-bar-make-keymap.
8591 2008-05-07  Andreas Schwab  <schwab@suse.de>
8593         * window.el: Require 'cl when compiling.
8595 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
8597         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
8599 2008-05-07  Glenn Morris  <rgm@gnu.org>
8601         * subr.el (ignore-errors): Move here from cl-macs.el.
8602         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
8604         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
8605         oddness.
8607 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
8609         * vc-hooks.el (vc-find-file-hook):
8610         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
8611         further from vc.el.
8612         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
8614 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
8616         * progmodes/verilog-mode.el (verilog-getopt-file):
8617         Cleanup warning message format.
8618         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
8619         (verilog-auto-inout, verilog-auto-inout-module)
8620         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
8621         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8622         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
8623         (verilog-auto-sense-sigs, verilog-auto-tieoff)
8624         (verilog-auto-unused, verilog-auto-wire)
8625         (verilog-decls-get-assigns, verilog-decls-get-consts)
8626         (verilog-decls-get-gparams, verilog-decls-get-inouts)
8627         (verilog-decls-get-inputs, verilog-decls-get-outputs)
8628         (verilog-decls-get-ports, verilog-decls-get-regs)
8629         (verilog-decls-get-signals, verilog-decls-get-wires)
8630         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
8631         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
8632         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
8633         (verilog-inject-sense, verilog-library-filenames)
8634         (verilog-mode-release-date, verilog-mode-version)
8635         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
8636         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
8637         (verilog-modi-get-assigns, verilog-modi-get-consts)
8638         (verilog-modi-get-gparams, verilog-modi-get-inouts)
8639         (verilog-modi-get-inputs, verilog-modi-get-outputs)
8640         (verilog-modi-get-ports, verilog-modi-get-regs)
8641         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
8642         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
8643         (verilog-modi-get-wires, verilog-preserve-cache)
8644         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
8645         (verilog-read-sub-decls, verilog-read-sub-decls-line)
8646         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
8647         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
8648         Add caching of additional state, and rework signal extraction
8649         routines to improve AUTO expansion performance by 300%++.
8651 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
8653         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8654         Tweak Open Watcom regexp to distinguish between errors and warnings.
8656 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8658         * dired.el (dired-read-dir-and-switches): Fix up last change.
8660 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
8662         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
8663         out of this function, move it to vc-dispatcher-selection-set.
8665 2008-05-05  Sam Steingold  <sds@gnu.org>
8667         * window.el (delete-other-windows-vertically): New function.
8669 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8671         * dired.el (dired-read-dir-and-switches):
8672         Obey read-file-name-completion-ignore-case.
8674 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
8676         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8677         Add regexp for Open Watcom compiler output.
8679 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
8681         * progmodes/python.el (python-block-pairs): Align finally with except.
8683 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8685         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
8687 2008-05-05  Tom Tromey  <tromey@redhat.com>
8689         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
8690         looking at conflict marker.
8692 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8694         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
8695         client-mode -> vc-client-object, and guess `funcall' was meant.
8696         (vc-dir-mode): Rename client-mode -> vc-client-mode.
8698 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
8700         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
8701         (dbus-debug): Move declarations outside eval-when-compile.
8703 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8705         * proced.el (proced-command-alist): Fix system-type values.
8706         Fix defcustom.
8707         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
8708         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
8709         (proced-sort-start, proced-sort, proced-sort-time): New commands.
8710         (proced-update): Use proced-sorting-scheme.  Update modeline.
8711         (proced-send-signal): Use nreverse.
8712         (proced-sorting-scheme-p): New function.
8714 2008-05-04  Andreas Schwab  <schwab@suse.de>
8716         * vc.el: Require dired when compiling.
8718         * minibuffer.el (completion--insert-strings): Don't delete past bol.
8720 2008-05-03  Glenn Morris  <rgm@gnu.org>
8722         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
8723         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
8724         Simplify compilation requirements.
8725         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
8726         declarations.
8728 2008-05-03  Dave Love  <fx@gnu.org>
8730         * progmodes/python.el (python-beginning-of-statement):
8731         Loop at least once (fixes 2008-02-21 change).
8733 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
8735         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
8736         instead of `length' for comparing length of user and group names.
8738 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
8740         * vc-dispatcher.el: New file, separates out the UI and command
8741         execution machinery from VCS-specific logic left in vc.el.
8742         The separation is not yet completely clean, but it's a good start.
8743         * vc.el: This file is about 1700 lines shorter now.
8744         Remove obsolete logentry-check from the backend API.
8745         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
8746         implementation of the logentry-check method, and it guarded against
8747         a log length limit that has probably been obsolete for 15 years (!).
8749 2008-05-02  Sam Steingold  <sds@gnu.org>
8751         * progmodes/compile.el (compilation-start): Move setting of
8752         compilation-directory after (funcall mode) as that resets local
8753         variables, this fixes recompile in grep buffers.
8754         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
8755         in dired &c).
8757 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
8759         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8760         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8761         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
8762         has one of these and that all are called in compatible ways.
8763         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8764         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8765         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
8766         backend has one of these.
8768 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8770         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
8771         initialization into define-abbrev-table.  Use :regexp.
8772         (octave-mode-syntax-table): Don't set word syntax for `.
8774         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
8775         than only value.
8777         * dired.el (dired-read-dir-and-switches):
8778         Set minibuffer-completing-file-name and call substitute-in-file-name.
8779         (dired-format-columns-of-files): Use completion--insert-strings.
8781         * minibuffer.el (completion-hilit-commonality): Revert last change:
8782         the leftover code was actually useful.
8783         (completion--insert-strings): Use string-width rather than length.
8785 2008-05-02  Sam Steingold  <sds@gnu.org>
8787         * vc.el (vc-dir-mode-map): Enable mouse bindings.
8788         (vc-at-event): New macro: run the body at the even location.
8789         (vc-dir-menu, vc-dir-toggle-mark): Use it.
8790         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
8791         * subr.el (mouse-event-p): Check if the event is mouse-related.
8793 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
8795         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8796         Don't throw error if no file is found.
8798 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8800         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
8801         (vc-default-state-heuristic): Doc fix.
8803 2008-05-02  Richard Sharman  <rsharman@pobox.com>
8805         * hilit-chg.el (highlight-changes-mode): Remove references to
8806         hooks that no longer exist.  Because define-minor-mode is used the
8807         hook highlight-changes-mode-hook exists and can do what both the
8808         old hooks used to do.  The documentation at the top of the file
8809         was updated to demonstrate this.
8810         (highlight-changes-mode): Remove commented out call to a hook
8811         function that is no longer there.
8812         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
8814 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
8816         * vc.el (vc-default-dired-state-info): Change name of primitive
8817         to prettify-state-info, in preparation for ripping out dired mode.
8818         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
8819         to prettify-state-info, in preparation for ripping out dired mode.
8820         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
8821         tries this on a version-controlled buffer.  It will do useless or
8822         actively bad things on any version control system newer than RCS.
8823         * vc-hooks.el (vc-dired-resynch-file):
8824         * vc.el (vc-dired-resynch-file): Change name of primitive to
8825         vc-directory-resynch-file, preparing to remove dired.
8827 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
8829         * vc-rcs.el (vc-rcs-state): Fix typos.
8831         * vc.el (vc-register): Change argument order so that the prefix
8832         argument is assigned correctly.
8833         (vc-next-action, vc-dir-register): Update for the above change.
8835 2008-05-01  Juri Linkov  <juri@jurta.org>
8837         * replace.el (occur-read-primary-args): Set default to the car of
8838         regexp-history and display it in the prompt, but don't add to the
8839         list of minibuffer defaults.  Bind history-add-new-input to nil to
8840         not add automatically `default'.  For empty input return `default'.
8841         Otherwise, add `input' to regexp-history and return it.
8842         (occur-1): Signal an error for the empty regexp.
8844         * progmodes/compile.el (compilation-auto-jump):
8845         Set window point to `pos' explicitly.
8847 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
8849         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
8850         when appropriate.
8851         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
8852         we report the 'unregistered state reliably.
8853         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
8854         we report the 'unregistered state reliably.
8855         * vc-git.el (vc-git-state): Call vc-git-unregistered so
8856         we report the 'unregistered state reliably.
8857         * vc-hooks.el (vc-state): Document that vc-unregistered is
8858         now expected to be returned reliably.
8859         * vc.el (vc-default-dired-state): Change needs-patch state to
8860         needs-update, since the name now shows up in dir-status listings
8861         and was somewhat misleading.
8862         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
8863         immediately after removing the file.
8864         * vc.el (vc-next-action): More informative messages when a fileset
8865         is in a mixed state or files are missing.
8867 2008-05-01  Sam Steingold  <sds@gnu.org>
8869         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
8871 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8873         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
8875 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
8877         * epa-file-hook.el: New file split from epa-file.el.
8878         * epa-file.el: Require 'epa-file-hook.
8879         (epa-file-handler): Add autoload cookie.
8880         * loadup.el: Load epa-file-hook.
8881         * startup.el (command-line): Eval the body of auto-encryption-mode.
8883 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
8885         * vc.el (vc-dir-mode-map): Don't bind "r".
8887         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
8888         (vc-hg-status-printer): New function.
8889         (vc-hg-after-dir-status): Deal with copied and renamed files.
8890         (vc-hg-dir-status): Add flag to show copied files.
8892 2008-05-01  John Paul Wallington  <jpw@pobox.com>
8894         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
8895         (ibuffer-do-sort-by-recency): Reverse sorting order if last
8896         sorting mode was recency.
8898         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
8899         reverse sorting order if last sorting mode was the sorter's.
8901 2008-05-01  Jason Rumney  <jasonr@gnu.org>
8903         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
8905 2008-04-30  John Paul Wallington  <jpw@pobox.com>
8907         * ibuffer.el (define-ibuffer-column filename): When the major mode
8908         is `vc-dir-mode' show the buffer's default directory.
8910         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
8911         major mode is `vc-dir-mode' use the buffer's default directory.
8913 2008-04-30  Sam Steingold  <sds@gnu.org>
8915         * vc.el (vc-dir-delete-file): Add.
8916         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
8917         (vc-delete-file): Do not barf when the file has been already deleted.
8919 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
8921         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
8923 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8925         * progmodes/octave-mod.el (octave-help): New function.
8926         * progmodes/octave-hlp.el: Delete.
8927         * info-look.el (octave-mode): Add operator index.
8929         * vc.el (vc-checkout): Typo.
8931 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
8933         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
8934         Add "..." in the appropriate places.
8936         * epa.el (epa-key-list-mode-map): Add more menu entries.
8937         Add "..." in the appropriate places.
8939         * dired.el (dired-mode-map): Add :help.
8941         * vc.el (vc-deduce-fileset): Add new parameter.
8942         (vc-dir-marked-only-files): New function.
8943         (vc-next-action): Don't ignore directories, look at the files
8944         inside them.
8945         (vc-dir-mode): Document how the mark/unmark commands work.
8947 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8949         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8950         Rule out trailing spaces in file and directory names as well.
8952         * minibuffer.el (completion--do-completion): Move point even if the
8953         completion makes no change.
8954         (completion-pcm-try-completion): Fix computation of new point.
8956 2008-04-30  David Hansen  <david.hansen@gmx.net>
8958         * dired.el: Require 'cl.
8960 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
8962         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
8963         hollow if not in innermost frame.
8965 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8966         Make `checkout-model' apply to filesets.
8967         * vc-hooks.el (vc-checkout-model): Rewrite.
8968         (vc-before-save, vc-after-save): Adjust callers accordingly.
8969         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
8970         (vc-transfer-file): Adjust callers accordingly.
8971         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
8972         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
8973         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
8974         instead of vc-checkout-model.
8975         * vc-mcvs.el (vc-mcvs-revert):
8976         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
8977         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
8978         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
8979         * vc-svn.el (vc-svn-checkout-model):
8980         * vc-hg.el (vc-hg-checkout-model):
8981         * vc-git.el (vc-git-checkout-model):
8982         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
8984         * dired.el (dired-read-dir-and-switches): Replace last change with
8985         a new approach that mixes read-file-name and read-directory-name.
8987         * files.el (read-buffer-to-switch):
8988         Avoid making assumptions about `other-buffer'.
8990 2008-04-29  Sam Steingold  <sds@gnu.org>
8992         * vc.el (vc-dir-mode-hook): Add normal hook.
8993         (vc-dir-mode): Run it.
8995 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
8997         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
8998         Always split windows.
8999         (gdb-speedbar-timer-fn): Only raise frame after user input.
9000         (gdb-same-frame): Reverse initial value.
9001         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
9003         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
9004         gdb-speedbar-timer-fn.
9006 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9008         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
9010 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
9012         * epa.el (epa-key-list-mode-map): Add menu.
9013         (epa-delete-keys, epa-import-keys): Fix typo.
9015 2008-04-29  Glenn Morris  <rgm@gnu.org>
9017         * find-cmd.el (top-level): Does not need cl when compiling.
9019 2008-04-29  Philip Jackson  <phil@shellarchive.co.uk>
9021         * find-cmd.el: New file.
9023 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9025         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
9026         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
9027         (completion-pcm--hilit-commonality): New function.
9028         (completion-pcm-all-completions): Use it.
9030         * minibuffer.el (completion-common-substring): Mark obsolete.
9031         (completions-first-difference, completions-common-part):
9032         Move from simple.el.
9033         (completion-hilit-commonality): New fun.
9034         (display-completion-list, completion-emacs21-all-completions)
9035         (completion-emacs22-all-completions): Use it.
9036         * simple.el (completions-first-difference, completions-common-part):
9037         Move to minibuffer.el.
9038         (choose-completion-string): Use field functions and minibufferp.
9039         (completion-setup-function): Don't set completions faces.
9041 2008-04-29  Glenn Morris  <rgm@gnu.org>
9043         * calendar/calendar.el (calendar-nth-named-absday)
9044         (calendar-nth-named-day):
9045         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
9046         * calendar/holidays.el (holiday-float): Doc fixes.
9048         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
9049         the `full' case.
9051         * org/org-agenda.el (calendar-iso-from-absolute):
9052         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
9053         Fix declarations.
9055 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
9057         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
9058         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
9059         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
9060         (gdb-assembler-custom): Be careful not to match other addresses.
9062 2008-04-29  Jason Rumney  <jasonr@gnu.org>
9064         * battery.el (battery-status-function): Use w32-battery-status
9065         on Windows.
9066         (battery-echo-area-format): Make apm format the general case.
9067         (battery-mode-line-format): Merge apm and pmset formats as the
9068         general case.
9070 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
9072         * progmodes/gdb-ui.el (gdb-info-stack-custom):
9073         Use gud-tool-bar-item-visible-no-fringe.
9074         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
9075         is already visible in frame.  Remove optional size parameter
9076         and add optional frame parameter.
9078         * progmodes/gud.el (gud-display-line): Only consider visible
9079         frames when looking for source buffer.
9081 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
9083         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
9084         argument to get-char-property, in case the current buffer hasn't
9085         been assigned to that window yet.
9086         (doc-view-display): Default to selected window if the current
9087         buffer hasn't been assigned to a window yet.
9089 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
9091         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
9093 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
9095         * net/tramp.el (tramp-mode): New defcustom.
9096         (tramp-file-name-handler, tramp-completion-file-name-handler):
9097         Use it.
9098         (tramp-replace-environment-variables): Handle "$$".
9100 2008-04-28  Sam Steingold  <sds@gnu.org>
9102         * vc-hg.el (vc-hg-rename-file): Fix argument order.
9104 2008-04-28  Bastien Guerry  <bzg@altern.org>
9106         * whitespace.el (whitespace-trailing): Fix typo.
9108 2008-04-28  Sam Steingold  <sds@gnu.org>
9110         * textmodes/remember.el (diary-make-entry): Update the autoload.
9112 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9114         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
9115         all-completions.
9117 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
9119         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
9121 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
9123         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
9124         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
9125         (vc-dir-mark-file): Add an optional argument.
9126         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
9128 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
9130         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
9131         rather than obsolete alias find-file-hooks.
9132         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
9133         Use find-file-hook rather than obsolete alias find-file-hooks.
9134         Add to find-file-not-found-functions.
9135         (epa-file-handler): Put 'safe-magic and 'operations properties.
9137         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
9138         (epa-menu-items): Remove.
9140         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
9141         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
9142         (epa-dired-mode, epa-global-dired-mode): Remove.
9144         * dired.el (dired-mode-map): Bind encryption/decryption commands.
9146         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
9148         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
9150 2008-04-27  Glenn Morris  <rgm@gnu.org>
9152         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
9153         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
9155 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
9157         * org/org.el (org-html-level-start): Always have id's in HTML.
9158         (org-export-as-html): Use `org-link-protocols' to
9159         retrieve the export form of the link.
9160         (org-add-link-type): Final parameter renamed from PUBLISH.
9161         Better documentation of how it is to be used.  Avoid double entries for
9162         the same link type.
9163         (org-add-link-props): New function.
9164         (org-modules-loaded): New variable.
9165         (org-load-modules-maybe, org-set-modules): New function.
9166         (org-modules): New option.
9167         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
9168         (orgtbl-mode, org-store-link, org-insert-link-global)
9169         (org-open-at-point): Call `org-load-modules-maybe'.
9170         (org-search-view): Add more text properties.
9171         (org-agenda-schedule, org-agenda-deadline): Allow also in
9172         search-type agendas.
9173         (org-search-view): Order of arguments has been changed.
9174         Interpret prefix-arg as TODO-ONLY.
9175         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
9176         Take new argument order of `org-search-view' into account.
9177         (org-todo-only): New variable.
9178         (org-search-syntax-table): New variable and function.
9179         (org-search-view): Do the search with the special syntax table.
9180         (define-obsolete-function-alias): Make work with XEmacs.
9181         (org-add-planning-info): Use old date as default when modifying an
9182         existing deadline or scheduled item.
9183         (org-agenda-compute-time-span): Make argument N optional.
9184         (org-agenda-format-date-aligned): Require `cal-iso'.
9185         (org-agenda-list): Include week into agenda heading, don't
9186         list it at each date (only on Mondays).
9187         (org-read-date-analyze): Define local variable `iso-date'.
9188         (org-agenda-format-date-aligned): Remove dependency on
9189         `calendar-time-from-absolute'.
9190         (org-remember-apply-template, org-go-to-remember-target):
9191         Interpret filenames relative to `org-directory'.
9192         (org-complete): Silently fail when trying to complete
9193         keywords that don't have a default value.
9194         (org-get-current-options): Add a #+DATE: option.
9195         (org-additional-option-like-keywords): Remove "DATE:" from the
9196         list of additional keywords.
9197         (org-export-as-html): Remove (current-time) as unnecessary second
9198         argument of `format-time-string'.
9199         (org-clock-find-position): Handle special case at end of buffer.
9200         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
9201         `org-agenda-change-time-span'.
9202         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
9203         `org-agenda-change-time-span'.
9204         (org-agenda-month-view): New argument MONTH, pass it on to
9205         `org-agenda-change-time-span'.
9206         (org-agenda-year-view): New argument YEAR, pass it on to
9207         `org-agenda-change-time-span'.
9208         (org-agenda-change-time-span): New optional argument N, pass it on
9209         to `org-agenda-compute-time-span'.
9210         (org-agenda-compute-time-span): New argument N, interpret it by
9211         changing the starting day.
9212         (org-small-year-to-year): New function.
9213         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
9214         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
9215         into the future, and that the shift is at least one interval, never 0.
9216         (org-update-checkbox-count): Fix bug with checkbox counting.
9217         (org-add-note): New command.
9218         (org-add-log-setup): Rename from `org-add-log-maybe'.
9219         (org-log-note-headings): New entry for plain notes (i.e. notes not
9220         related to state changes or clocking).
9221         (org-get-org-file): Check for availability of `remember-data-file'.
9222         (org-cached-entry-get): Allow a regexp value for
9223         `org-use-property-inheritance'.
9224         (org-use-property-inheritance): Allow regexp value.  Fix bug in
9225         customization type.
9226         (org-use-tag-inheritance): Allow a list and a regexp value for
9227         this variable.
9228         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
9229         (org-entry-get): Respect value `selective' for the INHERIT argument.
9230         (org-tag-inherit-p, org-property-inherit-p): New functions.
9231         (org-agenda-format-date-aligned): Allow 10 characters for
9232         weekday, to accommodate German locale.
9233         (org-add-archive-files): New function.
9234         (org-agenda-files): New argument `ext', to get archive files as well.
9235         (org-tbl-menu): Protect the use of variables that
9236         are only available when org-table.el gets loaded.
9237         (org-read-agenda-file-list): Error if `org-agenda-files' is a
9238         single directory.
9239         (org-open-file): Allow a batch process to trigger
9240         waiting after executing a system command.
9241         (org-store-link): Link to headline when there is not
9242         target and no region in an org-mode buffer when creating a link.
9243         (org-link-types-re): New variable.
9244         (org-make-link-regexps): Compute `org-link-types-re'.
9245         (org-make-link-description-function): New option.
9246         (org-agenda-date, org-agenda-date-weekend): New faces.
9247         (org-archive-sibling-heading): New option.
9248         (org-archive-to-archive-sibling): New function.
9249         (org-iswitchb): New command.
9250         (org-buffer-list): New function.
9251         (org-agenda-columns): Also try the #+COLUMNS line in
9252         the buffer associated with the entry at point (or with the first
9253         entry in the agenda view).
9254         (org-modules): Add entry for org-bibtex.el.
9255         (org-completion-fallback-command): Move into `org-completion' group.
9256         (org-clock-heading-function): Move to `org-progress' group.
9257         (org-auto-repeat-maybe): Make sure that a note can
9258         be enforces if `org-log-repeat' is `note'.
9259         (org-modules): Allow additional symbols for external packages.
9260         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
9261         (org-clock-goto): Hide drawers after showing an
9262         entry with `org-clock-goto'.
9263         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
9264         Try also a clocktable block shift.
9265         (org-clocktable-try-shift): New function.
9266         (org-columns-hscoll-title): New function.
9267         (org-columns-previous-hscroll): New variable.
9268         (org-columns-full-header-line-format): New variable.
9269         (org-columns-display-here-title, org-columns-remove-overlays):
9270         Install `org-columns-hscoll-title' in post-command-hook.
9272         * org/org.el: Split into many small files.
9274         * org/org-agenda.el: New file, split off from org.el.
9276         * org/org-archive.el: New file, split off from org.el.
9278         * org/org-bbdb.el: New file.
9280         * org/org-bibtex.el: New file, split off from org.el.
9282         * org/org-clock.el: New file, split off from org.el.
9284         * org/org-colview.el: New file, split off from org.el.
9286         * org/org-compat.el: New file, split off from org.el.
9288         * org/org-exp.el: New file, split off from org.el.
9290         * org/org-faces.el: New file, split off from org.el.
9292         * org/org-gnus.el: New file, split off from org.el.
9294         * org/org-info.el: New file, split off from org.el.
9296         * org/org-infojs.el: New file.
9298         * org/org-irc.el: New file.
9300         * org/org-macs.el: New file, split off from org.el.
9302         * org/org-mew.el: New file.
9304         * org/org-mhe.el: New file, split off from org.el.
9306         * org/org-publish.el: New file, split off from org.el.
9308         * org/org-remember.el: New file, split off from org.el.
9310         * org/org-rmail.el: New file, split off from org.el.
9312         * org/org-table.el: New file, split off from org.el.
9314         * org/org-vm.el: New file, split off from org.el.
9316         * org/org-wl.el: New file, split off from org.el.
9318 2008-04-27  Jason Riedy  <jason@acm.org>
9320         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
9321         parameter that suppresses lines that evaluate to NIL.
9322         (orgtbl-get-fmt): New inline function for
9323         picking apart formats that may be lists.
9324         (orgtbl-apply-fmt): New inline function for applying formats that
9325         may be functions.
9326         (orgtbl-eval-str): New inline function for strings that may be
9327         functions.
9328         (orgtbl-format-line, orgtbl-to-generic): Use and document.
9329         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
9330         (*orgtbl-llfmt*, *orgtbl-llstart*)
9331         (*orgtbl-llend*): Dynamic variables for last-line formatting.
9332         (orgtbl-format-section): Shift formatting to support detecting the
9333         last line and formatting it specially.
9334         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
9335         formats unless overridden.
9336         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
9337         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
9338         bound variables to hold the input collection of lines and output
9339         formatted text.
9340         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
9341         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
9342         format parameters.
9343         (orgtbl-format-line): New function encapsulating formatting for a
9344         single line.
9345         (orgtbl-format-section): Similar for each section.  Rebinding the
9346         dynamic vars customizes the formatting for each section.
9347         (orgtbl-to-generic): Use orgtbl-format-line and
9348         orgtbl-format-section.
9349         (org-get-param): Now unused, so delete.
9350         (orgtbl-gather-send-defs): New function to
9351         gather all the SEND definitions before a table.
9352         (orgtbl-send-replace-tbl): New function to find the RECEIVE
9353         corresponding to the current name.
9354         (orgtbl-send-table): Use the previous two functions and implement
9355         multiple destinations for each table.
9357         * doc/org.texi (A LaTeX example): Note that fmt may be a
9358         one-argument function, and efmt may be a two-argument function.
9359         (Radio tables): Document multiple destinations.
9361 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
9363         * org/org-agenda.el (org-add-to-diary-list): New function.
9364         (org-prefix-has-effort): New variable.
9365         (org-sort-agenda-noeffort-is-high): New option.
9366         (org-agenda-columns-show-summaries)
9367         (org-agenda-columns-compute-summary-properties): New options.
9368         (org-format-agenda-item): Compute the duration of the item.
9369         (org-agenda-weekend-days): New variable.
9370         (org-agenda-list, org-timeline): Use the proper faces for dates in
9371         the agenda and timeline buffers.
9372         (org-agenda-archive-to-archive-sibling): New command.
9373         (org-agenda-start-with-clockreport-mode): New option.
9374         (org-agenda-clockreport-parameter-plist): New option.
9375         (org-agenda-clocktable-mode): New variable.
9376         (org-agenda-deadline-leaders): Allow a function value for the
9377         deadline leader.
9378         (org-agenda-get-deadlines): Deal with new function value.
9380         * org/org-clock.el (org-clock): New customization group.
9381         (org-clock-into-drawer, org-clock-out-when-done)
9382         (org-clock-in-switch-to-state, org-clock-heading-function):
9383         Move into the new group.
9384         (org-clock-out-remove-zero-time-clocks): New option.
9385         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
9386         (org-dblock-write:clocktable): Allow a Lisp form for the scope
9387         parameter.
9388         (org-dblock-write:clocktable): Fix bug with total time calculation.
9389         (org-dblock-write:clocktable): Request the unrestricted list of files.
9390         (org-get-clocktable): New function.
9391         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
9392         be strings but also integers (an absolute day number) and lists (m d y).
9394         * org/org-colview.el (org-columns-next-allowed-value)
9395         (org-columns-edit-value): Limit the effort for updating in the
9396         agenda to recomputing a single file.
9397         (org-columns-compute): Only write property value if it has changed.
9398         This avoids raising the buffer-change-flag unnecessarily.
9399         (org-agenda-colview-summarize)
9400         (org-agenda-colview-compute): New functions.
9401         (org-agenda-columns): Call `org-agenda-colview-summarize'.
9403         * org/org-exp.el (org-export-run-in-background): New option.
9404         (org-export-icalendar): Allow a batch process to trigger waiting
9405         after executing a system command.
9406         (org-export-preprocess-string): Rename from
9407         `org-cleaned-string-for-export'.
9408         (org-export-html-style): Made target class look like normal text.
9409         (org-export-as-html): Make use of the better preprocessing in
9410         `org-cleaned-string-for-export'.
9411         (org-cleaned-string-for-export): Better treatment of heuristic
9412         targets, many more internal links will now work in HTML export.
9413         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
9414         (org-export-inbuffer-options-extra): New variable.
9415         (org-export-options-filters): New hook.
9416         (org-infile-export-plist): Find also the settings keywords in
9417         `org-export-inbuffer-options-extra'.
9418         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
9419         multiple #+INFOJS_OPT lines.
9420         (org-export-html-handle-js-options): New function.
9421         (org-export-html-infojs-setup): New option.
9422         (org-export-as-html): Call `org-export-html-handle-js-options'.
9423         Add autoload to all entry points.
9424         (org-skip-comments): Function removed.
9426         * org/org-table.el (org-table-make-reference): Extra parenthesis
9427         around single fields, to make sure that algebraic formulas get
9428         correctly interpreted by calc.
9429         (org-table-current-column): No longer interactive.
9431         * org/org-export-latex.el (org-export-latex-preprocess):
9432         Rename from `org-export-latex-cleaned-string'.
9434 2008-04-27  Bastien Guerry  <bzg@altern.org>
9436         * org/org-publish.el (org-publish-get-base-files-1): New function.
9437         (org-publish-get-base-files): Use it.
9438         (org-publish-temp-files): New variable.
9439         Don't require 'dired-aux anymore.
9440         (org-publish-initial-buffer): New variable.
9441         (org-publish-org-to, org-publish): Use it.
9442         (org-publish-get-base-files-1): Bug fix: get
9443         the proper list of files when recursing thru a directory.
9444         (org-publish-get-base-files): Use the :exclude property to skip
9445         both files and directories.
9447 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
9449         * net/tramp.el (tramp-handle-make-symbolic-link)
9450         (tramp-handle-file-name-directory)
9451         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
9452         (tramp-do-copy-or-rename-file-directly)
9453         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
9454         (tramp-handle-substitute-in-file-name)
9455         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9456         * net/tramp-cache.el (tramp-get-file-property)
9457         (tramp-set-file-property, tramp-flush-file-property)
9458         (tramp-flush-directory-property)
9459         * net/tramp-compat.el (tramp-compat-make-temp-file)
9460         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
9461         Disable `file-name-handler-alist' when handling localname.
9462         It could have a remote file syntax, like a VMS file name.
9464 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9466         * whitespace.el: New version 11.1.
9467         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
9468         enclosed by \\( and \\)$.  Docstring fix.
9469         (whitespace-trailing-regexp): Fun removed.
9470         (whitespace-report-list): Const initialization fix.
9471         (whitespace-color-on): Code fix.
9473 2008-04-27  Andreas Schwab  <schwab@suse.de>
9475         * Makefile.el: Unbreak bootstrap.
9477 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
9479         * net/tramp.el (tramp-replace-environment-variables): New defun.
9480         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
9481         Use it.
9483 2008-04-27  Glenn Morris  <rgm@gnu.org>
9485         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
9487         * calculator.el (calculator-expt): Replace cl function `oddp'.
9489 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
9491         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9492         Simplify.  Collect `defun' and `autoload' entries.
9493         Avoid modifying load-history.
9495 2008-04-26  Glenn Morris  <rgm@gnu.org>
9497         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
9499         * simple.el (quoted-insert, zap-to-char): Revert previous change.
9501 2008-04-26  John Paul Wallington  <jpw@pobox.com>
9503         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
9504         `hexl-mode-old-eldoc-documentation-function'.
9505         (hexl-mode-exit): Restore it.
9506         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
9508         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
9510 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
9512         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
9513         (completion-pcm--all-completions): Doc fix.
9514         (completion-styles-alist, completion-all-completions):
9515         Fix typos in docstrings.
9517 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9519         * whitespace.el: There is now only one variable (whitespace-style) to
9520         specify which kind of blank is visualized.  Doc and docstring fix.
9521         New version 11.0.
9522         (whitespace-style): New option, replace whitespace-style-mark and
9523         whitespace-style-color.
9524         (whitespace-style-mark, whitespace-style-color): Options removed.
9525         (whitespace-hspace, whitespace-tab, whitespace-newline)
9526         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9527         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9528         (whitespace-hspace-regexp, whitespace-space-regexp)
9529         (whitespace-tab-regexp, whitespace-trailing-regexp)
9530         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9531         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9532         (whitespace-space-after-tab-regexp, whitespace-line-column)
9533         (whitespace-display-mappings, whitespace-report): Docstring fix.
9534         (whitespace-color-value-list, whitespace-mark-value-list)
9535         (whitespace-active-color, whitespace-active-mark)
9536         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
9537         (whitespace-style-value-list, whitespace-active-style)
9538         (whitespace-toggle-style): New vars.
9539         (whitespace-toggle-option-alist, whitespace-help-text):
9540         Var initialization and docstring fix.
9541         (whitespace-toggle-options, global-whitespace-toggle-options)
9542         (whitespace-cleanup, whitespace-cleanup-region)
9543         (whitespace-report-region, whitespace-interactive-char)
9544         (whitespace-toggle-list): Docstring and code fix.
9545         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9546         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
9547         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
9548         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
9550 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9552         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
9553         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
9554         (diff-sanity-check-hunk): Adjust code accordingly.
9556 2008-04-26  Glenn Morris  <rgm@gnu.org>
9558         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
9560         * forms-d2.dat: Move to ../etc.
9561         * forms-d2.el (forms-file): Adapt for above change.
9563         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
9564         `translation-table-for-input'.
9566         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
9567         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
9569         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
9570         to punctuation now it's not needed for abbrevs.
9571         (fortran-mode-abbrev-table): Remove defvar, make use of new
9572         define-abbrev-table :regexp feature.
9574         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
9575         insert, now that translation-table-for-input is not needed.
9577 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
9579         * emacs-lisp/pp.el (pp-display-expression): New function,
9580         extracted from pp-eval-expression.
9581         (pp-eval-expression): Use pp-display-expression.
9582         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
9583         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
9584         (pp-eval-last-sexp): Use pp-last-sexp.
9586 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9588         * abbrev.el (define-abbrev-table): Apply props even if the table
9589         exists already.
9591         * minibuffer.el (completion-table-with-context): Fix `pred' for the
9592         various kinds of completion tables.
9593         (completion-emacs22-try-completion): Place cursor after the /, as was
9594         done in Emacs-22's minibuffer-complete-word.
9595         Fix bug reported by David Hansen <david.hansen@gmx.net>.
9596         (completion-emacs22-try-completion): Merge all mergeable text rather
9597         than just /.
9598         (completion-pcm--delim-wild-regex): New var.
9599         (completion-pcm-word-delimiters): New custom.
9600         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
9601         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
9602         (completion-pcm--all-completions, completion-pcm-all-completions)
9603         (completion-pcm--merge-completions, completion-pcm--pattern->string)
9604         (completion-pcm-try-completion): New functions.
9605         (completion-styles-alist): Add them.
9606         (completion-styles): Add it to the default.
9608 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
9610         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
9611         (gdb-var-create-handler): ...until here when there are values.
9612         (gdb-post-prompt): Don't do -var-update with no watch expressions.
9613         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
9615 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
9617         * ls-lisp.el (ls-lisp-format): Fix last change.
9618         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
9619         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
9620         (ls-lisp-filesize-f-fmt): New defvars.
9621         (ls-lisp-insert-directory): Dynamically compute format specifiers
9622         for displaying UID, GID, and file size, and store them in the
9623         above variables.
9624         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
9625         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
9626         instead of constant format strings.
9627         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
9628         ls-lisp-filesize-d-fmt instead of constant format strings.
9630 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
9632         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
9633         value of addresses rather than (partial) string value.
9634         (gdb-frame-handler): Change regexp according to above change.
9635         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9636         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
9637         (gdb-assembler-mode): Disable undo in these buffers.
9639 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
9641         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
9642         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
9644 2008-04-24  Sam Steingold  <sds@gnu.org>
9646         * textmodes/remember.el (remember-diary-extract-entries): Use
9647         diary-make-entry instead of the obsolete make-diary-entry.
9649 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9651         * subr.el (translation-table-for-input): Mark as obsolete.
9653         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
9655         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
9657         * textmodes/ispell.el (ispell-dictionary-alist-1)
9658         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
9659         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
9660         (ispell-dictionary-alist-6): Remove.
9661         (ispell-dictionary-base-alist): New var, merges the above.
9662         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
9663         Use it.
9664         (ispell-dictionary-alist): Default to nil.  Remove autoload.
9665         (ispell-local-dictionary-alist): Remove autoload.
9667         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
9668         (f90-mode-abbrev-table): Use the new :regexp feature.
9669         Merge defvar and mapc into define-abbrev-table.
9670         (f90-imenu-type-matcher): Remove unused `l'.
9671         (f90-imenu-generic-expression): Remove unused `not-ib'.
9672         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
9673         (f90-change-keywords): Use restore-buffer-modified-p.
9675 2008-04-24  Glenn Morris  <rgm@gnu.org>
9677         * net/goto-addr.el (goto-address-prog-mode):
9678         * progmodes/bug-reference.el (bug-reference-prog-mode):
9679         Define for compiler.
9681         * minibuffer.el (x-file-dialog): Declare as function.
9683         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
9684         dframe-update-speed rather than obsolete alias speedbar-update-speed.
9686         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
9687         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
9688         work with easymenu.  Add :keys where needed.
9690         * calendar/cal-move.el (calendar-scroll-left): Handle case when
9691         event-start is nil.
9693         * calendar/calendar.el (calendar-mode-map): Fix typo.
9695 2008-04-24  Tom Tromey  <tromey@redhat.com>
9697         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9698         Document keywords.  Add :suppress.
9699         * pcvs-defs.el (cvs-mode-map): Use :suppress.
9701         * net/goto-addr.el (goto-address-unfontify): New function.
9702         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
9703         (goto-address-fontify-region, goto-address-mode)
9704         (goto-address-prog-mode): New functions.
9706         * progmodes/bug-reference.el: New file.
9708 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9710         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
9712 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9714         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
9715         macros within lambdas.
9717 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9719         * minibuffer.el (completion-try-completion): Add `point' argument.
9720         Change return value.
9721         (completion-all-completions): Add `point' argument.
9722         (minibuffer-completion-help): Pass the new `point' argument.
9723         (completion--do-completion): Pass the whole field to try-completion.
9724         (completion--try-word-completion): Rewrite, making fewer assumptions.
9725         (completion-emacs21-try-completion, completion-emacs21-all-completions)
9726         (completion-emacs22-try-completion, completion-emacs22-all-completions)
9727         (completion-basic-try-completion, completion-basic-all-completions):
9728         New functions.
9729         (completion-styles-alist): Use them.
9731 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
9733         * textmodes/ispell.el (ispell-set-spellchecker-params):
9734         New function to make sure right params and dictionary alists are used
9735         after spellchecker changes.
9736         (ispell-aspell-dictionary-alist, ispell-last-program-name)
9737         (ispell-initialize-spellchecker-hook): New variables and hook.
9738         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
9739         (ispell-maybe-find-aspell-dictionaries): Remove.
9740         Calls replaced by (ispell-set-spellchecker-params) calls.
9741         (ispell-have-aspell-dictionaries): Remove.
9743         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
9744         by ispell-set-spellchecker-params.
9746 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9748         * complete.el (PC-do-completion): Be more robust in the presence of
9749         unexpected values in minibuffer-completion-predicate.
9751         * minibuffer.el (read-file-name): Don't let-bind default-directory.
9752         Only abbreviate default-filename if it's a file.
9754         * minibuffer.el (read-file-name-function, read-file-name-predicate)
9755         (read-file-name-completion-ignore-case, insert-default-directory):
9756         New vars, moved from fileio.c.
9757         (read-file-name): New fun, moved from fileio.c.
9758         * cus-start.el: Remove insert-default-directory and
9759         read-file-name-completion-ignore-case.
9761 2008-04-23  Magnus Henoch  <mange@freemail.hu>
9763         * tar-mode.el (tar-untar-buffer): If the entry has directory
9764         link type, extract it as a directory even if its file name doesn't
9765         end with a slash.  Fixes extraction of NetBSD tar archives.
9767 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9769         * server.el (server-start): Also don't get confused by CRs since we
9770         don't quote them.
9772 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
9774         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9775         (gdb-set-gud-minor-mode-existing-buffers)
9776         (gdb-info-breakpoints-custom, gdb-get-location)
9777         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9778         Previously gdb-create-define-alist wasn't always run and added to
9779         after-save-hook.
9781         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
9783 2008-04-23  Kevin Ryde  <user42@zip.com.au>
9785         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
9786         comments like unindented ones.
9788 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9790         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
9791         parameter origins.
9793 2008-04-23  Kevin Ryde  <user42@zip.com.au>
9795         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9796         Bind print-level to ensure output forms aren't truncated if
9797         print-level is set to eval-expression-print-level when going via
9798         eval-defun and friends, or has been otherwise fiddled with.
9800 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9802         * progmodes/cc-mode.el (c-basic-common-init): Don't set
9803         font-lock-extend-after-change-region-function globally.
9805 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
9807         * speedbar.el (speedbar-use-tool-tips-flag)
9808         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
9809         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
9810         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
9811         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
9812         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
9813         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
9814         (speedbar-separator-face): Fix typos in docstrings.
9815         (speedbar-stealthy-function-list, speedbar-verbosity-level)
9816         (speedbar-supported-extension-expressions, speedbar-update-current-file)
9817         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
9818         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
9819         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
9820         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
9821         (speedbar-check-vc-this-line, speedbar-files-line-directory)
9822         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9823         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
9824         (speedbar-recenter): Doc fixes.
9825         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
9826         declaration and remove redundant info in docstring.
9828 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
9830         * vc-git.el (vc-git-status-printer): Deal with directories.
9832         * vc.el (vc-next-action): Look at more than the first file to
9833         determine the state.
9835 2008-04-23  Glenn Morris  <rgm@gnu.org>
9837         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
9838         timers.  Doc fix.
9839         (dframe-update-speed): Drop support for XEmacs < 20.
9840         (dframe-frame-mode): Drop support for Emacs < 20.
9841         (dframe-set-timer-internal): Drop support for Emacs without timers.
9842         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
9844         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
9845         versions.  Add doc-string.  Mark as obsolete.
9847         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
9849         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
9850         rather than using an Emacs version test.
9852         * tree-widget.el (tree-widget-image-enable): Use display-images-p
9853         rather than an Emacs version test.
9855         * calendar/cal-china.el (holiday-chinese-qingming)
9856         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
9857         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
9858         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
9860         * calendar/cal-islam.el (holiday-islamic): Doc fix.
9862         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
9863         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
9864         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9866 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
9868         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
9869         (gdb-previous-frame-pc-address): ...to this.
9870         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
9871         of "info frame" with Gdb 6.4+.
9872         (gdb-stack-list-frames-regexp): New regexp.
9873         (gdb-frame-handler-1): Parse output of -stack-info-frame.
9875 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
9877         * tar-mode.el (tar-prefix-offset): New constant.
9878         (tar-header-block-tokenize): Support paths with long names
9879         which use the "ustar" standard.
9881 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
9883         * image-dired.el (image-dired-track-original-file)
9884         (image-dired-modify-mark-on-thumb-original-file):
9885         Use `dired-goto-file' instead of `search-forward'.  This solves
9886         a bug with finding files where the file name is a subset of other
9887         file names.  Doc fix.
9889 2008-04-22  Juri Linkov  <juri@jurta.org>
9891         * menu-bar.el (buffers-menu-max-size): Move its definition down to
9892         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
9893         (yank-menu-length): Change group name `mouse' to `menu'.
9894         (buffers-menu-buffer-name-length): New user option.
9895         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
9896         instead of the hard-coded number 27.
9898 2008-04-22  Juri Linkov  <juri@jurta.org>
9900         * isearch.el (eval-when-compile): Require `help-macro'.
9901         (isearch-help-for-help-internal): Isearch specific Help screen
9902         created by `make-help-screen'.
9903         (isearch-help-map): New variable that binds "b", "k", "m" to
9904         isearch-specific commands, and binds other keys to
9905         isearch-other-control-char, thus allowing other Help keys to
9906         exit isearch mode and execute their global definitions.
9907         (isearch-help-for-help, isearch-describe-bindings)
9908         (isearch-describe-key, isearch-describe-mode): New commands.
9909         (isearch-mode-help): Define alias to isearch-describe-mode
9910         and remove its old function definition.
9911         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
9912         Remove old comments because this issue is settled now.
9913         (isearch-forward): Describe three new Help commands in the docstring.
9914         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
9915         leave the single sentence at the first line of the docstring,
9916         and prepend the word "function" before `isearch-forward'
9917         to make the Help link to the function instead of variable.
9919 2008-04-22  Juri Linkov  <juri@jurta.org>
9921         * isearch.el (isearch-success-function): New variable with default
9922         to `isearch-success-function-default'.
9923         (isearch-search): Call a function from `isearch-success-function'
9924         instead of calling the hard-coded `isearch-range-invisible'.
9925         (isearch-success-function-default): New function that calls
9926         `isearch-range-invisible' and inverts its return value.
9928         * info.el (Info-search): In two similar places that skip
9929         undesired search matches move code to Info-search-success-function,
9930         and call `isearch-success-function' instead.
9931         (Info-search-success-function): New function copied from code
9932         in Info-search.  Replace isearch-range-invisible with
9933         text-property-not-all that checks for 'invisible and 'display
9934         properties to skip partially invisible matches (whose display
9935         properties were set by Info-fontify-node).
9936         (Info-mode): Set buffer-local isearch-success-function
9937         to Info-search-success-function.
9939 2008-04-22  Juri Linkov  <juri@jurta.org>
9941         * minibuffer.el (internal-complete-buffer-except): New function.
9943         * files.el (read-buffer-to-switch): New function.
9944         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9945         Change interactive spec to call read-buffer-to-switch instead of
9946         using the letter "B".
9948         * simple.el (minibuffer-default-add-shell-commands): New function.
9949         Use declare-function for mailcap-file-default-commands from "mailcap".
9950         (shell-command): Set local minibuffer-default-add-function to
9951         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
9952         before calling read-shell-command.  Set 4th arg default-value of
9953         read-shell-command to relative buffer-file-name in file buffers.
9955         * dired-aux.el (dired-read-shell-command-default): Move it to
9956         gnus/mailcap.el and change its name to more general name
9957         mailcap-file-default-commands.
9958         (minibuffer-default-add-dired-shell-commands): New function.
9959         Use declare-function for mailcap-file-default-commands from "mailcap".
9960         (dired-read-shell-command): Set local minibuffer-default-add-function
9961         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
9962         before calling read-shell-command.  Remove dired-read-shell-command-default
9963         from the default value arg because default values are not set in
9964         minibuffer-default-add-dired-shell-commands.  Doc fix.
9966         * dired-x.el (dired-smart-shell-command): Sync arguments and
9967         interactive spec with changes in `shell-command'.
9968         Use dired-get-filename to get the dired file name at point
9969         as the default value in dired mode.
9971 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
9973         * info.el (Info-complete-menu-item): Add missing parenthesis.
9975 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9977         * info.el (Info-complete-menu-item): Save point.
9979 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
9981         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
9983 2008-04-22  Andreas Schwab  <schwab@suse.de>
9985         * Makefile.in (emacs-deps): Define.
9986         Use it instead of $(lisp)/subdirs.el.
9988 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
9990         * vc.el (vc-next-action): Do not consider directories when
9991         checking for state compatibility.
9992         (vc-transfer-file): Use when not if.
9993         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
9994         (vc-dir-mark-file): Use them.
9995         (vc-deduce-fileset): Also return the backend.
9996         (vc-diff-internal): Take as argument the value returned by
9997         vc-deduce-fileset instead of just the fileset.
9998         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
9999         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
10000         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
10002 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
10004         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
10005         set-window-vscroll but image-scroll-down.  Fixes a bug where a
10006         command following SPC scrolled up again.
10008 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
10010         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
10011         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
10012         (gud-watch): Add "$" prefix when in registers buffer.
10014 2008-04-22  Glenn Morris  <rgm@gnu.org>
10016         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
10018         * whitespace.el (whitespace-display-table)
10019         (whitespace-display-table-was-local): Move definitions before use.
10021         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
10022         (copyright-limit): Respect copyright-at-end-flag.
10023         (copyright-re-search, copyright-start-point)
10024         (copyright-offset-too-large-p): New functions.
10025         (copyright-update-year): Use copyright-re-search.
10026         (copyright-update, copyright-fix-years): Use copyright-start-point,
10027         and copyright-re-search.
10028         (copyright): Use copyright-offset-too-large-p.
10029         * add-log.el (change-log-mode): Set copyright-at-end-flag.
10031         * add-log.el (top-level): Require 'cl when compiling.
10033 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10035         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
10036         Treat minibuffer-completion-predicate as a predicate.
10038         * minibuffer.el (completion--file-name-table): Accept both the old
10039         `dir' arg or the new `pred' arg.
10041         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
10042         `predicate' argument to pass non-predicate data.
10043         (ffap-read-url-internal, ffap-read-file-or-url-internal):
10044         Use second arg as proper predicate.
10046         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
10047         (vc-bzr-revision-completion-table): Use completion-table-with-context
10048         instead.
10050         * simple.el (choose-completion-string): Use minibuffer-completion-table.
10052 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
10054         * term.el (term-emulate-terminal): Perform redisplay after the
10055         process filter has finished running.
10057 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10059         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
10061         * minibuffer.el (completion-try-completion): Change magic symbol
10062         property name.  Rename from minibuffer-try-completion.
10063         (completion-all-completions): Rename from minibuffer-all-completions.
10064         Remove hide-spaces argument.
10065         (completion--do-completion): Rename from minibuffer--do-completion.
10066         (minibuffer-complete-and-exit): Call just try-completion rather than
10067         completion-try-completion to fix up the case.
10068         (completion--try-word-completion): Try to add space or hyphen before
10069         making `string' a prefix of `completion'.
10070         (completion--insert-strings): Rename from minibuffer--insert-strings.
10072 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
10074         * net/tls.el (tls-program): Add -ign_eof argument to call the
10075         openssl commands.
10076         (tls-checktrust): Ditto.
10078 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
10080         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
10082         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
10083         (vc-check-master-templates, vc-file-not-found-hook)
10084         (vc-kill-buffer-hook):
10085         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
10086         (vc-find-position-by-context, vc-buffer-context)
10087         (vc-restore-buffer-context, vc-responsible-backend)
10088         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
10089         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
10090         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
10091         (vc-version-diff, vc-diff, vc-insert-headers)
10092         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
10093         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
10094         (vc-revert, vc-rollback, vc-version-backup-file)
10095         (vc-rename-master, vc-delete-file, vc-rename-file)
10096         (vc-branch-part, vc-default-retrieve-snapshot)
10097         (vc-annotate-display-autoscale, vc-annotate-display-select)
10098         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
10099         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
10100         (vc-dir-update): Handle directories.
10101         (vc-default-status-printer): Simplify.
10103         * progmodes/asm-mode.el (asm-mode-map):
10104         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
10106         * progmodes/m4-mode.el (m4-mode-map): Add menu.
10108 2008-04-21  Kenichi Handa  <handa@m17n.org>
10110         * select.el (xselect-convert-to-string): Send a C_STRING only if
10111         the polymorphic target TEXT is requested.
10113 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
10115         * minibuffer.el (completion-setup-hook, display-completion-list)
10116         (completion--file-name-table): Fix typos in docstrings.
10117         (completion-table-dynamic): Fix typo, and reflow docstring.
10119 2008-04-20  Andreas Schwab  <schwab@suse.de>
10121         * server.el (server-switch-buffer): Also consider clients in the
10122         selected frame.
10124 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
10126         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
10127         Select window clicked on first.
10128         (gdb): Display thread number in mode-line.
10129         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
10130         (gdb-breakpoints-header): New variable.
10131         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
10133 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10135         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
10136         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
10137         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
10138         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
10139         (vc-sccs-print-log): Use it.
10141         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
10143         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
10144         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
10146         * tooltip.el (tooltip-previous-message): New var.
10147         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
10148         the C code (avoid overwriting a minibuffer, restore previous echo
10149         message, ...).
10150         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
10151         Simplify.
10153 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
10155         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
10156         (gdb-init-1): Initialise it.
10157         (gdb-annotation-rules): New entry for "new-thread".
10158         (gdb-thread-identification): New function to customize
10159         mode-line-buffer-identification.
10160         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
10161         (gdb-assembler-mode): Use it.
10162         (gdb-threads-mode): Force "info threads" onto queue.
10164 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10166         * files.el (locate-file-completion-table): Rename from
10167         locate-file-completion and make it use `pred' in the normal way.
10168         (locate-file-completion): New compatibility wrapper.
10169         (load-library): Use locate-file-completion-table.
10170         * finder.el (finder-commentary):
10171         * subr.el (locate-library):
10172         * emacs-lisp/find-func.el (find-library): Likewise.
10173         * info.el: Use with-current-buffer and inhibit-read-only.
10174         (Info-read-node-name-2): Change to use `predicate' in the normal way.
10175         (Info-read-node-name-1): Adjust uses accordingly.
10177         * minibuffer.el (completion-table-with-context): Add support for `pred'.
10178         (completion-table-with-terminator): Don't use complete-with-action
10179         since we have to distinguish all three cases anyway.
10180         (completion-table-with-predicate): New function.
10181         (dynamic-completion-table): Add obsolete alias.
10183         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
10185 2008-04-18  Sam Steingold  <sds@gnu.org>
10187         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
10188         Use quit-window instead of bury-buffer.
10190 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10192         * minibuffer.el (completion-table-with-terminator): Fix last fix.
10194 2008-04-18  Andreas Schwab  <schwab@suse.de>
10196         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
10197         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
10198         Depend on $(lisp)/subdirs.el.
10200 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
10202         * descr-text.el (describe-char-after):
10203         Use `define-obsolete-function-alias'.
10205         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
10207         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
10209         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
10210         Remove redundant obsolescence info in docstring.
10212         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
10213         (vc-header-alist): Add WHEN to obsolescence declaration.
10214         (vc-state): Fix typo in docstring.
10216         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
10217         Use `define-obsolete-variable-alias'.
10219         * emulation/tpu-edt.el (tpu-have-ispell):
10220         * international/codepage.el (codepage-setup):
10221         Fix typo in obsolescence declaration.
10223         * international/mule.el (char-coding-system-table):
10224         Remove redundant obsolescence info in docstring.
10225         (charset-list, generic-char-p, set-char-table-default):
10226         Fix typos in obsolescence declarations.
10228         * international/mule-diag.el (non-iso-charset-alist):
10229         Fix typo in obsolescence declaration.
10230         (decode-codepage-char): Remove redundant obsolescence info in docstring.
10232         * font-core.el (font-lock-defaults-alist):
10233         * font-lock.el (font-lock-reference-face):
10234         * frame.el (screen-height, screen-width, set-screen-width)
10235         (set-screen-height):
10236         * hilit-chg.el (highlight-changes-initial-state):
10237         * isearch.el (isearch-return-char):
10238         * log-edit.el (cvs-commit-buffer-require-final-newline)
10239         (cvs-changelog-full-paragraphs):
10240         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10241         (mouse-popup-menubar-stuff):
10242         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
10243         (mouse-wheel-click-button):
10244         * outline.el (outline-visible):
10245         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
10246         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
10247         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
10248         * progmodes/compile.el (compile-internal):
10249         Add WHEN to obsolescence declarations.
10251 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10253         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
10254         is not better anyway.
10256 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10258         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
10259         properly.
10261 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10263         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
10264         (python-use-skeletons): Remove, unused.
10265         (python-skeletons): Remove.  Use the abbrev table instead.
10266         (python-mode-abbrev-table): Fix regexp;
10267         add enable-function and case-fixed.
10268         (def-python-skeleton): Simplify.
10269         (python-expand-template): Use the abbrev-table and abbrev-insert.
10270         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
10271         Remove.
10272         (python-mode): Don't set pre-abbrev-expand-hook.
10274         * skeleton.el: Set coding-tag.
10276         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
10277         (expand-abbrev): Use it.
10278         (abbrev-table-menu): New function.
10280         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
10282         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
10284 2008-04-17  Sam Steingold  <sds@gnu.org>
10286         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
10287         idiosyncratic bury-buffer/delete-window logic.
10289 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
10291         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
10292         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
10294 2008-04-17  Kenichi Handa  <handa@m17n.org>
10296         * international/characters.el: Don't make the width of U+00AD to 0.
10298 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
10300         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
10301         (gdb, gdb-starting, gdb-frames-mode): Use it.
10302         (gdb-invalidate-frames): Advise to call "info stack" only if
10303         execution has occurred.
10304         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
10305         selected frame if no execution has occurred.
10306         (gdb-frames-force-update): New interactive function.
10307         (gdb-frames-mode-map): Bind it to "F".
10309 2008-04-17  Michael Olson  <mwolson@gnu.org>
10311         * textmodes/remember.el (remember-version): Release Remember 2.0.
10313 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
10315         * textmodes/artist.el:
10316         * progmodes/vhdl-mode.el:
10317         * progmodes/verilog-mode.el:
10318         * progmodes/vera-mode.el:
10319         * progmodes/simula.el:
10320         * progmodes/ps-mode.el:
10321         * progmodes/cmacexp.el:
10322         * obsolete/hilit19.el:
10323         * emulation/viper.el:
10324         * ediff.el: Cleanup the bug-report email addresses and make sure the
10325         maintainer is still willing to handle bug reports.
10327 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
10329         * vc.el (vc-dir-kill-query): Fix thinko.
10331 2008-04-16  Glenn Morris  <rgm@gnu.org>
10333         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
10334         by diary-sexp-entry.
10336 2008-04-16  Markus Triska  <markus.triska@gmx.at>
10338         * proced.el (proced-command-alist): Add support for darwin.
10340 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10342         * proced.el (proced-mode): Redefine as just the major-mode.
10343         (proced): Separate it from proced-mode.
10345         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
10347 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10349         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
10350         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
10351         `tab-width' setting from user.  New version 10.0.  Doc and docstring
10352         fix.
10353         (whitespace-style, whitespace-chars): Remove options.
10354         (whitespace-style-mark): New option, replace whitespace-style deleted
10355         option.  Fix docstring.
10356         (whitespace-style-color): New option, replace whitespace-chars deleted
10357         option.  Fix docstring.
10358         (whitespace-space, whitespace-hspace, whitespace-tab)
10359         (whitespace-newline, whitespace-trailing, whitespace-line)
10360         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
10361         (whitespace-space-after-tab, whitespace-hspace-regexp)
10362         (whitespace-space-regexp, whitespace-tab-regexp)
10363         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10364         (whitespace-empty-at-eob-regexp, whitespace-line-column)
10365         (whitespace-toggle-option-alist): Fix docstring.
10366         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10367         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
10368         docstring and initialization.
10369         (global-whitespace-mode): Autoloaded global minor mode.
10370         (whitespace-chars-value-list, whitespace-style-value-list)
10371         (whitespace-active-chars, whitespace-active-style)
10372         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
10373         (whitespace-color-value-list): New var, replace
10374         whitespace-chars-value-list removed var.
10375         (whitespace-mark-value-list): New var, replace
10376         whitespace-style-value-list removed var.
10377         (whitespace-active-color): New var, replace whitespace-active-chars
10378         removed var.
10379         (whitespace-active-mark): New var, replace whitespace-active-style
10380         removed var.
10381         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
10382         removed var.
10383         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
10384         removed var.
10385         (whitespace-toggle-option-alist, whitespace-report-list)
10386         (whitespace-report-text, whitespace-help-text): Fix initialization.
10387         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
10388         (whitespace-toggle-options, global-whitespace-toggle-options)
10389         (whitespace-cleanup-region, whitespace-report-region)
10390         (whitespace-interactive-char): Fix docstring and code.
10391         (whitespace-cleanup, whitespace-report): Fix docstring.
10392         (whitespace-replace-spaces-by-tabs): Remove fun.
10393         (whitespace-replace-action): New fun, replace
10394         whitespace-replace-spaces-by-tabs removed fun.
10395         (whitespace-regexp, whitespace-indentation-regexp)
10396         (whitespace-space-after-tab-regexp, whitespace-insert-value)
10397         (whitespace-kill-buffer): New funs.
10398         (whitespace-insert-option-mark, whitespace-help-on)
10399         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
10400         (whitespace-color-on, whitespace-color-off)
10401         (whitespace-display-char-on): Fix code.
10403 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10405         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
10406         (mouse-throw-magnifier-with-mouse-movement): Remove.
10407         (mouse-throw-magnifier-base): New const.
10408         (mouse-drag-scroll-delta): New fun.
10409         (mouse-drag-throw): Use it.
10411 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
10413         * international/uni-bidi.el, international/uni-category.el:
10414         * international/uni-combining.el, international/uni-comment.el:
10415         * international/uni-decimal.el, international/uni-decomposition.el:
10416         * international/uni-digit.el, international/uni-lowercase.el:
10417         * international/uni-mirrored.el, international/uni-name.el:
10418         * international/uni-numeric.el, international/uni-old-name.el:
10419         * international/uni-titlecase.el, international/uni-uppercase.el:
10420         * international/charprop.el: Regenerate.
10422 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
10424         * vc.el (vc-status-fileinfo): Add new member directoryp.
10425         (vc-default-status-printer): Print directories.
10426         (vc-status-update): Sort files before subdirectories.
10428         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
10429         Add alternative implementation based on "cvs update".
10431 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
10433         * doc-view.el: Changed requirements section to tell that only one
10434         of dvipdf or dvipdfm is needed.
10435         (doc-view-already-converted-p): Fix bug that forced reconversion
10436         if doc was already converted.
10438 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10440         * minibuffer.el (minibuffer-message):
10441         Make sure we can put-text-property.
10443         * emacs-lisp/crm.el: Complete rewrite.
10445         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
10446         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
10447         case of an error in display-completion-list.
10449         * filecache.el (file-cache-completions-keymap): Move init from
10450         file-cache-completion-setup-function into declaration.
10451         (file-cache-minibuffer-complete): Simplify.
10452         (file-cache-completion-setup-function): Use standard-output,
10453         preserve current-buffer.
10455         * vc.el (vc-status-update): Fix typo.
10456         (vc-status-update): Set needs-update.
10457         (vc-status-refresh): Î·-reduce.
10459 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
10461         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
10462         to image-eol.
10464 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
10466         * vc.el (vc-status-update): Undo the previous revert.
10468 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10470         * minibuffer.el (completion-table-with-terminator): Those completions
10471         are never valid w.r.t test-completion.
10472         (completion--file-name-table):
10473         Check completion-all-completions-with-base-size.
10475 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
10477         * doc-view.el (doc-view-dvipdf-program): New variable.
10478         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
10479         (doc-view-mode-p): Check for doc-view-dvipdf-program as
10480         alternative for doc-view-dvipdfm-program.
10481         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
10483         * doc-view.el (doc-view-start-process): Don't set
10484         default-directory to "~/" if the current value is valid.
10485         This broke PS files that run other files in the same directory.
10487 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
10489         * vc.el (vc-status-kill-query): New function.
10490         (vc-status-mode): Add it to kill-buffer-query-functions.
10491         (vc-status-show-fileentry): New function.
10492         (vc-status-menu-map): Bind it.  Bind vc-next-action.
10494 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10496         * minibuffer.el (minibuffer-message): Put cursor at the right place.
10498 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10500         * proced.el (proced-send-signal): Fix error recognition.
10502 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10504         * proced.el (proced-command-alist): Remove sort column.
10505         (proced-command, proced-procname-column):
10506         Use make-variable-buffer-local.
10507         (proced-signal-function): Rename from proced-kill-program.
10508         Allow for elisp symbols and string values representing system calls.
10509         (proced-marker-regexp, proced-success-message): New functions.
10510         (proced): Use defalias.  Add autoload cookie.
10511         (proced-unmark-backward, proced-toggle-marks)
10512         (proced-hide-processes): New commands.
10513         (proced-do-mark): Simplify code.
10514         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
10515         (proced-update): Remove sorting.
10516         (proced-send-signal): Display number of processes to operate on.
10517         Allow for system calls or elisp functions to send signals.
10518         Check if signal was sent successfully.
10520 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10522         * minibuffer.el (completion-all-completion-with-base-size): New var.
10523         (completion--some): New function.
10524         (completion-table-with-context, completion--file-name-table):
10525         Return the base-size if requested.
10526         (completion-table-in-turn): Generalize to multiple arguments.
10527         (complete-in-turn): Compatibility alias.
10528         (completion-styles-alist): New var.
10529         (completion-styles): New customization.
10530         (minibuffer-try-completion, minibuffer-all-completions):
10531         New functions.
10532         (minibuffer--do-completion, minibuffer-complete-and-exit)
10533         (minibuffer-try-word-completion): Use them.
10534         (display-completion-list, minibuffer-completion-help): Use them.
10535         Handle all-completions's new base-size info to set completion-base-size.
10536         * info.el (Info-read-node-name-1): Use completion-table-with-context,
10537         completion-table-with-terminator and complete-with-action.
10538         Remove the now obsolete completion-base-size-function property.
10539         * simple.el (completion-list-mode-map): Move init into declaration.
10540         (completion-list-mode): Use define-derived-mode.
10541         (completion-setup-function): Use any completion-base-size that may
10542         have been set before.  Remove handling of completion-base-size-function.
10543         * loadup.el: Move abbrev.el up earlier.
10545 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
10547         * vc-git.el (vc-git-after-dir-status-stage)
10548         (vc-git-dir-status-goto-stage): New functions.
10549         (vc-git-after-dir-status-stage1)
10550         (vc-git-after-dir-status-stage1-empty-db)
10551         (vc-git-after-dir-status-stage2): Remove, functionality moved
10552         into the new generic stage functions.
10553         (vc-git-dir-status-files): New function.
10555         * vc.el (vc-status-update): Revert an incorrect rewrite.
10556         Add some comments.
10557         (vc-status-refresh-files): New function.
10558         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
10559         state of up-to-date files.
10560         (vc-default-dir-status-files): New function.
10562 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
10564         * minibuffer.el (completion--embedded-envvar-table)
10565         (read-file-name-internal): Fix typos in 2008-04-11 change.
10567         * faces.el (read-face-name): Use `completion-table-in-turn',
10568         not `complete-in-turn'.
10570 2008-04-13  Andreas Schwab  <schwab@suse.de>
10572         * progmodes/etags.el: Require 'cl when compiling.
10574 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
10576         * progmodes/gud.el (gud-menu-map): Expand tooltip.
10578         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
10579         (menu): Add/expand menu tooltips.
10581 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
10583         * progmodes/sh-script.el (sh-show-indent): Fix typo.
10584         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
10586         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
10587         considered registered.
10589 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10591         * emacs-lisp/copyright.el (copyright-update-directory): New command.
10593         * ediff-wind.el (ediff-split-window-function)
10594         (ediff-merge-split-window-function): Improve custom type.
10596 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
10598         * loadup.el ("minibuffer"): Move after "faces".
10600 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10602         * progmodes/hideif.el (hif-factor): Handle unary minus.
10604 2008-04-12  Glenn Morris  <rgm@gnu.org>
10606         * calendar/cal-china.el (chinese-calendar-time-zone):
10607         Mark obsolete name as risky too.
10609         * calendar/calendar.el (calendar-faces): New custom group.
10610         (calendar-today, diary, holiday): Doc fix.
10611         Move to calendar-faces group.
10612         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
10613         (diary-button): Doc fix.  Move to calendar-faces group.
10615         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10616         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
10617         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
10618         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
10619         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
10620         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
10621         not in dumped files before the associated defcustom.
10623 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
10625         * minibuffer.el (lazy-completion-table): Fix debug spec.
10627 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10629         * minibuffer.el (complete-with-action, lazy-completion-table):
10630         Move from subr.el.
10631         (apply-partially, completion-table-dynamic)
10632         (completion-table-with-context, completion-table-with-terminator)
10633         (completion-table-in-turn): New funs.
10634         (completion--make-envvar-table, completion--embedded-envvar-table):
10635         New funs.
10636         (read-file-name-internal): Use them.
10637         (completion-setup-hook): Move from simple.el.
10638         * subr.el (complete-with-action, lazy-completion-table):
10639         * simple.el (completion-setup-hook): Move to minibuffer.el.
10641 2008-04-11  Glenn Morris  <rgm@gnu.org>
10643         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
10645 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10647         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
10649         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
10651         * textmodes/fill.el (fill-forward-paragraph-function): New var.
10652         (fill-forward-paragraph): New fun.
10653         (fill-paragraph, fill-region): Use it.
10655         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
10656         (vc-status-create-fileinfo): Make `extra' optional.
10657         (vc-status-busy): New fun.
10658         (vc-status-menu-map): Use it.
10659         (vc-status-crt-marked): Remove.
10660         (vc-status-update): Rename from vc-status-add-entries.
10661         Add argument so as to prevent addition of entries.  Rewrite.
10662         (vc-update-vc-status-buffer): Remove.
10663         (vc-status-refresh): Don't remove old entries, set them to
10664         up-to-date instead.  Also do it after the update is complete.
10665         (vc-status-marked-files): Î·-reduce.
10667         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
10668         for non-dialogs.
10670         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
10672         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
10674 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
10676         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
10677         to t and don't truncate msg.
10679 2008-04-11  Glenn Morris  <rgm@gnu.org>
10681         * calendar/calendar.el (diary, holidays):
10682         Move custom groups to other files.
10683         (holiday-general-holidays, holiday-oriental-holidays)
10684         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
10685         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10686         (holiday-hebrew-holidays, holiday-christian-holidays)
10687         (holiday-islamic-holidays, holiday-bahai-holidays)
10688         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
10689         * calendar/diary-lib.el: Move custom group here from calendar.el.
10690         * calendar/holidays.el: Move custom group and variables here
10691         from calendar.el.
10693         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
10695         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
10696         Fix custom group.
10697         (calendar-current-time-zone-cache): Autoload riskiness.
10699         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
10701 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
10703         * woman.el (woman2-TH): Use string-equal instead of string-match.
10705 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10707         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
10708         (smerge-resolve): Merge the "2-way refinement" case with one half of
10709         the "mere whitespace" resolution.
10711 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
10713         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
10715 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
10717         * subr.el (assoc-ignore-case, assoc-ignore-representation):
10718         Add WHEN to obsolescence declaration.
10720         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
10722 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
10724         * vc-hooks.el (vc-state): Add new state `conflict'.
10725         (vc-after-save): Use when not if.
10726         (vc-default-mode-line-string): Deal with the conflict state.
10727         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
10729         * vc.el (vc-editable-p, vc-default-status-printer)
10730         (vc-next-action): Deal with the conflict state.
10731         (vc-mark-resolved): New function.
10732         (vc-status-mode): Fix mode name.
10733         (vc-default-comment-history): Use when not if.
10734         (Todo): Add new entries, remove old ones.
10736         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
10737         (vc-cvs-parse-status, vc-cvs-after-dir-status):
10738         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
10739         Detect the conflict state.
10741         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
10743 2008-04-10  Glenn Morris  <rgm@gnu.org>
10745         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
10746         Respect truncate-partial-width-windows in non-full windows,
10747         with regards to :toggle and :enable state.
10749         * simple.el (toggle-truncate-lines): Doc fix.
10751         * Makefile.in (MH_E_DIR): New variable.
10752         (MH_E_SRC): Restore variable removed 2008-03-13.
10753         (mh-loaddefs.el): Depend on $MH_E_SRC.
10754         (CAL_DIR, CAL_SRC): New variables.
10755         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
10756         Depend on CAL_SRC.
10758         * calendar/calendar.el (calendar, diary): Add :prefix.
10759         (holidays): Change :prefix.
10760         (calendar-today, holiday, calendar-holiday-marker)
10761         (european-calendar-style): Change custom groups.
10763         * calendar/calendar.el (diary-hook, diary-display-hook):
10764         Move to diary-lib.el.
10765         * calendar/diary-lib.el (diary-hook, diary-display-hook):
10766         Move here from calendar.el.
10767         * calendar/appt.el: Require diary-lib rather than calendar.
10768         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
10770         * calendar/appt.el (appt): Add :prefix.
10772         * calendar/diary-lib.el (diary-hook): Doc fix.
10773         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
10775 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10777         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
10778         New functions.
10780         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
10781         the arg to recursive calls.
10783 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
10785         * minibuffer.el (completion-auto-help): Fix typo.
10787 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10789         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
10791 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
10793         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
10794         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
10796 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10798         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
10800         * minibuffer.el (minibuffer): Move group from cus-edit.el.
10801         (completion-auto-help): Move from C code.
10802         (minibuffer--maybe-completion-help): Remove.
10803         (minibuffer--bitset): New function.
10804         (minibuffer--do-completion): Rename from minibuffer-do-completion.
10805         Renumber a bit.  Really complete on string *before* point.
10806         Add argument used for word-completion.
10807         Join trailing / in completion with following text, as done in
10808         minibuffer-complete-word.
10809         Handle new value `lazy' for completion-auto-help.
10810         (minibuffer-try-word-completion): New function extracted from
10811         minibuffer-complete-word.
10812         (minibuffer-complete-word): Use minibuffer--do-completion.
10813         (minibuffer--insert-strings): Rename from
10814         minibuffer-complete-insert-strings.
10815         (exit-minibuffer): Fix typo.
10816         * cus-edit.el (minibuffer): Move group to minibuffer.el.
10817         * cus-start.el: Remove completion-auto-help.
10819 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
10821         * vc.el (vc-status-add-entries): New function.
10822         (vc-status-add-entry): Remove.
10823         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
10824         Use vc-status-add-entries.
10826         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
10827         order.
10829 2008-04-09  Jason Rumney  <jasonr@gnu.org>
10831         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
10832         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
10833         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
10834         (AUTOGENEL): New variable.
10835         (distclean, maintainer-clean): New targets.
10837 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
10839         * emacs-lisp/regexp-opt.el (regexp-opt):
10840         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
10842 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
10844         * nxml/nxml-mode.el (nxml-cleanup): New function.
10845         (nxml-mode): Add it to change-major-mode-hook.
10847 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
10849         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
10851 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
10853         * calc/.cvsignore: New file.
10855 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
10857         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
10859         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
10860         show-help-function when turning tooltip off.
10861         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
10862         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
10864 2008-04-09  Alan Mackenzie  <acm@muc.de>
10866         * font-lock.el (font-lock-extend-after-change-region-function):
10867         Make it buffer local.
10869 2008-04-09  Glenn Morris  <rgm@gnu.org>
10871         * calendar/calendar.el (diary-file, european-calendar-style):
10872         Remove autoload cookies.
10874 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10876         * outline.el (outline-mode-menu-bar-map):
10877         * log-view.el (log-view-mode-menu):
10878         * log-edit.el (log-edit-menu): Add :help.
10880 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
10882         * emacs-lisp/regexp-opt.el (regexp-opt-group):
10883         Use substring-no-properties for correct handling of unibyte strings.
10885 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10887         * add-log.el (change-log-next-buffer): Handle the case where version<
10888         signals an error.
10890         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
10891         mouse-major-mode-menu.
10892         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
10893         (mouse-major-mode-menu, mouse-popup-menubar)
10894         (mouse-popup-menubar-stuff): Use them.
10895         (C-down-mouse-3): Bind to a dynamic map rather than to
10896         mouse-popup-menubar-stuff.
10898         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
10899         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
10901 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
10903         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
10904         file:// access method.
10906 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10908         * minibuffer.el: New file.
10909         * loadup.el: Load it.
10911 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10913         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
10914         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
10916         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
10917         (calc-mode-map, calc-digit-map, calc-dispatch-map):
10918         Move initialization into declaration.
10919         * calc/calc-yank.el:
10920         * calc/calc-misc.el:
10921         * calc/calc-embed.el:
10922         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
10924 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
10926         * ps-samp.el (ps-add-printer, ps-remove-printer)
10927         (ps-make-dynamic-printer-menu): New functions.
10929         * net/zeroconf.el: New file.
10931 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10933         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
10935 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
10937         * vc-rcs.el (vc-rcs-modify-change-comment):
10938         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
10940         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
10942 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
10944         * international/mule-cmds.el (set-locale-environment): Don't warn if
10945         coding system doesn't agree with system locale (this reverts changes
10946         by Dave Love, dated 2002-10-27 and 2002-10-09).
10948         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10949         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
10951         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
10953 2008-04-08  Glenn Morris  <rgm@gnu.org>
10955         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
10956         * textmodes/remember.el (remember-diary-convert-entry):
10957         Require calendar.
10959         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
10960         diary-file, since it is the default for make-diary-entry anyway.
10962         * calendar/cal-menu.el (cal-menu-event-to-date):
10963         Rename calendar-event-to-date.  Update callers.
10964         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
10965         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
10966         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
10967         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
10968         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
10969         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
10970         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
10971         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
10972         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
10973         (calendar-mouse-tex-month-landscape):
10974         Rename cal-tex-mouse-month-landscape.
10975         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
10976         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
10977         (calendar-mouse-tex-year-landscape):
10978         Rename cal-tex-mouse-year-landscape.
10979         (cal-menu-context-mouse-menu): Update for above name changes.
10981         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10982         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10983         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
10984         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
10985         * calendar/holidays.el: Replace int-to-string with number-to-string.
10987 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
10989         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
10990         region if point moves.
10992 2008-04-08  Kenichi Handa  <handa@m17n.org>
10994         * faces.el (font-slant-table): Change numeric values for `r',
10995         `roman', and `normal'.
10997 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
10999         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
11001 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
11003         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
11004         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
11006 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
11008         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
11009         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
11011 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11013         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
11015 2008-04-07  Sam Steingold  <sds@gnu.org>
11017         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
11018         Add helper functions.
11019         (lisp-do-defun): Extract the common part of lisp-eval-defun and
11020         lisp-compile-defun; DEFVAR forms reset the variables to the init
11021         values, just like in emacs-lisp mode eval-defun.
11022         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
11023         (lisp-compile-region): Use lisp-compile-string.
11025 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11027         * subr.el (combine-and-quote-strings): Also quote strings that contain
11028         the separator.
11030         * pcvs-util.el (cvs-map): Avoid recursion :-(
11032 2008-04-07  Glenn Morris  <rgm@gnu.org>
11034         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
11036         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
11037         view-diary-entries-initially.  Keep old name as alias, update users.
11038         (calendar-mark-diary-entries-flag): Rename
11039         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
11040         (calendar-view-holidays-initially-flag): Rename
11041         view-calendar-holidays-initially.  Keep old name as alias, update users.
11042         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
11043         Keep old name as alias, update users.
11044         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
11045         Keep old name as alias, update users.
11046         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
11047         Keep old name as alias, update users.
11048         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
11049         Keep old name as alias, update users.
11050         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
11051         (diary-american-date-forms): Rename american-date-diary-pattern.
11052         Keep old name as alias, update users.
11053         (diary-european-date-forms): Rename european-date-diary-pattern.
11054         Keep old name as alias, update users.
11055         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
11056         Keep old name as alias, update users.
11057         (calendar-european-date-display-form): Rename
11058         european-calendar-display-form.  Keep old name as alias, update users.
11059         (calendar-american-date-display-form): Rename
11060         european-calendar-display-form.  Keep old name as alias, update users.
11061         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
11062         Keep old name as alias, update users.
11063         (holiday-general-holidays): Rename general-holidays.
11064         Keep old name as alias, update users.
11065         (holiday-oriental-holidays): Rename oriental-holidays.
11066         Keep old name as alias, update users.
11067         (holiday-local-holidays): Rename local-holidays.
11068         Keep old name as alias, update users.
11069         (holiday-other-holidays): Rename other-holidays.
11070         Keep old name as alias, update users.
11071         (holiday-hebrew-holidays): Rename hebrew-holidays.
11072         Keep old name as alias, update users.
11073         (holiday-christian-holidays): Rename christian-holidays.
11074         Keep old name as alias, update users.
11075         (holiday-islamic-holidays): Rename islamic-holidays.
11076         Keep old name as alias, update users.
11077         (holiday-bahai-holidays): Rename bahai-holidays.
11078         Keep old name as alias, update users.
11079         (holiday-solar-holidays): Rename solar-holidays.
11080         Keep old name as alias, update users.
11081         (diary-fancy-buffer): Rename fancy-diary-buffer.
11082         Keep old name as alias, update users.
11083         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
11084         Update users.
11085         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
11086         Update users.
11087         (calendar-increment-month): Rename increment-calendar-month.
11088         Keep old name as alias, update callers.
11089         (calendar-increment-month-cons): Rename old calendar-increment-month.
11090         Update callers.
11091         (calendar-extract-month): Rename extract-calendar-month.
11092         Keep old name as alias, update callers.
11093         (calendar-extract-day): Rename extract-calendar-day.
11094         Keep old name as alias, update callers.
11095         (calendar-extract-year): Rename extract-calendar-year.
11096         Keep old name as alias, update callers.
11097         (calendar-generate-window): Rename generate-calendar-window.
11098         Update callers.
11099         (calendar-generate): Rename generate-calendar.  Update callers.
11100         (calendar-generate-month): Rename generate-calendar-month.
11101         Update callers.
11102         (calendar-redraw): Rename redraw-calendar.  Update callers.
11103         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
11104         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
11105         Update callers.
11106         (calendar-update-mode-line): Rename update-calendar-mode-line.
11107         Update callers.
11108         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
11109         update callers.
11110         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
11111         Keep old name as alias, update callers.
11112         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11113         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
11114         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
11115         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
11116         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
11117         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
11118         * calendar/solar.el: Update for calendar.el name changes.
11119         * org/org.el (org-agenda-format-date-aligned)
11120         (org-agenda-execute-calendar-command): Access date elements directly
11121         rather than using calendar functions.
11122         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
11123         Also set calendar-view-diary-initially-flag,
11124         calendar-view-holidays-initially-flag.
11125         (org-get-entries-from-diary): Also set diary-fancy-buffer.
11126         (org-agenda-execute-calendar-command): No need to set displayed-day.
11128 2008-04-06  Alan Mackenzie  <acm@muc.de>
11130         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
11131         typo in the doc string.
11133         * progmodes/cc-mode.el (c-basic-common-init):
11134         Set font-lock-extend-after-change-region-function.
11135         (c-extend-after-change-region): New function, used in
11136         font-lock-extend-after-change-region-function, thus superseding
11137         advice on the Font Lock after change functions.
11138         (c-advise-fl-for-region): Remove this macro.
11140 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11142         * textmodes/flyspell.el (flyspell-duplicate-distance):
11143         Improve custom type.
11145 2008-04-06  Glenn Morris  <rgm@gnu.org>
11147         * calendar/diary-lib.el (diary-sexp-entry-symbol):
11148         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
11149         (diary-list-entries-hook): Rename list-diary-entries-hook.
11150         Keep old name as alias, update users.
11151         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
11152         Keep old name as alias, update users.
11153         (diary-nongregorian-listing-hook): Rename
11154         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
11155         (diary-nongregorian-marking-hook): Rename
11156         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
11157         (diary-print-entries-hook): Rename print-diary-entries-hook.
11158         Keep old name as alias, update users.
11159         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
11160         Keep old name as alias, update users.
11161         (diary-number-of-entries): Rename number-of-diary-entries.
11162         Keep old name as alias, update users.
11163         (view-diary-entries, list-diary-entries, show-all-diary-entries):
11164         Give version of obsolescence.
11165         (diary-view-other-diary-entries): Rename view-other-diary-entries.
11166         Keep old name as alias, update callers.
11167         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
11168         update callers.
11169         (diary-include-other-diary-files): Rename include-other-diary-files.
11170         Keep old name as alias, update callers.
11171         (diary-simple-display): Rename simple-diary-display.
11172         Keep old name as alias, update callers.
11173         (diary-fancy-display): Rename fancy-diary-display.
11174         Keep old name as alias, update callers.
11175         (diary-print-entries): Rename print-diary-entries.
11176         Keep old name as alias, update callers.
11177         (diary-marking-entries-flag): Rename marking-diary-entries.
11178         Update users.
11179         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
11180         (diary-mark-entries): Rename mark-diary-entries.
11181         Keep old name as alias, update callers.
11182         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
11183         Keep old name as alias, update callers.
11184         (diary-mark-included-diary-files): Rename mark-included-diary-files.
11185         Keep old name as alias, update callers.
11186         (calendar-mark-days-named): Rename mark-calendar-days-named.
11187         Keep old name as alias, update callers.
11188         (calendar-mark-month): Rename mark-calendar-month.
11189         Keep old name as alias, update callers.
11190         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
11191         Keep old name as alias, update callers.
11192         (diary-sort-entries): Rename sort-diary-entries.
11193         Keep old name as alias, update callers.
11194         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
11195         Keep old name as alias, update callers.
11196         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
11197         update callers.
11198         (diary-insert-entry): Rename insert-diary-entry.
11199         Keep old name as alias.
11200         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
11201         Keep old name as alias.
11202         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
11203         Keep old name as alias.
11204         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
11205         Keep old name as alias.
11206         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
11207         Keep old name as alias.
11208         (diary-insert-block-entry): Rename insert-block-diary-entry.
11209         Keep old name as alias.
11210         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
11211         Keep old name as alias.
11212         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
11213         Keep old name as alias, update users.
11214         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
11215         Keep old name as alias, update callers.
11216         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
11217         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
11218         * calendar/icalendar.el: Update for diary-lib name changes.
11220 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
11222         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
11224         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
11225         for copy, move, and link operations.
11227 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11229         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
11230         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
11232         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
11233         'require' statements with 1-argument ones (wrapped in if's).
11234         For compatibility with the current stable version of XEmacs.
11236 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
11238         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
11240 2008-04-06  Jason Rumney  <jasonr@gnu.org>
11242         * language/burmese.el ("Burmese"): Make sample text consistent with
11243         language name.
11245 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
11247         * progmodes/gdb-ui.el (gdb): New group.
11248         (gdb-debug-log-max, gdb-enable-debug)
11249         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
11250         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
11251         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
11252         (gdb-show-changed-values, gdb-max-children)
11253         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
11254         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
11255         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
11256         (gdb-memory-unit): Move to new group from GUD group.
11257         (menu): Allow customization from GDB-UI menu-item.
11259 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
11261         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
11263 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11265         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
11266         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11267         Revision numbers can include ".".
11269         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
11270         "+" lines not accounted for by counting "-" and context lines.
11272 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11274         * term/mac-win.el (mac-service-open-file): Use file URL instead of
11275         file name string.
11277 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11279         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
11280         (vc-bzr-annotate-time): Accept space used to preserve alignment.
11282 2008-04-05  Richard Stallman  <rms@gnu.org>
11284         * emacs-lisp/advice.el (defadvice): Add usage pattern.
11286 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
11288         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
11289         thread in [h-e-w]).
11291 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
11293         * files.el (abort-if-file-too-large): Fix typo in docstring.
11295 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11297         * subr.el (functionp): Return nil for special forms.
11299 2008-04-05  Glenn Morris  <rgm@gnu.org>
11301         * emacs-lisp/autoload.el (autoload-ensure-default-file):
11302         Provide a feature.
11303         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
11304         Require loaddefs file rather than loading it.
11305         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
11306         autoload-ensure-default-file provides a feature.
11308         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
11309         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
11310         (compile, compile-always, recompile): Use $LOADDEFS.
11311         (cal-autoloads): Remove.
11313         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
11314         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
11316         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11317         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
11319         * calendar/calendar.el (diary-hebrew-entry-symbol):
11320         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
11321         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
11322         Keep old name as alias.
11323         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
11324         Keep old name as alias.
11325         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
11326         to diary-bahai-entry-symbol.
11327         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
11328         to diary-hebrew-entry-symbol.
11329         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
11330         to diary-islamic-entry-symbol.
11331         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
11333         * calendar/solar.el (diary-sabbath-candles-minutes)
11334         (diary-sabbath-candles): Move to cal-hebrew.
11335         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
11336         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
11337         Doc fix.  Keep old name as alias.
11338         (diary-hebrew-sabbath-candles): Simplify.
11339         (solar-setup, solar-sunrise-sunset, calendar-latitude)
11340         (calendar-longitude, calendar-time-zone): Declare for compiler.
11341         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
11342         rename.
11344         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
11345         Rename coptic-calendar-month-name-array.  Update callers.
11346         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
11347         (calendar-coptic-name): Rename coptic-name.  Update callers.
11348         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
11349         Update callers.
11350         (calendar-coptic-last-day-of-month):
11351         Rename coptic-calendar-last-day-of-month.  Update callers.
11352         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
11353         Keep old name as alias, update callers.
11354         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
11355         Keep old name as alias, update callers.
11356         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
11357         Keep old name as alias.
11358         (calendar-ethiopic-month-name-array):
11359         Rename ethiopic-calendar-month-name-array.  Update callers.
11360         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
11361         Update callers.
11362         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
11363         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
11364         Keep old name as alias, update callers.
11365         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
11366         Keep old name as alias, update callers.
11367         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
11368         Keep old name as alias.
11370         * calendar/cal-french.el (calendar-french-epoch):
11371         Rename french-calendar-epoch.  Update callers.
11372         (calendar-french-month-name-array): Rename variable and function
11373         french-calendar-month-name-array.  Update callers.
11374         (calendar-french-multibyte-month-name-array):
11375         Rename french-calendar-multibyte-month-name-array.  Update callers.
11376         (calendar-french-day-name-array): Rename variable and function
11377         french-calendar-day-name-array.  Update callers.
11378         (calendar-french-special-days-array): Rename variable and function
11379         french-calendar-special-days-array.  Update callers.
11380         (calendar-french-multibyte-special-days-array):
11381         Rename french-calendar-multibyte-special-days-array.  Update callers.
11382         (calendar-french-accents-p): Rename french-calendar-accents.
11383         Update callers.
11384         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
11385         Update callers.
11386         (calendar-french-last-day-of-month):
11387         Rename french-calendar-last-day-of-month.  Update callers.
11388         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
11389         Keep old name as alias, update callers.
11390         (calendar-french-print-date): Rename calendar-print-french-date.
11391         Keep old name as alias, update callers.
11392         (calendar-french-goto-date): Rename calendar-goto-french-date.
11393         Keep old name as alias.
11395         * calendar/cal-menu.el, calendar/calendar.el:
11396         Update for Coptic and French name changes.
11398         * calendar/cal-china.el (calendar-chinese): Rename custom group
11399         from chinese-calendar.  Update users.
11400         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
11401         Keep old name as alias, update users.
11402         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
11403         Keep old name as alias.
11404         (calendar-chinese-daylight-time-offset):
11405         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
11406         update users.
11407         (calendar-chinese-standard-time-zone-name):
11408         Rename chinese-calendar-standard-time-zone-name.
11409         Keep old name as alias, update users.
11410         (calendar-chinese-daylight-saving-start):
11411         Rename chinese-calendar-daylight-savings-starts.
11412         Keep old name as alias, update users.
11413         (calendar-chinese-daylight-saving-end):
11414         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
11415         update users.
11416         (calendar-chinese-daylight-saving-start-time):
11417         Rename chinese-calendar-daylight-savings-starts-time.
11418         Keep old name as alias, update users.
11419         (calendar-chinese-daylight-saving-end-time):
11420         Rename chinese-calendar-daylight-savings-ends-time.
11421         Keep old name as alias, update users.
11422         (calendar-chinese-celestial-stem): Rename
11423         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
11424         (calendar-chinese-terrestrial-branch):
11425         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
11426         update users.
11427         (calendar-chinese-zodiac-sign-on-or-after):
11428         Rename chinese-zodiac-sign-on-or-after.  Update callers.
11429         (calendar-chinese-new-moon-on-or-after):
11430         Rename chinese-new-moon-on-or-after.  Update callers.
11431         (calendar-chinese-month-list): Rename chinese-month-list.
11432         Update callers.
11433         (calendar-chinese-number-months): Rename number-chinese-months.
11434         Update callers.
11435         (calendar-chinese-compute-year): Rename compute-chinese-year.
11436         Update callers.
11437         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
11438         (calendar-chinese-year): Rename chinese-year.  Update callers.
11439         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
11440         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
11441         Keep old name as alias, update callers.
11442         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
11443         Keep old name as alias, update callers.
11444         (calendar-chinese-months-to-alist):
11445         Rename make-chinese-month-assoc-list.  Update callers.
11446         (calendar-chinese-months): Rename chinese-months.  Update callers.
11447         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
11448         Keep old name as alias, update callers.
11450         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
11451         Rename hebrew-calendar-leap-year-p.  Update callers.
11452         (calendar-hebrew-last-month-of-year):
11453         Rename hebrew-calendar-last-month-of-year.  Update callers.
11454         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
11455         Update callers.
11456         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
11457         Update callers.
11458         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
11459         Update callers.
11460         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
11461         Update callers.
11462         (calendar-hebrew-last-day-of-month):
11463         Rename hebrew-calendar-last-day-of-month.  Update callers.
11464         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
11465         Keep old name as alias, update callers.
11466         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
11467         Keep old name as alias, update callers.
11468         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
11469         Keep old name as alias, update callers.
11470         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
11471         Keep old name as alias.
11472         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
11473         Keep old name as alias.
11474         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
11475         Keep old name as alias.
11476         (holiday-hebrew-passover): Rename holiday-passover-etc.
11477         Keep old name as alias.
11478         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
11479         Keep old name as alias, update callers.
11480         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
11481         Keep old name as alias.
11482         (calendar-hebrew-mark-date-pattern):
11483         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
11484         update callers.
11485         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
11486         Keep old name as alias.
11487         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
11488         Keep old name as alias.
11489         (diary-hebrew-insert-monthly-entry):
11490         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
11491         (diary-hebrew-insert-yearly-entry):
11492         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
11493         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
11494         Keep old name as alias.
11495         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
11496         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
11497         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
11498         Keep old name as alias.
11499         (calendar-hebrew-parashiot-names):
11500         Rename hebrew-calendar-parashiot-names.  Update callers.
11501         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
11502         (calendar-hebrew-year-Saturday-incomplete-Sunday):
11503         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
11504         (calendar-hebrew-year-Saturday-complete-Tuesday):
11505         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
11506         (calendar-hebrew-year-Monday-incomplete-Tuesday):
11507         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
11508         (calendar-hebrew-year-Monday-complete-Thursday):
11509         Rename hebrew-calendar-year-Monday-complete-Thursday.
11510         (calendar-hebrew-year-Tuesday-regular-Thursday):
11511         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
11512         (calendar-hebrew-year-Thursday-regular-Saturday):
11513         Rename hebrew-calendar-year-Thursday-regular-Saturday.
11514         (calendar-hebrew-year-Thursday-complete-Sunday):
11515         Rename hebrew-calendar-year-Thursday-complete-Sunday.
11516         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
11517         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
11518         (calendar-hebrew-year-Saturday-complete-Thursday):
11519         Rename hebrew-calendar-year-Saturday-complete-Thursday.
11520         (calendar-hebrew-year-Monday-incomplete-Thursday):
11521         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
11522         (calendar-hebrew-year-Monday-complete-Saturday):
11523         Rename hebrew-calendar-year-Monday-complete-Saturday.
11524         (calendar-hebrew-year-Tuesday-regular-Saturday):
11525         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
11526         (calendar-hebrew-year-Thursday-incomplete-Sunday):
11527         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
11528         (calendar-hebrew-year-Thursday-complete-Tuesday):
11529         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
11530         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
11531         Update for above name changes of constants.
11533         * calendar/cal-menu.el, calendar/calendar.el:
11534         Update for chinese and hebrew name changes.
11535         * calendar/diary-lib.el: Update for hebrew name changes.
11537 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11539         * subr.el (keymap-canonicalize): Correct thinko.
11541         * server.el: Undo part of the multi-tty change, which is only
11542         needed if server.el is preloaded, and broke server-running-p.
11543         (server-socket-dir): Initialize in the defvar, as before.
11544         (server-start): Remove initialization of server-socket-dir.
11546 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
11548         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
11549         3-member cons cells.
11551 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
11553         * cus-face.el (custom-face-attributes): Handle roman slant.
11555         * faces.el (default): Ensure the face-defface-spec property is set.
11557 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
11559         * files.el (abort-if-file-too-large): New function.
11560         (find-file-noselect, insert-file-1): Use it.
11562 2008-04-05  Reto Zimmermann  <reto@gnu.org>
11564         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11565         Replace C-c[a-zA-Z] key bindings.
11567 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11569         * progmodes/hideif.el (hif-token-alist): New var.
11570         (hif-token-regexp, hif-tokenize): Use it.
11571         (hif-mathify-binop): New macro.
11572         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
11573         (hif-greater-equal, hif-less-equal): Use it.
11574         (hif-logior, hif-logand): New functions.
11575         (hif-math): Accept | and & as well.
11577         * progmodes/etags.el: Fix problem with completion for buffer-local
11578         tables.  Reported by Radey Shouman <shouman@comcast.net>.
11579         (tags-complete-tag): Remove.
11580         (tags-lazy-completion-table): New function to replace it.
11581         (find-tag-tag, complete-tag): Update users.
11583 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
11585         * vc-rcs.el (vc-rcs-dir-status):
11586         * vc-sccs.el (vc-sccs-dir-status): New function.
11588         * outline.el (outline-mode-menu-bar-map):
11589         * term.el (terminal-signal-menu): Add :help.
11591         * net/eudc.el (eudc-mode-map): Declare and define in one step.
11592         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
11594         * emacs-lisp/re-builder.el (reb-mode-map):
11595         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
11597         * diff-mode.el (diff-file-junk-re): Recognize the git format for
11598         new files, deleted files and for changing permissions.
11599         (diff-mode): Set beginning-of-defun-function and
11600         end-of-defun-function.
11602         * vc-bzr.el (vc-bzr-state): Use when instead of if.
11604         * vc.el (vc-default-status-fileinfo-extra): New function.
11605         (vc-status-mark-buffer-changed): Use it.
11606         (vc-update-vc-status-buffer): Allow for partial updates.
11608 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11610         * net/tramp.el (after-init-hook): Don't wrap a lambda around
11611         tramp-register-completion-file-name-handler.
11613         * subr.el (keymap-canonicalize): New function.
11614         * mouse.el (mouse-menu-non-singleton): Use it.
11615         (mouse-major-mode-menu): Remove hack made unnecessary.
11617         * simple.el (set-fill-column): Prompt rather than error by default.
11619 2008-04-04  Andreas Schwab  <schwab@suse.de>
11621         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11622         Reset new-rules after each round.
11624         * Makefile.in (cal-autoloads): New target.
11625         (compile, compile-always, recompile): Depend on it.
11626         ($(lisp)/calendar/cal-loaddefs.el)
11627         ($(lisp)/calendar/diary-loaddefs.el)
11628         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
11630 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
11632         * ediff*.el: Replace load with require in eval-when-compile.
11634         * ediff-hook.el: Delete all invocations of (autoload ...).
11636         * ediff-util.el (ediff-setup): Make window-min-height a local variable
11637         in ediff control window, and set its min height to 2.
11638         (ediff-setup-control-buffer): Dedicate the control window.
11639         (ediff-toggle-multiframe): Undedicate control window.
11640         Work directly with ediff-setup-windows-multiframe and
11641         ediff-setup-windows-plain.
11643         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
11644         New function.
11645         (ediff-window-setup-function): Change initialization.
11646         (ediff-setup-windows-automatic): Delete.
11647         (ediff-setup-windows-plain-merge): Make control window dedicated.
11648         (ediff-destroy-control-frame): Do not skip frames if working in a
11649         single frame.
11651         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
11652         eval-when-compile.
11654         * emulation/viper-util.el: Move provide's forward, prevent recursion in
11655         eval-when-compile.
11657 2008-04-04  Glenn Morris  <rgm@gnu.org>
11659         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
11660         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
11662         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
11663         Rename islamic-calendar-leap-year-p.  Update callers.
11664         (calendar-islamic-last-day-of-month):
11665         Rename islamic-calendar-last-day-of-month.  Update callers.
11666         (calendar-islamic-day-number):
11667         Rename islamic-calendar-day-number.  Update callers.
11668         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
11669         Update callers, keep old name as alias.
11670         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
11671         Update callers, keep old name as alias.
11672         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
11673         Keep old name as alias.
11674         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
11675         Update callers, keep old name as alias.
11676         (calendar-islamic-mark-date-pattern):
11677         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
11678         name as alias.
11679         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
11680         Keep old name as alias.
11681         (diary-islamic-insert-monthly-entry):
11682         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
11683         (diary-islamic-insert-yearly-entry):
11684         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
11686         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
11687         calendar-absolute-from-iso.  Update callers, keep old name as alias.
11688         (calendar-iso-print-date): Rename calendar-print-iso-date.
11689         Update callers, keep old name as alias.
11690         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
11691         Keep old name as alias.
11692         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
11693         Keep old name as alias.
11695         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
11696         calendar-absolute-from-julian.  Update callers, keep old name as alias.
11697         (calendar-julian-print-date): Rename calendar-print-julian-date.
11698         Update callers, keep old name as alias.
11699         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
11700         Update callers, keep old name as alias.
11701         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
11702         Update callers, keep old name as alias.
11703         (calendar-astro-print-day-number):
11704         Rename calendar-print-astro-day-number.  Update callers, keep old
11705         name as alias.
11706         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
11707         Update callers, keep old name as alias.
11709         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
11710         Rename calendar-string-to-mayan-long-count.  Update callers.
11711         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
11712         Update callers, keep old name as alias.
11713         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
11714         Update callers.
11715         (calendar-mayan-read-tzolkin-date):
11716         Rename calendar-read-mayan-tzolkin-date.  Update callers.
11717         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
11718         Keep old name as alias.
11719         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
11720         Keep old name as alias.
11721         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
11722         Keep old name as alias.
11723         (calendar-mayan-previous-tzolkin-date):
11724         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
11725         (calendar-mayan-next-round-date):
11726         Rename calendar-next-calendar-round-date.  Keep old name as alias.
11727         (calendar-mayan-previous-round-date):
11728         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
11729         (calendar-mayan-long-count-to-absolute): Rename
11730         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
11731         (calendar-mayan-goto-long-count-date):
11732         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
11734         * calendar/cal-persia.el (calendar-persian-month-name-array):
11735         Rename persian-calendar-month-name-array.  Update callers.
11736         (calendar-persian-epoch): Rename persian-calendar-epoch.
11737         Update callers.
11738         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
11739         Update callers.
11740         (calendar-persian-last-day-of-month):
11741         Rename persian-calendar-last-day-of-month.  Update callers.
11742         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
11743         Update callers, keep old name as alias.
11744         (calendar-persian-print-date): Rename calendar-print-persian-date.
11745         Update callers, keep old name as alias.
11746         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
11747         Keep old name as alias.
11749         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
11750         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
11751         * calendar/solar.el: Update for cal-julian name changes.
11753         * calendar/cal-dst.el: Update for persian name changes.
11755         * calendar/cal-menu.el, calendar/calendar.el:
11756         Update for islamic, iso, julian, mayan, persian name changes.
11758         * calendar/diary-lib.el: Update for islamic name changes.
11760         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
11761         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
11762         as alias.
11763         (calendar-christian-all-holidays-flag):
11764         Rename all-christian-calendar-holidays.  Update callers, keep old
11765         name as alias.
11766         (calendar-islamic-all-holidays-flag):
11767         Rename all-islamic-calendar-holidays.  Update callers, keep old
11768         name as alias.
11769         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
11770         Update callers, keep old name as alias.
11771         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
11772         Update for the above name changes.
11774 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
11776         * hilit-chg.el (global-highlight-changes-mode)
11777         (highlight-changes-passive-string, highlight-changes-active-string):
11778         Mark as obsolete since 23.1, not 22.1.
11780 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
11782         * hilit-chg.el (highlight-changes-visibility-initial-state)
11783         (hilit-chg-update, highlight-changes-mode-turn-on):
11784         Fix typos in docstrings.
11786 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
11788         * newcomment.el (comment-enter-backward): Be careful to restore
11789         position changed during narrowing.
11791 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
11793         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11794         Recognize `sub ($$)'.
11796 2008-04-03  Richard Sharman  <rsharman@pobox.com>
11798         * hilit-chg.el (highlight-changes-mode): Rename from
11799         highlight-changes; no longer uses sub-modes active and passive;
11800         implemented by define-minor-mode.
11801         (highlight-changes-toggle-visibility): New function, to replace
11802         the old passive/active submodes of global-highlight-changes-mode;
11803         implemented by define-minor-mode.
11804         (global-highlight-changes-mode): Rename from global-highlight-changes;
11805         rewrite using define-globalized-minor-mode.
11806         (hilit-chg-major-mode-hook, hilit-chg-check-global)
11807         (hilit-chg-post-command-hook, hilit-chg-check-global)
11808         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
11809         to use of define-globalized-minor-mode.
11810         (highlight-changes-global-initial-state): Change to be boolean.
11811         (highlight-changes-visible-string, highlight-changes-invisible-string):
11812         Rename from highlight-changes-active-string and
11813         highlight-changes-passive-string.
11814         (hilit-chg-update, hilit-chg-set): Use them.
11815         (global-highlight-changes-mode): Rename from global-highlight-changes.
11816         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
11817         docstring.
11818         (hilit-chg-hide-changes): Rewrite to use dolist.
11819         (hilit-chg-set-face-on-change, hilit-chg-update)
11820         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
11821         variable instead of testing highlight-changes-mode.
11822         (highlight-markup-buffers): Add require ediff-util; argument on calls
11823         to highlight-changes-mode changed.
11824         (highlight-compare-with-file): Fix problems with interactive
11825         call giving invalid default file.
11827 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
11829         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11830         Fix in disassembly buffer (regression in 22.2).
11832 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
11834         * emulation/viper-macs.el (viper-read-fast-keysequence):
11835         Use viper-read-event instead of viper-read-key.
11837         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
11839         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
11840         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
11841         let-statements.
11843         * emulation/viper-ex.el, emulation/viper-macs.el:
11844         * emulation/viper-mous.el:
11845         Replace load with require in eval-when-compile.
11847 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11849         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
11851         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
11852         (archive-try-jka-compr): New function.
11853         (archive-set-buffer-as-visiting-file): Use it.
11855         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
11857 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
11859         * simple.el (handle-shift-selection): New arg.
11861 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11863         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
11865         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
11867 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
11869         * shell.el (shell-dynamic-complete-filename): New fun.
11870         (shell-dynamic-complete-functions): Use it.
11872         * help-fns.el (describe-variable): Undo 2008-02-25 change.
11874 2008-04-03  Kenichi Handa  <handa@m17n.org>
11876         * international/fontset.el (create-fontset-from-x-resource):
11877         Handle the error of X resource more gracefully.
11879         * international/latin1-disp.el (latin1-display): Don't use make-char.
11880         Fix the argument to set-char-table-range.
11881         (latin1-display-identities): Don't use make-char.
11882         (latin1-display-reset): Use map-charset-chars instead of directly
11883         calling standard-display-default.
11884         (latin1-display-check-font): Don't use make-char.
11885         (latin1-display-setup): Likewise.
11886         (latin1-display-ucs-per-lynx): Likewise.
11888 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11890         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
11891         name the fields, to make the code clearer.
11892         Rewrite all `aset' and `aref' using the defined accessors.
11893         (timer--time): New pseudo-field.
11894         (timer-set-time, timer-set-idle-time, timer-inc-time)
11895         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
11896         (timer--time-less-p): New function.
11897         (timer--activate): New function, extracted from timer-activate.
11898         (timer-activate-when-idle, timer-activate): Use it.
11899         (cancel-function-timers): Use dolist.
11901 2008-04-03  Glenn Morris  <rgm@gnu.org>
11903         * add-log.el (c-beginning-of-defun, c-end-of-defun):
11904         Remove declarations; no longer used.
11905         (c-cpp-define-name, c-defun-name): Declare as functions.
11907         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
11908         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
11910         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
11911         (holiday-passover-etc, holiday-hanukkah): Doc fix.
11912         Add optional argument.  Simplify.
11913         (holiday-tisha-b-av-etc): Use memq rather than unless.
11914         (holiday-julian): Autoload it.
11915         (holiday-hebrew-misc): New function.
11917         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
11919         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11920         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
11921         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
11922         all-hebrew-calendar-holidays.
11923         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
11924         Simplify using new functions.
11925         (calendar-holidays): Doc fix.
11926         (generate-calendar-window): Use bound-and-true-p.
11928         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
11930         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
11931         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
11932         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
11933         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
11935         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
11937 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11939         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
11941         * vc-bzr.el (vc-bzr-checkout): Simplify.
11943         * image-mode.el (image-mode-fit-frame): New command.
11945         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
11946         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
11947         (keyboard-escape-quit): Check region-active-p i.s.o
11948         transient-mark-mode.
11950 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11952         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
11953         (imap-message-copyuid-1): Use it.
11954         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
11955         J. Williams in
11956         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11958 2008-04-02  Alan Mackenzie  <acm@muc.de>
11960         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
11961         New optimised functions to get the name of the current defun/macro.
11963         * add-log.el (add-log-current-defun): Move the functionality which
11964         gets the current function name for C like modes to cc-cmds.el,
11965         thus optimising for speed.
11967 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
11969         * simple.el (deactivate-mark): When the mark is temporarily
11970         active, restore the original value of transient-mark-mode.
11971         (set-mark-command): First deactivate the mark if was temporarily active.
11972         (exchange-point-and-mark): Reactivate the mark if it was
11973         temporarily active.
11974         (handle-shift-selection): New fun.
11975         (transient-mark-mode): Move var documentation here from buffer.c.
11976         (next-line, previous-line, backward-word, move-end-of-line)
11977         (move-beginning-of-line, forward-to-indentation)
11978         (backward-to-indentation, back-to-indentation)
11979         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
11981         * mouse.el (mouse-set-region-1): Save the old value of
11982         transient-mark-mode.
11983         (mouse-drag-track): Ignore the now-obsolete value `identity' for
11984         transient-mark-mode.
11986         * textmodes/paragraphs.el (forward-paragraph)
11987         (backward-paragraph, forward-sentence, backward-sentence): Add ^
11988         interactive spec.
11990         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
11992 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
11994         * net/tramp.el (tramp-make-tramp-temp-file):
11995         Use `tramp-drop-volume-letter' for the local file name part.
11997 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11999         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
12000         Add menu entries corresponding to all the key bindings.
12002         * emacs-lisp/debug.el (debugger-mode-map):
12003         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
12004         (conf-align-assignments): Only work on the region if it is active.
12005         (conf-quote-normal): Use when instead of if.  Remove redundant test.
12007         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12008         for tracing and re-builder.
12010 2008-04-02  Glenn Morris  <rgm@gnu.org>
12012         * calendar/appt.el (appt-disp-window-function): Doc fix.
12013         (appt-display-message): Move beep before display.
12014         (appt-check): Make interactive.  Reduce the number of lets.
12015         Use string-equal to compare mode-line strings.
12016         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
12017         read-only.
12018         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
12019         (appt-delete): Simplify.
12021         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
12023         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
12025         * calendar/cal-hebrew.el (list-yahrzeit-dates):
12026         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
12027         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
12029         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
12030         (calendar-holiday-marker, mark-visible-calendar-date):
12031         * calendar/diary-lib.el (fancy-diary-display):
12032         Check for font-lock-mode before using faces.
12034         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
12035         (calendar-gregorian-from-absolute): Reduce the number of lets.
12036         (hebrew-holidays-4, generate-calendar-window): Simplify.
12037         (calendar-for-loop): Make obsolete.
12038         (calendar-nth-named-day): Doc fix.
12040         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
12041         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
12042         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
12043         Reduce the number of lets.
12044         (mark-sexp-diary-entries, calendar-mark-complex):
12045         Expand calendar-for-loops.
12047 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
12049         * find-dired.el (find-dired-filter): Fix last patch to handle
12050         multi-line process input.  Pad link numbers too.
12052 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
12054         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
12056 2008-04-01  Jason Rumney  <jasonr@gnu.org>
12058         * international/characters.el (script-list): Add phonetic script,
12059         covering IPA (previously Latin), Phonetic Extensions and
12060         Phonetic Extensions Supplement (both previously unassigned).
12062         * international/fontset.el (setup-default-fontset): Use unicode fonts
12063         that cover bopomofo script for bopomofo.
12064         Likewise for braille and mathematical.
12065         Use unicode scripts that cover the phonetic script for IPA.
12067 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
12069         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
12070         return the assigned value.
12072 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12074         * abbrev.el (abbrev-mode): Use define-minor-mode.
12076         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
12077         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
12078         Use map-keymap.
12079         (minor-mode-menu-from-indicator): Use it.  Simplify.
12081         * bindings.el (mode-line-mode-menu): Move before (new) first use.
12082         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
12083         Bind the key directly to the menu.
12084         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
12086 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
12088         * epa.el (epa-decrypt-region): Explain the reason why this
12089         function should not be used in Lisp programs.
12090         (epa-decrypt-armor-in-region): Ditto.
12091         (epa-verify-region): Ditto.
12092         (epa-verify-cleartext-in-region): Ditto.
12093         (epa-sign-region): Ditto.
12094         (epa-encrypt-region): Ditto.
12096         * epg.el (epg-start-receive-keys): Fix typo in docstring.
12098         * epa.el (epa-select-keys): Show menu even if there is no key in
12099         GnuPG's keyring.
12101 2008-04-01  Glenn Morris  <rgm@gnu.org>
12103         * calendar/calendar.el (calendar-make-temp-face): New function.
12104         (mark-visible-calendar-date):
12105         * calendar/diary-lib.el (fancy-diary-display): Use it.
12107         * vc-hooks.el (vc-responsible-backend): Declare as function.
12109         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
12110         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
12111         * calendar/cal-julian.el (holiday-julian): Use it.
12113         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
12114         (calendar-hebrew-date-is-visible-p): Extract some common code into
12115         separate function.
12116         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
12118         * calendar/cal-menu.el (cal-menu-holidays-menu):
12119         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
12120         rather than obsolete alias.
12122         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
12123         for mark characters.
12124         (calendar-unmark): Unmark by removing all overlays, rather than
12125         redrawing.
12126         (calendar-starred-day): Remove.
12127         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
12128         (calendar-cursor-to-date): No need for special star handling now
12129         using overlays.
12130         (calendar-star-date): Use overlays.
12132         * calendar/cal-french.el (calendar-goto-french-date):
12133         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
12134         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
12135         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
12136         * calendar/cal-persia.el (calendar-persian-date-string):
12137         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
12138         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
12139         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
12140         * calendar/solar.el (solar-equinoxes-solstices):
12141         Reduce nesting of some lets.
12143         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
12144         (calendar-goto-mayan-long-count-date): Simplify.
12146         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
12147         Simplify by using mapcar.
12148         (calendar-list-holidays): Return holiday-list.
12149         (list-holidays): Use let rather than let*.  Remove un-needed locals
12150         `d', `never'.
12151         (calendar-check-holidays): Return result from dolist.
12152         (holiday-float): Use a single let*.  Simplify if-and to and.
12153         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
12154         single let*.
12156 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
12158         * calc/calc.el: Autoload `calc-yank'.
12159         (calc-mode-map): Add keybindings for `calc-yank'.
12160         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
12161         assignments for `calc-yank'.
12163 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
12165         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
12166         (vc-status-mark-buffer-changed): Handle the extra field.
12168         * vc-bzr.el (vc-bzr-after-dir-status):
12169         * vc-cvs.el (vc-cvs-after-dir-status):
12170         * vc-hg.el (vc-hg-after-dir-status):
12171         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
12173 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12175         * doc-view.el: Compute displayed pages first (in PDF).
12176         (doc-view-current-converter-processes): Rename from
12177         doc-view-current-converter-process.  Update users.
12178         (doc-view-sentinel): Test buffer's liveness.
12179         (doc-view-pdf/ps->png-sentinel): Remove.
12180         (doc-view-start-process): New function.
12181         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
12182         (doc-view-ps->pdf): Use it.
12183         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
12184         New functions.
12185         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
12186         (doc-view-mode): Kill the processes when leaving the mode.
12188 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
12190         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
12191         Use `byte-compile-warning-types'.  Add docstring.
12193 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12195         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
12196         (smerge-resolve): Add various resolution heuristics.
12198         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
12199         in 3-way conflicts.
12201 2008-03-31  Glenn Morris  <rgm@gnu.org>
12203         * calendar/cal-bahai.el (diary-bahai-mark-entries):
12204         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
12205         * calendar/cal-islam.el (mark-islamic-diary-entries):
12206         Fix argument order in call to diary-mark-entries-1.
12208         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
12209         pre-Bahai dates.
12210         (holiday-bahai): Use an algorithm actually relevant to this calendar
12211         system.
12213         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
12215         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
12216         Use and.
12218         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
12219         in the last fortnight in Julian October.
12221         * calendar/calendar.el (increment-calendar-month): Optionally handle
12222         systems without 12 months per year.
12223         (calendar-date-is-visible-p): Doc fix.  Simplify.
12225         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
12226         from dolist.
12228 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
12230         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
12231         (hi-lock-unload-function): New function.
12233 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
12235         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
12236         overwriting when NEWNAME is a local file.
12238         * net/trampver.el: Update release number.
12240 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
12242         * vc-git.el: Make vc-status display information about copies,
12243         renames and permission changes.
12244         (vc-git-extra-fileinfo): New defstruct.
12245         (vc-git-escape-file-name, vc-git-file-type-as-string)
12246         (vc-git-rename-as-string, vc-git-permissions-as-string)
12247         (vc-git-status-printer): New functions.
12248         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
12249         (vc-git-after-dir-status-stage1): Look for copies, renames and
12250         permission changes.
12251         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
12252         (vc-git-dir-status): Ask for staged files and renames.
12254 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
12256         * vc.el: Allow backends to display backend specific information in
12257         the vc-status listing.
12258         (vc-status-fileinfo): Add a field for backend specific information.
12259         (vc-status-printer): Rename to ...
12260         (vc-default-status-printer): ... this.
12261         (vc-status-printer): New function.
12262         (vc-update-vc-status-buffer): Set the backend specific file info
12263         if provided.
12265 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12267         * textmodes/remember.el (remember-diary-convert-entry): Revert last
12268         change (ill-conceived).
12270 2008-03-29  Glenn Morris  <rgm@gnu.org>
12272         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
12273         * calendar/cal-julian.el (holiday-julian): Simplify.
12275         * calendar/holidays.el (list-holidays): Use or.
12277 2008-03-29  Juri Linkov  <juri@jurta.org>
12279         * window.el (split-window-preferred-horizontally): New function.
12281         * cus-start.el (split-window-preferred-function):
12282         Set choice for "vertically" to nil instead of split-window.
12283         Set choice for "horizontally" to split-window-preferred-horizontally
12284         instead of lambda.
12286 2008-03-29  Juri Linkov  <juri@jurta.org>
12288         * simple.el (minibuffer-default-add-function): New variable with
12289         the default to minibuffer-default-add-completions.
12290         (minibuffer-default-add-done): New variable.  Make it buffer-local.
12291         (minibuffer-default-add-completions): New function.
12292         (goto-history-element): Set minibuffer-default-add-done to t and
12293         call a function in minibuffer-default-add-function when the
12294         specified absolute history position is greater than the length of
12295         the minibuffer-default list and minibuffer-default-add-done is nil.
12296         Change "^End of history; no next item$" to "^End of defaults;
12297         no next item$".
12299         * bindings.el (debug-ignored-errors): Change "^End of history;
12300         no next item$" to "^End of defaults; no next item$".
12302 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12304         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
12306         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
12307         to with-no-warnings.
12309 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
12311         Sync with Tramp 2.1.13.
12313         * net/tramp-ftp.el: Require 'cl when byte-compiling.
12315         * net/trampver.el: Update release number.
12317 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
12319         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
12320         the current backend.
12322         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
12323         (vc-status-refresh): Create a temporary buffer and call the
12324         `dir-status' backend function from that buffer.
12326         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
12327         (vc-bzr-after-dir-status): Don't kill the buffer.
12329         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
12330         (vc-cvs-after-dir-status): Don't kill the buffer.
12332         * vc-git.el (vc-git-dir-status): Don't create a buffer.
12333         (vc-git-after-dir-status-stage2): Don't kill the buffer.
12335         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
12336         (vc-hg-after-dir-status): Don't kill the buffer.
12338         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
12339         (vc-svn-after-dir-status): Don't kill the buffer.
12341 2008-03-29  Glenn Morris  <rgm@gnu.org>
12343         * calendar/calendar.el (diary-file, american-date-diary-pattern)
12344         (european-date-diary-pattern, european-calendar-display-form)
12345         (american-calendar-display-form, diary-display-hook): Doc fixes.
12346         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
12347         custom :set.  Mark as obsolete.
12348         (calendar-date-style, iso-date-diary-pattern)
12349         (iso-calendar-display-form): New user variables.
12350         (diary-date-forms, calendar-date-display-form): Set using
12351         calendar-date-style.  Doc fix.
12352         (calendar-set-date-style): New command.
12353         (european-calendar, american-calendar): Use calendar-set-date-style.
12354         Mark as obsolete.
12356         * calendar/diary-lib.el (number): Move declaration where needed.
12357         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
12358         (diary-make-date): New function.
12359         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
12360         Use diary-make-date.
12361         (diary-date-display-form, diary-insert-entry-1): New functions.
12362         (insert-monthly-diary-entry, insert-yearly-diary-entry):
12363         Use diary-insert-entry-1.
12364         (insert-anniversary-diary-entry, insert-block-diary-entry)
12365         (insert-cyclic-diary-entry): Use diary-date-display-form.
12367         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12368         Autoload diary-insert-entry-1.
12369         * calendar/cal-bahai.el (diary-bahai-insert-entry)
12370         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
12371         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
12372         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
12373         * calendar/cal-islam.el (insert-islamic-diary-entry)
12374         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
12375         Use diary-insert-entry-1.
12377         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
12378         (diary-yahrzeit): Doc fix.  Use diary-make-date.
12380         * calendar/icalendar.el (icalendar--datetime-to-american-date):
12381         New name for icalendar--datetime-to-noneuropean-date.  Make old name
12382         obsolete alias.
12383         (icalendar--datetime-to-iso-date): New function.
12384         (icalendar--datetime-to-diary-date): Doc fix.  Respect
12385         calendar-date-style if bound.
12387         * textmodes/remember.el (remember-diary-convert-entry):
12388         Respect calendar-date-style if bound.
12390 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12392         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
12393         (xterm-mouse-handle-delete-frame): Delete.
12395         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
12396         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
12397         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
12398         in xterm-modify-other-keys-terminal-list.
12400         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
12401         are conflicts.
12403 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
12405         * vc.el (vc-update): Check if the buffer is unsaved only if it
12406         actually exists.
12407         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
12408         vc-print-log.
12410 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12412         * net/dns.el (dns-write): Use set-buffer-multibyte.
12414 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12416         * vc-bzr.el (vc-bzr-sha1): New fun.
12417         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
12418         (vc-bzr-registered): Use it.
12420 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
12422         * vc.el (vc-status-kill-dir-status-process): Simplify.
12423         (vc-status-refresh): Make sure the buffer is live.
12424         (ring): Don't require it, not used.
12426 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
12428         * progmodes/verilog-mode.el (verilog-auto-inout-module):
12429         Add optional regular expression to AUTOINOUTMODULE.
12430         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
12431         (verilog-auto-inst-param, verilog-auto-reg)
12432         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
12433         (verilog-auto-output-every, verilog-auto-input)
12434         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
12435         (verilog-auto-unused, verilog-auto): Update documentation to use
12436         more obvious instance module names versus cell names.
12438 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
12440         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
12441         kill if a process is running.
12443         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
12445 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
12447         * vc.el: Add new backend function 'status-extra-headers.
12448         (vc-default-status-extra-headers): New function.
12449         (vc-status-headers): Call 'status-extra-headers.  Add colors.
12451         * vc-git.el (vc-git-status-extra-headers): New function.
12453 2008-03-28  Glenn Morris  <rgm@gnu.org>
12455         * calendar/cal-menu.el (cal-menu-holidays-menu)
12456         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
12457         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
12458         holiday-list is optional.
12459         (calendar-mouse-holidays): Remove un-needed local `l'.
12461         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
12462         Remove un-needed local `date'.
12463         (calendar-cursor-to-visible-date): Use let rather than let*.
12464         Remove un-needed local `first-of-month-weekday'.
12466         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
12468         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
12469         Doc fixes.
12470         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
12471         (diary-header-line-flag, diary-header-line-format): Declare.
12472         (diary-pull-attrs): Check for multiple matches.
12473         (diary-list-entries-2): Simplify finding start of date.
12474         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
12475         pop-up-frames.
12476         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
12477         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
12479 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
12481         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
12483         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
12485 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12487         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
12489         * image-mode.el (image-mode-reapply-winprops): Fix last change.
12491 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
12493         * international/mule-conf.el (define-iso-single-byte-charset):
12494         Don't make latin-iso8859-* supplementary.
12495         (#'set-charset-priority): Don't change the priority of charsets
12496         `unicode' and `emacs'.
12498 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12500         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
12501         temp buffer.
12503 2008-03-27  Glenn Morris  <rgm@gnu.org>
12505         * calendar/cal-bahai.el (diary-bahai-list-entries):
12506         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
12507         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
12509         * calendar/calendar.el (diary-file): Doc fix.
12511         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
12512         (list-diary-entries-hook, mark-diary-entries-hook)
12513         (include-other-diary-files, diary-mail-entries)
12514         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
12515         (diary-set-header): New function.
12516         (diary-header-line-flag, diary-header-line-format):
12517         Use diary-set-header for custom :set function.
12518         (diary-set-maybe-redraw): Use symbol-value rather than eval.
12519         (diary-attrtype-convert): Use intern-soft rather than read.
12520         (diary-display-no-entries): New function.
12521         (simple-diary-display, fancy-diary-display): Use it.
12522         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
12523         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
12525         * calendar/holidays.el (list-holidays): Doc fix.
12527 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
12529         * calc/calc-store.el (calc-read-var-name-history): New variable.
12530         (calc-read-var-name): Use `calc-read-var-name-history'.
12532 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12534         * image-mode.el (image-mode-reapply-winprops): Simplify now that
12535         window-configuration-change-hook works buffer-locally.
12537 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
12539         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
12540         for Emacs Lisp, not Lisp.
12542 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
12544         * help-fns.el (describe-function-1, describe-variable):
12545         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
12547         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
12548         replacement is provided, don't print "use nil instead".
12550 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
12552         * complete.el (PC-do-completion): Use regexp-quote.
12554 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
12556         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
12557         Detect missing files.
12559         * vc-git.el (vc-git-extra-menu-map): New key map.
12560         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
12561         New functions.
12563         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
12564         and 'missing files.
12566 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12568         * calendar/holidays.el (list-holidays): Make Y2 optional.
12570         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
12571         buffers shown to the user.
12572         (appt-disp-window): Disable undo explicitly now that the leading space
12573         is gone.
12575         * simple.el (activate-mark): New function.
12576         (set-mark-command): Use it with region-active-p to clean up the code.
12577         (exchange-point-and-mark): Invert the meaning of C-u when
12578         transient-mark-mode is active.
12580         * dired-aux.el (dired-create-files): Use dolist.
12582         * bindings.el (mode-line-change-eol): Use with-selected-window.
12584         * apropos.el (apropos-command): Include macros.
12586 2008-03-26  Glenn Morris  <rgm@gnu.org>
12588         * calendar/cal-bahai.el: Require calendar, not cal-julian.
12589         (calendar-bahai-epoch): Doc fix.
12591         * calendar/cal-china.el: Explicitly require calendar.
12593         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
12594         Require calendar rather than cal-julian.
12595         Autoload calendar-absolute-from-julian.
12596         * calendar/cal-coptic.el (coptic-calendar-epoch):
12597         * calendar/cal-islam.el (calendar-islamic-epoch):
12598         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
12600         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
12602         * calendar/cal-dst.el: Don't require cal-persia.
12603         (calendar-absolute-from-persian): Autoload it.
12604         (dst-adjust-time): Doc fix.
12606         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
12607         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
12608         calendar.
12610         * calendar/cal-menu.el: Require calendar rather than declaring
12611         functions.
12612         * calendar/calendar.el: Provide calendar before requiring cal-menu.
12614         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
12615         calendar-after-frame-setup-hooks.  Update callers, make old name an
12616         obsolete alias.  Doc fix.
12617         (calendar-frame-1): Doc fix.
12619         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
12621         * calendar/calendar.el (oriental-holidays, solar-holidays):
12622         * calendar/holidays.el (list-holidays): Assume atan always bound.
12624         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
12625         Explicitly require calendar, not cal-julian.
12626         * calendar/lunar.el: Explicitly require cal-dst.
12628 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12630         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
12632         * help-fns.el (describe-function-1, describe-variable): If no
12633         replacement is provided, don't print "use nil instead".
12635 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12637         * proced.el: New file.
12639 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
12641         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
12643 2008-03-25  Juri Linkov  <juri@jurta.org>
12645         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
12646         in battery-mode-line-format.
12648         * bindings.el (minibuffer-local-map): For the command
12649         file-cache-minibuffer-complete replace keymap minibuffer-local-map
12650         with map which is already locally bound to minibuffer-local-map.
12652 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12654         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
12655         Remove `sort-first' argument.
12657         * subr.el (redisplay-end-trigger-functions)
12658         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
12659         (process-filter-multibyte-p, set-process-filter-multibyte):
12660         Mark as obsolete.
12662 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
12664         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
12665         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
12666         use the LOCAL arg of `add-hook'.
12667         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
12668         Remove spurious * from defcustom docstrings.
12669         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
12670         Fix typos in messages.
12671         (reb-mode-buffer-p): New function.
12672         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
12673         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
12674         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
12675         Use `unless', `when'.
12676         (re-builder-unload-function): New function.
12678 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
12680         * vc-hooks.el (vc-state): Add documentation for 'missing.
12682 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
12684         * progmodes/verilog-mode.el (verilog-auto-output)
12685         (verilog-auto-input, verilog-auto-inout, verilog-auto)
12686         (verilog-delete-auto): Add optional regular expression to
12687         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
12688         (verilog-signals-matching-regexp): New internal function for
12689         signal matching.
12691 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
12693         * info.el (Info-isearch-search): Always return point.
12695 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12697         * diff-mode.el (diff-remembered-defdir): New var.
12698         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
12700 2008-03-25  Glenn Morris  <rgm@gnu.org>
12702         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
12703         calendar-bahai-prompt-for-date.  Update callers, make old name an
12704         obsolete alias.  Doc fix.
12705         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
12706         coptic-prompt-for-date.  Update callers, make old name an
12707         obsolete alias.  Doc fix.
12708         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
12709         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
12710         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
12711         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
12712         * calendar/cal-iso.el (calendar-iso-read-date): New name for
12713         calendar-iso-read-args.  Update callers, make old name an obsolete
12714         alias.
12715         * calendar/cal-persia.el (calendar-persian-read-date): New name for
12716         persian-prompt-for-date.  Update callers, make old name an
12717         obsolete alias.  Doc fix.  Move definition before use.
12719         * calendar/cal-x.el (diary-frame-parameters)
12720         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
12721         (calendar-frame-1): Doc fixes.
12722         (make-fancy-diary-buffer): Remove declaration.
12723         (calendar-dedicate-diary): Replace call to deleted function
12724         make-fancy-diary-buffer.
12725         (calendar-frame-setup): New function.
12726         (calendar-one-frame-setup, calendar-only-one-frame-setup)
12727         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
12728         work, and mark as obsolete.
12729         (special-display-buffer-names): Don't mess with this; it's not our
12730         business.
12731         (cal-x-load-hook): Defvar it, and mark as obsolete.
12733         * calendar/calendar.el (calendar-remove-frame-by-deleting):
12734         Default to t.  Add to 'calendar group.
12735         (calendar): Doc fix.  Use calendar-frame-setup.
12736         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
12737         (generate-calendar-window): Doc fix.
12739 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12741         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
12743 2008-03-24  Drew Adams  <drew.adams@oracle.com>
12745         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
12746         New variables.
12747         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
12748         (finder-exit): Ignore errors rather than avoiding them.
12749         Kill *Finder-package* buffer also.
12751 2008-03-24  Andreas Schwab  <schwab@suse.de>
12753         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
12755 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
12757         * vc-hg.el (vc-hg-after-dir-status):
12758         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
12760         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
12761         Detect removed files.
12763         * vc.el (vc-status-printer): Use a different face for missing files.
12764         (vc-status-hide-up-to-date): Rename from
12765         vc-status-remove-up-to-date.  Update all callers.
12766         (vc-status-mode-map): Bind C-m.
12768 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
12770         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
12771         code ...
12772         (vc-git--state-code): ... to this new function.
12773         (vc-git-state): Use it.
12775 2008-03-24  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
12777         * textmodes/remember.el (remember-mail-date)
12778         (remember-store-in-mailbox): Write date and From line in such a
12779         way that Mutt can read it.
12781 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
12783         * simple.el (transient-mark-mode): Turn on by default.
12785 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
12787         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
12788         'unregistered for unregistered files.
12790         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
12792         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
12794         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
12795         subdirectories.
12797         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
12798         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
12799         Add :enable for vc-status-refresh.
12800         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
12801         (vc-status-tool-bar-map): Add binding for
12802         vc-status-kill-dir-status-process.
12803         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
12804         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
12805         Reset vc-status-process-buffer.
12806         (vc-status-refresh): Don't run two refreshes at a time.
12807         (vc-status): If the buffer is already in vc-status-mode only refresh.
12808         (vc-status-mark-buffer-changed): Add an optional file parameter.
12809         (vc-resynch-buffer): Use it.
12810         (vc-delete-file): Expand the file name before using it.
12811         Be careful to not create a new buffer with the old file contents.
12812         Update the VC state after performing the operation.
12814 2008-03-23  Andreas Schwab  <schwab@suse.de>
12816         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
12817         Fix radio button condition.
12818         [box]: Likewise.
12819         [customize]: Add radio button.
12821 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
12823         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
12824         (calc-user-parse-tables, calc-gnuplot-default-device)
12825         (calc-gnuplot-default-output, calc-gnuplot-print-device)
12826         (calc-gnuplot-print-output, calc-gnuplot-geometry)
12827         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12828         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
12829         (calc-undo-list, calc-redo-list, calc-main-buffer)
12830         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
12831         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
12832         (calc-said-hello, calc-executing-macro, calc-any-selections)
12833         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
12834         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
12835         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
12836         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
12837         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
12838         (calc-create-buffer, calc-quit): Add docstrings.
12840 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
12842         * makefile.w32-in (WINS_ALMOST): Add org.
12844 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
12846         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12847         New functions to implement vc-status support.
12849 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
12851         * vc.el (vc-status-prepare-status-buffer): New function.
12852         (vc-status): Use it.
12854         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
12855         appropriate.
12857 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
12859         * vc-git.el (vc-git--empty-db-p)
12860         (vc-git-after-dir-status-stage1-empty-db): New functions.
12861         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
12862         Add support for empty repositories.
12864 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
12866         * vc-git.el (vc-git-annotate-extract-revision-at-line):
12867         Allow "^" in a version name.
12869         * vc-mtn.el (vc-mtn-state): Support the added state.
12871 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
12873         * org: New directory for Org-mode.
12875         * org/org-export-latex.el: Moved from lisp/texmodes.
12877         * org/org-irc.el: Moved from lisp/texmodes.
12879         * org/org-mac-message.el: Moved from lisp/texmodes.
12881         * org/org-mouse.el: Moved from lisp/texmodes.
12883         * org/org-publish.el: Moved from lisp/texmodes.
12885 2008-03-21  Juri Linkov  <juri@jurta.org>
12887         * comint.el (comint-dynamic-simple-complete):
12888         Use variable `stub' for the second arg `common-substring'
12889         of `comint-dynamic-list-completions'.
12890         (comint-dynamic-list-filename-completions):
12891         Use variable `filenondir' for the second arg `common-substring'
12892         of `comint-dynamic-list-completions'.
12893         (comint-dynamic-list-completions): Add new optional arg
12894         `common-substring'.  Add `common-substring' as the second arg of
12895         the call to `display-completion-list'.  Doc fix.
12897         * comint.el (comint-dynamic-complete-as-filename)
12898         (comint-dynamic-list-filename-completions)
12899         (comint-dynamic-simple-complete): Use `minibuffer-message'
12900         to display message "No completions of %s" when a command
12901         is called in the minibuffer.
12902         (comint-dynamic-simple-complete): Don't display other
12903         completion messages when a command is called in the minibuffer.
12904         (comint-dynamic-list-completions): Use `minibuffer-message'
12905         to display message " [Type space to flush ...]" when a command
12906         is called in the minibuffer.
12908         * shell.el (shell-dynamic-complete-command)
12909         (shell-dynamic-complete-environment-variable): Don't display
12910         completion messages when command is called in the minibuffer.
12912         * emacs-lisp/lisp.el (lisp-complete-symbol):
12913         Use `minibuffer-message' to display message "No completions of %s"
12914         when this command is called in the minibuffer.
12916         * bindings.el (standard-mode-line-modes): Put special help-echo
12917         tooltip on recursive edit %[ %] mode-line constructs.
12919         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
12920         "^No dynamic expansion for .* found$" to allow error messages like
12921         "No dynamic expansion for \"%s\" found in this-buffer".
12923 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
12925         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
12926         "psftp".
12928 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12930         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
12931         * vc.el (vc-default-dired-state-info): Use just "modified".
12932         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
12933         (vc-cvs-mode-line-string): Make use of the better default.
12934         (vc-cvs-parse-entry): Use the new `added'.
12935         (vc-cvs-dired-state-info): Remove.
12936         * vc-svn.el (vc-svn-dired-state-info): Remove.
12937         * vc-hg.el (vc-hg-dired-state-info): Remove.
12938         * vc-git.el (vc-git-dired-state-info): Remove.
12940 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
12942         * vc-git.el (vc-git-status-result): New variable.
12943         (vc-git-dir-status): Split out ...
12944         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
12945         ... these new functions and work asynchronously.
12947 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
12949         * vc-git.el (vc-git-after-dir-status): Remove.
12950         (vc-git-dired-state-info): Reimplement.
12952 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
12954         * replace.el (occur-mode-map): Add :help.
12956         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
12957         for disassemble.
12959         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
12960         the 'added state.
12961         (vc-status-remove-up-to-date): New function.
12962         (vc-status-mode-map, vc-status-menu-map): Bind it.
12963         (vc-status-printer): Use a different face up-to-date files.
12964         (vc-resynch-buffer): Update the vc-status buffer if it exists.
12965         (Todo): Remove solved entries.
12967         * vc-hg.el (vc-hg-state):
12968         * vc-git.el (vc-git-state):
12969         * vc-cvs.el (vc-cvs-parse-status):
12970         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
12971         state.
12973 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12975         * progmodes/compile.el (compile):
12976         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
12978         * simple.el (minibuffer-local-shell-command-map): New var.
12979         (minibuffer-complete-shell-command, read-shell-command): New funs.
12980         (shell-command, shell-command-on-region): Use them.
12982 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
12984         * vc.el (vc-status-mark-buffer-changed): New function to implement
12985         updating of the *vc-status* buffer when a buffer is saved.
12986         (vc-status-mode): Use it for after-change-hook.
12987         (vc-add-to-vc-status-buffer): Rename to ...
12988         (vc-status-add-entry): ... this.
12989         (Todo): Add new entry.
12991 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12993         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
12995 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
12997         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
12998         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
12999         Remove spurious * from defcustom docstrings.
13000         (icomplete-compute-delay): Fix docstring and remove spurious *.
13001         (icomplete-delay-completions-threshold): Fix typo in docstring and
13002         remove spurious *.
13003         (icomplete-completions): While collecting the list of prospective
13004         candidates, don't overshoot `icomplete-prospects-length'.
13006 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
13008         * textmodes/refbib.el:
13009         * textmodes/reftex.el:
13010         * textmodes/reftex-global.el:
13011         * textmodes/reftex-vars.el:
13012         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
13013         compiler pacifying defvars.
13014         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
13015         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
13016         not needed.
13018 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
13020         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
13021         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
13022         (verilog-customize, verilog-font-customize)
13023         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
13024         (verilog-mode): Update documentation strings to match tool tips.
13025         (verilog-auto-search-do, verilog-auto-re-search-do)
13026         (verilog-skip-forward-comment-or-string): Fix verilog-auto
13027         expansion when a .* appears inside a string.
13028         (verilog-re-search-forward, verilog-re-search-backward):
13029         Add comment to recall how this works.
13030         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
13032 2008-03-20  Glenn Morris  <rgm@gnu.org>
13034         * calendar/calendar.el (calendar-other-dates): New function.
13035         (calendar-print-other-dates): Use calendar-other-dates.
13036         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
13037         the declarations it replaces.
13038         (calendar-mouse-print-dates): Use calendar-other-dates.
13040         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
13041         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
13042         (calendar-absolute-from-bahai): Fix the leap-year case.
13043         (calendar-bahai-from-absolute): Re-use the Gregorian month.
13044         (calendar-bahai-date-string, calendar-bahai-print-date):
13045         Handle pre-Bahai dates.
13047         * calendar/cal-china.el (chinese-calendar-celestial-stem)
13048         (chinese-calendar-terrestrial-branch): Make defcustoms.
13050         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
13051         (calendar-mouse-view-diary-entries): Use or.
13052         (calendar-mouse-chinese-date): Remove unused command.
13053         (cal-menu-load-hook): Mark as obsolete.
13055         * calendar/solar.el (calendar-location-name, calendar-latitude)
13056         (calendar-longitude, solar-arctan, sunrise-sunset)
13057         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
13059 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
13061         * calc/calc.el: Remove outdated comments.
13062         (defcalcmodevar, calc-mode-var-list-restore-default-values)
13063         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
13064         Add docstrings.
13066 2008-03-19  Jason Rumney  <jasonr@gnu.org>
13068         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
13070 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13072         * net/tls.el (open-tls-stream): Reindent.
13074 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
13076         * net/tramp.el (tramp-let-maybe): Removed.
13077         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
13078         It does not exist under XEmacs.
13079         (tramp-handle-file-truename, tramp-handle-expand-file-name)
13080         (tramp-completion-file-name-handler): Let-bind
13081         `directory-sep-char'.
13083         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
13084         `directory-sep-char'.
13086 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13088         * help-fns.el (describe-function-1): Don't signal "missing arglist"
13089         for autoloaded keymaps.
13091         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
13092         (electric-verilog-terminate-line, verilog-in-struct-region-p)
13093         (verilog-backward-ws&directives, verilog-forward-ws&directives)
13094         (verilog-in-comment-p, verilog-in-star-comment-p)
13095         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
13096         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
13097         (verilog-skip-forward-comment-or-string, verilog-in-paren)
13098         (verilog-skip-forward-comment-p): Use it.
13100 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
13102         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
13103         (org-remember-templates, org-time-stamp-rounding-minutes)
13104         (org-back-over-empty-lines, org-find-base-buffer-visiting)
13105         (org-columns-new): Fix typos in docstrings.
13107 2008-03-19  Glenn Morris  <rgm@gnu.org>
13109         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
13110         (tramp-handle-shell-command): Use condition-case rather than
13111         ignore-errors.
13113 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
13115         * diff-mode.el (diff-header): Make the color louder.
13116         (diff-refine-change): Tone the color down.
13118 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
13120         * descr-text.el (describe-char): When `describe-char-unidata-list'
13121         is set to show all properties, list them in the right order.
13123 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13125         * international/mule.el (load-with-code-conversion): Avoid setting
13126         default-enable-multibyte-characters.
13128 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
13130         * vc.el (vc-annotate-background): Fix custom type.
13132 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13134         * descr-text.el (describe-char-unidata-list): Allow specifying
13135         just all properties.
13136         (describe-char): Handle that new value.
13138         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
13140 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
13142         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
13143         instead of file name extension to make docs with uncommon
13144         extensions work.
13146 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
13148         * doc-view.el (require): Require cl at compile time because
13149         `assert' needs it.
13151 2008-03-18  Glenn Morris  <rgm@gnu.org>
13153         * calendar/calendar.el (initial-calendar-window-hook)
13154         (today-visible-calendar-hook): Doc fixes.
13156 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
13158         * net/tramp.el (tramp-root-regexp): Simplify.
13159         (tramp-completion-file-name-regexp-separate): Don't insist on
13160         leading "[".  This prevents method or user or host completion.
13161         (tramp-let-maybe): Autoload it.
13162         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
13163         is an alias for `identity'.
13164         (tramp-handle-write-region): Protect `last-coding-system-used'
13165         over the trailing statements.
13166         (tramp-completion-file-name-handler-post-function): Remove.
13167         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
13168         instead of calling `tramp-drop-volume-letter'.
13170         * net/tramp.el:
13171         * net/tramp-uu.el:
13172         * net/trampver.el: Move coding cookie at the end.
13174 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13176         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
13177         elements which may be something else than characters.
13179 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
13181         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
13182         New functions to implement vc-status support.
13184         * vc.el (vc-default-extra-status-menu)
13185         (vc-add-to-vc-status-buffer): New functions.
13187         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13188         for eldoc and ielm.
13190 2008-03-17  Glenn Morris  <rgm@gnu.org>
13192         * calendar/cal-x.el (diary-frame-parameters)
13193         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
13194         Fix custom type; add options.
13195         (calendar-frame, diary-frame): Doc fixes.
13196         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
13197         new functions.
13198         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
13199         Use calendar-frame-1 and calendar-dedicate-diary.
13200         (calendar-one-frame-setup): Also handle only-one-frame case.
13201         (calendar-only-one-frame-setup): Doc fix.  Just call
13202         calendar-one-frame-setup.
13204         * calendar/diary-lib.el: Re-order some definitions before their use.
13205         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
13206         (diary-list-entries): Doc fixes.
13207         (make-fancy-diary-display): Remove function.
13209         * calendar/calendar.el (calendar-today-marker)
13210         (initial-calendar-window-hook, today-visible-calendar-hook)
13211         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
13212         (calendar-star-date, calendar-mark-today): Doc fixes.
13213         (today-visible-calendar-hook): Add options.
13214         (calendar-in-read-only-buffer): New macro.
13215         (calendar-basic-setup): Adapt for change in calendar-read-date.
13216         Place holiday let inside if.
13217         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
13218         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
13219         (calendar-print-other-dates): Use one let rather than many.
13221         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
13222         (calendar-print-other-dates):
13223         * calendar/cal-hebrew.el (list-yahrzeit-dates):
13224         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
13225         * calendar/holidays.el (calendar-list-holidays, list-holidays)
13226         (calendar-cursor-holidays):
13227         * calendar/lunar.el (calendar-phases-of-moon): Use
13228         calendar-in-read-only-buffer to replace previous code and disable undo.
13230 2008-03-16  Juri Linkov  <juri@jurta.org>
13232         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
13233         and regexp-search-ring-yank-pointer for the HISTPOS argument of
13234         read-from-minibuffer to provide the correct initial minibuffer
13235         history position in isearch-edit-string when it is called from
13236         isearch-ring-adjust.
13238         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
13239         to check if the current buffer is the minibuffer, and in this case
13240         call abort-recursive-edit to kill the minibuffer.  Doc fix.
13241         (kill-this-buffer-enabled-p): Allow this function to return non-nil
13242         when the current buffer is the minibuffer.
13244         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
13246 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
13248         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13249         Use non-nil PARENTS attribute of make-directory instead of
13250         explicitly checking existence the current cache directory.
13252 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
13254         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
13255         M-x epa-file-select-keys.
13257 2008-03-16  Kenichi Handa  <handa@m17n.org>
13259         * international/mule.el (auto-coding-alist):
13260         Use no-conversion-multibyte for archive files.
13262 2008-03-16  Glenn Morris  <rgm@gnu.org>
13264         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
13265         New functions.
13266         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
13267         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
13268         Use calendar-mark-1.
13269         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
13270         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
13271         Use calendar-mark-complex.
13272         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
13273         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
13274         Use calendar-mark-1.
13276         * calendar/calendar.el (calendar-mod): Remove.
13277         * calendar/cal-china.el (calendar-chinese-from-absolute)
13278         (calendar-chinese-date-string): Expand calendar-mod calls.
13279         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
13280         Expand calendar-mod calls.
13282         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
13283         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13284         (diary-bahai-insert-yearly-entry): Use let rather than let*.
13285         Move obsolete aliases after the functions that replaced them.
13287         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
13288         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
13289         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
13290         Use let rather than let*.
13291         (calendar-hebrew-prompt-for-date): New function.
13292         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
13293         (holiday-tisha-b-av-etc): Use unless, let.
13295         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
13296         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
13298         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
13300         * calendar/calendar.el (calendar-for-loop): Add indent spec.
13302         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
13303         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
13304         than concat.
13305         (diary): Remove un-needed let.
13306         (view-other-diary-entries): Rename argument.
13307         (diary-list-entries-2): New function.
13308         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
13309         (print-diary-entries): Use unless.
13310         (diary-mark-entries-1): Change argument order, make all but
13311         markfunc optional.  Handle the standard (Gregorian) case.
13312         Use match-string-no-properties.  Handle marks.
13313         (mark-diary-entries): Use diary-mark-entries-1.
13314         (diary-font-lock-keywords-1): New macro.
13315         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
13317 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
13319         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
13320         (icalendar-export-hidden-diary-entries): New variable.
13321         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
13322         In case of error, insert full error-val.
13323         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
13324         Use calendar-day-of-week.  Return the day number.
13325         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
13327 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
13329         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
13330         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
13331         (icalendar-export-region): Ignore hidden diary entries.
13332         (icalendar--convert-ordinary-to-ical): Fix case where event
13333         spans across midnight boundary.
13334         (icalendar-first-weekday-of-year): New function.
13335         (icalendar--convert-weekly-to-ical): Allow user-selectable start
13336         year for recurring events (Mozilla calendars do not propagate
13337         recurring events forever, so year 2000 start date was not working).
13338         (icalendar--convert-yearly-to-ical): Remove extra spaces in
13339         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
13341 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
13343         * net/tramp.el (tramp-root-regexp): New defconst.
13344         (tramp-completion-file-name-regexp-unified)
13345         (tramp-completion-file-name-regexp-separate)
13346         (tramp-completion-file-name-regexp-url): Use it.
13347         (tramp-do-copy-or-rename-file-via-buffer):
13348         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
13349         t for `insert-file-contents-literally'.
13350         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
13351         Autoload it.
13352         (tramp-completion-file-name-handler-post-function): New defconst.
13353         (tramp-completion-file-name-handler): Use it.
13354         (tramp-maybe-open-connection): Update calls to
13355         `tramp-flush-connection-property' for removed 2nd argument.
13357 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13359         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
13360         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
13361         New functions.
13363 2008-03-15  Glenn Morris  <rgm@gnu.org>
13365         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
13366         New functions.
13367         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
13368         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13369         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13370         (diary-bahai-list-entries): Use diary-list-entries-1.
13371         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
13372         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
13373         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13374         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13375         (list-hebrew-diary-entries): Use diary-list-entries-1.
13376         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
13377         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
13378         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13379         (diary-list-entries-1, diary-mark-entries-1): Autoload.
13380         (list-islamic-diary-entries): Use diary-list-entries-1.
13381         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
13383         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
13385         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
13387         * calendar/cal-china.el (number-chinese-months)
13388         (calendar-chinese-from-absolute): Use nth, caar.
13390         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
13392         * calendar/cal-french.el (french-calendar-accents): Doc fix.
13394         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
13395         (calendar-hebrew-month-name-array-leap-year)
13396         (hebrew-calendar-parashiot-names): Make constants.
13397         (diary-parasha): Move definition after constants it uses.
13399         * calendar/cal-html.el (cal-html-insert-link-yearpage)
13400         (cal-html-htmlify-list): Doc fix.
13401         (cal-html-htmlify-entry): Use nth.
13403         * calendar/cal-islam.el (calendar-islamic-month-name-array)
13404         (calendar-islamic-epoch): Make constants.
13405         (calendar-islamic-epoch): Doc fix.
13407         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
13409         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
13410         (cal-tex-month-name): Doc fix.
13411         (cal-tex-last-blank-p): Use zerop.
13413         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
13414         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
13415         (calendar-cursor-to-date): Doc fix.
13416         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
13417         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
13418         (calendar-day-number): Use when.
13419         (generate-calendar-month): Use dotimes.
13420         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
13421         (calendar-set-mark): Reverse conditional.
13422         (calendar-make-alist): Move definition before use.
13424         * calendar/diary-lib.el (diary-face-attrs)
13425         (diary-glob-file-regexp-prefix, diary-selective-display)
13426         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
13427         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
13428         (diary-anniversary, diary-cyclic)
13429         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
13430         (diary-header-line-format): Change wording.
13431         (diary-list-entries): Set `date-start' in let.
13432         (include-other-diary-files, mark-included-diary-files): Use format.
13433         (simple-diary-display, fancy-diary-display): Use cadr, unless.
13434         (mark-diary-entries): Use 1+.
13435         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
13436         (mark-calendar-month): Use dotimes.
13438         * calendar/holidays.el (displayed-month, displayed-year):
13439         Move declarations where needed.
13440         (calendar-list-holidays): Doc fix.
13442         * calendar/parse-time.el (parse-time-string): Simplify.
13444         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
13445         Make constants.
13446         (solar-sunrise-sunset): Rename some local variables for clarity.
13447         (sunrise-sunset): Use zerop.
13448         (solar-mean-equinoxes/solstices): Doc fix.
13450         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
13451         Use nth.
13452         (timeclock-completing-read, timeclock-generate-report): Use zerop.
13453         (timeclock-mean, timeclock-generate-report): Use dolist.
13455         * calendar/todo-mode.el (todo-add-category): Simplify.
13456         (todo-more-important-p, todo-delete-item, todo-file-item):
13457         Use unless, when.
13458         (todo-top-priorities): Use zerop.
13460 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
13462         * buff-menu.el (list-buffers-noselect): Display buffer name in
13463         tooltip instead of mouse binding when it doesn't fit in the list.
13465 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13467         * faces.el (xw-defined-colors):
13468         * simple.el (widget-convert, shell-mode): Declare as functions
13469         instead of autoloading.
13471         * abbrev.el:
13472         * button.el:
13473         * cus-face.el:
13474         * ediff-hook.el:
13475         * emacs-lisp/backquote.el:
13476         * emacs-lisp/timer.el:
13477         * facemenu.el:
13478         * faces.el:
13479         * menu-bar.el:
13480         * simple.el:
13481         * subr.el:
13482         * textmodes/fill.el:
13483         * textmodes/paragraphs.el: Remove autoloads, redundant when the
13484         files are preloaded.
13486 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13488         * desktop.el (desktop-create-buffer): Don't catch errors if
13489         debug-on-error is set.
13491 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
13493         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
13494         ($(lisp)/calendar/diary-loaddefs.el)
13495         ($(lisp)/calendar/hol-loaddefs.el): New targets.
13496         (LOADDEFS): New macro.
13497         (autoloads): Depend on $(LOADDEFS).
13499 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13501         * font-lock.el (featurep): Remove test, not useful anymore.
13502         (facemenu-keymap): Move key binding ...
13503         * facemenu.el (facemenu-keymap): ... here.
13505         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
13506         for each file in the list.
13507         (vc-bzr-log-view-mode): Recognize the file marker.
13509         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13510         for checkdoc and profiling.
13512 2008-03-14  Bastien Guerry  <bzg@altern.org>
13514         * textmodes/flyspell.el (nxml-mode): Add the right
13515         `flyspell-mode-predicate'.
13517         * wid-edit.el (link): Use 'mouse-face for :follow-link.
13519 2008-03-14  Glenn Morris  <rgm@gnu.org>
13521         * calendar/solar.el: Reorder so that functions are defined before use.
13522         (displayed-month, displayed-year): Move declarations where needed.
13523         (solar-get-number): Move definition before use.  Use unless.
13524         (solar-equatorial-coordinates): Simplify.
13525         (solar-sunrise-and-sunset): Use let rather than let*.
13526         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
13528         * startup.el (command-line-1): Rename -internal-script back to
13529         -scriptload (reverts previous change).
13531         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
13532         (calendar-bahai-leap-base): Add doc strings.
13533         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
13534         Move definition before use.
13535         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
13536         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
13537         variables outside the loop.  Use dolist.
13538         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
13540         * calendar/cal-china.el: Re-order so that functions are defined before
13541         use.
13542         (displayed-month, displayed-year): Move declarations where needed.
13543         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
13544         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13545         Add doc strings.
13546         (chinese-year-cache): Recenter on 2010.  Doc fix.
13547         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
13548         Doc fix.  Simplify.
13549         (chinese-year-cache-init): New function.
13550         (compute-chinese-year, holiday-chinese-new-year)
13551         (calendar-chinese-date-string, calendar-goto-chinese-date)
13552         (make-chinese-month-assoc-list): Use cadr, nth.
13553         (chinese-months): Remove un-needed let.
13555         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
13556         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
13557         (coptic-prompt-for-date): Move definition before use.
13559         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
13560         (calendar-dst-find-data, calendar-daylight-time-offset)
13561         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13562         (calendar-daylight-savings-starts-time)
13563         (calendar-daylight-savings-ends-time): Use cadr, nth.
13565         * calendar/cal-french.el (french-calendar-epoch)
13566         (calendar-goto-french-date): Doc fix.
13567         (french-calendar-month-name-array)
13568         (french-calendar-multibyte-month-name-array)
13569         (french-calendar-day-name-array, french-calendar-special-days-array):
13570         Add doc strings.
13572         * calendar/cal-hebrew.el (displayed-month, displayed-year)
13573         (original-date): Move declarations where needed.
13574         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
13575         Doc fix.
13576         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
13577         constant variables outside the loop.  Use dolist.
13579         * calendar/cal-islam.el (displayed-month, displayed-year)
13580         (original-date): Move declarations where needed.
13581         (islamic-calendar-day-number): Remove unused local variable `day'.
13582         (calendar-goto-islamic-date): Doc fix.
13583         (holiday-islamic): Use unless.
13584         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
13585         constant variables outside the loop.  Use dolist.
13586         (mark-islamic-calendar-date-pattern): Move definition before use.
13587         Use unless.
13588         (mark-islamic-diary-entries): Doc fix.
13589         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13590         (insert-yearly-islamic-diary-entry): Use let rather than let*.
13592         * calendar/cal-julian.el (calendar-absolute-from-julian):
13593         Move definition before use.  Remove un-needed local `day'.
13594         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
13596         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
13597         (calendar-mayan-tzolkin-names-array): Add doc strings.
13598         (calendar-mayan-long-count-from-absolute): Use a single let.
13599         (calendar-string-to-mayan-long-count): Simplify.
13600         (calendar-next-haab-date, calendar-previous-haab-date)
13601         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
13602         (calendar-previous-calendar-round-date)
13603         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
13604         Doc fix.
13605         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
13606         (calendar-mayan-date-string, calendar-print-mayan-date)
13607         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13608         (calendar-mayan-long-count-common-era): Move definitions before use.
13610         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
13611         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
13612         Doc fix.
13613         (calendar-mouse-goto-date): Move definition before use.
13615         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
13616         Move definition before use.
13617         (calendar-cursor-to-visible-date): Move definition before use.
13618         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
13619         and place inside the conditional.
13620         (calendar-forward-day): Simplify.
13621         (calendar-end-of-month): Use unless.
13622         (calendar-goto-day-of-year): Doc fix.
13623         Relocate obsolete aliases after their replacements.
13625         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
13627         * calendar/diary-lib.el (mark-diary-entries): Move some constant
13628         variables outside the diary-date-forms loop.
13630         * calendar/calendar.el (diary-file): Doc fix.
13631         (calendar-buffer-list): Return buffers rather than strings (fixes
13632         previous change).
13633         (hebrew-holidays-4): Fix typo.
13635         * calendar/holidays.el (displayed-month, displayed-year):
13636         Move declarations where needed.
13637         (calendar-holiday-list, calendar-list-holidays)
13638         (holiday-filter-visible-calendar): Move definitions before use.
13639         (list-holidays): Use cadr.
13640         Relocate obsolete aliases after their replacements.
13642         * calendar/lunar.el (date, displayed-month, displayed-year):
13643         Move declarations where needed.
13644         (lunar-phase-list): Move definition after functions it uses.
13645         (calendar-phases-of-moon, diary-phases-of-moon)
13646         (lunar-new-moon-on-or-after): Use cadr, nth.
13647         (lunar-new-moon-on-or-after): Doc fix.
13649         * textmodes/org-irc.el (top-level): CL not required when compiling.
13650         (org-irc-visit-erc): Replace runtime CL functions.
13652         * textmodes/org-publish.el (declare-function): Add compatibility stub.
13653         (org-publish-delete-dups): Declare as function.
13655 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
13657         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
13658         (vc-bzr-show-log-entry): Make regexp match more cases.
13659         (vc-diff-switches-list): Remove autoload, not needed.
13661 2008-03-14  Juri Linkov  <juri@jurta.org>
13663         * isearch.el (isearch-edit-string): Remove one call to
13664         `isearch-push-state' not to push an inconsistent state,
13665         but keep another correct call to `isearch-push-state'.
13666         (isearch-ring-adjust): Call `isearch-push-state' only when
13667         `search-ring-update' is non-nil since `isearch-edit-string'
13668         already pushes its state.
13669         (isearch-message): Improve matching the failed part by checking
13670         if the original message starts with the last successful message.
13672         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
13673         (dired-perm-write): Rename from `dired-warn-writable'.
13674         Change parent face from `font-lock-warning-face' to
13675         `font-lock-comment-delimiter-face'.
13676         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
13677         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
13678         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
13679         with `dired-perm-write-face'.
13681 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
13683         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13684         Create cache dir only if it doesn't already exist.
13686 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13688         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
13689         of \ and '.
13691 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
13693         * net/browse-url.el (browse-url-text-xterm):
13694         Unquote browse-url-text-browser.
13696 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
13698         * textmodes/org-mouse.el: Version number change.
13700         * textmodes/org-publish.el (org-publish-expand-components):
13701         Remove null projects from the list of components.
13702         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
13703         Remove unused retrieval of the :publishing-directory property.
13704         (org-publish-file): Bugfix: when using a relative directory as the
13705         publishing directory, convert it to a directory filename.
13706         (org-publish-project): New alias.
13707         (org-publish-get-files): Protect against empty p.
13708         (org-publish-file): Send an error when file is not part of any project.
13709         (org-publish-file): Offer to refresh the list of files in known
13710         project when the current file is not part of any project.
13711         (org-publish-before-export-hook)
13712         (org-publish-after-export-hook): New hooks.
13713         (org-publish-org-to): Use new hooks and kill buffers.
13714         (org-publish-file): Remove the code for killing buffers.
13715         (org-publish-initialize-files-alist): Use interactive.
13716         (org-publish-file): If the publishing function creates a new
13717         buffer, kill it after publishing.
13718         (org-publish-timestamp-filename): Protect ":" in file name path
13719         under windows.
13721         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
13722         change that killed the LaTeX buffer.
13724         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
13725         in the decision tree.
13726         (org-select-remember-template): Clean the code.
13727         (org-prepare-dblock): Add the extra :content parameter.
13728         (org-write-agenda): New output type ".ics" files.
13729         (org-write-agenda): Call `org-icalendar-verify-function', both for
13730         time stamps and for TODO entries.
13731         (org-agenda-collect-markers, org-create-marker-find-array)
13732         (org-check-agenda-marker-table): New functions.
13733         (org-agenda-marker-table): New variable.
13734         (org-export-as-html): Revert the change that killed the html
13735         buffer.  Side effects first need to be studied carefully.
13736         (org-get-tags-at): Fix the structure of the condition-case statement.
13737         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
13738         (org-timestamp-change): Fix regular expressions to swallow the
13739         extra character for repeat-shift control.
13740         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
13741         (org-get-legal-level): Alias to `org-get-valid-level'.
13742         (org-dblock-write:clocktable): Add a :link parameter, linking
13743         headlines to their location in the Org agenda files.
13744         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
13745         throwing an error when getting tags before headlines.
13746         (org-timestamp-change, org-modify-ts-extra)
13747         (org-ts-regexp1): Fix timestamp editing.
13748         (org-agenda-custom-commands-local-options): New constant.
13749         (org-agenda-custom-commands):
13750         Use `org-agenda-custom-commands-local-options' to improve customize
13751         type.  "htmlize": Removed hack to fix face problem with htmlize,
13752         it no longer seem necessary.
13753         (org-follow-link-hook): New hook.
13754         (org-agenda-custom-commands): Add "Component" as a tag for each
13755         item in a command series.
13756         (org-open-at-point): Run `org-follow-link-hook'.
13757         (org-agenda-schedule): Bugfix: don't display marker type when it
13758         is nil.
13759         (org-store-link): org-irc required.
13760         (org-set-regexps-and-options): Parse the new logging options.
13761         (org-extract-log-state-settings): New function.
13762         (org-todo): Handle the new ways of recording state change stuff.
13763         (org-local-logging): New function.
13764         (org-columns-open-link): Fix bug with opening link in column view.
13765         (org-local-logging): New function.
13766         (org-todo): Make sure that LOGGING properties are honoured.
13767         (org-todo-keywords): Improve docstring.
13768         (org-startup-options): Cleanup startup options.
13769         (org-set-regexps-and-options): Process the "!" markers.
13770         (org-todo): Respect the new logging stuff.
13771         (org-log-note-how): New variable.
13772         (org-add-log-maybe): New parameter HOW that defines how logging
13773         should be done and also overrides PURPOSE.  Add a docstring.
13774         (org-add-log-note): Check if we really need to ask for a note.
13775         (org-get-current-options): Digest the new keyword.
13776         (org-agenda-reset-markers): Rename from
13777         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
13778         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
13779         function, without force argument.
13780         (org-buffer-property-keys): Bind local variables s and p.
13781         (org-make-tags-matcher): Allow "" to match an empty or
13782         non-existent property value.
13783         (org-export-as-html): Join unsorted lists when they directly
13784         follow each other.  Such lists may be created by headlines that
13785         are converted to lists.
13786         (org-nofm-to-completion): New function.
13787         (org-export-as-html): Use :html-extension instead of
13788         org-export-html-extension.
13789         (org-store-link): Support for links from `rmail-summary-mode'.
13790         (org-columns-new, org-complete, org-set-property): Set the
13791         `include-columns' argument in the call to
13792         `org-buffer-property-keys'.
13793         (org-buffer-property-keys): New argument `include-columns', to
13794         include properties expected by any of the COLUMNS formats in the
13795         current buffer.
13796         (org-cleaned-string-for-export): Get rid of drawers first, so that
13797         they will be removed also in the text before the first headline.
13798         (org-clock-report): Show the clocktable when found.
13799         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
13800         (org-version): With prefix argument, insert `org-version' at point.
13801         (org-agenda-goto): Recenter the window after finding the target
13802         location, to make sure the correct position will be displayed.
13803         (org-agenda-get-deadlines): Don't scale priority with the warning
13804         period.
13805         (org-insert-heading): Don't break line in the middle of the line.
13806         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
13807         be 0.
13808         (org-update-checkbox-count): Revamp to deal with hierarchical
13809         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
13810         (org-remove-timestamp-with-keyword): New function.
13811         (org-schedule, org-deadline):
13812         Use `org-remove-timestamp-with-keyword' to make sure all such time
13813         stamps are removed.
13814         (org-mode): Support for `align'.
13815         (org-agenda-get-deadlines): Make sure priorities increase as the
13816         due date approaches and is passed.
13817         (org-remember-apply-template): Fix problem with tags that
13818         contain "_" or "@".
13819         (org-make-link-regexps): Improve the regular expression for plain links.
13820         (org-agenda-get-closed): List each clocking entry.
13821         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
13822         (org-special-ctrl-k): New option.
13823         (org-kill-line): New function.
13824         (org-archive-all-done): Fix incorrect number of stars in regexp.
13825         (org-refile-get-location): New function.
13826         (org-refile-goto-last-stored): New function.
13827         (org-global-tags-completion-table): Add the value of org-tag-alist
13828         in each buffer, to make sure that also unused tags will be
13829         available for completion.
13830         (org-columns-edit-value)
13831         (org-columns-next-allowed-value): Only update if not in agenda.
13832         (org-clocktable-steps): New function.
13833         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
13834         (org-archive-subtree): Add the outline tree context as a property.
13835         (org-closest-date): New optional argument `prefer'.
13836         (org-goto-auto-isearch): New option.
13837         (org-goto-map, org-get-location): Implement auto-isearch.
13838         (org-goto-local-auto-isearch-map): New variable.
13839         (org-goto-local-search-forward-headings)
13840         (org-goto-local-auto-isearch): New functions.
13842 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
13844         * textmodes/org-irc.el: New file.
13846 2008-03-13  John Wiegley  <johnw@gnu.org>
13848         * textmodes/org-mac-message.el: New file.
13850 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
13852         * font-lock.el (font-lock-comment-face): Set the foreground for
13853         the light background 8 colors case.
13855 2008-03-13  Glenn Morris  <rgm@gnu.org>
13857         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
13858         generate-autoload-cookie patterns.
13860         * startup.el (command-line-1): Rename -scriptload to -internal-script.
13862         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
13863         (MH_E_SRC): Remove variable.
13864         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
13865         Simplify file header.  Use $@ for generated-autoload-file.
13867         * Makefile.in (LOADDEFS): New variable.
13868         (AUTOGENEL): Use $LOADDEFS.
13869         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
13870         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
13871         ($(lisp)/calendar/hol-loaddefs.el): New targets.
13872         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13873         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
13874         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13875         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13876         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
13877         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
13878         Add calendar-specific autoload cookies, and remove any setting of
13879         generated-autoload-file.
13880         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
13881         * calendar/diary-lib.el: Replace explicit autoloads with reading of
13882         diary-loaddefs.
13883         * calendar/holidays.el: Replace explicit autoloads with reading of
13884         hol-loaddefs.
13886         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
13887         (calendar-buffer-list): Simplify.
13888         (generate-calendar-window): Use calendar-mark-holidays rather than
13889         obsolete alias.
13891         * calendar/cal-hebrew.el (list-yahrzeit-dates):
13892         Use cal-hebrew-yahrzeit-buffer.
13894         * calendar/cal-x.el (calendar-only-one-frame-setup)
13895         (calendar-two-frame-setup): Doc fixes.
13896         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
13898         * calendar/appt.el (appt-mode-string): Mark as risky.
13899         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
13901         * calendar/cal-html.el (diary-list-entries):
13902         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
13903         (calendar-iso-from-absolute): Fix autoloads.
13905         * calendar/cal-iso.el (calendar-absolute-from-iso)
13906         (calendar-iso-read-args): Simplify.
13907         (calendar-iso-date-string, calendar-iso-read-args)
13908         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
13910         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
13911         (displayed-month, displayed-year): Move declarations where needed.
13912         (calendar-print-astro-day-number): Doc fix.
13914         * calendar/cal-persia.el (persian-calendar-month-name-array)
13915         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
13916         (persian-prompt-for-date): Remove local variable `today'.
13918         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
13920         * calendar/solar.el (solar-moment, solar-exact-local-noon)
13921         (solar-sunrise-sunset, solar-sunrise-sunset-string)
13922         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
13923         (diary-sabbath-candles, solar-equinoxes/solstices)
13924         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
13925         (solar-time-equation, solar-date-to-et): Simplify.
13927         * mail/supercite.el: Remove the `function' in `(function (lambda'.
13928         Replace `(car (cdr' with cadr'.
13930         * progmodes/f90.el (f90-font-lock-n): New function.
13931         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
13932         Use f90-font-lock-n.
13933         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
13935         * progmodes/f90.el (f90-mode-abbrev-table):
13936         * progmodes/fortran.el (fortran-mode-abbrev-table):
13937         Use newer form of define-abbrev, where supported.  No need to bind
13938         abbrevs-changed for system abbrevs.
13940 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13942         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
13943         delete-frame-functions.
13945         * bookmark.el (Info-current-node): Remove.
13947 2008-03-12  Juri Linkov  <juri@jurta.org>
13949         * help.el (describe-project): Remove defaliases for view-todo and
13950         describe-project that are now unnecessary after the merge from
13951         emacs--rel--22 that added define-obsolete-function-alias.
13953         * startup.el (inhibit-startup-screen): Revert incomplete
13954         2008-03-10 merge from emacs--rel--22 that partly reverted
13955         2008-02-28 change that added initial message to *scratch* buffer
13956         regardless of the value of `inhibit-startup-screen'.
13957         Now keep this change in the trunk, but not in the 22 branch.
13959 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13961         * international/quail.el (quail-setup-completion-buf, quail-help):
13962         * mail/binhex.el (binhex-decode-region-internal):
13963         * mail/uudecode.el (uudecode-decode-region-internal):
13964         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13965         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13966         setting default-enable-multibyte-characters.
13968         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
13970         * comint.el: Fix up indentation and comment style.  Remove `function'.
13972         * international/mule-cmds.el (reset-language-environment)
13973         (set-language-environment-nonascii-translation):
13974         Don't set-unibyte-charset.
13976         * doc-view.el: Remove all cb-args, use closures instead.
13977         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
13978         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
13979         doing an incorrect check).  Update all callers to use the new name.
13980         (doc-view-doc->txt): Add missing `txt' argument.
13982 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
13984         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
13985         md5 sum calculation to single-byte.
13987 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13989         * doc-view.el (doc-view-new-window-function): Add assertion.
13990         (doc-view-doc-type): New var.
13991         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
13992         (doc-view-intersection): New fun.
13993         (doc-view-mode): Use it to set the new var.
13995 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
13997         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
13998         (doc-view-already-converted-p): New functions.
13999         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
14000         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
14001         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
14002         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
14003         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
14004         (doc-view-convert-current-doc): Don't hardwire the functions the
14005         sentinels call.  Now they're provided by two args CALLBACK and
14006         CB-ARGS to the functions.
14007         (doc-view-search): Use doc-view-doc->txt.
14008         (doc-view-initiate-display): Use doc-view-already-converted-p.
14009         Mention new binding C-c C-t if doc-view-mode doesn't work.
14011 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
14013         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
14015 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14017         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
14018         Mark " outside of tags as punctuation.
14020 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14022         * menu-bar.el (minibuffer-local-map): Use the same command for the
14023         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
14024         Prefer RET over C-j for exit-minibuffer.
14026         * files.el (display-buffer-other-frame): Eliminate problematic code.
14028         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
14029         (menu-bar-select-buffer): Remove.
14030         (menu-bar-select-frame): Make non-interactive and take a frame arg.
14031         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
14033 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
14035         * icomplete.el (icomplete-completions): Remove obsolete code.
14037         * net/net-utils.el (iwconfig-program-options): Doc fix.
14038         (net-utils-run-program, run-network-program): Define as functions.
14040 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
14042         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
14044 2008-03-11  Glenn Morris  <rgm@gnu.org>
14046         * faces.el (mode-line-emphasis): New face.
14047         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
14049         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
14051 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
14053         * simple.el (set-mark-command): Doc fix.
14055 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14057         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
14059         * emacs-lisp/autoload.el (autoload-find-destination):
14060         Don't force raw-text.
14062         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
14063         * calendar/cal-loaddefs.el: Don't version control.
14065 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
14067         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
14068         entries and add :help to the existing ones.
14070 2008-03-10  Glenn Morris  <rgm@gnu.org>
14072         * calendar/cal-hebrew.el (date, entry, number): Move declarations
14073         to where they are needed.
14075         * calendar/calendar.el (diary-file, hebrew-holidays-1)
14076         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14077         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
14078         (calendar-version): Doc fixes.
14079         (calendar-absolute-from-gregorian): Use zerop.
14080         (calendar-mode-line-format): Make it a defcustom.
14082         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
14083         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
14084         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
14085         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
14086         (mark-included-diary-files, mark-calendar-days-named)
14087         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
14088         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
14089         (insert-monthly-diary-entry, insert-yearly-diary-entry)
14090         (insert-anniversary-diary-entry, insert-block-diary-entry)
14091         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
14092         (diary-font-lock-sexps): Doc fixes.
14093         (diary-remind-message, mark-calendar-month): Use zerop.
14094         (diary-attrtype-convert, diary-pull-attrs): Simplify.
14095         (diary-list-entries): Revert let to let* (previous change).
14097         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
14099 2008-03-10  Kim F. Storm  <storm@cua.dk>
14101         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
14102         function aliases for the old names.
14104 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
14106         * iswitchb.el (iswitchb-use-faces): Doc fix.
14107         (iswitchb-buffer-ignore, iswitchb-read-buffer):
14108         Fix typos in docstrings.
14110 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
14112         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
14113         Fix typo.
14114         (verilog-type-font-keywords): Reindent.
14116 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
14118         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
14119         Fix bug in the grouping-keyword regular expression.
14120         (verilog-font-lock-keywords): Allow users to toggle special
14121         highlight of grouping-keywords.
14122         (verilog-highlight-grouping-keywords): The toggle for special
14123         highlighting of grouping keywords.
14125 2008-03-10  Juri Linkov  <juri@jurta.org>
14127         * startup.el: Revert 2008-02-28 change that adds initial message
14128         to *scratch* buffer regardless of the value of
14129         `inhibit-startup-screen'.
14131 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
14133         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
14134         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
14135         * progmodes/verilog-mode.el (verilog-mode):
14136         * net/socks.el (socks):
14137         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
14139 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14141         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
14142         (doc-view-bookmark-make-record): Use them.
14143         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
14144         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
14146         * bookmark.el (bookmark-make-record-function): Change expected return
14147         value to include a suggested bookmark name.
14148         (bookmark-make): Split into bookmark-make-record and bookmark-store.
14149         Fix reversed `overwrite' semantics.
14150         (bookmark-set): Call bookmark-make-record before prompting the user.
14151         Then pass the result to bookmark-store later on.
14152         (bookmark-make-name-function): Remove.
14153         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
14154         * info.el (bookmark-make-name-function): Remove.
14155         (Info-mode): Don't set it.
14156         (Info-bookmark-make-name): Remove.
14157         (Info-bookmark-make-record): Use Info-current-node as suggested default
14158         bookmark name.
14160         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
14161         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
14162         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
14163         (bookmark-annotation-buffer, bookmark-annotation-file)
14164         (bookmark-annotation-point, bookmark-send-annotation)
14165         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
14166         (bookmark-edit-annotation-text-func): Rename from
14167         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
14168         (bookmark-edit-annotation-mode-map): Move initialization into
14169         declaration.
14171         * bookmark.el: Remove spurious * in docstrings.
14172         (bookmark-minibuffer-read-name-map): New var.
14173         (bookmark-set): Use it.  Also pass the default value as it should.
14174         (bookmark-send-edited-annotation): Take no chances with text properties.
14175         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
14176         (bookmark-insert-buffer-name): Remove.
14177         (bookmark-buffer-file-name): Signal an error rather than returning nil.
14179 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
14181         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
14183 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
14185         * diff-mode.el (diff-mode-menu): Add :help.
14187 2008-03-09  Glenn Morris  <rgm@gnu.org>
14189         * calendar/calendar.el (general-holidays, oriental-holidays)
14190         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
14191         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
14192         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
14193         (calendar-holidays): Restore autoload cookies, because people are
14194         used to using these variables without loading calendar.el.
14196         * calendar/cal-islam.el (diary-islamic-date): Move to end.
14197         (date, number): Declare where needed.
14199         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
14200         (list-sexp-diary-entries): Doc fixes.
14201         (diary-list-entries): Doc fix.  Remove free variable `entry'.
14202         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
14203         Simplify setting of `date-holiday-list'.
14204         (mark-diary-entries): Remove free variable `entry'.
14205         (diary-list-entries, include-other-diary-files, fancy-diary-display):
14206         Use let where let* is not needed.
14208 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14210         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
14211         make-record function, instead paste it in afterwards.
14212         (bookmark-make-record-for-text-file):
14213         * doc-view.el (doc-view-bookmark-make-record):
14214         * info.el (Info-bookmark-make-record): Don't mess with annotations.
14216 2008-03-08  Glenn Morris  <rgm@gnu.org>
14218         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
14220 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14222         * calendar/diary-lib.el (diary-list-entries)
14223         (include-other-diary-files, mark-diary-entries)
14224         (mark-sexp-diary-entries, mark-included-diary-files)
14225         (diary-entry-time, list-sexp-diary-entries): Remove the special
14226         handling of ^M that dates back to the use of selective-display.
14227         (simple-diary-display): Obey setting of pop-up-frames.
14228         (body, entry): Remove unnecessary declarations.
14230         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
14231         (bookmark-get-annotation, bookmark-set-annotation)
14232         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
14233         (bookmark-set-position, bookmark-get-front-context-string)
14234         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14235         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
14236         * info.el (Info-bookmark-make-record): Don't bother recording point.
14237         (bookmark-get-filename, bookmark-get-front-context-string)
14238         (bookmark-get-rear-context-string, bookmark-get-position):
14239         Don't declare any more.
14240         (bookmark-get-info-node): Remove.
14241         (bookmark-prop-get): Declare.
14242         (Info-bookmark-jump): Use it.
14244 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
14246         * subr.el (while-no-input): Don't splice BODY directly into the
14247         `or' form.
14249 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
14251         * diff-mode.el (diff-ignore-whitespace-hunk):
14252         Bind inhibit-read-only before trying to change the buffer.
14254 2008-03-08  Glenn Morris  <rgm@gnu.org>
14256         * calendar/appt.el (appt): Move custom group here from calendar.el.
14257         (appt-disp-window, appt-convert-time): Doc fixes.
14259         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
14260         (calendar-bahai-mark-date-pattern):
14261         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
14262         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
14263         * calendar/cal-julian.el (calendar-absolute-from-julian):
14264         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
14266         * calendar/cal-china.el (chinese-calendar): Move custom group here from
14267         calendar.el.
14268         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
14269         Make constants.
14270         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
14271         (chinese-calendar-daylight-savings-starts)
14272         (chinese-calendar-daylight-savings-ends)
14273         (chinese-calendar-daylight-savings-starts-time)
14274         (chinese-calendar-daylight-savings-ends-time)
14275         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
14276         Doc fixes.
14278         * calendar/cal-coptic.el (coptic-name): Add doc string.
14280         * calendar/cal-french.el (french-calendar-month-name-array)
14281         (french-calendar-day-name-array, french-calendar-special-days-array):
14282         Add doc strings.
14284         * calendar/cal-bahai.el (diary-bahai-mark-entries)
14285         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
14286         (diary-bahai-insert-yearly-entry):
14287         * calendar/cal-dst.el (calendar-next-time-zone-transition)
14288         (calendar-time-zone):
14289         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
14290         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
14291         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
14292         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
14293         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
14294         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
14295         (list-islamic-diary-entries, mark-islamic-diary-entries)
14296         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
14297         (insert-yearly-islamic-diary-entry):
14298         * calendar/cal-iso.el (calendar-iso-read-args):
14299         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14300         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
14301         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
14302         (calendar-next-calendar-round-date)
14303         (calendar-mayan-long-count-common-era):
14304         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
14305         (cal-menu-x-popup-menu, calendar-mouse-holidays)
14306         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
14307         (calendar-mouse-goto-date):
14308         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
14309         * calendar/holidays.el (holidays):
14310         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
14311         * calendar/time-date.el (date-to-time, time-subtract, time-add)
14312         (safe-date-to-time): Doc fixes.
14314         * calendar/cal-persia.el (persian-calendar-month-name-array)
14315         (persian-calendar-epoch): Make constants.
14317         * calendar/cal-tex.el (calendar-tex): Move custom group here from
14318         calendar.el.
14320         * calendar/cal-x.el (diary-frame-parameters)
14321         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
14322         (calendar-after-frame-setup-hooks): Make defcustoms.
14323         (calendar-one-frame-setup, calendar-only-one-frame-setup)
14324         (calendar-two-frame-setup): Doc fix.
14326         * calendar/cal-loaddefs.el: New file.
14328         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14329         * calendar/cal-french.el, calendar/cal-html.el:
14330         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14331         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14332         * calendar/cal-tex.el, calendar/cal-x.el:
14333         Unquote lambda functions.  Add autoload cookies to functions formerly
14334         autoloaded in calendar.el.  Set `generated-autoload-file' to
14335         "cal-loaddefs.el".
14337         * calendar/calendar.el: Move many autoloads to separate file,
14338         cal-loaddefs.el.  Move defcustoms to start and re-order.
14339         (calendar-month-name-array, calendar-starred-day): No need to
14340         declare for compiler.
14341         (cal-loaddefs): Require it.
14342         (appt, chinese-calendar, calendar-tex): Move custom groups to the
14343         appropriate file.
14344         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
14345         Reverse logic.
14346         (diary-face, diary-file-name-prefix-function, diary-include-string)
14347         (diary-glob-file-regexp-prefix, diary-face-attrs)
14348         (diary-file-name-prefix, sexp-diary-entry-symbol)
14349         (print-diary-entries-hook, list-diary-entries-hook)
14350         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14351         (nongregorian-diary-marking-hook, diary-list-include-blanks):
14352         Move to diary-lib.
14353         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14354         (all-bahai-calendar-holidays): Doc fix.
14355         (calendar-insert-indented): Doc fix.  Use when rather than if.
14356         (exit-calendar): Use mapc rather than mapcar.
14357         (calendar-cursor-to-date): Use zerop.
14358         (calendar-mark-ring): Add doc-string.
14359         (calendar-starred-day): Defvar it.
14360         (calendar-mode): Make calendar-starred-day local.
14361         (calendar-star-date): No need to make calendar-starred-day local.
14363         * calendar/diary-lib.el: Move defcustoms to start.
14364         (diary-include-string, diary-list-include-blanks)
14365         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
14366         (diary-file-name-prefix, diary-file-name-prefix-function)
14367         (sexp-diary-entry-symbol, list-diary-entries-hook)
14368         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
14369         (nongregorian-diary-marking-hook, print-diary-entries-hook):
14370         Move here from calendar.el.
14371         (diary-file-name-prefix-function): Use 'identity.
14372         (diary-face): Make it a defcustom, and mark as obsolete.
14373         (top-level): No need to require cal-hebrew, cal-islam when compiling.
14374         (calendar-hebrew-month-name-array-leap-year)
14375         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
14376         Define for compiler.
14377         (diary-font-lock-keywords): Use format rather than concat.
14378         Add bahai-diary-entry-symbol.
14380         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
14381         * calendar/solar.el: Unquote lambda functions.
14383         * calendar/solar.el (calendar-location-name, calendar-latitude)
14384         (calendar-longitude, solar-setup, solar-sin-degrees)
14385         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
14386         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
14387         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
14388         (solar-exact-local-noon, solar-julian-ut-centuries)
14389         (solar-ephemeris-time, solar-date-next-longitude)
14390         (solar-horizontal-coordinates, solar-equatorial-coordinates)
14391         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
14392         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
14393         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
14394         Doc fixes.
14395         (solar-horizontal-coordinates, solar-equatorial-coordinates)
14396         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
14397         (solar-ecliptic-coordinates): Use unless.
14398         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
14399         Use or.
14401         * calendar/timeclock.el: Add doc-strings to all functions.
14402         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
14403         (timeclock-entry-list-length, timeclock-entry-list-projects)
14404         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
14406         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
14408         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
14409         (org-get-entries-from-diary): Require diary-lib.
14411 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
14413         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
14414         Pacify byte-compiler.
14416 2008-03-07  Alan Mackenzie  <acm@muc.de>
14418         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
14419         paren/bracket pairs parsed, to solve performance problem.
14421 2008-03-07  Bastien Guerry  <bzg@altern.org>
14423         * bookmark.el (bookmark-set): Don't check for
14424         `bookmark-make-name-function' since `bookmark-buffer-file-name'
14425         already takes care of this.
14426         (bookmark-buffer-name, bookmark-buffer-file-name):
14427         Remove Info-mode specific code.
14429         * info.el (bookmark-get-info-node): Define this function in
14430         info.el, not in bookmark.el.
14431         (Info-mode): Set `bookmark-make-name-function' to
14432         `Info-bookmark-make-name' locally.
14433         (Info-bookmark-make-name): New function.
14435         * bookmark.el (bookmark-make-name-function): New variable.
14437 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14439         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
14440         buffer-local, not `bookmark-make-cell-function' (the old name).
14442 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
14444         * doc-view.el (doc-view-bookmark-make-record):
14445         * image-mode.el (image-bookmark-make-record):
14446         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
14448 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
14450         * vc.el (vc-status-menu-map-filter): Return orig-binding if
14451         boundp 'vc-ignore-menu-filter.
14452         (vc-status-tool-bar-map): Make it defvar.
14453         (vc-status-mode): vc-status-tool-bar-map now variable.
14454         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
14456 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
14458         Give a better name to part of the bookmark interface.
14460         This was originally a much larger change, but halfway through I
14461         updated and discovered that Stefan Monnier had done the rest.
14462         It looks like he anticipated the new name too, because he used
14463         `the-record' instead of `the-cell' for some internal variable names.
14465         * bookmark.el (bookmark-make-record-function): Was
14466         `bookmark-make-cell-function'.
14467         (bookmark-make, bookmark-send-annotation): Update for above.
14468         (bookmark-make-record-for-text-file):
14469         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
14471         * info.el: Adjust accordingly.
14472         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
14474         * image-mode.el: Adjust accordingly.
14475         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
14477         * doc-view.el: Adjust accordingly.
14478         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
14480 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14482         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
14483         Move initialization into declaration.
14484         (bookmark-get-info-node, bookmark-set-info-node): Remove.
14485         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
14486         (bookmark-info-current-node): Remove.
14487         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
14488         Add relocation fallback.  Set bookmark-current-bookmark.
14489         (bookmark-default-handler): Rename from bookmark-jump-noselect.
14490         Remove relocation fallback.  Don't set bookmark-current-bookmark.
14491         (bookmark-set): Let it be used even if there's no buffer-file-name
14492         as long as there is a bookmark-make-cell-function.
14493         * info.el (Info-bookmark-jump): Remove relocation fallback.
14494         Don't set bookmark-current-bookmark.
14496 2008-03-07  Glenn Morris  <rgm@gnu.org>
14498         * calendar/appt.el (appt-issue-message)
14499         (appt-message-warning-time, appt-audible, appt-visible)
14500         (appt-msg-window, appt-display-mode-line, appt-display-duration)
14501         (appt-display-diary): Remove autoload cookies.
14503         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
14504         Remove leading `*' from defcustom doc-strings.
14506         * calendar/cal-dst.el (calendar-dst): New custom group.
14507         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
14508         (calendar-time-zone, calendar-daylight-time-offset)
14509         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14510         (calendar-daylight-savings-starts-time)
14511         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
14512         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
14513         Move to start.
14515         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
14517         * calendar/calendar.el (calendar-version): Use emacs-version and
14518         make it obsolete.  Move to end.
14519         (calendar-offset, view-diary-entries-initially)
14520         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
14521         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
14522         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14523         (all-bahai-calendar-holidays, calendar-load-hook)
14524         (initial-calendar-window-hook, today-visible-calendar-hook)
14525         (today-invisible-calendar-hook, calendar-move-hook)
14526         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
14527         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
14528         (diary-include-string, sexp-diary-entry-symbol)
14529         (abbreviated-calendar-year, american-date-diary-pattern)
14530         (european-date-diary-pattern, european-calendar-display-form)
14531         (american-calendar-display-form, print-diary-entries-hook)
14532         (list-diary-entries-hook, diary-hook, diary-display-hook)
14533         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14534         (nongregorian-diary-marking-hook, diary-list-include-blanks)
14535         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
14536         (local-holidays, other-holidays, hebrew-holidays-1)
14537         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14538         (hebrew-holidays, christian-holidays, islamic-holidays)
14539         (bahai-holidays, solar-holidays, calendar-setup)
14540         (calendar-week-start-day): Remove autoload cookies.
14541         (diary-glob-file-regexp-prefix): Doc fix.
14542         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
14543         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
14544         (calendar-week-start-day, calendar-debug-sexp): Move to start.
14546         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
14547         (calendar-time-display-form, calendar-latitude)
14548         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
14549         cookies.
14550         (calendar-latitude, calendar-longitude): Move functions after
14551         variables.
14552         (diary-sabbath-candles-minutes): Move to start.
14553         (solar-setup): Use or rather than if.
14554         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
14555         Remove condition-case.
14556         (solar-atn2): Use zerop.
14557         (solar-equinoxes-solstices): Doc fix.
14559         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
14560         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
14562         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
14563         (calendar-longitude, calendar-latitude, calendar-location-name):
14564         Declare for compiler.
14566 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14568         * arc-mode.el (archive-ar-file-header-re): New const.
14569         (archive-ar-summarize, archive-ar-extract): New funs.
14570         (archive-find-type): Recognize ar archives.
14572         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
14573         New functions.
14575         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
14577 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
14579         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14580         Replace :enable (mark-active) with :enable mark-active.
14582 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
14584         * vms-patch.el (make-legal-file-name): New obsolete alias.
14585         (make-valid-file-name): Rename from `make-legal-file-name'.
14586         (make-auto-save-file-name): Use it.
14588         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
14589         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
14590         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
14592         * textmodes/org.el (org-export-html-style): Doc fix.
14593         (org-get-legal-level): New obsolete alias.
14594         (org-get-valid-level): Rename from `org-get-legal-level'.
14595         (org-promote, org-demote, org-archive-subtree)
14596         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
14598 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
14600         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
14602         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
14603         (vc-status-toggle-mark): New functions.
14604         (vc-status-mode): Set tool bar map.
14606 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
14608         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
14609         Reported by Drew Adams <drew.adams@oracle.com>.
14611 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
14613         * subr.el (read-quoted-char): Resolve modifiers of the character
14614         event.
14616         * comint.el (comint-exec-1): Don't change the coding-system for
14617         decoding to dos-like EOL.
14618         (comint-carriage-motion): Fully rewrite.
14620 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
14622         * epg.el (epg-context-include-certs): Reflow docstring.
14623         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
14624         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
14625         (epg-context-set-signers, epg-context-set-sig-notations)
14626         (epg-make-import-status, epg-make-import-result)
14627         (epg-start-delete-keys): Fix typos in docstrings.
14628         (epg-start-sign-keys, epg-sign-keys):
14629         Fix typos in obsolescence declarations.
14631         * iswitchb.el: Don't check for `cadr' and `last'.
14632         (iswitchb-define-mode-map, iswitchb-default-keybindings):
14633         Add obsolescence declaration and remove redundant info from docstring.
14634         (iswitchb-set-common-completion, iswitchb-set-matches)
14635         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
14636         (recentf-list, most-len, most-is-exact):
14637         Don't wrap defvars within `eval-when-compile'.
14639 2008-03-05  Glenn Morris  <rgm@gnu.org>
14641         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14642         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14643         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
14644         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
14645         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
14647         * ediff-hook.el (ediff-window-setup-function): Don't autoload
14648         declaration for compiler.
14649         (ediff-xemacs-init-menus): Use when rather than if.
14651         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
14652         if+and to just and.
14653         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
14654         (ediff-delete-overlay): Move the XEmacs test inside the definition.
14656         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
14658         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
14659         test inside XEmacs test.
14660         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
14661         since it was doing nothing on Emacs.
14662         (ediff-make-bullet-proof-overlay): Use when rather than if.
14664         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
14665         (ediff-setup-control-frame): Remove
14666         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
14667         a (featurep 'xemacs) test.
14669 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
14671         * calc/calc-ext.el (calc-extended-command-history): New variable.
14672         (calc-execute-extended-command): Use `calc-extended-command-history'.
14674 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
14676         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
14677         (standard-mode-line-position): Add mouse-face.
14679         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
14680         * progmodes/grep.el (grep-mode-map): Add :help.
14682         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
14683         initialize in one step.  Add :help.  Use :enable to activate menu
14684         items.  Show the key binding for edebug-defun.
14685         (lisp-interaction-mode-map): Add a menu.
14687         * term.el (term-mode-map): Define and initialize in one step.
14689         * ediff-init.el (ediff-color-display-p): Simplify.
14690         (Xor): Remove unused function.
14691         (ediff-with-syntax-table): Simplify for Emacs.
14693         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
14694         menu-bar being loaded, it always is.
14696 2008-03-05  Glenn Morris  <rgm@gnu.org>
14698         * textmodes/tex-mode.el (tex-mode): Suppress warning about
14699         multiple definitions when compiling.
14701 2008-03-04  Alan Mackenzie  <acm@muc.de>
14703         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
14705         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
14706         doc-string, "c-old-LEN" -> "c-old-END".
14708 2008-03-04  Jason Rumney  <jasonr@gnu.org>
14710         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
14711         namespaces.
14713 2008-03-04  Glenn Morris  <rgm@gnu.org>
14715         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
14717         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
14718         than mapcar.
14720 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14722         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
14723         (byte-compile-nilconstp): Can't use recursion in a defsubst.
14725         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
14726         so that M-q can fill comments.
14727         (tex-executable-exists-p, tex-compile): Extend with special syntax for
14728         commands implemented in elisp.
14729         (tex-compile-commands): Add an entry to use doc-view for pdf files.
14730         (tex-format-cmd): New function.
14731         (tex-compile): Use it to let the user specify default arguments.
14732         (tex-cmd-bibtex-args): New var.
14733         (tex-cmd-doc-view): New function.
14735 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
14737         * faces.el (face-spec-set): Fix typos in docstring.
14739 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
14741         * bindings.el (mode-line-column-line-number-mode-map): New variable.
14742         (standard-mode-line-position): Use it to add a menu for toggling
14743         column number and line number display.
14745 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14747         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14748         Remove optimization that was working around the form-code-walker bug.
14750         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14751         Walk into the body of lambdas after byte-compile-unfold-lambda.
14753 2008-03-03  Glenn Morris  <rgm@gnu.org>
14755         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
14756         value, if set, over frame value.
14758         * simple.el (transient-mark-mode): Don't turn on by default.
14760         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
14761         accidentally removed by the 2007-12-05 merge from Gnus.
14763 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
14765         * progmodes/compile.el (compilation-menu-map): Add menu entries
14766         for useful options.
14768 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
14769             Glenn Morris  <rgm@gnu.org>
14771         * emacs-lisp/bytecomp.el (byte-recompile-directory)
14772         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
14773         Give a `bytecomp-' prefix to local variables with common names.
14775 2008-03-01  Glenn Morris  <rgm@gnu.org>
14777         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14778         Restore code commented out 2007-11-10.
14780         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
14782         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14783         Delete macro.
14784         * emulation/viper-cmd.el, emulation/viper-ex.el:
14785         * emulation/viper-init.el, emulation/viper-keym.el:
14786         * emulation/viper-mous.el, emulation/viper-util.el:
14787         * emulation/viper.el:
14788         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
14789         featurep test.
14791         Replace obsolete frame-local variables with frame-parameters.
14792         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
14793         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
14794         (viper-vi-state-cursor-color): Only call make-variable-frame-local
14795         on XEmacs.
14796         * emulation/viper-util.el (viper-frame-value): New macro.
14797         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14798         (viper-R-state-post-command-sentinel)
14799         (viper-replace-state-post-command-sentinel)
14800         (viper-change-state-to-insert, viper-change-state-to-emacs):
14801         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
14802         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
14803         (viper-get-saved-cursor-color-in-insert-mode)
14804         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
14805         Use viper-frame-value for viper-replace-overlay-cursor-color,
14806         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
14807         viper-vi-state-cursor-color values.
14809         * emulation/viper-cmd.el (zmacs-region-stays):
14810         * emulation/viper-util.el (zmacs-region-stays): No need to define
14811         for compiler.
14813         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
14814         mapcar on Emacs.
14816         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
14817         on XEmacs.
14819         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
14820         rather than if.
14822 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14824         * whitespace.el: New version 9.3.  As the glyph code generation was
14825         fixed, it is possible now to use character code above ?\x1FFFF in the
14826         display table.  Fix `whitespace-indentation-regexp' to not include an
14827         extra ending character.  Reported by Michael Welsh Duggan
14828         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
14829         the original whitespace package had.  Suggested by Eric Cooper
14830         <ecc@cmu.edu>.  Doc fix.
14831         (whitespace-action): New option.
14832         (whitespace-display-mappings): Changed default newline visualization to
14833         display downwards arrow, as the glyph code generation was fixed.
14834         (whitespace-unload-function): Assure that all local whitespace mode is
14835         turned off.
14836         (whitespace-global-modes): Fix type customization.
14837         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
14838         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
14839         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
14840         Fix code.
14841         (whitespace-buffer): Command removed.
14842         (whitespace-trailing-regexp, whitespace-mark-x)
14843         (whitespace-display-window, whitespace-action-when-on)
14844         (whitespace-add-local-hook, whitespace-remove-local-hook)
14845         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
14846         (whitespace-action): New funs.
14847         (whitespace-report-list, whitespace-report-text)
14848         (whitespace-report-buffer-name): New consts.
14849         (whitespace-report, whitespace-report-region): New commands.
14851 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14853         * disp-table.el (make-glyph-code): Don't test the result of
14854         `face-id', which already signals an error for invalid faces.
14855         (glyph-face): Simplify.
14857         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
14858         running `desktop-not-loaded-hook' to allow modifying it.
14859         Don't show warning message if `desktop-dirname' was modified.
14861 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14863         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
14864         we still expect more lines.
14866         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
14867         comment-paragraph filling if the commark doesn't match
14868         comment-start-skip.
14870 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
14872         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
14873         the `imap' variant.
14875 2008-03-01  Jason Rumney  <jasonr@gnu.org>
14877         * files.el (make-auto-save-file-name): Encode more characters in
14878         non-file buffer names.  Use url-encoding.
14880 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14882         * net/net-utils.el (ftp-program): Fix typo in docstring.
14883         (ifconfig-program-options, netstat-program-options)
14884         (arp-program-options, route-program-options, nslookup-program-options)
14885         (ftp-program-options, smbclient-program-options)
14886         (dns-lookup-program-options, arp, route): Doc fixes.
14888         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
14889         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
14890         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
14891         Fix typos in docstrings.
14892         (gdb-pending-triggers): Reflow docstring.
14893         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
14895 2008-03-01  Alan Mackenzie  <acm@muc.de>
14897         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
14898         typing "#" at EOB.
14900 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
14902         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
14904 2008-02-29  Kim F. Storm  <storm@cua.dk>
14906         * emulation/cua-base.el (cua-remap-control-v)
14907         (cua-remap-control-z): New defcustoms.
14908         (cua-mode): Add them to set-after property.
14909         (cua--init-keymaps): Use them.
14910         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
14912         * help.el (view-emacs-todo): Rename from view-todo.
14913         (describe-gnu-project): Rename from describe-project.  Users changed.
14914         (view-help-file): New helper function.
14915         (describe-distribution, describe-copying, describe-gnu-project)
14916         (view-todo, view-order-manuals, view-emacs-problems): Use it.
14917         (view-emacs-debugging, view-external-packages): New commands.
14918         (help-map): Move describe-distribution to C-h C-o (ordering).
14919         Move view-emacs-problems to C-h C-p (problems).
14920         Bind view-emacs-debugging to C-h C-d (debugging).
14921         Bind view-external-packages to C-h C-e (extras).
14922         (help-for-help-internal): Cleanup and align descriptions.
14923         Remove command names to reduce clutter.
14925 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
14927         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
14928         and quieter face (not a warning).
14930 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
14932         * vc.el (vc-status-crt-marked): New variable.
14933         (vc-status-mode): Make it local.
14934         (vc-status-refresh): Use it to save the marked files.
14935         (vc-update-vc-status-buffer): Use it to restore the marked files.
14937         * vc-svn.el (vc-svn-after-dir-status):
14938         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
14940 2008-02-29  Glenn Morris  <rgm@gnu.org>
14942         * allout.el (allout-topic-encryption-bullet)
14943         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
14944         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
14945         from 22.0 to 22.1.
14947         * net/imap.el (imap-ping-server):
14948         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
14949         Change defcustom :version from 23.0 to 23.1.
14951 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
14953         * desktop.el (desktop-save): Save the buffer name if the
14954         uniquified base name is empty.
14956 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
14958         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
14959         correctly when user has "set print address off".
14961 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
14963         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
14964         version number of the next major Emacs release, not 23.0.
14966         * longlines.el (longlines-unload-function): New function.
14968 2008-02-28  Juri Linkov  <juri@jurta.org>
14970         * startup.el (normal-splash-screen): Add argument `concise'.
14971         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
14972         to the created buffer.  If `concise' is non-nil, call
14973         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
14974         (display-startup-screen): Add argument `concise' to the call to
14975         `normal-splash-screen'.
14977 2008-02-28  Kim F. Storm  <storm@cua.dk>
14979         * startup.el (startup-echo-area-message): Check for about-emacs.
14981 2008-02-28  Juri Linkov  <juri@jurta.org>
14983         * startup.el: Always add initial message to *scratch* buffer if
14984         `initial-scratch-message' is non-nil regardless of the value of
14985         `inhibit-startup-screen'.
14986         (inhibit-startup-screen, initial-scratch-message): Doc fix.
14987         (command-line-1): Move code that inserts `initial-scratch-message'
14988         up before the if-form that checks for `inhibit-startup-screen'.
14989         Suggested by Jonathan Rockway <jon@jrock.us>.
14991 2008-02-28  Juri Linkov  <juri@jurta.org>
14993         * cus-edit.el (custom-mode-map, custom-mode-link-map):
14994         Rename `custom-mode' to `Custom-mode' in docstrings.
14995         (custom-buffer-create-internal, customize-browse):
14996         Rename `custom-mode' to `Custom-mode'.
14997         (custom-mode-hook): Rename to `Custom-mode-hook'.
14998         (Custom-mode-hook): Renamed from `custom-mode-hook'.
14999         (custom-mode): Rename to `Custom-mode'.
15000         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
15001         (custom-mode): Add backward-compatible non-interactive variant of
15002         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
15003         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
15005         * info-look.el: Rename `custom-mode' to `Custom-mode'.
15007         * emulation/viper.el (viper-emacs-state-mode-list):
15008         Rename `custom-mode' to `Custom-mode'.
15010         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
15011         Capitalize "Tagged Files".
15012         (minibuffer-local-map): Add menu items for next/previous
15013         history elements and isearch history forward/backward.
15015         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
15016         `hs-isearch-open' with t instead of `comment' in :selected
15017         for "Code and Comment blocks" menu item.
15019 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15021         * uniquify.el (uniquify-buffer-base-name): Undo last change.
15022         Should be done in desktop.el instead.
15024 2008-02-28  Glenn Morris  <rgm@gnu.org>
15026         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
15028         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
15030         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
15031         (Info-menu, Info-goto-node): Remove declarations.
15032         (report-emacs-bug-info): Use info rather than Info-goto-node.
15034         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
15035         (idlwave-convert-xml-system-routine-info): Don't require xml.
15036         (idlwave-show-commentary, idlwave-shell-show-commentary):
15037         Don't require finder.
15038         (idlwave-info): Don't require info.  Use info rather than
15039         Info-goto-node.
15041         * textmodes/org.el (Info-goto-node): Remove declaration.
15042         (org-info): Use info rather than Info-goto-node.
15044         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
15045         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
15047 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
15049         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
15050         the menu.
15052         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
15053         (vc-finish-logentry): Check for vc-status-mode, not only for
15054         vc-dired-mode.
15056 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
15058         * isearch.el (isearch-printing-char): Don't check
15059         keyboard-coding-system.
15060         Call isearch-process-search-multibyte-characters only when
15061         current-input-method is non-nil.
15063 2008-02-27  Kim F. Storm  <storm@cua.dk>
15065         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
15066         (glyph-char, glyph-face): Handle cons encoding.
15068 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
15070         * uniquify.el (uniquify-buffer-base-name): If the base name is an
15071         empty string, return nil to allow the caller to default to the
15072         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
15074         * tool-bar.el (tool-bar-setup): Doc fix.
15076         * mail/supercite.el (sc-describe):
15077         Fix typos in obsolescence declaration.
15079 2008-02-27  Glenn Morris  <rgm@gnu.org>
15081         * autoinsert.el (auto-insert-alist): Change permission text to
15082         match FSF's GPLv3 form.
15084         * mail/supercite.el (sc-cite-original): Doc fix.
15085         (sc-version): Make obsolete.
15086         (sc-describe): Show the SC info page.  Make obsolete.
15088 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15090         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
15091         when using transient-mark-mode.
15092         (default-indicate-unused-lines): Remove unused var.
15094 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
15096         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
15097         and previous.
15099         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
15101 2008-02-26  Glenn Morris  <rgm@gnu.org>
15103         * net/net-utils.el (top-level): Don't require comint when compiling.
15104         (nslookup-font-lock-keywords): Don't require font-lock.
15105         Use font-lock faces rather than variables.
15106         (nslookup, ftp, smbclient, network-service-connection):
15107         Don't require comint.
15108         (comint-prompt-regexp, comint-input-autoexpand)
15109         (comint-input-ring): Declare for compiler.
15110         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
15111         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
15113         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
15114         doc-string.
15116 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15118         * doc-view.el (doc-view-current-page): Add a `win' argument.
15120 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15122         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
15123         Demote it to plain defvar.
15124         (doc-view-conversion-refresh-interval): Reduce interval.
15125         (doc-view-goto-page): Allow moving to pages not yet rendered.
15126         (doc-view-goto-page): Construct a file name rather than extracting it
15127         from doc-view-current-files.
15128         (doc-view-kill-proc): Ignore errors from kill-process.
15129         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
15130         (doc-view-insert-image): Use appropriate text if the page hasn't been
15131         rendered yet.  Adjust scrolling so the text is displayed.
15132         (doc-view-display): Detect not just that a page is available, but also
15133         that it wasn't available before, so as to avoid refreshing all pages
15134         repeatedly.
15135         (doc-view-mode): Make doc-view-cache-directory if needed.
15137 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15139         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
15140         toggle-read-only.
15142         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
15143         refering to a missing required field with the OPT prefix.
15144         Make unwindform more robust.
15146         * textmodes/bibtex.el: Remove support for hideshow minor mode as
15147         it duplicates the bibtex support in progmodes/hideshow.el.
15148         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
15149         entries that do not start at the beginning of a line.
15151 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
15153         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
15155 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
15157         * help-fns.el (describe-variable): Add phrases about
15158         initialization file with and without customization;
15159         use new button type help-info-variable.
15161         * help-mode.el (help-info-variable):
15162         New button able to read Info files for help-fns.el.
15164 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
15166         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
15167         (grep-mode): Use grep-mode-tool-bar-map.
15169         * progmodes/compile.el (tool-bar): Require tool-bar.
15170         (compilation-mode-tool-bar-map): New variable.
15171         (compilation-mode): Use compilation-mode-tool-bar-map.
15173         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
15175 2008-02-25  Glenn Morris  <rgm@gnu.org>
15177         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
15179 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15181         * diff-mode.el (diff-file-junk-re): New const.
15182         (diff-beginning-of-file-and-junk): Use it.
15183         (diff-file-kill): Make sure we were really inside a file diff.
15185         * diff-mode.el: Make it more robust in the presence of empty context
15186         lines in unified hunks.
15187         (diff-valid-unified-empty-line): New var.
15188         (diff-unified->context, diff-sanity-check-hunk): Obey it.
15189         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
15190         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
15191         (diff-hunk-header-re-unified): New const.
15192         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
15193         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
15194         (diff-sanity-check-hunk): Use it.
15196         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
15197         Index: line, don't search backward for the previous one.
15199 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
15201         * international/fontset.el (setup-default-fontset): Add non-OTF
15202         lao font for lao script.
15204         * language/tibetan.el: Register tibetan-composition-function in
15205         composition-function-table.
15207         * language/tibet-util.el (tibetan-composition-function):
15208         Adjust for the new calling way (argument changed).  Try font-shape-text
15209         if possible.
15211         * language/lao.el: Register lao-composition-function in
15212         composition-function-table.
15214         * language/lao-util.el (lao-composition-function): Adjust for the new
15215         calling way (argument changed).  Try font-shape-text if possible.
15217 2008-02-25  Jason Rumney  <jasonr@gnu.org>
15219         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
15221 2008-02-25  Juri Linkov  <juri@jurta.org>
15223         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
15224         background, "red4" for a dark background, "red" for 16 and
15225         8 colors, "grey" for grayscale, and inverse video otherwise.
15226         Add :version tag.
15227         (isearch-message): Keep the original isearch-message intact, and
15228         add text properties to it where necessary.  Add `isearch-error' to
15229         the condition that checks if isearch is unsuccessful.
15231 2008-02-24  Juri Linkov  <juri@jurta.org>
15233         * progmodes/compile.el (compilation-handle-exit):
15234         Use compilation-error face instead of font-lock-warning-face.
15235         Display the same message in the minibuffer as is inserted
15236         at the end of the compilation buffer.
15238 2008-02-24  Glenn Morris  <rgm@gnu.org>
15240         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
15241         multiple file case.
15243         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
15245         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
15246         multiple file case.  Use a single `let' rather than two.
15248 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
15250         * progmodes/compile.el (compilation-start): Specify a face for
15251         mode-line-process.
15252         (compilation-handle-exit): Specify a face and a tooltip for
15253         mode-line-process.
15255 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15257         * hilit-chg.el: Remove spurious * in defcustom docstrings.
15258         (hilit-chg-make-ov): Simplify.
15259         (hilit-chg-fixup): Use remove-overlays.
15260         (hilit-chg-set-face-on-change): Remove redundant call to
15261         `remove-text-properties'.
15263         * dired.el (dired-mark-prompt): Don't count/display the t element.
15264         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
15266 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
15268         * progmodes/verilog-mode.el (eval-when-compile): Don't define
15269         add-submenu.
15270         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
15271         Remove.  Move contents to the only use ...
15272         (verilog-menu): ... here.
15273         (verilog-statement-menu): Remove.  Move contents to the only use ...
15274         (verilog-stmt-menu): ... here.
15275         (verilog-mark-defun): Simply call mark-defun for emacs.
15276         (occur-pos-list): Declare for byte compiler.
15277         (mode-popup-menu): Don't defvar.
15278         (verilog-add-statement-menu): Remove.
15279         (verilog-mode-hook): Don't add verilog-add-statement-menu.
15280         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
15282 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
15284         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
15285         conditional.
15286         (verilog-font-grouping-keywords-face): Make the begin..end
15287         keywords standout more than other verilog keywords.
15288         (verilog-type-font-keywords): Move the begin..end out of this list
15289         to facilitate making them to (potentially) stand out more.
15290         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
15291         function & task blocks.
15292         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
15293         initial, function & task blocks.
15294         (verilog-forward-sexp): Handle the new "disable fork" statement of
15295         IEEE-1800 Verilog.
15296         (verilog-beg-block-re-ordered): Handle the new "disable fork"
15297         statement of IEEE-1800 Verilog.
15298         (verilog-calc-1): Handle the new "disable fork" statement of
15299         IEEE-1800 Verilog.
15300         (verilog-disable-fork-re): Add const to help handle the new
15301         "disable fork" statement of IEEE-1800 Verilog.
15302         (verilog-declaration-core-re): Add port directions by themselves,
15303         with no qualification, as base item of a declaration.
15304         (verilog-pretty-declarations): Add new flag to ask it to refrain
15305         from printing to the message buffer.
15306         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
15307         printing to the message buffer.  Improve handling of the many
15308         types of expression line up.
15309         (verilog-just-one-space): Remove printing of an empty message.
15310         (verilog-get-lineup-indent): Rework to support the better handling
15311         of expression lineup for verilog-pretty-expr.
15312         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15314 2008-02-24  Alan Mackenzie  <acm@muc.de>
15316         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
15317         yesterday's commit.
15319 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
15321         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
15322         to mouse-set-point in buffers that aren't associated with files.
15324         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
15326 2008-02-24  Alan Mackenzie  <acm@muc.de>
15328         Set of changes so that "obtrusive" syntactic elements in a
15329         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
15330         unmatched paren) don't interact syntactically with stuff outside
15331         the CPP line.
15333         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
15334         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
15335         off-by-one bug.
15336         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
15337         a bit of refactoring.
15338         (c-awk-extend-and-syntax-tablify-region): Takes some of the
15339         functionality of c-awk-advise-fl-for-awk-region, which has been
15340         refactored away.
15342         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
15343         (c-clear-char-property-with-value): New function and macro which
15344         remove text-properties `equal' to a supplied value.
15346         * progmodes/cc-engine.el: Comment about text properties amended.
15348         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
15349         parens around "error\\|warning".
15351         * progmodes/cc-langs.el (c-get-state-before-change-function)
15352         (c-before-font-lock-function, c-anchored-cpp-prefix):
15353         New language variables.
15354         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
15356         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
15357         syntax-table text properties.
15358         (c-common-init): Call language specific before/after-change
15359         functions at mode initialisation.
15360         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
15361         (c-extend-region-for-CPP, c-neutralize-CPP-line)
15362         (c-neutralize-syntax-in-CPP): New functions.
15363         (c-before-change, c-after-change): Call the new language specific
15364         change functions defined in cc-langs.el.
15365         (c-advise-fl-for-region): New macro.
15366         (awk-mode): Remove AWK specific stuff which has been refactored
15367         into language independent stuff.
15369 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
15371         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
15372         (gdb): (Re)set gdb-flush-pending-output to nil here...
15373         (gdb-init-1): ...instead of here (before gdb-prompt).
15375 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15377         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
15378         Recognize ''' just like any other char-constant.
15380 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15382         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
15383         careful enough.  Detect the uid-change all within the main loop.
15385 2008-02-24  Stefan Monnier  <monnier@pastel.home>
15387         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
15389 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15391         * hilit-chg.el (highlight-save-buffer-state): New macro.
15392         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
15393         (hilit-chg-clear): Use it to preserve the modified-p flag.
15394         (highlight-changes-rotate-faces): Don't mess with the undo-list.
15396 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15398         * font-lock.el (font-lock-set-defaults): Unset previously set variables
15399         when needed.
15401 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
15403         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
15404         from gnus-button-url-regexp.
15406 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
15408         * progmodes/compile.el (compilation-next-error): Doc fix.
15409         (compilation-find-file): Doc fix.
15411 2008-02-24  Glenn Morris  <rgm@gnu.org>
15413         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
15414         Add obsolete aliases to the old names.
15416 2008-02-24  Richard Stallman  <rms@gnu.org>
15418         * net/net-utils.el (ifconfig): Rename from ipconfig.
15419         (ipconfig): Alias to ifconfig.
15420         (ifconfig-program): Rename from ipconfig-program.
15421         (ifconfig-program-options): Rename from ipconfig-program-options.
15423 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
15425         * progmodes/verilog-mode.el (verilog-declaration-core-re):
15426         Add port directions by themselves, with no qualification, as base
15427         item of a declaration.
15428         (verilog-pretty-declarations): Add new flag that inhibits printing
15429         to the message buffer.
15430         (verilog-pretty-expr): Add new flag that inhibits printing to the
15431         message buffer.  Improve handling of the many types of expression
15432         line up.
15433         (verilog-just-one-space): Don't print an empty message.
15434         (verilog-get-lineup-indent): Rework to support the better handling
15435         of expression lineup for verilog-pretty-expr.
15436         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15437         (verilog-mode-version, verilog-mode-release-date): Update.
15439 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15441         * subr.el (cancel-change-group): Don't move point.
15443 2008-02-23  Markus Triska  <markus.triska@gmx.at>
15445         * linum.el (linum-after-config): Update all visible windows.
15447 2008-02-23  Glenn Morris  <rgm@gnu.org>
15449         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
15450         Add :help for Solitaire and Tetris.
15452         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
15454         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
15455         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
15456         (smtpmail-queue-index-file): Make it a defcustom.
15457         (smtpmail-queue-index): Delete.
15458         (smtpmail-send-it, smtpmail-send-queued-mail):
15459         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
15460         smtpmail-queue-index.
15462         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15463         Add :version.
15465 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
15467         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15468         New variables.
15469         (iwconfig): New function.
15471 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
15473         * vc.el (vc-find-revision): Make vc-parent-buffer local before
15474         setting it.
15475         (vc-status-menu-map): Do not define using easy-menu.
15476         (vc-status-menu-map): New defalias.
15477         (vc-status-mode-map): Hook up the menu.
15478         (top-level): Update TODO.
15480         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
15482         * vc-bzr.el (vc-bzr-init-version): Rename to ...
15483         (vc-bzr-init-revision): ... this.
15485 2008-02-23  Jason Rumney  <jasonr@gnu.org>
15487         * makefile.w32-in (WINS_ALMOST): Remove term.
15488         (WINS): Add term here.
15489         (custom-deps, finder-data): Use WINS_ALMOST.
15491 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
15493         * faces.el (font-weight-table): Fix value of `semi-light'.
15495 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15497         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
15498         Make those tables bijective.
15500 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
15502         Finish pdbtrack integration cleanup, settling missing-functions
15503         byte compiler warnings appropriately.
15505         * progmodes/python.el (python-point): Remove this - beginning-of-line
15506         was all that was necessary for `python-pdbtrack-overlay-arrow'.
15507         (python-end-of-def-or-class, python-beginning-of-def-or-class)
15508         (python-goto-initial-line): Drop these - they were only needed for
15509         python-point.
15510         (python-comint-output-filter-function): Use condition-case and
15511         beginning-of-line directly, instead of python-mode.el functions
15512         which require all sorts of baggage.
15513         (point-safe): Unnecessary - we're using condition-case directly,
15514         instead.
15515         (python-execute-file): Include for python-shell, which I'm leaving
15516         in keeping despite it being unnecessary for pdb tracking.
15518 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
15520         * progmodes/scheme.el (scheme-font-lock-keywords-2):
15521         Add SRFI 11 support.
15522         (let-values, let*-values): Specify scheme-indent-function.
15524 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
15526         * vc.el (vc-exec-after): Move setting mode-line-process in the
15527         busy case ...
15528         (vc-set-mode-line-busy-indicator): ... in this new function.
15529         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
15530         (vc-update-vc-status-buffer): Reset mode-line-process.
15531         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
15532         mark/unmark all the files with the same state as the current one.
15533         With a prefix argument mark/unmark all files.
15534         (vc-status-mode-menu): Adjust strings.
15535         (vc-update-vc-status-buffer): Only do something when the argument
15536         is not nil.
15537         (vc-status-kill-dir-status-process): New function.
15538         (vc-status-mode-map): Bind it.
15539         (vc-status-process-buffer): New variable.
15540         (vc-status-mode): Make it local.
15541         (vc-status-refresh): Set it.
15543         * vc-hg.el (vc-hg-dir-status):
15544         * vc-git.el (vc-git-dir-status):
15545         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
15546         command is run.
15548 2008-02-22  Glenn Morris  <rgm@gnu.org>
15550         * json.el (top-level): No need to require thingatpt.
15551         (json-read-keyword): Use thing-at-point rather than word-at-point.
15553         * time.el (top-level): No need to require time-date when compiling.
15555         * emacs-lisp/copyright.el (copyright-update-year):
15556         Fix subexpression numbering for the case when years are split over
15557         lines, and for the replace case.
15559         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
15560         (tpu-caar, tpu-cadr): Delete functions.
15561         (zmacs-regions): No need to declare for compiler.
15562         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
15563         (tpu-spell-check): Rewrite, and handle mark after point.
15564         (tpu-special-insert): Use or rather than if.
15566         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
15567         rather than spell-region.
15569         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
15570         warnings about spell-region.
15572 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
15574         * ldefs-boot.el: Regenerated.
15576         * loadup.el: Don't load language/devanagari, language/kannada,
15577         language/malayalam, and language/tamil.  Load language/sinhala.
15579         * language/indian.el (indian-font-foundry)
15580         (indian-script-language-alist, indian-font-char-index-table)
15581         (indian-font-char, indian-font-char-range, indian-script-table)
15582         (indian-default-script, indian-composable-pattern): Delete them.
15583         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
15584         language environments moved to here.
15585         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
15586         New language environments.
15588         * language/devanagari.el, language/devan-util.el,
15589         * language/kannada.el, language/knd-util.el, language/malayalam.el,
15590         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
15591         Delete them.
15593         * language/sinhala.el: New file.
15595 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
15597         Update Nick Robert's port of pdb tracking from python-mode.el.
15599         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
15600         Clarify docstring.
15601         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
15602         tracking is happening.
15603         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
15604         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
15605         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
15606         Tracking is plugged in to all comint buffers once python.el is loaded.
15607         (python-pdbtrack-overlay-arrow): Toggle activation of
15608         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
15609         (python-pdbtrack-track-stack-file): Use new
15610         `python-pdbtrack-get-source-buffer' for more flexible access to
15611         debugging source files.
15612         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
15613         according to pdb stack trace, optionally using new
15614         `python-pdbtrack-grub-for-buffer' if file is not locally available.
15615         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
15616         named buffer, or having function with indicated name.
15617         (python-shell): Remove comint-output-filter-functions hook
15618         addition, it's being done elsewhere.  Wrap long line.
15620 2008-02-21  Michael Olson  <mwolson@gnu.org>
15622         * json.el: Replace XEmacs compatibility code to get rid of
15623         compiler warnings.
15625         * time.el: Fix compiler warning.
15627 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
15629         * json.el: New file (JavaScript Object Notation parser / generator).
15631 2008-02-21  Dave Love  <fx@gnu.org>
15633         * progmodes/sym-comp.el: New file.
15635         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
15636         Require sym-comp.  Add Python buffer to same-window-buffer-names.
15637         Fixup whitespaces.
15638         (python-font-lock-keywords): Add highlighting for Python builtins.
15639         (python-font-lock-syntactic-keywords): Rewrite.
15640         (python-quote-syntax): Use syntax-ppss-context instead of parsing
15641         ppss directly.
15642         (python-mode-map): Add binding for python-find-function.
15643         (python-calculate-indentation): Clean up the logic.
15644         (python-beginning-of-defun): Explicitly set return value.
15645         (python-beginning-of-statement): Stop looping if we get stuck
15646         going backwards.
15647         (python-next-statement): Stop looping if we somehow end up inside
15648         a string while advancing.
15649         (python-preoutput-continuation, python-version-checked): New vars.
15650         (python-check-version): New function.
15651         (run-python): Set default command to python-command instead of
15652         python-python-command.
15653         (run-python): Use python-check-version.  Give PYTHONPATH
15654         precedence over data-directory in the process environment.
15655         Load function definitions in python process after.
15656         (python-check-comint-prompt): New function.
15657         (python-send-command, python-send-receive): Use it.
15658         (python-complete-symbol, python-try-complete): Functions deleted.
15659         Use symbol-complete instead of python-complete-symbol throughout.
15660         (python-fill-paragraph): Further refine the fenced-string regexp.
15661         (def-python-skeleton): Expand to the original abbrev instead if in
15662         a comment or string.  Tweak skeletons for `if', `while', `for',
15663         `try/except', `try/finally', `name'.
15664         (python-pea-hook, python-abbrev-pc-hook): New functions.
15665         (python-abbrev-syntax-table): New var.
15666         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
15667         Use symbol-completion-try-complete for hippie expansion.
15668         Turn on font lock unconditionally.
15669         (python-mode-hook): Defcustom it.  No need to use make-local
15670         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
15671         option, since it's buffer-local.
15673 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
15675         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
15677 2008-02-21  Drew Adams  <drew.adams@oracle.com>
15679         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
15680         "Turn off" and a "Help" entry when the minor mode has no menu.
15682 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
15684         * vc.el (vc-status-mark, vc-status-unmark): New functions.
15685         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
15686         vc-status-mark-file and vc-status-unmark-file.
15687         (vc-status-mark-unmark): New function.
15688         (vc-status-previous-line, vc-status-next-line): No longer interactive.
15690 2008-02-21  Glenn Morris  <rgm@gnu.org>
15692         * composite.el (encode-composition-rule): Fix typo in error message.
15693         (composition-function-table, auto-composition-mode): Doc fixes.
15695         * subr.el (sit-for): Fix obsolete form for nil second argument.
15697         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
15698         (spell-string): Make obsolete, in favor of ispell.
15700 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
15702         * language/devanagari.el: Don't setup composition-function-table
15703         here.
15704         ("Devanagari"): Change charset, coding-system, coding-priority to
15705         Unicode-based ones.  Don't require the feature devan-util.
15707         * composite.el (compose-chars-after): Fix arguments for a function
15708         in composition-function-table.
15709         (auto-compose-region): Likewise.
15711         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
15712         for Ethiopic.
15713         (ps-mule-plot-string): Ignore glyph-string based compositions.
15715 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15717         * doc-view.el: Allow different windows to show different pages.
15718         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
15719         (doc-view-current-image, doc-view-current-overlay): Remove variables,
15720         add them back as macros instead, using image-mode-winprops instead.
15721         Update all users of those variables.
15722         (doc-view-new-window-function): New function to create a new overlay
15723         for each new window.
15724         (doc-view-mode): Use it and image-mode-setup-winprops.
15725         (doc-view-clone-buffer-hook): Rewrite accordingly.
15727         * image-mode.el: Extend [hv]scroll support to per-window properties.
15728         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
15729         (image-mode-winprops-alist): New var to replace them.
15730         (image-mode-new-window-functions): New hook.
15731         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
15732         New funs.
15733         (image-set-window-vscroll, image-set-window-hscroll): Use them.
15734         Remove the `window' argument, update callers.
15735         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
15736         Use the new functions.
15737         (image-mode-reapply-winprops): New fun.
15738         (image-mode): Use it.
15740 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
15742         * calc/calc-math.el (math-sin-raw): Add optional argument
15743         to keep track of original argument.
15744         (math-cos-raw): Use optional argument when calling math-sin-raw.
15745         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
15746         with close to original precision.
15748 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15750         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
15751         args in calls of sit-for.
15753 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
15755         * vc-svn.el (vc-svn-program): Fix typo in docstring.
15756         (vc-svn-checkin): Fix typo in error message.
15758         * help-mode.el: Require easymenu when compiling.
15760 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
15762         * help-mode.el (help-mode-menu): New menu.
15764 2008-02-20  Glenn Morris  <rgm@gnu.org>
15766         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
15767         on Windows.
15769 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
15771         * ps-mule.el (ps-mule-encode-region): Return a single string.
15772         (ps-mule-plot-string): Adjust for the above change.
15773         (ps-mule-encode-header-string): Likewise.
15775         * international/latin1-disp.el (latin1-display): Don't use
15776         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
15777         standard-display-table.
15778         (latin1-display-identities): Adjust for the change of what is
15779         returned by (get-language-info charset 'charset).
15781         * international/mule-util.el (char-displayable-p): Fix for Latin-1
15782         characters and terminal case.
15784 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
15786         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
15788         * progmodes/python.el: Also require comint when loading.
15789         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
15790         Replace python-shell with run-python on menu bar.
15791         (python-shell-map): New map.
15792         (python-default-interpreter, python-python-command-args)
15793         (python-jython-command-args, python-pdbtrack-do-tracking-p):
15794         New options.
15795         (python-which-shell, python-which-args, python-which-bufname):
15796         New buffer local variables.
15797         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
15799         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
15800         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
15801         New constants.
15803         Pdbtrack features:
15805         (python-point, python-end-of-def-or-class)
15806         (python-beginning-of-def-or-class, python-goto-initial-line)
15807         (python-comint-output-filter-function)
15808         (python-pdbtrack-overlay-arrow)
15809         (python-pdbtrack-track-stack-file, python-toggle-shells)
15810         (python-shell, python-pdbtrack-toggle-stack-tracking)
15811         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
15812         New functions.
15814 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15816         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
15817         when the argument is nil.
15819 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
15821         * vc.el (dir-status): Add a brief description.
15823 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
15825         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
15826         If non-nil, reverse the sense of the check.
15828         * vc-rcs.el (vc-rcs-root): New func.
15829         * vc-cvs.el (vc-cvs-root): New func.
15830         * vc-svn.el (vc-svn-root): New func.
15831         * vc-sccs.el (vc-sccs-root): New func.
15833 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
15835         * language/japan-util.el (setup-japanese-environment-internal):
15836         Call use-cjk-char-width-table.
15838         * language/japanese.el ("Japanese"): Set exit-function to
15839         use-default-char-width-table.
15841         * international/characters.el: Delete occurrences of non-Unicode
15842         tibetan and ethiopic characters.
15843         (cjk-char-width-table): New variable.
15844         (use-cjk-char-width-table, use-default-char-width-table):
15845         New functions.
15847 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
15849         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
15850         (vc-status-mode-menu): Add a :filter.
15851         (vc-status-printer): Add faces.
15853         * vc-hg.el (vc-hg-extra-status-menu): New function.
15854         (vc-hg-dir-status): Clean up the buffer before using it.
15856 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15858         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
15859         (gdb): Initialize it here instead.
15861         * files.el (locate-dominating-file): Fix thinko in last change.
15862         Reported by Bruce Stephens <bruce.stephens@isode.com>.
15864 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
15866         * vc.el (vc-status-mode-menu): New menu for vc-status.
15868 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
15870         * progmodes/verilog-mode.el (customize): Fix typo in error message.
15871         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
15872         (verilog-mode-auto, verilog-indent-level-module)
15873         (verilog-minimum-comment-distance, verilog-library-flags)
15874         (verilog-library-directories, verilog-library-files)
15875         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
15876         (verilog-xemacs-menu, verilog-set-compile-command)
15877         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
15878         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
15879         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
15880         (verilog-batch-inject-auto, verilog-batch-indent)
15881         (verilog-continued-line, verilog-type-keywords)
15882         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
15883         (verilog-read-inst-pins, verilog-read-arg-pins)
15884         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
15885         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
15886         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
15887         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
15888         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
15889         (verilog-mode-version, verilog-mode-release-date)
15890         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
15891         (verilog-simulator, verilog-compiler)
15892         (verilog-auto-sense-defines-constant, verilog-company)
15893         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
15894         Fix typos in docstrings.
15895         (verilog-set-auto-endcomments, verilog-calculate-indent)
15896         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
15897         Reflow docstrings.
15898         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
15899         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
15900         (electric-verilog-forward-sexp, verilog-in-case-region-p)
15901         (verilog-in-struct-region-p, verilog-in-generate-region-p)
15902         (verilog-leap-to-head, verilog-current-indent-level)
15903         (verilog-case-indent-level, verilog-cpp-keywords)
15904         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
15905         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
15906         (verilog-signals-not-in, verilog-symbol-detick-text)
15907         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
15908         (verilog-forward-close-paren, verilog-backward-open-paren)
15909         (verilog-backward-open-bracket): Doc fixes.
15911         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
15912         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
15913         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
15914         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
15915         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
15916         Fix typos in docstrings.
15918         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
15920 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
15922         * info.el (Info-read-node-name): Removed unused `default' arg.
15924 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
15926         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
15928 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15930         * image-mode.el (image-get-display-property): New fun.
15931         (image-forward-hscroll, image-next-line, image-eol, image-eob)
15932         (image-mode, image-minor-mode, image-toggle-display-text)
15933         (image-toggle-display): Use it.
15935 2008-02-18  Jason Rumney  <jasonr@gnu.org>
15937         * international/mule.el (xml-find-file-coding-system): Don't warn
15938         about utf-16 with BOM.
15940         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
15942         * international/mule.el (sgml-xml-auto-coding-function): Detect and
15943         warn if file encoding is not utf-8 and encoding not specified.
15944         (xml-find-file-coding-system): New function.
15945         * international/mule-conf.el (file-coding-system-alist): Use it.
15947 2008-02-17  Glenn Morris  <rgm@gnu.org>
15949         * international/mule-cmds.el (set-locale-environment):
15950         Pass `frame' to getenv for LC_MESSAGES.
15952 2008-02-17  Juri Linkov  <juri@jurta.org>
15954         * time.el (emacs-init-time): Use format instead of format-seconds.
15956 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15958         * textmodes/bibtex.el (bibtex-search-entry): Rename from
15959         bibtex-find-entry.  Add autoload cookie.
15960         (bibtex-find-entry): Alias for bibtex-search-entry.
15961         (bibtex-search-crossref): Rename from bibtex-find-crossref.
15962         (bibtex-find-crossref): Alias for bibtex-search-crossref.
15963         (bibtex-clean-entry): atomic-change-group removed.
15964         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
15965         to locate buffer location where error occurred.
15966         Make error messages more specific.
15967         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
15969 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
15971         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
15972         top level.
15974         * simple.el (transient-mark-mode): Add an :init-value.
15976         * startup.el (command-line): Use custom-reevaluate-setting for
15977         transient-mark-mode.
15979 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
15981         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
15983 2008-02-16  Juri Linkov  <juri@jurta.org>
15985         * startup.el (after-init-time): New variable.
15986         (command-line): Set `after-init-time' to the current time.
15988         * time.el (emacs-init-time): New function.
15990 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15992         * files.el (locate-dominating-file): Remove initial loop because it's
15993         not careful enough.  Detect the uid-change all within the main loop.
15995 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
15997         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
15999 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
16001         * vc.el (vc-annotate): Add new argument.
16002         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
16004         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
16005         Move make-variable-buffer-local code after the corresponding defvar.
16006         (hs-minor-mode-map): Define and initialize in one step.
16007         (hs-minor-mode): Change from defun to define-minor-mode.
16009 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
16011         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
16012         (gdb-ready): Move declaration...
16014         * progmodes/gdb-ui.el (gdb-ready): ...to here.
16015         (gdb-early-user-input): New variable.
16016         (gdb): Reset gdb-flush-pending-output to nil and set
16017         comint-input-sender here (before gdb-prompt), instead of...
16018         (gdb-init-1): ...here.
16019         (gdb-send): If Emacs is not ready, defer user input to...
16020         (gdb-prompt): ...here.
16022 2008-02-16  Glenn Morris  <rgm@gnu.org>
16024         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
16026         * startup.el (emacs-startup-time): Rename to `before-init-time'.
16027         (before-init-time): New name for `emacs-startup-time'.
16028         (command-line): Use before-init-time rather than emacs-startup-time.
16029         * time.el (emacs-uptime): Use before-init-time rather than
16030         emacs-startup-time.
16032         * composite.el (composition-function-table): Doc fix.
16034         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
16035         in favor of `%z' specifier.
16036         (emacs-uptime): Move to time.el.
16037         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
16038         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
16039         argument of format-seconds.
16041 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
16043         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
16045 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
16047         * ielm.el (ielm-is-whitespace): Remove.
16048         (ielm-is-whitespace-or-comment): New function.
16049         (ielm-eval-input): Use it.
16051 2008-02-15  Jason Rumney  <jasonr@gnu.org>
16053         * term/mac-win.el: Fix coding tag.
16055 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
16057         * vc-hooks.el (vc-menu-map):
16058         * bindings.el (mode-line-mode-menu): Add tooltips.
16060         * bindings.el (help-echo): Add more tooltips.  Use a less
16061         telegraphic style for existing tooltips.
16063 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16065         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
16066         from the auto-generated one.
16068 2008-02-14  Glenn Morris  <rgm@gnu.org>
16070         * mail/rmail-spam-filter.el (rmail-spam-filter):
16071         Let-bind message-spam-status.
16073         * mail/smtpmail.el (password-cache-add): Declare as function.
16075 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
16077         * mail/smtpmail.el: Use password-cache.
16079 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
16081         * uniquify.el (uniquify-buffer-base-name): New function.
16082         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16084         * desktop.el (uniquify-managed): Don't defvar.
16085         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
16086         `uniquify-managed'.  Return also the buffer's base name.
16087         (desktop-save): When saving the buffer info, filter out the base name,
16088         and save it as buffer name if the buffer is managed by uniquify.
16089         (uniquify-item-base): Don't declare; not called anymore.
16091 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
16093         * vc.el (vc-annotate-find-revision-at-line): New function.
16094         (vc-annotate-mode-map): Bind it.
16095         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
16096         some entries.
16098 2008-02-14  Glenn Morris  <rgm@gnu.org>
16100         * calendar/time-date.el (format-seconds): New function.
16101         (emacs-uptime): Use format-seconds.
16103         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
16104         Remove `LC_ALL=C', since it's included in $(emacs) now.
16106 2008-02-14  Zhang Wei  <id.brep@gmail.com>
16108         * textmodes/org-publish.el (org-publish-timestamp-filename):
16109         Replace colon characters in filename too.
16111 2008-02-13  Bastien Guerry  <bzg@altern.org>
16113         * mail/rmail.el (rmail-header-name): New face.
16114         (rmail-font-lock-keywords): Use rmail-header-name.
16116         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
16117         against X-Spam-Status header field.
16118         (rmail-spam-filter): Also check X-Spam-Status header field.
16120 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
16122         * progmodes/flymake.el (flymake-allowed-file-name-masks):
16123         Add support for .pm files and .php files.
16124         (flymake-err-line-patterns): Add pattern for PHP errors.
16125         (flymake-php-init): New function.  PHP support for flymake.
16127         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16128         Add regular expression for PHP errors.
16130 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
16132         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
16133         This DTRT even on w32 machines.
16134         (ange-ftp-cf1): Quote FILENAME.
16136 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16138         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
16139         (smerge-auto-combine): New fun.
16141 2008-02-12  Juri Linkov  <juri@jurta.org>
16143         * startup.el (fancy-startup-screen, normal-splash-screen):
16144         Set default-directory to command-line-default-directory.
16146         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
16147         after reading the desktop.
16149         * progmodes/compile.el (compilation-auto-jump):
16150         Call compile-goto-error only when compilation-auto-jump-to-first-error
16151         is non-nil.
16152         (compilation-scroll-output): Replace :type 'boolean with a choice
16153         that has three options including a third option `first-error'.
16154         Doc fix.
16155         (compilation-start, compilation-forget-errors): Add an alternate
16156         condition comparing compilation-scroll-output with `first-error'
16157         in addition to compilation-auto-jump-to-first-error (to call
16158         compilation-auto-jump in the proper place).
16160 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16162         * international/mule.el (sgml-html-meta-auto-coding-function):
16163         Make sure the search limit is ahead.
16165         * tar-mode.el: Fix broken indentation.
16166         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
16167         Use with-current-buffer.
16169 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
16171         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
16172         it is already automatically buffer-local.
16174 2008-02-12  Drew Adams  <drew.adams@oracle.com>
16176         * help.el (describe-key): Join some split lines to facilitate filling.
16177         * help-fns.el (describe-function-1): Fill text of overlong lines.
16179 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
16181         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
16182         Use unibyte-string instead of string-make-unibyte.
16184         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
16186 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16188         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
16189         works also for buffers w/o buffer-file-name.  Update callers.
16190         (doc-view-clone-buffer-hook): New fun.
16191         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
16192         the `doc-view' property so they can be recognized.
16194         * simple.el (clone-indirect-buffer-hook): New hook.
16195         (clone-indirect-buffer): Run it.
16197 2008-02-11  Michael Olson  <mwolson@gnu.org>
16199         * epa-setup.el:
16200         * epg-package-info.el: Files removed.
16202 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
16204         * epa.el (epa-menu-mode): Merge into epa-mode.
16205         (epa-menu-items): Rename the label "EasyPG Assistant" to
16206         "Encryption/Decryption".
16208         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
16209         (epa-dired-mode-map): Rename from epa-dired-map.
16210         (epa-global-dired-mode): Rename the global minor mode.
16212 2008-02-11  Drew Adams  <drew.adams@oracle.com>
16214         * isearch.el (isearch-fail): New face.
16215         (isearch-message): Highlight failure part of input.
16217 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16219         * ibuffer.el (ibuffer-header-line-format): New var.
16220         (ibuffer-mode): Set it instead of header-line-format.
16221         (ibuffer-update): Use it to set header-line-format.
16223         * international/mule-cmds.el (ucs-insert): Inherit surrounding
16224         properties like self-insert-command.
16226 2008-02-11  Drew Adams  <drew.adams@oracle.com>
16228         * progmodes/etags.el: Add many doc strings.
16230 2008-02-11  Jason Rumney  <jasonr@gnu.org>
16232         * ldefs-boot.el: Regenerated.
16234 2008-02-11  Glenn Morris  <rgm@gnu.org>
16236         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16237         Shorten some names.
16239         * ffap.el (ffap-rfc-directories): Add :version.
16241 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
16243         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
16244         files, and backup files of same.
16246 2008-02-11  Kevin Ryde  <user42@zip.com.au>
16248         * ffap.el (ffap-rfc-directories): New variable.
16249         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
16251         * info.el (Info-next-reference, Info-prev-reference)
16252         (Info-try-follow-nearest-node): Move to and follow https:// links too.
16254         * simple.el (completion-list-mode): Show full completion-list-mode-map
16255         in the docstring.
16257 2008-02-11  Sam Steingold  <sds@gnu.org>
16259         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
16261 2008-02-11  Glenn Morris  <rgm@gnu.org>
16263         * startup.el (emacs-startup-time): New variable.
16264         (command-line): Set emacs-startup-time.
16266         * calendar/time-date.el (emacs-uptime): New function.
16268 2008-02-10  Bastien Guerry  <bzg@altern.org>
16270         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
16271         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
16272         it is nil.
16274 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
16276         * epg-config.el: Expand the contents of epg-package-info.el.
16277         (epg-package-name): New constant.
16278         (epg-version-number): New constant.
16279         (epg-bug-report-address): New constant.
16281         * epa-mail.el (epa-mail-mode): Add autoload cookie.
16282         (epa-global-mail-mode): New global minor mode.
16284         * epa-file.el (epa-file-mode): New global minor mode.
16286         * epa-dired.el (epa-dired-mode): New global minor mode.
16288         * epa.el (epa-menu): New variable.
16289         (epa-menu-items): New variable.
16290         (epa-menu-mode): New global minor mode.
16291         (epa-global-minor-modes): New user option.
16292         (epa-mode): New global minor mode.
16294 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
16296         * net/dbus.el: Remove `no-byte-compile' cookie.
16297         (dbus-call-method, dbus-register-signal, dbus-debug)
16298         (dbus-registered-functions-table): Declare them with
16299         `declare-function' or `defvar', respectively.
16300         (top): Don't assert any longer.  Require 'cl when compiling.
16301         Apply `ignore-errors' but `dbus-ignore-errors'.
16303 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
16305         * diff-mode.el (diff-add-change-log-entries-other-window):
16306         Use add-change-log-entry.
16308 2008-02-09  Jason Rumney  <jasonr@gnu.org>
16310         * button.el (button-map):
16311         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
16312         * ldefs-boot.el: Regenerate.
16314 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
16316         * epa.el (epa-faces, epa):
16317         * epa-file.el (epa-file):
16318         * epg-config.el (epg): Add :version.
16320 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
16322         * vc.el (vc-exec-after): Append CODE to previous fragments.
16323         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
16324         take MESSAGES instead of VERBOSE; use it when non-nil.
16325         (vc-diff-internal): Compute messages once; use them;
16326         update call to vc-diff-finish.
16328 2008-02-09  Michael Olson  <mwolson@gnu.org>
16330         * net/tramp.el (tramp-process-sentinel): Avoid error when process
16331         buffer has been killed, such as by
16332         `tramp-cleanup-all-connections'.
16334 2008-02-09  Miles Bader  <miles@gnu.org>
16336         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
16338 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16340         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
16341         splitter in context hunks.
16343 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
16345         * international/fontset.el (setup-default-fontset): Fix arabic otf
16346         font specification.
16348 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
16350         * epa-dired.el:
16351         * epa-file.el:
16352         * epa-mail.el:
16353         * epa-setup.el:
16354         * epa.el:
16355         * epg-config.el:
16356         * epg-package-info.el:
16357         * epg.el: Initial check-in of EasyPG.
16359 2008-02-08  Glenn Morris  <rgm@gnu.org>
16361         * woman.el (woman-locale): New defcustom.
16362         (woman-expand-locale, woman-manpath-add-locales): New functions.
16363         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
16365         * international/mule-cmds.el (locale-translate): New function,
16366         with old code extracted from set-locale-environment.
16367         (set-locale-environment): Use locale-translate.  Set woman-locale.
16369         * cus-start.el (selection-coding-system): Remove, since it's now
16370         defined in select.el rather than in xselect.c.
16371         * select.el (selection-coding-system): Make it a defcustom, and
16372         add the properties from cus-start.el.  Bump :version.
16374         * custom.el (custom-theme-set-variables): Sort symbols that are
16375         dependencies before symbols that depend on them.
16376         (custom-enabled-themes): Set after custom-theme-directory.
16378         * pcmpl-unix.el (top-level): Move provide statement to end.
16379         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
16380         `*' from doc-string.  Allow to be nil.
16381         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
16382         Allow to be nil.  Add :version.
16383         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
16384         without hostnames, and multiple hostnames per line.
16386         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
16388 2008-02-08  Phil Hagelberg  <phil@evri.com>
16390         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
16391         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
16393 2008-02-07  Timo Savola  <timo.savola@iki.fi>
16395         * startup.el (command-line-x-option-alist): Add --parent-id.
16397         * term/x-win.el (x-handle-parent-id): New function.
16399 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
16401         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
16402         "Font Menu".
16404 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
16406         * net/dbus.el (dbus-interface-peer): New defconst.
16407         (dbus-ping): New defun.
16409 2008-02-06  Sam Steingold  <sds@gnu.org>
16411         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
16413 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16415         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
16416         Just return nil and let the C code provide a fallback.
16418 2008-02-05  Glenn Morris  <rgm@gnu.org>
16420         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
16421         tramp-flush-connection-property for removed 2nd argument.
16423 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16425         * diff-mode.el (diff-add-change-log-entries-other-window):
16426         Rename from diff-create-changelog.  Change users.
16427         Minor change to hopefully work with plain diffs.
16428         (diff-mode-map): Add binding for it.
16430 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
16432         * diff-mode.el: Add new TODO entry.
16433         (diff-create-changelog): New function.
16434         (diff-mode-menu): Bind it.
16436 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
16438         * international/mule-diag.el (print-fontset-element): Handle the
16439         case of inhibiting the fallback fonts.
16441 2008-02-04  Kim F. Storm  <storm@cua.dk>
16443         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16444         (ido-magic-delete-char): Use prefix arg.
16446 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
16448         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
16449         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
16450         of today, the most recent libpng is 1.2.24).
16452 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
16454         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
16456         * net/dbus.el (top): Check (featurep 'dbusbind).
16458         * net/tramp.el (tramp-process-sentinel): New defun.
16459         (tramp-do-copy-or-rename-file-out-of-band)
16460         (tramp-maybe-open-connection): Use it as process sentinel.
16461         (tramp-handle-delete-directory): Don't use the "-f" option; it
16462         isn't portable.
16463         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
16464         after the command.
16465         (tramp-handle-shell-command): Set `mode-line-process' in the
16466         asynchronous case.
16468         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
16470         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
16471         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
16472         Use `tramp-process-sentinel' as process sentinel.
16474 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
16476         * whitespace.el (global-whitespace-mode): Revert last change.
16477         (whitespace-unload-function): Force `global-whitespace-mode'
16478         to deactivate local modes in a slightly less intrusive way.
16480 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
16482         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
16484 2008-02-02  Glenn Morris  <rgm@gnu.org>
16486         * international/latin1-disp.el (latin1-display):
16487         * progmodes/fortran.el (fortran-comment-indent-char):
16488         * progmodes/idlw-shell.el (top-level):
16489         * term/mac-win.el (mac-keyboard-translate-char):
16490         * whitespace.el (whitespace-char-valid-p):
16491         * wid-edit.el (widget-key-sequence-read-event):
16492         Use characterp rather than char-valid-p.
16494         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
16495         to capitalized-find-word-boundary.  Doc fix.  Update callers.
16496         (capitalized-next-word-boundary-function-table): Rename to
16497         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
16499         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
16500         string-to-int.
16502         * ps-def.el (declare-function): Add compatibility definition.
16503         (ps-plot-with-face, ps-plot-string): Declare as functions.
16504         (ps-bold-faces, ps-italic-faces): Declare variables.
16506         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
16507         (ps-mule-end-job): Declare as functions.
16509         * wid-edit.el (widget-string-complete): Use assoc-string rather
16510         than assoc-ignore-case.
16512 See ChangeLog.13 for earlier changes.
16514 ;; Local Variables:
16515 ;; coding: utf-8
16516 ;; add-log-time-zone-rule: t
16517 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
16518 ;; End:
16520     Copyright (C) 2008  Free Software Foundation, Inc.
16522   This file is part of GNU Emacs.
16524   GNU Emacs is free software: you can redistribute it and/or modify
16525   it under the terms of the GNU General Public License as published by
16526   the Free Software Foundation, either version 3 of the License, or
16527   (at your option) any later version.
16529   GNU Emacs is distributed in the hope that it will be useful,
16530   but WITHOUT ANY WARRANTY; without even the implied warranty of
16531   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16532   GNU General Public License for more details.
16534   You should have received a copy of the GNU General Public License
16535   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16537 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc