* keyboard.c (Fset_input_meta_mode): Doc fix.
[emacs.git] / lisp / ChangeLog
blob614615f814333f247790c5d7712dca0a481d5669
1 2009-04-21  Martin Rudalics  <rudalics@gmx.at>
3         * diff-mode.el (diff-find-source-location): Don't call
4         diff-sanity-check-hunk when NOPROMPT is non-nil.  (Bug#3033)
6 2009-04-21  Kenichi Handa  <handa@m17n.org>
8         * international/uni-decomposition.el: Re-generated.
10 2009-04-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12         * proced.el (proced-sort): Declare it buffer-local.
13         (proced-send-signal): Handle non-nil signals.
15 2009-04-18  Jason Rumney  <jasonr@gnu.org>
17         * facemenu.el (list-colors-duplicates): w32-default-color-map is
18         a function (Bug#3044).
20 2009-04-18  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>
22         * epa-file.el (epa-file-decode-and-insert): Use
23         string-to-multibyte instead of set-buffer-multibyte.
24         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=15259>
26 2009-04-18  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
28         * net/rcirc.el (rcirc): Use correct property names (Bug#3037).
30 2009-04-18  Chong Yidong  <cyd@stupidchicken.com>
32         * thingatpt.el (thing-at-point-bounds-of-list-at-point): New
33         function (Bug#3027).
35 2009-04-17  Kenichi Handa  <handa@m17n.org>
37         * international/uni-decomposition.el: Re-generated.
39 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
41         * textmodes/flyspell.el (flyspell-correct-word-before-point):
42         Don't create markers.
43         (tex-mode-flyspell-verify): Don't create markers.  Use
44         line-end-position.
45         (sgml-mode-flyspell-verify): Don't create markers.  Simplify code
46         using looking-at and looking-back.
48 2009-04-16  Robert Brown  <brown@google.com>  (tiny change)
50         * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
51         property (Bug#2984).
53 2009-04-16  Leo  <sdl.web@gmail.com>  (tiny change)
55         * ediff-wind.el (ediff-make-wide-display): Fix typo in frame
56         parameter alist.
58 2009-04-15  William Xu  <william.xwl@gmail.com>
60         * outline.el (hide-sublevels): Ensure that arguments are passed to
61         outline-flag-region in the correct order (Bug#3000).
63 2009-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
65         * net/browse-url.el (browse-url-filename-alist): Correct file
66         URI (Bug#2922).
68 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
70         * subr.el (posn-col-row): Properly compute line spacing.
71         Suggested by Nikolaj Schumacher (Bug#2933).
73 2009-04-15  Ulf Jasper  <ulf.jasper@web.de>
75         * net/newst-treeview.el (newsticker-treeview-jump): Enable virtual
76         feeds.
78 2009-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
80         * vc-svn.el (vc-svn-after-dir-status): Fix regexp to allow for
81         file names with leading spaces.  Ignore "." if it appears as a
82         filename.
84 2009-04-14  Juanma Barranquero  <lekktu@gmail.com>
86         * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
87         (scan-buf-previous-region): Fix typo in docstring.
89 2009-04-14  Edward Wiebe  <usenet@pusto.de>  (tiny change)
91         * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
93 2009-04-14  Michael Albinus  <michael.albinus@gmx.de>
95         * net/tramp.el (tramp-handle-dired-recursive-delete-directory):
96         Fix an error in flushing cache data.
97         (tramp-handle-process-file): Flush all file cache values for the
98         connection, because the remote process could have changed them.
99         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
100         Handle QUIT.
102         * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
103         of directory "".
105 2009-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * minibuffer.el (completion--try-word-completion): Don't disable
108         `partial-completion' any more.  Mark the added char instead.
109         (completion-pcm--string->pattern): Notice chars added by
110         completion--try-word-completion and treat them specially.
112 2009-04-13  Jason Rumney  <jasonr@gnu.org>
114         * faces.el (frame-set-background-mode): Window system frames
115         default to light. Use default in cases where specified color
116         does not exist (Bug#2969).
118 2009-04-13  Kenichi Handa  <handa@m17n.org>
120         * language/japanese.el (cp932): Delete alias for japanese-shift-jis.
122 2009-04-12  Michael Albinus  <michael.albinus@gmx.de>
124         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
125         Overwrite always the tmpfile.  (Bug#2962).
127 2009-04-11  Chong Yidong  <cyd@stupidchicken.com>
129         * files.el (dir-locals-directory-cache): Change format to include
130         the mtime of the directory-local variables file (Bug#2833).
131         (dir-locals-set-directory-class): New arg mtime.  Store it in
132         dir-locals-directory-cache.
133         (dir-locals-find-file): Check cache validity using the mtime.
134         (dir-locals-read-from-file): Save the file mtime in the cache.
135         (hack-dir-local-variables): Adapt to new
136         dir-locals-directory-cache entry format.
138         * international/mule-diag.el (describe-font-internal):
139         Rename ignored argument to IGNORED.
140         (describe-font): Elide unnecessary argument to
141         describe-font-internal (Bug#2945).
143 2009-04-10  Richard M Stallman  <rms@gnu.org>
145         * mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.
147         * vc-dir.el (vc-dir): Doc fix.
149 2009-04-10  Eli Zaretskii  <eliz@gnu.org>
151         * mail/unrmail.el (unrmail): If "Mail-From" header is found,
152         append a newline to it.
154         * mail/rmail.el (rmail-unrmail-new-mail)
155         (rmail-unrmail-new-mail-maybe): New functions.
156         (rmail-insert-inbox-text): Use rmail-unrmail-new-mail-maybe to
157         convert Babyl-formatted new mail to mbox format.  (Bug#2942)
159 2009-04-09  Kim F. Storm  <storm@cua.dk>
161         * emulation/cua-rect.el (cua--indent-rectangle): Insert tabs using
162         tab-to-tab-stop to respect indent-tabs-mode.
164 2009-04-09  Richard M Stallman  <rms@gnu.org>
166         * mail/rmailkwd.el (rmail-set-label): Warn if multipe labels spec'd.
167         (rmail-kill-label, rmail-add-label): Doc fixes.
169         * mail/rmailout.el (rmail-output): If file is visited,
170         check the buffer's format.
172         * mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".
174         * mail/rmailout.el (rmail-output-to-rmail-buffer):
175         Call rmail-modify-format.
177         Don't query before visiting a Babyl file.
178         Instead, query before modifications that would save it.
180         * mail/rmail.el (rmail-was-converted): New variable.
181         (rmail-seriously-modified): New variable.
182         (rmail-perm-variables): Set them to nil.
183         (rmail-convert-babyl-to-mbox): Don't query about converting Babyl file.
184         Instead, set rmail-was-converted.
185         (rmail-modify-format): New function.  Query if save will change format.
186         (rmail-dont-modify-format): New function.
187         (rmail-duplicate-message, rmail-get-new-mail):
188         Call rmail-modify-format.
189         (rmail-set-header): Call rmail-dont-modify-format.
190         (rmail-set-attribute): Likewise.
191         (rmail-expunge-confirmed): Call rmail-modify-format.
193         * mail/sendmail.el (sendmail-send-it): Replace any
194         pre-existing Content-type header if we insert one.
196 2009-04-09  Michael Albinus  <michael.albinus@gmx.de>
198         * net/tramp.el (tramp-file-name-handler-alist): Add `vc-registered'.
199         (tramp-handle-vc-registered ): New defun.  (Bug#1741)
201         * net/tramp-cache.el (tramp-flush-directory-property): Use the
202         localname of KEY for check.
204 2009-04-09  Kenichi Handa  <handa@m17n.org>
206         * international/charprop.el: Re-generated.
207         * international/uni-bidi.el: Re-generated.
208         * international/uni-category.el: Re-generated.
209         * international/uni-combining.el: Re-generated.
210         * international/uni-decomposition.el: Re-generated.
211         * international/uni-mirrored.el: Re-generated.
212         * international/uni-name.el: Re-generated.
214 2009-04-08  Eli Zaretskii  <eliz@gnu.org>
216         * files.el (append-to-file): Doc fix.
218         * term/pc-win.el (msdos-last-help-message): New defvar.
219         (msdos-show-help): Use it to avoid saving the last message if it
220         was also a help message (Bug#2895).
222         * mail/rmail.el (rmail-simplified-subject): Normalize whitespace
223         in subject.  This resurrects a feature, lost in transition to
224         mbox, whereby Subject is matched even if it's broken into several
225         lines at arbitrary places.
227 2009-04-08  Nick Roberts  <nickrob@snap.net.nz>
229         * progmodes/gdb-ui.el: Give hint for GDB in Emacs on Mac OSX.
231 2009-04-08  Chong Yidong  <cyd@stupidchicken.com>
233         * textmodes/fill.el (fill-paragraph): Doc fix.
235 2009-04-07  Chong Yidong  <cyd@stupidchicken.com>
237         * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
239 2009-04-07  Glenn Morris  <rgm@gnu.org>
241         * term/ns-win.el (ns-pop-up-frames): Make it a defcustom.
243         * mail/rmail.el (rmail-expunge-and-save): Let rmail-expunge show the
244         message.
245         (rmail-quit): Mark summary unmodified.
246         (rmail-expunge): Doc fix.  Always show a message.  (Bug#2763)
248 2009-04-07  Chong Yidong  <cyd@stupidchicken.com>
250         * vc-bzr.el (vc-bzr-log-view-mode): Tweak
251         log-view-message-re (Bug#2872).
253         * descr-text.el (describe-property-list, describe-char): Add
254         follow-link properties to buttons that need them.
256         * tooltip.el (tooltip-show-help-non-mode): Don't save the last
257         message if it was also a help message (Bug#2895).
259 2009-04-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
261         * textmodes/bibtex.el (bibtex-format-entry)
262         (bibtex-search-crossref): Allow OPT prefix for name of crossref
263         field.
265 2009-04-06  Sam Steingold  <sds@gnu.org>
267         * simple.el (completion-list-mode-map): Bind "q" to quit-window,
268         just like in all other read-only buffers.
270 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
272         * simple.el (handle-shift-selection): Clarify docstring.
274 2009-04-05  Michael Albinus  <michael.albinus@gmx.de>
276         * dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
277         `file-modes' returns nil.
279         * net/ange-ftp.el (ange-ftp-set-file-modes): New defun.  Change
280         `ange-ftp' property of `set-file-modes' to
281         `ange-ftp-set-file-modes' (Bug#2865).
282         (ange-ftp-call-chmod): Add error handling.
284         * net/tramp.el (tramp-default-file-modes) New defun.  Replace all
285         calls of `file-modes' by this (Bug#2869).
286         (tramp-handle-find-backup-file-name): Use `symbol-value' instead
287         of `boundp'.
289         * net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
290         Use `tramp-default-file-modes'.
292 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
294         * frame.el (make-frame): Doc fix.
296 2009-04-04  Eli Zaretskii  <eliz@gnu.org>
298         * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of
299         summary lines.
301 2009-04-02  Chong Yidong  <cyd@stupidchicken.com>
303         * dired.el (dired-get-filename): Always pass filename through
304         `read' to ensure unquoting is performed (Bug#2862).
306 2009-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
308         * doc-view.el (doc-view-mode): Don't give up if the file doesn't exist.
310 2009-04-02  Glenn Morris  <rgm@gnu.org>
312         * calendar/diary-lib.el (diary-cyclic): Check for +ve N.
314         * calendar/holidays.el (calendar-holidays):
315         Don't autoload it.  (Bug#2811)
317 2009-04-02  Kenichi Handa  <handa@m17n.org>
319         * international/fontset.el (setup-default-fontset):
320         Specify iso10646-1 font for characters in PUA of BMP.  (Bug#2830)
322 2009-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
324         * simple.el (auto-fill-function): Mark it as safe for nil.
325         Suggested by Leo <sdl.web@gmail.com>.
327 2009-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
329         * vc-mtn.el (vc-mtn-register): Fix optional arguments.
331         * vc-hooks.el (vc-name): Avoid calling vc-backend twice.
332         (vc-mode-line): Accept and use an optional argument for the backend.
333         (vc-find-file-hook): Use when instead of if.  Avoid calling
334         vc-backend multiple times, pass down the value computed the first time.
336 2009-03-30  Andreas Schwab  <schwab@linux-m68k.org>
338         * ansi-color.el (ansi-color-get-face):
339         Use ansi-color-parameter-regexp to match parameters.
340         (ansi-color-regexp): Include final `m' in first group.
342 2009-03-30  Jason Rumney  <jasonr@gnu.org>
344         * files.el (locate-dominating-stop-dir-regexp): Stop searching
345         when a UNC mount point is reached.
347 2009-03-30  Jay Belanger  <jay.p.belanger@gmail.com>
349         * calc/calc-embed.el (calc-embedded-restore-original-modes):
350         Add argument for Calculator buffer.
351         (calc-do-embedded): Use specific Calculator buffer when cancelling
352         embedded mode.
354         * calc/calc.el (calc-buffer-list): New variable.
355         (calc-kill-stack-buffer): New function.
356         (calc-mode): Add `calc-kill-stack-buffer' to
357         `kill-buffer-query-functions'.  Add current buffer to
358         `calc-buffer-list'.
360 2009-03-30  Kenichi Handa  <handa@m17n.org>
362         * language/chinese.el (chinese-big5): Change type to `big5'.
364 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
366         * help-mode.el (help-buffer): Add docstring.
368 2009-03-28  David Reitter  <david.reitter@gmail.com>
370         * term/ns-win.el (ns-expand-space): Remove defvar.
371         (S-,): Bind to `customize' in line with menu item.
372         ([global-map windows]): Remove (in line with other platforms).
373         (menu-bar-update-frames, force-menu-bar-update-buffers):
374         Remove, not needed.
375         (menu-bar-update-hook): Do not alter.
376         (generate-fontset-menu, mouse-set-font): Amend doc string
377         of these defaliases to point out their altered meaning in NS.
379 2009-03-28  Juri Linkov  <juri@jurta.org>
381         * simple.el (minibuffer-default-add-completions):
382         Remove `(interactive)'.  (Bug#2805)
384 2009-03-28  Eli Zaretskii  <eliz@gnu.org>
386         * files.el (shell-quote-wildcard-pattern): Doc fix.
388 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
390         * ls-lisp.el (ls-lisp-insert-directory): Allow for a trailing '/'
391         when looking for "." and "..".  (Bug#2801)
393 2009-03-27  Andreas Schwab  <schwab@linux-m68k.org>
395         * simple.el (shift-select-mode): Make it a defcustom.
396         * cus-start.el: Remove shift-select-mode.
398 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
400         * simple.el (shift-select-mode): Move declaration from callint.c.
401         (handle-shift-selection): Remove `deactivate' arg and check
402         shift-select-mode instead.
404 2009-03-26  Juanma Barranquero  <lekktu@gmail.com>
406         * align.el (align-large-region, align-perl-modes, align-rules-list)
407         (align-open-comment-modes): Fix typos in docstrings.
408         (align-region-separate): Doc fixes.
410 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
412         * arc-mode.el (archive-ar-summarize): Don't burp on special GNU
413         extension entries for lookup tables or extended file name tables.
414         Distinguish the internal and external name, so lookup is easier.
415         (archive-ar-extract): Take advantage of more precise name.
416         Preserve point.
418 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
420         * play/bubbles.el (bubbles): Doc fix (Bug#2776).
422 2009-03-25  Juanma Barranquero  <lekktu@gmail.com>
424         * composite.el (auto-compose-chars): Fix typo in docstring.
426 2009-03-24  Michael Albinus  <michael.albinus@gmx.de>
428         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
430 2009-03-24  Glenn Morris  <rgm@gnu.org>
432         * wid-edit.el (widget-specify-field): Don't add a second overlay for a
433         field with just a newline character.
434         (widget-field-value-get): Don't reduce fields with just a space
435         character to null.
436         (character): Accept newline.  (Bug#2689)
438 2009-03-24  Kenichi Handa  <handa@m17n.org>
440         * international/fontset.el (font-encoding-alist): Add an entry for
441         muletibetan-0.  (Bug#2722)
443 2009-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
445         * vc-bzr.el (vc-bzr-working-revision): Add support for lightweight
446         checkouts.  (Bug#2157)
447         (vc-bzr-after-dir-status): Ignore a warning for bzr status.
448         (vc-bzr-dir-extra-headers): Add headers for lightweight checkouts.
450 2009-03-22  Richard M Stallman  <rms@gnu.org>
452         * mail/rmail.el (rmail-expunge): Update summary buffer even if DONT-SHOW.
453         (rmail-expunge): Without DONT-SHOW, show the message even after
454         updating summary.
456 2009-03-21  Jari Aalto  <jari.aalto@cante.net>
458         * time.el (display-time-default-load-average): Doc fix.
460 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
462         * simple.el (handle-shift-selection): Doc fix.  (Bug#2738)
464 2009-03-21  Chong Yidong  <cyd@stupidchicken.com>
466         * files.el (file-modes-rights-to-number): Doc fix.
467         (file-modes-symbolic-to-number): Handle empty permissions
468         arg (Bug#2729).
470 2009-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
472         * vc.el (Todo): Add note on simplifying vc-register.
474 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
476         * eshell/em-ls.el (eshell-ls-dir):
477         Call eshell-directory-files-and-attributes with additional argument
478         'integer or 'string, according to numeric-uid-gid.
479         (eshell-ls-file): Don't convert UID and GID to strings, as
480         eshell-ls-dir already did.  Enlarge max user-name string length to
481         14 characters.
482         (eshell-do-ls): Fix the long name of the -L option.
484         * eshell/esh-util.el (directory-files-and-attributes): Accept and
485         ignore additional optional argument id-format.
486         (eshell-directory-files-and-attributes):
487         Call directory-files-and-attributes with additional argument id-format.
489         * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8.
490         (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
491         argument nil.
493 2009-03-21  David Reitter  <david.reitter@gmail.com>
495         * cus-start.el (all): Use existing `ns' rather than new `nextstep'
496         group for variables affected by last two changes.
498 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
500         * cus-start.el (all): Fix last change.
502 2009-03-21  David Reitter  <david.reitter@gmail.com>
504         * cus-start.el (all): Add ns-control-modifier,
505         ns-command-modifier, ns-alternate-modifier, ns-function-modifier,
506         ns-antialias-text, and ns-use-qd-smoothing.
508 2009-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
510         * vc-dir.el (vc-dir-deduce-fileset): Make the error message more explicit.
512 2009-03-19  Juanma Barranquero  <lekktu@gmail.com>
514         * subr.el (forward-point): Add obsolescence declaration.
516         * paren.el (show-paren-function):
517         * simple.el (kill-forward-chars, kill-backward-chars):
518          Use (+/- (point) N), instead of `forward-point'.
520 2009-03-19  Glenn Morris  <rgm@gnu.org>
522         * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag.
524         * mail/supercite.el (sc-version): Doc fix.
526 2009-03-19  Leo  <sdl.web@gmail.com>  (tiny change)
528         * mail/supercite.el (sc-version): Fix typo in interactive spec.
530 2009-03-19  Kenichi Handa  <handa@m17n.org>
532         * international/quail.el (quail-update-leim-list-file):
533         Save leim-list.el in utf-8.
535         * international/mule-cmds.el (leim-list-header):
536         Use utf-8 coding tag.
538         * term/ns-win.el: Call create-default-fontset, not
539         setup-default-fontset.  Call create-fontset-from-fontset-spec
540         within condition-case.
542         * term/w32-win.el (w32-initialize-window-system):
543         Call create-default-fontset, not setup-default-fontset.
544         Call create-fontset-from-fontset-spec within condition-case.
546         * term/x-win.el (x-initialize-window-system):
547         Call create-default-fontset, not setup-default-fontset.
548         Call create-fontset-from-fontset-spec within condition-case.
550         * international/fontset.el (create-default-fontset): New function.
551         (create-fontset-from-x-resource): Use display-warning instead of
552         message.
554 2009-03-18  Richard M Stallman  <rms@gnu.org>
556         * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
557         (rmail-retry-failure): Undo previous change.
559 2009-03-18  Kenichi Handa  <handa@m17n.org>
561         * international/mule.el (after-insert-file-set-coding):
562         Set buffer-file-coding-system directly without calling
563         set-buffer-file-coding-system.  (Fixes bug described in
564         follow-up to bug#2317).
566 2009-03-17  Juanma Barranquero  <lekktu@gmail.com>
568         * emacs-lisp/benchmark.el (benchmark): Reflow docstring.
570 2009-03-17  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
572         * international/characters.el (cjk-char-width-table):
573         Add cp932-2-byte.
575 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
577         * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
579 2009-03-16  David Reitter  <david.reitter@gmail.com>
581         * faces.el (set-face-attributes-from-resources)
582         (face-set-after-frame-default): Do not import X resources on NS
583         because NS does not have system-wide X resources.
585 2009-03-16  Richard M Stallman  <rms@gnu.org>
587         * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
588         (rmail-expunge): Show the message only once, and only if needed.
589         If the current message was current before, just re-swap.
591 2009-03-16  Kenichi Handa  <handa@m17n.org>
593         * international/ccl.el (ccl-compile-if): Signal an error for
594         invalid operator.
596 2009-03-16  Chong Yidong  <cyd@stupidchicken.com>
598         * minibuffer.el (read-file-name): Doc fix.
600         * tooltip.el (tooltip-show-help-non-mode): Don't set
601         tooltip-previous-message if called with the same tooltip that is
602         showing (Bug#2680).
604         * emacs-lisp/crm.el (crm--choose-completion-string): New function.
605         (completing-read-multiple): Set and restore
606         choose-completion-string-functions (Bug#1080).
608 2009-03-15  Glenn Morris  <rgm@gnu.org>
610         * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
611         value to help people with the formatting.
613         * mail/sendmail.el (mail-yank-prefix): Doc fix.
614         (mail-mode-map): Only enable the "Cite Original" menu-item when
615         appropriate.  Standardize the text used for other headers re hyphens.
617         * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
618         like "Reply-To".
620 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
622         * minibuffer.el (completion-styles): Add emacs22 completion style
623         as fallback.
625 2009-03-15  Dan Nicolaescu  <dann@ics.uci.edu>
627         * vc.el (vc-checkin): Add an extra argument for the VC backend,
628         pass it down to vc-start-logentry.
629         (vc-next-action, vc-transfer-file): Pass the VC backend to
630         vc-checkin.
631         (vc-next-action): Do not assume that all backends in
632         vc-handled-backends are upper case.
634 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
636         * files.el (get-free-disk-space): Ensure that default-directory is
637         usable before calling call-process.  Suggested by Kevin
638         Ryde (Bug#2631).
640 2009-03-14  David Reitter  <david.reitter@gmail.com>
642         * term/ns-win.el (ns-expand-space): Remove.
643         (ns-show-prefs event): Run `customize'.
644         (ns-power-off): Run `save-buffers-kill-emacs', but ask user
645         whether to save files (as is standard).
646         (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
647         (menu-bar-enable-clipboard): Do not undefine these.
648         (ns-save-preferences, ns-save-options, ns-show-preferences-help):
649         Remove.
651 2009-03-14  Glenn Morris  <rgm@gnu.org>
653         * mail/mailalias.el: Remove leading `*' from defcustom docs.
655         * mail/sendmail.el (mail-interactive): Doc fix.
656         (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
657         (mail-setup): Use the function mail-signature.
658         (mail-mode-hook): Doc fix.
659         (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
660         (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
661         (mail-signature): Check the signature file is readable.
662         With the argument ATPOINT, really insert at point.
663         Handle the case when the variable mail-signature is an expression.
665 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
667         * simple.el (undo-outer-limit-truncate): Mention that
668         warning-suppress-types is defined in the warnings
669         library (Bug#2668).
671 2009-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
673         * vc.el (vc-default-receive-file): The 'register method now
674         expects a list, pass a list.
676 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
678         * doc-view.el (doc-view-sentinel): Strip trailing newline from
679         event message.
681 2009-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
683         * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
684         modified status before running the major-mode.
686         * simple.el (undo): Don't loop when encountering empty undo records.
688 2009-03-13  Tassilo Horn  <tassilo@member.fsf.org>
690         * doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
692 2009-03-13  Alexandre Julliard  <julliard@winehq.org>
694         * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
695         Fall back to original commit if vc-git-symbolic-commit fails to
696         find a symbolic name.
697         (vc-git-symbolic-commit): Don't limit search to tags.
698         Treat "undefined" as an error.  (Bug #2110)
700 2009-03-13  D. Goel  <deego3@gmail.com>
702         * ibuf-ext.el:
703         * midnight.el (midnight-next):
704         * progmodes/ebrowse.el:
705         * progmodes/flymake.el (flymake-float-time):
706         When calling (multiple-value-bind/setq .. ls) replace ls
707         by (values-list ls) throughout.
709 2009-03-13  Agustín Martín  <agustin.martin@hispalinux.es>
711         * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
712         params.  (Bug #2654)
714 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
716         * files.el (auto-mode-alist): Add rules for OpenOffice extension
717         packages, as well as Opkg/Ipkg packages.
719         * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
720         (tar-summarize-buffer): Don't silently skip incomplete headers.
721         (tar-mode): Revert to fundamental-mode in case of malformed tar data.
722         (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
723         treat a tar file member as being a tar file itself, just because
724         its own filename includes the parent tar file's.
726 2009-03-13  Kenichi Handa  <handa@m17n.org>
728         * international/mule-diag.el (print-fontset): Handling of the
729         argument FONTSET changed for consistency.  Reorder the printed
730         information to match with the font searching strategy.
731         (describe-fontset): Use face-attribute to get the fontset of the
732         selected frame.
733         (mule-diag): Likewise.  Print both font and fontset of the frame.
735 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
737         * term.el (term-send-raw-string): Deactivate mark.
738         (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
740 2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
742         * register.el (get-register): Rename arg REG to REGISTER for
743         consistency with other register functions.
744         (set-register, jump-to-register): Fix typos in docstrings.
745         (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
747 2009-03-12  Glenn Morris  <rgm@gnu.org>
749         * mail/mailabbrev.el (mail-abbrev-next-line)
750         (mail-abbrev-end-of-buffer): Doc fixes.
752 2009-03-11  Jason Rumney  <jasonr@gnu.org>
754         * term/w32-win.el (w32-initialize-window-system): Don't override
755         Japanese font settings.
756         (xlfd-regexp-registry-subnum): Remove unused declaration.
757         (w32-drag-n-drop-debug): Comment out unused debug function.
759 2009-03-11  Glenn Morris  <rgm@gnu.org>
761         * mail/rmailedit.el (rmail-edit-mode):
762         Set write-region-annotate-functions.  (Bug#2625)
764 2009-03-10  Juanma Barranquero  <lekktu@gmail.com>
766         * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
768 2009-03-10  Jason Rumney  <jasonr@gnu.org>
770         * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
772 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
774         * server.el (server-process-filter): Use expand-file-name rather than
775         command-line-normalize-file-name so as to use the `dir' when provided.
777         * doc-view.el (doc-view-convert-current-doc): Fix last change.
779 2009-03-10  Glenn Morris  <rgm@gnu.org>
781         * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
782         Doc fixes.
783         (mail-mailing-lists): Remove leading `*' from defcustom doc.
785         * simple.el (compose-mail): Doc fix.
787 2009-03-10  Alexander Becher  <alexander.becher@capgemini-sdm.com>  (tiny change)
789         * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
791 2009-03-09  Jason Rumney  <jasonr@gnu.org>
793         * minibuffer.el (read-file-name): Only split dir name when
794         default filename is missing.  (Bug#2585)
796 2009-03-08  Chong Yidong  <cyd@stupidchicken.com>
798         * finder.el (finder-commentary): Don't delete other
799         windows (Bug#2291).
801         * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
802         first (Bug#2449).
804 2009-03-08  Andreas Schwab  <schwab@linux-m68k.org>
806         * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
808 2009-03-07  Eli Zaretskii  <eliz@gnu.org>
810         * woman.el (woman-parse-colon-path): Return a list even if there's
811         only one directory in PATHS.
812         (woman-mode): Restore tab-width value after the call to Man-mode,
813         since Man-mode resets it to the default, and that makes right
814         margin extend beyond woman-fill-column.
816         * man.el (Man-init-defvars) [windows-nt]: Use a special command
817         list.  Don't invoke Awk.
819 2009-03-06  Glenn Morris  <rgm@gnu.org>
821         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
822         custom type.
824 2009-03-05  Tassilo Horn  <tassilo@member.fsf.org>
826         * doc-view.el (doc-view-convert-current-doc): Save the current
827         resolution in the cache directory.
828         (doc-view-initiate-display): Restore the saved resolution when
829         using cached image files.
831 2009-03-05  Glenn Morris  <rgm@gnu.org>
833         * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
834         buffer-local in the view buffer, not the rmail buffer.
836         * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
837         at the end of the existing messages, ensuring there is a blank line
838         between them.  (Bug#2521)
840         * mail/rmail.el (rmail-ensure-blank-line): New function.
841         * mail/rmailedit.el (rmail-cease-edit):
842         * mail/rmailout.el (rmail-output-as-mbox):
843         * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
845         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
846         (rmail-mime-attachment-dirs-alist): Doc fixes.  Fix custom-type.
847         Add version.
848         (rmail-mime-total-number-of-bulk-attachments): Doc fix.
849         (rmail-mime): Doc fix.  Use rmail-apply-in-message.
850         Disable undo in the mime buffer, mark unmodified.
852 2009-03-04  David Reitter  <david.reitter@gmail.com>
854         * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
855         if unbound in order to enable the item.
856         For paste menu item, same, and check kill-ring.
858 2009-03-04  Sam Steingold  <sds@gnu.org>
860         * progmodes/compile.el (compilation-error-regexp-alist-alist):
861         Handle "omake -P" messages "file foo changed".
863 2009-03-04  Glenn Morris  <rgm@gnu.org>
865         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
867         * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
868         (rmail-sort-by-date, rmail-sort-by-subject)
869         (rmail-sort-by-author, rmail-sort-by-recipient)
870         (rmail-sort-by-correspondent, rmail-select-correspondent)
871         (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
872         (rmail-make-date-sortable): Doc fixes.
873         (rmail-sort-by-correspondent): Downcase correspondents.
874         (rmail-sort-by-labels): Make it work.
875         (rmail-sort-messages): Restore undo if it was initially enabled.
876         Fix bobp/bolp typo that was adding a line on every sort.
878         * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
879         Disable undo in the summary buffer.
880         (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
881         (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
882         (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
883         (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
884         (rmail-summary-sort-by-labels): Replace `(function (lambda'
885         by `(lambda'.
887 2009-03-03  Sam Steingold  <sds@gnu.org>
889         * progmodes/compile.el (compilation-move-to-column):
890         Guard against negative col values.
892 2009-03-03  Simon Josefsson  <simon@josefsson.org>
894         * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
895         in preference order.
896         (smtpmail-try-auth-methods): Improve which authentication
897         mechanism to use, so that the locally most preferred and mutually
898         supported mechanism is used.
900 2009-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
903         the function takes no argument.
905 2009-03-03  Glenn Morris  <rgm@gnu.org>
907         * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
908         (rmail-header-name): Doc fixes.
909         (rmail-show-message-verbose-min): Add :version.
910         (rmail-highlight-headers): Add doc string.  Simplify.
912         * mail/rmailsum.el (rmail-summary-scroll-between-messages)
913         (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
914         (rmail-summary-by-senders): Doc fix.
915         (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
916         Make the output menu-items consistent with rmail-mode-map.
917         Bind rmail-summary-by-senders to C-M-f.
918         (rmail-summary-search): Ensure the selected message shows.
920 2009-03-03  Kenichi Handa  <handa@m17n.org>
922         * files.el (basic-save-buffer-1): Set car part of
923         buffer-file-coding-system-explicit.
924         (revert-buffer): Check car part of buffer-file-coding-system-explicit.
926         * international/mule-cmds.el (select-safe-coding-system): If cdr
927         part of buffer-file-coding-system-explicit is set, ignore
928         default-buffer-file-coding-system and the most preferred coding system.
930         * international/mule.el (set-buffer-file-coding-system): Set cdr
931         part of buffer-file-coding-system-explicit.
932         (after-insert-file-set-coding):
933         Set buffer-file-coding-system-explicit to a cons.
935 2009-03-02  Glenn Morris  <rgm@gnu.org>
937         * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
938         Add :set-after listing variables on which we might depend.
940         * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
941         function has access to all the headers, not just the visible ones.
942         Avoid extraneous leading whitespace in `References'.
943         (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
944         Doc fixes.
945         (rmail-retry-failure): Use rmail-get-header rather than a magical
946         save-excursion/restriction combination that does nothing.
947         (rmail-delete-headers): New function.
948         (rmail-retry-failure): Restore yet another feature mbox Rmail removed
949         without telling anyone, namely rmail-retry-ignored-headers.
951 2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
953         * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
955 2009-03-01  Glenn Morris  <rgm@gnu.org>
957         * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
958         rmail-resend in the menu.
960         * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
961         custom choice.  (Bug#2506)
963 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
965         * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
966         Use "--color=always".
968 2009-02-28  Glenn Morris  <rgm@gnu.org>
970         * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
972         * mail/rmailmm.el (rmail-mime): Add autoload cookie.
973         * mail/rmail.el (rmail-mode-map):
974         * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
976         * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
977         Fix custom choice to match default.
978         (rmail-get-new-mail): Doc fix.
979         (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
980         header style.
982 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
984         * replace.el (keep-lines-read-args): Use empty string as
985         default (Bug#2495).
987         * menu-bar.el (menu-set-font): Fix last fix.
989 2009-02-27  Glenn Morris  <rgm@gnu.org>
991         * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
992         just a buffer, to find a definition.
994         * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
995         part against rmail-output's oddness.
997 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
999         * menu-bar.el (menu-set-font): Assign the same font object to all
1000         frames (Bug#2476).
1002 2009-02-26  Michael Albinus  <michael.albinus@gmx.de>
1004         * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
1006 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
1008         * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
1009         (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
1010         (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
1011         (x-dnd-init-motif-for-frame): Fix typos in docstrings.
1012         (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
1013         Reflow docstrings.
1015 2009-02-26  Glenn Morris  <rgm@gnu.org>
1017         * mail/rmailsum.el (rmail-summary-rmail-update):
1018         Use rmail-message-unseen-p.  (Bug#2477)
1019         (rmail-summary-mark-seen): Add option to mark as unseen.
1020         (rmail-summary-rmail-update): Store a position in
1021         rmail-summary-put-back-unseen rather than just a flag, and use it to put
1022         back the "-" mark in the summary.
1024         * progmodes/cc-vars.el (c-style-variables-are-local-p):
1025         Mark as safe if boolean.  (Bug#2197)
1027 2009-02-26  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1029         * mail/sendmail.el (sendmail-send-it): `call-process-region' can
1030         return a string.  (Bug#2428)
1032 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
1034         * bs.el (bs--down):
1035         * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
1037 2009-02-25  Glenn Morris  <rgm@gnu.org>
1039         * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
1041         * simple.el (eval-expression):
1042         * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
1044 2009-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
1046         * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
1048 2009-02-25  David Reitter  <david.reitter@gmail.com>
1050         * mail/mailclient.el (clipboard-kill-ring-save): Declare.
1052 2009-02-25  Kenichi Handa  <handa@m17n.org>
1054         * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
1056         * composite.el (auto-composition-mode): Don't add a hook to
1057         after-change-functions.  Don't decompose the buffer.
1058         (auto-composition-after-change): Delete it.
1059         (toggle-auto-composition): Make it an alias of
1060         auto-composition-mode.
1061         (auto-compose-region): Delete it.
1063 2009-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1065         * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
1066         (ns-working-overlay-len): Remove.  Use ns-working-overlay instead.
1067         (ns-delete-working-text): Merge with ns-unecho-working-text.
1068         Decide which to use based on ns-working-overlay.
1069         (ns-unecho-working-text): Remove.
1070         (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
1072 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
1074         * textmodes/ispell.el (ispell-region): Adapt "done" message to
1075         coding conventions.  (Bug#2447)
1077         * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
1078         argument is 0.  Doc fix.  (Bug#1527)
1080         * w32-vars.el (w32-system-shells): Doc fix.
1082         * image.el (image-load-path-for-library, insert-sliced-image):
1083         Fix typos in docstrings.
1085 2009-02-24  Glenn Morris  <rgm@gnu.org>
1087         * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
1088         :set function.  (Bug#2429)
1090         * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
1091         potential use.
1093         * progmodes/cperl-mode.el (cperl-find-pods-heres):
1094         Don't globally bind `name'.
1096         * emacs-lisp/elint.el (elint-unknown-builtin-args):
1097         Fix encode-time spec.  (Bug#2453)
1098         (elint-find-builtin-args): Make the match more restrictive.
1099         Handle errors.  Return a result actually containing the function name.
1101         * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
1102         already did.  (Bug#2440)
1103         (rmail-quit): Don't swap buffers.  (Bug#2441)
1104         (rmail-list-to-menu): Don't globally bind `name'.
1106 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
1108         * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
1109         manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
1111 2009-02-23  Juanma Barranquero  <lekktu@gmail.com>
1113         * bs.el (bs--down): When wrapping around, use `forward-line',
1114         not `goto-line', to avoid distracting "Mark set" message.
1116 2009-02-23  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1118         * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
1119         clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
1121 2009-02-23  Miles Bader  <miles@gnu.org>
1123         * proced.el (proced-process-attributes):
1124         * server.el (server-running-p): Rename `system-process-attributes'
1125         to `process-attributes'.
1127 2009-02-22  Juri Linkov  <juri@jurta.org>
1129         * dired-aux.el (minibuffer-default-add-dired-shell-commands):
1130         Doc fix.
1132         * dired-x.el (dired-guess-shell-command): Use read-shell-command
1133         instead of read-from-minibuffer.
1134         (dired-read-shell-command): Add code that uses
1135         minibuffer-with-setup-hook to set minibuffer-default-add-function
1136         to minibuffer-default-add-dired-shell-commands exactly like
1137         `dired-read-shell-command' in dired-aux.el already does.  Doc fix.
1139         * dired-x.el (dired-smart-shell-command): Remove code that uses
1140         minibuffer-with-setup-hook to set minibuffer-default-add-function
1141         to minibuffer-default-add-shell-commands because the same code was
1142         already moved to `read-shell-command' 2008-07-31.  (Bug#2414)
1144 2009-02-21  Jay Belanger  <jay.p.belanger@gmail.com>
1146         * calc/calc-math.el (math-use-emacs-fn): Make sure that the
1147         lisp number is in decimal.
1149 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
1151         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1152         Tweak regexp (Bug#2173).
1154         * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
1155         avoid yanks (Bug#2408).
1157 2009-02-21  Alan Mackenzie  <acm@muc.de>
1159         * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
1161         * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
1162         parse case clauses with (compile-time) expressions.
1164 2009-02-21  Eli Zaretskii  <eliz@gnu.org>
1166         * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
1167         encoding during editing.  Make sure to use encoding that can
1168         safely encode the message.  Rewrite MIME charset= header if the
1169         new encoding is different from the old one.
1171 2009-02-21  Glenn Morris  <rgm@gnu.org>
1173         * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
1174         at the start of the headers.
1175         (sc-mail-check-from): New function.
1177 2009-02-20  Martin Rudalics  <rudalics@gmx.at>
1179         * progmodes/python.el (python-shift-left, python-shift-right):
1180         When the mark is not active shift the current line.  (Bug#2381)
1181         Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
1183 2009-02-20  Andreas Schwab  <schwab@suse.de>
1185         * startup.el (command-line): Don't match an empty argument as an
1186         option.
1187         (command-line-1): Likewise.
1189 2009-02-20  Daniel Jensen  <daniel@bigwalter.net>  (tiny change)
1191         * apropos.el (apropos-library): Check for null filename in load-history.
1193 2009-02-20  Glenn Morris  <rgm@gnu.org>
1195         * apropos.el (apropos-library): Remove the element with null filename,
1196         if present, from the completion list.
1198         * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
1199         (rmail-speedbar-find-file): Use rmail rather than find-file.
1201 2009-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1203         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
1205 2009-02-20  Era Eriksson  <era@iki.fi>  (tiny change)
1207         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
1208         Fix regexp (Bug#2385).
1209         (bibtex-autokey-get-title): Observe case for
1210         bibtex-autokey-titleword-ignore.
1212 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
1214         * server.el (server-start): Make the warning more
1215         verbose (Bug#2395).
1217 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1219         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1220         Make sure we stop when we reach the limit.
1222         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
1223         a "..." does not quote anything.  (Bug#2384)
1225         * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
1227 2009-02-19  Andreas Schwab  <schwab@suse.de>
1229         * term.el: Remap self-insert-command to term-send-raw in
1230         term-raw-map.  (Bug#2386)
1232 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1234         * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
1235         of the function as being part of the function.
1237 2009-02-19  Nick Roberts  <nickrob@snap.net.nz>
1239         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1240         Move entry for maven (alphabetical order).
1242 2009-02-19  Glenn Morris  <rgm@gnu.org>
1244         * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
1245         Regexp-quote default argument taken from current subject.
1246         (rmail-new-summary-1): Error if empty summary.  (Bug#2333)
1248         * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
1249         Move here from rmail.el.  Be more careful about error-handling.
1250         Restore the feature of temporarily setting all old messages
1251         undeleted before expunging (removed 2009-02-18).
1253         * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
1254         Don't declare.
1255         (rmail-get-new-mail-filter-spam): Declare.  Move definition to
1256         rmail-spam-filter.el.
1257         (rmail-get-new-mail-1): Move the beep and sleep to
1258         rmail-get-new-mail-filter-spam.
1260 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1262         * cus-edit.el (custom-group-value-create): Insert some
1263         informatory text in the WIDGET-misses-doc-string case.
1265 2009-02-18  Sam Steingold  <sds@gnu.org>
1267         * progmodes/compile.el: Require comint at top level to fix the
1268         last patch.
1270 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1272         * cus-edit.el (custom-group-value-create): Don't throw an error
1273         when WIDGET has no doc-string.  (Bug#2356)
1275 2009-02-18  Juanma Barranquero  <lekktu@gmail.com>
1277         * progmodes/cc-menus.el (imenu-progress-message):
1278         Remove bogus cc-bytecomp-defun.
1279         (cc-imenu-objc-function): Don't call `imenu-progress-message'.
1280         Don't let-bind variable `stupid'.  (Bug#1638)
1282 2009-02-18  Glenn Morris  <rgm@gnu.org>
1284         * mail/rmail.el (rmail-get-new-mail-filter-spam):
1285         * mail/rmail-spam-filter.el (rmail-spam-filter):
1286         Show a message rather than the raw mbox while prompting.
1288 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1290         * progmodes/flymake.el (flymake): Add defgroup.  (Bug#2356)
1292 2009-02-18  Glenn Morris  <rgm@gnu.org>
1294         * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
1295         declaration.
1296         (top-level): No need for cl now.
1297         (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
1298         (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
1299         (rsf-autosave-newly-added-definitions, rsf-white-list)
1300         (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
1301         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
1302         (rsf-customize-spam-definitions, rsf-customize-group)
1303         (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
1304         (rsf-check-field): Use setcar and setcdr rather than setf.
1305         (rmail-spam-filter): Simplify.
1306         (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
1307         (rsf-add-region-to-spam-list): Use rmail-get-header or
1308         buffer-substring-no-properties.  Regexp-quote the extracted data.
1309         Make the messages less verbose.
1310         (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
1311         simplify things.
1312         (rsf-add-content-type-field): Make the message less verbose.
1314         * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
1315         (rmail-get-new-mail-filter-spam): Simplify.  Don't mess with
1316         rmail-deleted-vector.
1317         (rmail-insert-inbox-text, rmail-collect-deleted)
1318         (rmail-set-message-deleted-p, rmail-only-expunge)
1319         (rmail-make-in-reply-to-field): Replace ?\  with ?\s.
1320         (rmail-get-labels): Remove unused local `blurb'.
1321         (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
1322         (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
1323         (rmail-set-message-deleted-p): Doc fixes.
1325         * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
1326         Update callers for associated name change.
1327         * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
1328         * mail/unrmail.el (unrmail): Use mail-mbox-from.
1330 2009-02-17  Richard M Stallman  <rms@gnu.org>
1332         * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
1334         * mail/rmail.el (rmail-copy-headers): When copying full headers,
1335         correctly put point at the end.
1337 2009-02-17  Sam Steingold  <sds@gnu.org>
1339         * progmodes/compile.el (compilation-filter):
1340         Call `comint-carriage-motion', just like `comint-output-filter'.
1342 2009-02-17  Jason Rumney  <jasonr@gnu.org>
1344         * files.el (make-directory): Stop recursing if parent is
1345         self. (Bug#2309)
1347 2009-02-17  Juanma Barranquero  <lekktu@gmail.com>
1349         * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
1351         * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
1353 2009-02-17  Miles Bader  <miles@gnu.org>
1355         * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
1356         copyright statements where the years follow the name.
1358 2009-02-17  Glenn Morris  <rgm@gnu.org>
1360         * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
1361         move point.  (Bug#2209)
1363         * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
1364         (rmail-delete-unwanted-fields): Ignore case.  Use line-beg-pos.
1365         (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
1366         to "not-rmail", and make it work.  Simplify.
1367         (rmail-mbox-from): New function.
1368         (rmail-output-as-mbox): Use rmail-mbox-from.
1369         (rmail-output): Ensure a From line in the not-rmail Babyl case.
1371         * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
1372         error if the header is corrupt.
1374 2009-02-16  Ulf Jasper  <ulf.jasper@web.de>
1376         * net/newst-treeview.el (newsticker--treeview-load):
1377         Offer deletion of old groups file.
1379 2009-02-16  Glenn Morris  <rgm@gnu.org>
1381         * mail/rmailout.el (rmail-delete-unwanted-fields)
1382         (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
1383         (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
1384         (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
1385         (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
1387 2009-02-15  Glenn Morris  <rgm@gnu.org>
1389         * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
1391         * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
1392         (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
1393         Remove unnecessary use of with-no-warnings.
1394         (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
1395         (rmail-output-as-mbox): Start search from point-min.  If constructing a
1396         "From " line, prefer the date header over the current time.
1397         (rmail-update-summary): Move declaration earlier in file.
1399 2009-02-15  Richard M Stallman  <rms@gnu.org>
1401         * mail/rmailedit.el (rmail-edit-diff-headers):
1402         Delete spurious reference to OLD.
1404 2009-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1406         * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
1407         the `with-buffer-unmodified' to avoid useless `readlink' calls.
1409 2009-02-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1411         * textmodes/bibtex.el (bibtex-global-key-alist)
1412         (bibtex-initialize): Exclude current buffer if it does not use
1413         bibtex-mode.
1414         (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
1415         (bibtex-sort-buffer, bibtex-search-entry)
1416         (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
1417         test whether bibtex-strings and bibtex-reference-keys have their
1418         initial values.
1420 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
1422         * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
1423         around forms that refer to translation-table-for-input.
1425         * isearch.el (isearch-search-string): Use `with-no-warnings'
1426         around forms that refer to translation-table-for-input.
1428         * international/quail.el (quail-input-string-to-events)
1429         (quail-store-decode-map-key, quail-char-equal-p):
1430         Use `with-no-warnings' around forms that refer to
1431         translation-table-for-input.
1433         * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
1434         around forms that refer to translation-table-for-input.
1436         * subr.el (translation-table-for-input): Declare obsolete again.
1438 2009-02-14  Glenn Morris  <rgm@gnu.org>
1440         * mail/rmail.el (rmail): When reverting, swap buffers before setting
1441         counters.  (Bug#2229)
1442         (rmail-revert): Swap buffers before replacing contents.
1444 2009-02-14  Ian Eure  <ian@digg.com>  (tiny change)
1446         * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
1447         Remove host, user, password options not applicable to SQlite. (Bug#1904)
1449 2009-02-14  Richard M Stallman  <rms@gnu.org>
1451         * mail/rmailedit.el: Handle editing of header fields.
1452         (rmail-old-headers): New variable.
1453         (rmail-edit-current-message): Set it, recording current headers.
1454         (rmail-cease-edit): Compute new headers and diff against old ones.
1455         Update the mbox buffer with the changes that were made.
1456         (rmail-edit-headers-alist): New function.
1457         (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
1459         * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
1460         in default file name.
1462         * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
1463         (rmail-add-mbox-headers): Likewise.
1465 2009-02-13  Eli Zaretskii  <eliz@gnu.org>
1467         * files.el (load-library): Doc fix.
1469         * subr.el (locate-library): Doc fix.  (Bug#2291)
1471 2009-02-13  Alan Mackenzie  <acm@muc.de>
1473         * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
1474         in narrowed buffers.
1476 2009-02-13  Kenichi Handa  <handa@m17n.org>
1478         * international/titdic-cnv.el (tit-process-header):
1479         Use buffer-substring-no-properties instead of buffer-substring.
1480         (tit-process-body): Likewise.
1481         (tsang-quick-converter): Handle superfluous CR at eol.
1482         (py-converter): Use buffer-substring-no-properties instead of
1483         buffer-substring.  Handle superfluous CR at eol.
1484         (ziranma-converter): Likewise.
1485         (ctlau-converter): Likewise.
1486         (miscdic-convert): Read a file without eol conversion.  (Bug#2307)
1488 2009-02-13  Juanma Barranquero  <lekktu@gmail.com>
1490         * minibuffer.el (internal-complete-buffer-except): Doc fix.  (Bug#2315)
1492 2009-02-13  Glenn Morris  <rgm@gnu.org>
1494         * mail/rmail.el (rmail-show-message-1): New name for the old
1495         rmail-show-message.
1496         * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
1497         * mail/rmailsort.el: Update for rmail-show-message name change.
1499         * mail/rmail.el (rmail-show-message): New name for the old
1500         rmail-show-message-maybe.
1501         * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
1502         name change.
1504         * mail/rmailsum.el (msgnum): Remove declaration.
1505         (rmail-summary-redo): Add missing initialization value.
1506         (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
1507         (rmail-summary-mark-deleted, rmail-summary-deleted-p):
1508         Fix skip-chars-forward calls.
1509         (rmail-summary-mark-seen): New function.  As well as removing the '-'
1510         mark, update the summary-vector.  (Bug#2135)
1511         (rmail-summary-rmail-update, rmail-summary-goto-msg):
1512         Use rmail-summary-mark-seen.
1514         * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
1516         * mail/unrmail.el (unrmail): When getting message keywords, don't
1517         include a leading space, but do include the space after the separating
1518         comma.  (Bug#2303)
1520         * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
1521         header altogether.
1522         (rmail-set-header): Doc fix.
1523         * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
1524         labels are removed.  (Bug#2302)
1526 2009-02-12  Juri Linkov  <juri@jurta.org>
1528         * image-mode.el (image-toggle-display):
1529         Let-bind `buffer-file-truename' to nil around the call to
1530         `add-text-properties' to prevent directory time modification
1531         by lock_file.  Replace `set-buffer-modified-p' with
1532         `restore-buffer-modified-p'.  (Bug#2295)
1534 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1536         * progmodes/python.el (python-use-skeletons): Re-add.
1537         (def-python-skeleton): Use it.  (Bug#2238)
1539         * international/quail.el (quail-make-guidance-frame): Remove the
1540         `parent-id' parameter.
1541         (quail-show-guidance): Make the new window dedicated.
1543 2009-02-12  Juanma Barranquero  <lekktu@gmail.com>
1545         * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
1546         Fix typos in docstrings.
1548 2009-02-12  Alan Mackenzie  <acm@muc.de>
1550         * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
1551         to `eq'.  (Bug#2304)
1553 2009-02-12  Glenn Morris  <rgm@gnu.org>
1555         * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
1556         already present.  (Bug#2210)
1558 2009-02-12  Kenichi Handa  <handa@m17n.org>
1560         * international/characters.el (?.): New character category for
1561         Base characters.  Set them in the standard category table.
1563         * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
1564         a base character.
1566 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1568         * isearch.el (isearch-yank-char-in-minibuffer)
1569         (isearch-other-meta-char): Use with-current-buffer.
1571         * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
1572         syntax-ppss.  (Bug#1243)
1574         * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
1575         to beginning-of-defun-raw.
1577         * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
1578         calling end-of-defun-function if it already moved to BOL.
1580 2009-02-12  Richard M Stallman  <rms@gnu.org>
1582         * mail/rmail.el (rmail-show-message-verbose-min): New option.
1583         (rmail-show-message): Conditionally show start and finish in echo area.
1585 2009-02-12  Glenn Morris  <rgm@gnu.org>
1587         * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
1588         for use in completion.
1589         * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
1590         summary exists, since it's already done.
1592         * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
1593         (rmail-enable-multibyte): Don't really define, only for compiler.
1595 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1597         * files.el (read-buffer-to-switch):
1598         Add table to icomplete-with-completion-tables.
1600 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
1602         * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
1603         switches (Bug#2261).
1605 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
1607         * server.el (server-with-environment): Don't fail for negative
1608         entries in ENV.
1610 2009-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
1612         * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
1613         (vc-default-dir-printer): Add a comment about updating this function.
1615         * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
1616         for the file name.
1618 2009-02-11  Glenn Morris  <rgm@gnu.org>
1620         * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
1621         (calendar-set-mode-line): Fall back to a default width if we seem to be
1622         called from daemon.  (Bug#2199)
1624         * mail/rmailkwd.el (rmail-make-label): Doc fix.
1625         (rmail-read-label): Add current labels to completion list.  (Bug#2222)
1626         (rmail-set-label): Use `or'.
1628 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
1630         * emacs-lisp/find-func.el (find-library-name, find-library):
1631         Doc fixes.  (Part of bug#2270)
1633 2009-02-10  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1635         * env.el (getenv): When FRAME is non-nil, pass the frame environment
1636         to `getenv-internal', not the frame.  (Bug#2259)
1638 2009-02-10  Kenichi Handa  <handa@m17n.org>
1640         * descr-text.el (describe-char-display): On terminal, if terminal
1641         coding system is nil, assume us-ascii.
1642         (describe-char): Don't show the composition information if it is
1643         trivial.
1645 2009-02-10  Nick Roberts  <nickrob@snap.net.nz>
1647         * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
1648         number as it isn't present for unregistered files.
1650         * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
1651         (vc-dir-mouse-map): New keymap.
1652         (vc-default-dir-printer): Use it locally.
1654 2009-02-10  Glenn Morris  <rgm@gnu.org>
1656         * speedbar.el: Avoid messing up font-lock-global-modes.
1658         * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
1659         (mail-file-babyl-p): Use with-temp-buffer.
1661         * mail/rmailsort.el: Just require rmail.
1663         * mail/rmailedit.el: Just require rmail.
1664         (rmail-old-pruned): Add doc string.
1665         (rmail-edit-current-message): Use rmail-msg-is-pruned.
1666         (rmail-cease-edit): Don't mangle the leading From line.
1667         Don't mark as edited if there were no changes.  (Bug#2256)
1668         Correctly restore header state.
1670         * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
1671         (rmail-current-message, rmail-total-messages)
1672         (rmail-message-vector, rmail-deleted-vector): Add doc strings.
1673         (rmail-duplicate-message): Doc fix.
1674         (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
1675         New functions.
1676         (rmail-get-header, rmail-set-header, rmail-set-attribute):
1677         Use rmail-apply-in-message.
1678         (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
1679         unswapped-ness.
1680         (rmail-get-attr-names): Check for missing or corrupt attribute headers.
1681         (rmail-auto-file): Set the filed attribute, rather than explicitly not
1682         doing so.  (Bug#2231)
1683         (rmail-set-attribute): Allow ATTR to be a string.
1685 2009-02-09  Ulf Jasper  <ulf.jasper@web.de>
1687         * net/newst-treeview.el (newsticker-treeview-save)
1688         (newsticker--treeview-load): Kill groups buffer after saving/loading.
1690 2009-02-09  Tassilo Horn  <tassilo@member.fsf.org>
1692         * doc-view.el (doc-view-scroll-up-or-next-page)
1693         (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
1694         Reset the old hscroll value after switching pages.
1696 2009-02-09  Glenn Morris  <rgm@gnu.org>
1698         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1699         (calendar-holiday-marker): Drop test for color display.
1701 2009-02-08  Glenn Morris  <rgm@gnu.org>
1703         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1704         (calendar-holiday-marker, calendar-mark-visible-date):
1705         * calendar/diary-lib.el (diary-fancy-display):
1706         It doesn't make sense to check font-lock-mode (see comments;
1707         reverts 2008-04-02 change).  (Bug#2199)
1709 2009-02-08  Juri Linkov  <juri@jurta.org>
1711         * simple.el (toggle-word-wrap): New command.
1713 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1715         * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
1716         (ps-run-make-tmp-filename): Use temporary-file-directory.
1718         * textmodes/artist.el (artist-system): Allow make-temp-file to use
1719         temporary-file-directory.
1721         * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
1722         Use temporary-file-directory.
1724 2009-02-07  Glenn Morris  <rgm@gnu.org>
1726         * mail/unrmail.el (rmime-magic-string): Define for compiler.
1728 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1730         * mail/rmail.el (rmail): Bind coding-system-for-read to
1731         no-conversion before calling find-file-noselect.  (Bug#2015)
1733 2009-02-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1735         * proced.el (proced-after-send-signal-hook): Use defcustom.
1736         (proced-header-line): Handle header lines that are shorter than
1737         window-hscroll.
1738         (proced-send-signal): Rebind split-width-threshold analogous to
1739         dired-pop-to-buffer.
1741 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1743         * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
1744         message; instead, just rewrite the X-Coding-System header with the
1745         new encoding, and let rmail-show-message do the rest.
1746         Remove unused argument RAW.  Fix doc string to be consistent with the
1747         new implementation.
1748         (rmail-show-message): Honor X-Coding-System header, if present, in
1749         preference to Content-Type header.
1751 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1753         * server.el (server-execute): Enable quit.
1755 2009-02-07  Andreas Schwab  <schwab@suse.de>
1757         * image-mode.el (image-mode): Always set image-type.
1758         (image-minor-mode): Likewise.
1760 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1762         * mail/rmailedit.el (rmail-cease-edit): Look for the message's
1763         encoding, and its "content-transfer-encoding" and "content-type"
1764         headers only in the headers' portion.  (Bug#2017)
1766 2009-02-07  Ulf Jasper  <ulf.jasper@web.de>
1768         * net/newst-treeview.el
1769         (newsticker-treeview-next-new-or-immortal-item): New arg
1770         DONT-WRAP-TREES to prevent infinite recursion.
1772 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1774         * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
1775         extracting mail message headers.  Use encode-coding-region instead
1776         of insert-buffer-substring for re-encoding edited message.
1777         Add qp/b64 encoding only after text was encoded.
1779 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1781         * subr.el: Don't declare `translation-table-for-input' obsolete.
1782         Equivalent info added to its doc string, q.v.
1784         * files.el (save-buffer): Display "Saving file FOO..." message
1785         regardless of buffer's size.  (Bug#2137)
1787 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1789         * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
1791 2009-02-07  Alex Schroeder  <alex@gnu.org>
1793         * mail/unrmail.el (unrmail): Use regexps to find message separators so
1794         as not to match any fake rmime.el separators.  Remove any sections added
1795         by rmime.el.
1797 2009-02-07  Glenn Morris  <rgm@gnu.org>
1799         * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
1800         that is no longer appropriate to mbox Rmail.
1802         * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
1803         before trying to move to the start of the message.
1804         (rmail-summary-undelete-many, rmail-summary-rmail-update):
1805         Fix rmail-set-attribute calls.
1807         * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
1808         Doc fix.
1809         (rmail-output-to-rmail-buffer): Autoload it.
1810         (mail-do-fcc): Give it a doc string.  Update for mbox Rmail, simplify.
1812 2009-02-06  Glenn Morris  <rgm@gnu.org>
1814         * mail/unrmail.el (unrmail): Use current-time-string.
1816         * simple.el (kill-whole-line): Provide a default argument of 1.
1818         * mail/undigest.el (rmail-mail-separator): Delete.
1819         (undigestify-rmail-message, unforward-rmail-message): Update for
1820         mbox Rmail.
1822 2009-02-05  Kenichi Handa  <handa@m17n.org>
1824         * international/fontset.el (script-representative-chars):
1825         Remove mathematical.
1826         (setup-default-fontset): Add entries for each subgroup of
1827         mathematical script.
1829 2009-02-05  Juri Linkov  <juri@jurta.org>
1831         * image-mode.el (image-mode): Use `image-get-display-property'
1832         instead of `get-text-property'.
1833         (image-minor-mode): Sync the logic with `image-mode' including the
1834         displaying an image file as the actual image by default.
1836 2009-02-05  Alan Mackenzie  <acm@muc.de>
1838         * progmodes/cc-defs.el (c-emacs-features): Check the working of
1839         beginning/end-of-defun-function more rigorously before setting
1840         argumentative-bod-function.
1842 2009-02-05  Dan Nicolaescu  <dann@ics.uci.edu>
1844         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1845         (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
1846         mode on the initial terminal.
1848 2009-02-05  Glenn Morris  <rgm@gnu.org>
1850         * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
1851         Make these functions work.
1853         * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
1854         (rmail-narrow-to-non-pruned-header): Remove autoload.
1855         (mairix-rmail-fetch-field): Handle mbox Rmail.
1857 2009-02-04  Dave Love  <fx@gnu.org>
1859         * net/imap.el (imap-fetch-safe): Bind debug-on-error.
1860         (imap-debug): Add imap-fetch-safe.
1862 2009-02-04  Teodor Zlatanov  <tzlatanov@jumptrading.com>
1864         * net/netrc.el (netrc-machine-user-or-password): Use list of
1865         auth-source modes.
1867 2009-02-04  Nick Roberts  <nickrob@snap.net.nz>
1869         * vc-svn.el (vc-svn-diff): Revert previous change but add a test
1870         for newvars is nil. (C-u C-x v = with default values).
1872 2009-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
1874         * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
1875         format.  Use when instead of if.
1877 2009-02-04  Miles Bader  <miles@gnu.org>
1879         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
1880         (backward-list, backward-up-list, beginning-of-defun)
1881         (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
1883 2009-02-04  Glenn Morris  <rgm@gnu.org>
1885         * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
1886         ill-advised.
1888         * mail/rmail.el: No need for mule-util when compiling.
1889         (rmail-first-message): Unbreak it.
1891         * mail/rmailmsc.el: Require rmail not just when compiling.
1892         Remove unneeded declarations.
1894         * term/ns-win.el (ns): Define as a custom group.
1896 2009-02-04  Kenichi Handa  <handa@m17n.org>
1898         * international/mule-cmds.el (select-safe-coding-system):
1899         Use buffer-chars-modified-tick instead of buffer-modified-tick.
1901         * descr-text.el (describe-char): Check font-object by fontp.
1903         * composite.el (compose-gstring-for-terminal): If a character is
1904         not supported by the current terminal, don't make a multi-glyph
1905         grapheme cluster.
1906         (auto-compose-chars): Check font-object by fontp.
1908 2009-02-03  Glenn Morris  <rgm@gnu.org>
1910         * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
1911         over current-time.  (Bug#2175)
1913         * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
1914         inserting the converted mailbox.
1915         (rmail-get-new-mail): Restore the loop over inboxes when two or more
1916         have the same basename.  (Bug#2164)
1917         Set the return value according to whether any mail was found,
1918         not just in the last inbox.  Only show a message and run the hook after
1919         checking all inboxes.
1920         (rmail-get-new-mail-1): Move message display and running the hook to
1921         rmail-get-new-mail.
1923         * mail/rmailkwd.el (rmail-label-obarray): Initialize using
1924         rmail-attr-array.
1925         (rmail-make-label, rmail-read-label): Give it a doc string.
1926         (rmail-add-label, rmail-kill-label): Change argument name to match the
1927         doc.  Doc fix.
1928         (rmail-set-label): Doc fix.  Also update summary in attr case.
1929         Accept labels as a string or a symbol.  (Bug#2165)
1931         * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
1932         null.
1934 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1936         * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
1937         (vhdl-prepare-search-2): Properly cleanup on `quit'.
1939         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1940         Mark the entries as being "system" entries rather than "user" entries.
1942 2009-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
1944         * smerge-mode.el (smerge-start-session): Add interactive spec.
1946 2009-02-02  Glenn Morris  <rgm@gnu.org>
1948         * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
1949         (rmail-retry-ignored-headers, rmail-highlighted-headers):
1950         Restore autoloads.
1952 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1954         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
1956 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1958         * cmuscheme.el (scheme-args-to-list): Remove.
1959         (run-scheme): Use split-string-and-unquote instead, so as to allow
1960         spaces in the command name and/or the arguments.
1962 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
1964         * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
1966 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
1968         Sync with Tramp 2.1.15.
1970         * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
1971         used.
1973         * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
1975         * net/trampver.el: Update release number.
1977 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1979         * mail/rmail.el (rmail-view-buffer): Make buffer-local.
1980         (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
1981         (rmail-undelete-previous-message, rmail-mark-message)
1982         (rmail-speedbar-buttons): Use with-current-buffer.
1983         (rmail-mode-map): Move initialization into declaration.
1984         (rmail-swap-buffers, rmail-unfontify-buffer-function)
1985         (rmail-fontify-message): Use restore-buffer-modified-p.
1986         (rmail-expunge-and-save): Don't swap buffer.
1987         (rmail-get-header, rmail-set-header, rmail-set-attribute)
1988         (rmail-apply-in-message): Swap save-excursion and save-restriction.
1990         * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
1991         if possible.
1993         * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
1994         (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
1996 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1998         * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
2000         * progmodes/ebrowse.el:
2001         * international/robin.el:
2002         * emulation/viper-util.el:
2003         * emulation/viper-mous.el:
2004         * emulation/viper-keym.el:
2005         * ediff.el:
2006         * ediff-wind.el:
2007         * ediff-vers.el:
2008         * ediff-ptch.el:
2009         * ediff-mult.el:
2010         * ediff-merg.el:
2011         * ediff-diff.el: Follow commenting conventions.
2013 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
2015         * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
2016         obsolete eight-bit-control and eight-bit-graphic.
2018 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2020         * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
2022 2009-01-31  Chong Yidong  <cyd@stupidchicken.com>
2024         * emacs-lisp/lisp.el (end-of-defun): Protect against
2025         infloops (Bug#2106).
2027 2009-01-31  Dan Nicolaescu  <dann@ics.uci.edu>
2029         * vc-dir.el (vc-dir-mouse-map):
2030         (vc-default-dir-printer):
2031         (vc-dir-find-file-other-window): Undo previous change, it breaks
2032         the behavior of mouse-2.
2033         (vc-dir-mode): Fix docstring.
2035         * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
2036         logic, it makes the makes the normal case too slow.
2038 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
2040         * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
2041         file to `raw-text-unix'.  Bind coding-system-for-write when
2042         writing out the converted message, and make sure it uses Unix EOLs.
2044         * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
2045         encoding to `raw-text-unix'.
2046         (rmail-perm-variables): Set encoding of rmail-view-buffer to
2047         `undecided-unix'.
2048         (rmail-redecode-body): Don't change EOL conversion of the new
2049         encoding if the old one left it unspecified.
2050         (rmail-automatic-folder-directives, rmail): Doc fixes.
2051         (rmail-swap-buffers): New function.
2052         (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
2053         (rmail-show-message): Use rmail-swap-buffers.
2054         (rmail-decode-region): If DESTINATION is a buffer, set the
2055         encoding of that buffer, rather than the current buffer.
2056         (rmail-show-message): Make error message about uuencoded mail
2057         more explicit.
2058         (rmail-show-message-maybe): Simplify code.  Doc fix.
2059         (rmail-show-message): Doc fix.
2061 2009-01-31  Glenn Morris  <rgm@gnu.org>
2063         * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
2064         folder.
2066         * mail/rmail.el (rmail-msg-is-pruned): New function.
2067         (rmail-toggle-header): Doc fix.  Use rmail-msg-is-pruned.
2068         (rmail-reply): Set up to yank from the decoded message rather than the
2069         raw one.  (Bug#2104).
2071         * mail/mail-utils.el (mail-fetch-field): Doc fix.
2073         * mail/uce.el (rmail-current-message): Remove unneeded declaration.
2074         (uce-message-text, uce-default-headers): Fix custom type.
2075         (rmail-buffer, rmail-msg-is-pruned): Declare.
2076         (uce-reply-to-uce): Add autoload cookie.  Doc fix.
2077         Update for mbox Rmail.
2079 2009-01-31  Nick Roberts  <nickrob@snap.net.nz>
2081         * vc-dir.el (vc-dir-mouse-map): New keymap.
2082         (vc-default-dir-printer): Use it locally.
2083         (vc-dir-find-file-other-window): Allow mouse events.
2085 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
2087         * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
2088         into Rmail-mbox attributes.
2090         * mail/rmail.el (rmail-convert-babyl-to-mbox):
2091         Bind coding-system-for-read to `raw-text', and use insert-file-contents
2092         instead of insert-file-contents-literally.  Fixes bug #2019.
2093         (rmail-resent-attr-index): Fix index value.
2095 2009-01-30  Nick Roberts  <nickrob@snap.net.nz>
2097         * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
2098         precedence even when its value is t.  (Bug#2093)
2100         * vc-svn.el (vc-svn-dir-status): Correct logic for remote
2101         connection.  (Bug#2093)
2102         (vc-svn-diff): Use old version number even when it is the working
2103         revision.  This is needed, e.g, in the vc-print-log buffer.  (Bug#2092)
2105 2009-01-30  Glenn Morris  <rgm@gnu.org>
2107         * mail/rmail.el (rmail-reply): Handle empty folders.
2108         (rmail-speedbar-buttons)
2109         (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
2111         * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
2112         line-beginning-position calls.
2113         (rmail-header-summary): Use line-end-position.
2115 2009-01-30  Toby Speight  <streapadair@gmx.net>  (tiny change)
2117         * generic-x.el (hosts-generic-mode, named-database-generic-mode):
2118         Fix regexp quoting.  (Bug#1739)
2120 2009-01-29  Michael Albinus  <michael.albinus@gmx.de>
2122         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2123         Allow correction of passwords.
2125 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
2127         * mail/rmail.el (rmail-toggle-header): Determine current header
2128         style using the buffer-local value of rmail-header-style in the
2129         view buffer.
2130         (rmail-show-message): Set a buffer-local value of
2131         rmail-header-style in the view buffer.  (Bug#2016)
2133 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
2135         * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
2136         Fix typos in docstrings.
2138 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
2140         * bindings.el (completion-ignored-extensions):
2141         Add entries for VCS metadata directories (CVS/, .svn, etc).
2143         * pcvs.el (completion-ignored-extensions):
2144         * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
2145         directory, now done in bindings.el.
2147 2009-01-29  Klaus Straubinger  <KSNetz@UseNet.ArcorNews.DE>  (tiny change)
2149         * pcmpl-rpm.el (pcmpl-rpm): Doc fix.  (Bug#2094)
2151 2009-01-29  Glenn Morris  <rgm@gnu.org>
2153         * mail/rmail.el (rmail-file-name): Remove duplicate definition.
2154         (rmail-set-header): Ensure header changes get saved.
2156         * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
2158         * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
2159         one, after a label is added.
2161         * mail/rmailsum.el (rmail-summary-update-line): New function.
2162         (rmail-summary-goto-msg): Return a value according to whether message
2163         was found.
2164         (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
2165         property.  Use line-end-position.
2167 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
2169         * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
2170         quoted From lines.
2172         * mail/rmail.el (rmail-redecode-body): New function, based on old
2173         version removed in 2009-01-22 change.
2174         (rmail-show-message): Unquote From lines.
2176 2009-01-28  Tassilo Horn  <tassilo@member.fsf.org>
2178         * doc-view.el (doc-view-mode): Don't use string-match and file
2179         extension to choose fallback mode on empty/non-existing files but
2180         let-bind auto-mode-alist and call normal-mode.
2182 2009-01-28  Eli Zaretskii  <eliz@gnu.org>
2184         * ls-lisp.el (ls-lisp-classify): Propertize file name before
2185         concatenating the type indicating character.
2186         (ls-lisp-format): Don't propertize file-name only if
2187         ls-lisp-classify already did.
2189 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
2191         * net/dbus.el (dbus-event-error-hooks): Fix docstring.
2192         Describe second parameter of hook functions.
2193         (dbus-handle-event): Apply it.
2195 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
2197         * mail/rmail.el (rmail-toggle-header): Don't reset
2198         rmail-header-style permanently (bug#2016).
2200 2009-01-28  Denis Howe  <denis.howe@gmail.com>
2202         * complete.el (PC-do-completion): Correct case when completion is
2203         unambiguous.
2205 2009-01-28  Stephen Berman  <stephen.berman@gmx.net>
2207         * calendar/todo-mode.el (todo-insert-item-here):
2208         Prevent insertion of a new entry inside of an existing entry.
2209         Minor code cleanup.  (Bug#2084)
2210         (todo-add-category): Change the interactive spec.  Signal an error
2211         if the Todo file is non-empty but contains no category.
2212         Reject category names that could induce bugs and confusion.
2213         Call todo-mode if the Todo file is new and unsaved.  Simplify handling
2214         of local variables cookie.  Properly display the newly added
2215         category in Todo mode.
2216         (todo-show): Call todo-initial-setup only if there is neither a
2217         Todo file nor a corresponding unsaved buffer.  (Bug#2085)
2218         (todo-category-alist): Delete function.
2219         (todo-completing-read): New function.
2220         (todo-insert-item, todo-jump-to-category): Use it.
2221         (todo-insert-item): Make the use of the prefix argument conform to
2222         the doc string.  (Bug#2086)
2224 2009-01-28  Glenn Morris  <rgm@gnu.org>
2226         * mail/rmail.el (rmail-expunge-and-save): Always show a message,
2227         even when called from the summary.  (Bug#2075)
2228         (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
2229         (rmail-show-message-maybe): Use rmail-no-mail-p.
2230         (rmail-show-message): If empty folder, do nothing.  (Bug#2076)
2231         (rmail-get-labels): Separate status and label fields with a semicolon,
2232         rather than a comma, for consistency with old Rmail.
2234         * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
2235         starting from the beginning, since mail-fetch-field does not care.
2236         (rmail-create-summary-line): Fix unseen handling.  (Bug#2089)
2237         (rmail-get-summary-status): New name for old rmail-get-summary-labels.
2238         (rmail-get-summary-labels): New function.  Returns labels rather than
2239         status (edited, etc).
2240         (rmail-create-summary): Insert an extra space after the status
2241         flags, for consistency with old rmail, and with current
2242         rmail-summary-font-lock-keywords.
2244 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
2246         * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
2247         if region is active.  Use cond instead of nested ifs.  (Bug#2053)
2249 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2251         * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
2252         converting.
2254         * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
2255         which are recognized by the new Rmail, instead of X-BABYL-V6-*.
2257 2009-01-27  Christopher Oliver  <coliver@message.nmc.edu>
2259         * mouse.el (mouse-select-font): Return a string instead of a list.
2261 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2263         * bindings.el: Swap C-delete and C-backspace bindings here, so we
2264         don't have to do it in normal-erase-is-backspace-mode.
2266         * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
2267         and C-backspace; the latter is not available on ttys anyway.
2269 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
2271         (doc-view-mode): Fix broken call to string-match.
2273 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
2275         * doc-view.el (doc-view-mode): Enhance docstring and fallback to
2276         fundamental-mode or ps-mode if the file is empty or doesn't exist
2277         at all.
2278         (doc-view-initiate-display): Better info message if doc-view-mode
2279         cannot be used.  (Missing utility or no png support/no X frame.)
2280         (Bug#2058)
2282 2009-01-27  Glenn Morris  <rgm@gnu.org>
2284         * mail/rmail.el (rmail-copy-headers): Doc fix.  Leave point at the end
2285         of the headers in the full header case.  (Bug#2073)
2287 2009-01-27  Kenichi Handa  <handa@m17n.org>
2289         * mail/rmail.el (rmail-get-coding-system): Re-search
2290         rmail-mime-charset-pattern directly instead of using
2291         mail-fetch-field.  Use coding-system-from-name.
2293         * international/mule-cmds.el (canonicalize-coding-system-name)
2294         (coding-system-from-name): New functions.
2296 2009-01-27  Glenn Morris  <rgm@gnu.org>
2298         * dired-x.el (dired-bind-vm): Doc fix.
2300         * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
2301         Replace `first' and `rest' with `car' and `cdr' throughout.
2302         (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
2303         (rsf-scanning-messages-now): Doc fix.
2304         (rsf-check-field): Rename from `check-field' and update callers.
2305         (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
2306         Use rmail-output rather than deleted rmail-output-to-rmail-file.
2308         * mail/rmail.el: Remove leading `*' from defcustom docs.
2309         Remove needless autoloads of many defcustoms and hooks.
2310         (rmail-enable-mime, rmail-insert-mime-resent-message-function)
2311         (rmail-search-mime-message-function, rmail-search-mime-header-function)
2312         (rmail-decode-mime-charset): Doc fix.
2313         (rmail-search-message, rmail-resend): Check functions set before use.
2315         * mail/rmailout.el: Remove leading `*' from defcustom docs.
2316         Remove needless autoloads of many defcustoms.
2317         (rmail-output-to-babyl-buffer): Rename from
2318         rmail-output-to-r-mail-buffer and update caller.
2319         (rmail-output): Doc fix.
2321         * mail/rmailsum.el: Remove leading `*' from defcustom docs.
2322         Remove needless autoloads of many defcustoms.
2323         (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
2324         is set.
2326         * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
2327         (batch-unrmail, unrmail): Doc fix.
2329         * mail/rmailsum.el (rmail-message-recipients-p-1)
2330         (rmail-message-regexp-p-1): Ensure searches start from the
2331         beginning of the header.
2333 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2335         * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
2337 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
2339         * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
2340         expand the denominator.
2342 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
2344         * net/dbus.el (dbus-event-error-hooks): New variable.
2345         (dbus-handle-event): Use it.
2347 2009-01-26  Glenn Morris  <rgm@gnu.org>
2349         * Makefile.in (ELCFILES): Update.
2351         * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
2352         replies.  (Bug#512)
2354 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2356         * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
2358 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
2360         * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
2361         Remove from global map and key definitions.
2362         (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
2363         definitions.
2364         (ns-show-preferences-help, ns-unput-working-text): New functions.
2365         (ns-unecho-working-text): Update message.
2367 2009-01-25  Craig Markwardt  <cbmarkwardt@gmail.com>
2369         * calendar/icalendar.el (icalendar-uid-format): New defcustom
2370         variable to allow the user to choose icalendar UID format.
2371         (icalendar--diarytime-to-isotime): Bug fix, now times in the range
2372         12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
2373         (icalendar-export-region,icalendar--create-uid): Use custom
2374         function to compute icalendar UID for each entry.
2375         (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
2376         with description, location, etc. fields (need to keep active count
2377         of fields encountered).  Another bug fix to the regex that matches
2378         multiple lines (need \' regex instead of $ to match end-of-entry).
2380 2009-01-25  Juri Linkov  <juri@jurta.org>
2382         * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
2383         change its title from "Recursive grep..." to "Grep via Find...".
2384         Add menu items for lgrep and rgrep.
2386 2009-01-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2388         * ps-print.el (ps-print-version): New version 7.3.4.
2390 2009-01-24  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2392         * ps-print.el: Fix face background/foreground extraction.
2393         (ps-face-extract-color): New fun.
2394         (ps-face-attributes, ps-face-attribute-list): Code fix.
2396 2009-01-24  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2398         * align.el (align-region): Avoid infloop.
2400 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
2402         * env.el (environment): Function removed.
2404         * international/mule-cmds.el (set-language-environment-coding-systems):
2405         If default-buffer-file-coding-system is nil, set up to have EOLs that
2406         are native for the underlying system-type.  (Bug#1853)
2407         (prefer-coding-system, set-default-coding-systems): Doc fix.
2409 2009-01-24  Juanma Barranquero  <lekktu@gmail.com>
2411         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2412         Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
2413         (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
2414         Use `string-match-p'.
2416 2009-01-24  Ulf Jasper  <ulf.jasper@web.de>
2418         * net/newst-treeview.el (newsticker--treeview-first-feed): New.
2419         (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
2420         next-feed does not succeed.  Fixes bug#1710 even more.
2421         (newsticker-treeview-next-feed): Simplify.
2422         (newsticker--group-get-feeds): Suppress group names in result.
2424 2009-01-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
2426         * term/ns-win.el (menu-bar-select-frame): Drop this override.
2427         (menu-bar-update-frames): Update call to menu-bar-select-frame.
2429 2009-01-24  Glenn Morris  <rgm@gnu.org>
2431         * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
2432         "popmail" by "pormail".
2434         * language/ethio-util.el (rmail-current-message, rmail-message-vector):
2435         Remove unneeded declarations.
2437 2009-01-24  Jay Belanger  <jay.p.belanger@gmail.com>
2439         * calc/calc-poly.el (calcFunc-apart): Improve test for
2440         rational functions.
2442 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2444         * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
2445         return value of rmail-get-labels.
2447         * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
2448         return value of rmail-get-labels.
2450         * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
2451         (rmail-buffer-swapped): Fix last change.  (Bug#1997)
2453 2009-01-23  Ulf Jasper  <ulf.jasper@web.de>
2455         * net/newst-backend.el (newsticker--cache-read): Offer deletion of
2456         old cache file.  Fixes bug#1710.
2458 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2460         * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
2462 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
2464         * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
2465         Switch names and update comments for clarity.
2467 2009-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2469         * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
2470         start is nil, as was done in tar-mode.el.
2472 2009-01-23  Glenn Morris  <rgm@gnu.org>
2474         * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
2475         more.
2477         * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
2479 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2481         * server.el (server-name): Make it a defcustom.  (Bug#1995)
2483         * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
2485 2009-01-23  Glenn Morris  <rgm@gnu.org>
2487         * Makefile.in (ELCFILES): Update.
2489 2009-01-22  Ulf Jasper  <ulf.jasper@web.de>
2491         * net/newst-treeview.el
2492         (newsticker-treeview-next-new-or-immortal-item): New optional arg
2493         current-item-counts.  Move to next feed if necessary.  (Bug#1569)
2494         (newsticker-treeview-prev-new-or-immortal-item): Move to previous
2495         feed if necessary.  (Bug#1569)
2496         (newsticker-treeview-next-feed)
2497         (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
2498         Don't activate node nil.  (Bug#1569)
2500 2009-01-22  Paul Reilly  <pmr@pajato.com>
2501             Henrik Enberg  <enberg@printf.se>
2502             Alex Schroeder  <alex@gnu.org>
2503             Chong Yidong  <cyd@stupidchicken.com>
2504             Richard M Stallman  <rms@gnu.org>
2505             Glenn Morris  <rgm@gnu.org>
2506             Juanma Barranquero  <lekktu@gmail.com>
2508         * mail/rmail.el: Code implementing Rmail-mbox functionality.
2509         (rmail-attribute-header, rmail-keyword-header)
2510         (rmail-answered-attr-index, rmail-deleted-attr-index)
2511         (rmail-edited-attr-index, rmail-filed-attr-index)
2512         (rmail-retried-attr-index, rmail-forwarded-attr-index)
2513         (rmail-unseen-attr-index, rmail-resent-attr-index)
2514         (rmail-attr-array, rmail-header-style, rmail-file-name)
2515         (rmail-buffer-swapped): New vars.
2516         (rmail-convert-file-maybe, rmail-error-bad-format)
2517         (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
2518         (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
2519         (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
2520         (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
2521         (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
2522         (rmail-get-header, rmail-set-header, rmail-get-attr-names)
2523         (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
2524         (rmail-message-attr-p, rmail-message-unseen-p)
2525         (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
2526         (rmail-show-message-maybe, rmail-copy-headers)
2527         (rmail-simplified-subject, rmail-simplified-subject-regexp)
2528         (rmail-write-region-annotate): New functions.
2530         (rmail-keywords, rmail-default-rmail-file): Delete vars.
2531         (rmail-convert-mailpath, rmail-convert-file)
2532         (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
2533         (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
2534         (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
2535         (rmail-redecode-body)
2536         (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
2537         (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
2538         (rmail-count-screen-lines, rmail-message-regexp-p)
2539         (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
2540         (rmail-nuke-pinhead-header): Move to rmailout.el.
2542         (rmail-ignored-headers): Add additional headers.
2543         (rmail-mode-map): Update key commands.
2544         (rmail-tool-bar-map): Build tool-bar unconditionally.
2545         (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
2546         conversion and new buffer swapping mechanism.
2547         (rmail-perm-variables): Use new vars, and remove deleted ones.
2548         (rmail-revert): Use rmail-convert-file-maybe.
2549         (rmail-duplicate-message): Use rmail-show-message-maybe.
2550         (rmail-get-new-mail): Don't leave the buffer screwed up if we get
2551         a disk-full error.
2552         (rmail-parse-url): Strip embedded password.
2553         (rmail-insert-inbox-text): Default to movemail if
2554         rmail-movemail-program is null.  Handle mbox format.
2555         (rmail-decode-region): New arg.
2556         (rmail-display-labels): Don't perform Babyl processing.
2557         (rmail-set-attribute, rmail-message-labels-p, rmail-search)
2558         (rmail-set-message-counters, rmail-count-new-messages)
2559         (rmail-set-message-counters-counter, rmail-show-message)
2560         (rmail-next-same-subject, rmail-reply): Use mbox format.
2561         (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
2562         (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
2563         buffer swapping mechanism.
2565         * mail/rmailedit.el: Require rmailsum.el.
2566         (rmail-edit-mode): First check if buffer is swapped.
2567         (rmail-edit-saved-coding-system): Delete var.
2568         (rmail-edit-current-message): Don't call deleted vars.
2569         (rmail-cease-edit): Handle mbox format.
2570         (rmail-abort-edit): Widen buffer.
2572         * mail/rmailkwd.el: Require rmail.el.  Remove unneeded function
2573         declarations.
2574         (rmail-buffer, rmail-current-message, rmail-last-label)
2575         (rmail-last-multi-labels, rmail-summary-vector)
2576         (rmail-total-messages, rmail-attributes, rmail-deleted-label)
2577         (rmail-keywords): Delete vars.
2578         (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
2579         (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
2580         (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
2581         (rmail-make-label): New function.
2582         (rmail-read-label): Don't call rmail-parse-file-keywords.
2583         (rmail-set-label): Rewrite using rmail-set-attribute.
2584         (rmail-next-labeled-message): Use rmail-get-labels.
2586         * mail/rmailmm.el: New file.
2588         * mail/rmailmsc.el: Require rmail.el.
2589         (set-rmail-inbox-list): Set rmail-inbox-list directly.
2591         * mail/rmailout.el (rmail-output-decode-coding): New var.
2592         (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
2593         (rmail-convert-to-babyl-format, rmail-output-as-mbox)
2594         (rmail-output-to-rmail-buffer): New functions.
2595         (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
2596         Delete functions.
2597         (rmail-nuke-pinhead-header): Move from rmail.el.
2598         (rmail-output): Rewrite to accept both mbox and babyl output.
2599         (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
2600         use mbox internal format.
2602         * mail/rmailsort.el: Eval mail-utils when compiled.  Require rmail.el.
2603         (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
2604         (rmail-sort-by-recipient, rmail-sort-by-correspondent):
2605         Use rmail-get-header.
2606         (rmail-sort-messages): Use new buffer swapping mechanism.
2607         Handle mbox internal format.
2609         * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
2610         (rmail-message-recipients-p, rmail-message-recipients-p-1)
2611         (rmail-message-regexp-p, rmail-new-summary-1)
2612         (rmail-get-create-summary-buffer, rmail-get-summary)
2613         (rmail-create-summary-line, rmail-get-summary-labels)
2614         (rmail-create-summary, rmail-header-summary)
2615         (rmail-summary-output, rmail-summary-output-as-seen): New functions.
2616         (rmail-summary-by-topic, rmail-message-senders-p)
2617         (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
2618         internal format.
2619         (rmail-new-summary): Rewrite window handling.
2620         (rmail-make-summary-line, rmail-make-summary-line-1)
2621         (rmail-make-basic-summary-line)
2622         (rmail-summary-output-to-rmail-file): Functions deleted.
2623         (rmail-summary-undelete, rmail-summary-rmail-update)
2624         (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
2625         (rmail-summary-show-message, rmail-summary-wipe)
2626         (rmail-summary-toggle-header, rmail-summary-reply):
2627         Use rmail-buffer instead of rmail-view-buffer.
2628         (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
2629         (rmail-summary-goto-msg): Use rmail-show-message-maybe.
2630         (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
2632 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
2634         * term/ns-win.el (ns-show-manual): Fix node name.
2635         (x-open-connection): Fix typo in declaration filename.
2637 2009-01-22  Romain Francoise  <romain@orebokech.com>
2639         * Makefile.in (ELCFILES): Update.
2641 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
2643         * frame.el (make-frame-on-tty): Remove function, inline contents
2644         in the only user ...
2646         * server.el (server-create-tty-frame): ... here.
2648 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
2650         * format.el (format-annotate-function):
2651         Set write-region-post-annotation-function.
2653 2009-01-21  John Wiegley  <johnw@newartisans.com>
2655         * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
2656         list of output filters.
2657         (eshell-mode): Change the default binding of C-a to eshell-bol.
2658         I don't think it's actually bound at all by default in eshell;
2659         it just falls back to the default binding of C-a.
2661 2009-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2663         * minibuffer.el (completion--insert-strings): Fix up computation of
2664         column position which manifested e.g. in proced's signal completion.
2666 2009-01-21  Chong Yidong  <cyd@stupidchicken.com>
2668         * server.el (server-start): Allow server to shut down when no
2669         frames are available in daemon-mode.
2671 2009-01-21  Juanma Barranquero  <lekktu@gmail.com>
2673         * term.el (term-previous-matching-input, term-next-matching-input)
2674         (term-previous-matching-input-from-input)
2675         (term-next-matching-input-from-input, term-backward-matching-input)
2676         (term-forward-matching-input): Change argument name to match docstring.
2678 2009-01-21  Glenn Morris  <rgm@gnu.org>
2680         * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
2681         that are no longer needed.
2682         (authors-scan-change-log): Doc fix.
2683         (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2685 2009-01-20  Agustín Martín  <agustin.martin@hispalinux.es>
2687         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2688         Use aspell default dict.
2690 2009-01-20  Kenichi Handa  <handa@m17n.org>
2692         * descr-text.el (describe-char): Improve description of eight-bit
2693         char in a unibyte buffer.  (Bug#1935)
2695 2009-01-20  Glenn Morris  <rgm@gnu.org>
2697         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2698         Add some entries.
2700 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
2702         * progmodes/ruby-mode.el: Autoload other interpreter names.
2704 2009-01-19  Juanma Barranquero  <lekktu@gmail.com>
2706         * descr-text.el (describe-char-categories): New defsubst.
2707         (describe-char): Use it.
2709 2009-01-19  Michael Albinus  <michael.albinus@gmx.de>
2711         * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
2712         IPv4 mapped IPv6 addresses.
2714 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
2716         * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
2717         the beginning of the buffer.  (Bug#1949)
2719 2009-01-18  Markus Triska  <markus.triska@gmx.at>
2721         * linum.el (linum-update-window): Use `delq' instead of `delete';
2722         compare strings with `equal-including-properties'.
2724 2009-01-17  Glenn Morris  <rgm@gnu.org>
2726         * progmodes/cc-langs.el (declare-function): Add compatibility stub.
2727         (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
2729         * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
2730         (eldoc-message-commands, eldoc-print-current-symbol-info):
2731         Doc fix (consistent case of "ElDoc").
2733 2009-01-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2735         * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
2737 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
2739         * dos-w32.el (find-buffer-file-type-coding-system): If `(car
2740         TARGET)' does not exist, try again with its basename replaced by
2741         `(cdr TARGET)'.  (Related to Bug #1853.)
2743         * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
2745 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2747         * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
2748         unless flyspell-mode is enabled.
2749         (flyspell-pre-point): Make buffer-local.
2751 2009-01-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2753         * textmodes/bibtex.el (bibtex-format-entry): For updating field
2754         delimiters, allow fields that are composed of strings and string
2755         constants.
2756         (bibtex-mode): Doc fix.
2758 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2760         * textmodes/ispell.el: Protect against declare-function undefined
2761         in XEmacs.
2762         (ispell-program-name): Search also for hunspell when setting default.
2763         (ispell-find-aspell-dictionaries): Better error message.  Use correct
2764         dictionary alist for default.  Better fallback default dictionary.
2766 2009-01-16  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2768         * international/quail.el (quail-insert-kbd-layout):
2769         Delete superfluous handling of 8-bit code.  (Bug#1418)
2771 2009-01-16  Glenn Morris  <rgm@gnu.org>
2773         * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
2774         (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
2775         (eldoc-highlight-function-argument): Doc fix - mention effect of
2776         eldoc-documentation-function.
2777         (eldoc-message-commands-table-size, eldoc-message-commands)
2778         (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
2779         (eldoc-documentation-function): Mention effect on user options.
2781         * emacs-lisp/copyright.el (copyright-update): Doc fix.
2783 2009-01-16  Kevin Ryde  <user42@zip.com.au>
2785         * tar-mode.el (tar-rename-entry): Only test the magic string, without
2786         its version number, and then set both.
2788 2009-01-16  Richard M Stallman  <rms@gnu.org>
2790         * textmodes/paragraphs.el (sentence-end): Accept non-break space.
2792 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2794         * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
2795         Refer to revert-buffer, not Buffer-menu-revert.
2796         (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
2797         (Buffer-menu-revert): Remove function, unused.
2798         (Buffer-menu-mode-map): Don't bind keys already
2799         bound by special-mode.
2800         (Buffer-menu-mode-map): Add a menu.
2802 2009-01-15  Stephen Eglen  <stephen@gnu.org>
2804         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
2806 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2808         * vc-hg.el (vc-hg-diff): Pass relative file names.  (Bug#1903)
2810 2009-01-15  Martin Rudalics  <rudalics@gmx.at>
2812         * window.el (special-display-p): Revert 2009-01-14 change.
2814 2009-01-15  Glenn Morris  <rgm@gnu.org>
2816         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2817         (authors-obsolete-files-regexps, authors-ignored-files):
2818         (authors-renamed-files-alist): Add some entries.
2819         (authors-fixed-entries): Change some entries.
2820         (authors-canonical-file-name): Doc fix.
2821         (authors-scan-change-log): Handle joint authorship in ChangeLogs.
2823 2009-01-14  Juri Linkov  <juri@jurta.org>
2825         * info.el (Info-isearch-filter): Don't filter out invisible text
2826         when search-invisible is t.  (Bug#1848)
2828         * simple.el (blink-matching-open): Use `minibuffer-message' to
2829         display messages in the minibuffer.
2831         * help.el (view-help-file):
2832         * menu-bar.el (menu-bar-help-extra-packages):
2833         Use goto-address-mode instead of goto-address.
2835         * net/goto-addr.el (goto-address-url-face): Change default value
2836         from `bold' to `link'.
2838 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2840         * international/mule-diag.el (print-list): Fix 2008-12-03 change.
2842 2009-01-14  Martin Rudalics  <rudalics@gmx.at>
2844         * frame.el (special-display-popup-frame): Rewrite doc-string and
2845         simplify code.
2847         * window.el (special-display-buffer-names)
2848         (special-display-regexps): Add customization support for
2849         function/other-args elements.  Rewrite doc-strings.
2850         (special-display-function): Rewrite doc-string.
2851         (same-window-buffer-names, same-window-regexps):
2852         Minor doc-string fixes.
2853         (special-display-p): Minor rewrite.
2855 2009-01-14  Glenn Morris  <rgm@gnu.org>
2857         * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
2859 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2861         * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
2862         MESSAGEs with internal square brackets (i.e., " this [test] message").
2863         Use `string-match-p'.
2864         (completion--make-envvar-table, completion--file-name-table)
2865         (completion-pcm--string->pattern, completion-pcm--all-completions)
2866         (completion-pcm--filename-try-filter): Use `string-match-p'.
2868 2009-01-14  Juri Linkov  <juri@jurta.org>
2870         * progmodes/bug-reference.el (bug-reference-fontify): Check for
2871         non-nil `bug-reference-url-format' before putting an overlay
2872         property `bug-reference-url'.
2873         (bug-reference-mode, bug-reference-prog-mode): Don't check for
2874         `bug-reference-url-format'.  Doc fix.  (Bug#1744)
2876 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
2878         * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
2879         for exit-emacs item.  Bind it to save-buffers-kill-terminal.
2881         * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
2882         loaded.
2884 2009-01-13  Jason Rumney  <jasonr@gnu.org>
2886         * faces.el (face-valid-attribute-values): No stipple on w32.  (Bug#884)
2888 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
2890         * subr.el (play-sound): Doc fix.  (Bug#250)
2891         (shell-quote-argument, field-at-pos): Fix typos in docstrings.
2893 2009-01-12  Alan Mackenzie  <acm@muc.de>
2895         * textmodes/paragraphs.el (forward-sentence): Change limit of
2896         re-search-backward to allow values of `sentence-end' anchored at BOL.
2898 2009-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2900         * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
2901         subfield of the magic string.
2903 2009-01-11  Jay Belanger  <jay.p.belanger@gmail.com>
2905         * calc/calc-lang.el (math-compose-tex-sqrt): New function.
2906         (math-special-function-table): Use `math-compose-tex-sqrt' to
2907         compose sqrts in TeX and LaTeX mode.
2909 2009-01-11  Chong Yidong  <cyd@stupidchicken.com>
2911         * faces.el (describe-face): Ignore anonymous faces.
2913         * server.el (server-save-buffers-kill-terminal): Args changed.
2914         Handle nowait client frames.
2916         * files.el (save-buffers-kill-terminal): Args for
2917         server-save-buffers-kill-terminal changed.
2919 2009-01-11  Juanma Barranquero  <lekktu@gmail.com>
2921         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2923 2009-01-11  Glenn Morris  <rgm@gnu.org>
2925         * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
2926         Silence compiler.
2928         * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
2929         some entries.
2930         (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
2931         (authors-renamed-files-alist): Add entries.
2932         (authors-fixed-entries): Update for renamed and removed files.
2933         (authors-canonical-file-name): Add entries to
2934         authors-checked-files-alist based on their full names, expanded relative
2935         to each log-file directory.
2936         (authors-scan-el, authors-add-to-author-list, authors):
2937         Handle multiple authors in a file, via a new :cowrote category.
2939         * emacs-lisp/copyright.el (copyright-update): Add doc-string.
2941 2009-01-10  Richard M Stallman  <rms@gnu.org>
2943         * mail/mail-utils.el (mail-quote-printable-region): New function.
2945 2009-01-10  Glenn Morris  <rgm@gnu.org>
2947         * calendar/cal-move.el (calendar-scroll-left-three-months)
2948         (calendar-scroll-right-three-months):
2949         * calendar/holidays.el (calendar-list-holidays)
2950         (calendar-mark-holidays):
2951         * calendar/lunar.el (calendar-lunar-phases):
2952         Add event handling, for when called from menus with the calendar buffer
2953         not current.
2955 2009-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
2957         * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
2958         Move setting up whitepace-mode ...
2959         (diff-mode): ... here.
2960         (diff-mode-menu): Add a menu entry for showing trailing whitespace.
2962 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
2964         * faces.el (x-font-family-list): Remove entirely.
2966 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
2968         Fix Bug #876:
2970         * info.el (info-insert-file-contents, Info-insert-dir):
2971         Bind inhibit-null-byte-detection to non-nil.
2973 2009-01-10  Martin Rudalics  <rudalics@gmx.at>
2975         * tool-bar.el (tool-bar-mode): Modify all frame parameters when
2976         toggling tool bars on.  (Bug#1754)
2978 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
2980         * faces.el (face-valid-attribute-values): Use string as value for
2981         :family attribute.  Now, font-family-list returns a list of strings.
2982         (x-font-family-list): Obsolete compatibility version of function
2983         from xfaces.c.
2985 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
2987         * window.el (special-display-buffer-names)
2988         (special-display-regexps, special-display-function):
2989         In doc-strings say "same-window" instead of "same-buffer".
2991 2009-01-09  Michael Albinus  <michael.albinus@gmx.de>
2993         * net/tramp.el: Revert previous patch.  `last-command-char' is
2994         used in code intended only for XEmacs, where it is different from
2995         `last-command-event'.
2997 2009-01-09  Glenn Morris  <rgm@gnu.org>
2999         * subr.el (last-input-char, last-command-char):
3000         Move here from src/keyboard.c.
3002         * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
3003         * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
3004         * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
3005         * wdired.el:
3006         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
3007         * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
3008         * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
3009         * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
3010         * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
3011         * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
3012         * eshell/em-smart.el, eshell/esh-mode.el:
3013         * international/mule-cmds.el:
3014         * mail/mailabbrev.el:
3015         * net/tramp.el:
3016         * play/mpuz.el:
3017         * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
3018         * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
3019         * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
3020         * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
3021         * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
3022         * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
3023         * progmodes/vhdl-mode.el, progmodes/xscheme.el:
3024         * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
3025         Replace last-command-char with last-command-event.
3027         * double.el, electric.el, replace.el, term.el, terminal.el:
3028         * calc/calc.el:
3029         * emulation/viper-cmd.el:
3030         * international/mule-cmds.el:
3031         * obsolete/iso-acc.el:
3032         * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
3034         * emacs-lisp/edebug.el: Remove references to last-command-char and
3035         last-input-char, since these have been identical to last-command-event
3036         and last-input-event since at least Emacs 19.
3037         (edebug-outside-last-command-char, edebug-outside-last-input-char):
3038         Remove.
3040 2009-01-09  Dave Love  <fx@gnu.org>
3042         * calendar/time-date.el: Require cl for `declare'.
3044 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3046         * calendar/time-date.el (format-seconds): Explain `assoc-string'.
3047         Suggested by Dave Love.
3049 2009-01-09  Dave Love  <fx@gnu.org>
3051         * net/imap.el (imap-string-to-integer): Fix typo.
3052         (imap-fetch-safe): New function.
3053         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3055         * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
3056         (imap-parse-greeting): Fix doc strings.
3057         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3058         (imap-parse-flag-list): Make messages unique.
3059         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3061         * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
3062         call.
3064         * net/imap.el: Fix author email.  Doc fixes.
3065         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3066         reply.
3068 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3070         * net/dns.el (dns-set-servers): Check "Address".  Fix typo.
3072 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3074         * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
3075         Call nslookup if resolv.conf isn't available.
3076         (dns-query): Rename from query-dns.
3077         (dns-query-cached): Rename from query-dns-cached.
3079 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3081         * net/imap.el (imap-enable-exchange-bug-workaround):
3082         Explain auto-detection in the doc string.
3084 2009-01-09  Juanma Barranquero  <lekktu@gmail.com>
3086         * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
3087         (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
3088         (ispell-begin-skip-region-regexp, ispell-skip-region-list)
3089         (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
3090         (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
3091         Fix typos in docstrings.
3092         (ispell-command-loop): Reflow docstring.
3094 2009-01-08  Agustín Martín  <agustin.martin@hispalinux.es>
3096         * textmodes/ispell.el (ispell-encoding8-command): New variable.
3097         (ispell-aspell-supports-utf8): Mark as obsoleted by
3098         ispell-encoding8-command.
3099         (ispell-check-version): Set ispell-encoding8-command.
3100         (ispell-check-spellchecker-params, ispell-start-process):
3101         Use ispell-encoding8-command.
3103         * textmodes/flyspell.el (flyspell-large-region):
3104         Use ispell-encoding8-command.
3106 2009-01-08  Glenn Morris  <rgm@gnu.org>
3108         * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
3109         scroll the calendar.
3111         * international/mule-cmds.el (universal-coding-system-argument):
3112         last-input-char need not be a char.
3114         * textmodes/ispell.el (ispell-check-minver): Declare.
3115         Use string-to-number rather than string-to-int.
3117 2009-01-07  Juanma Barranquero  <lekktu@gmail.com>
3119         * add-log.el (change-log-search-tag-name): Reflow docstring.
3120         (change-log-mode): Fix typo in docstring.
3122         * international/mule.el (define-coding-system): Doc fix.
3124 2009-01-07  Kenichi Handa  <handa@m17n.org>
3126         * international/mule.el (define-coding-system): Fix docstring
3127         about :bom usage.
3129 2009-01-07  Martin Rudalics  <rudalics@gmx.at>
3131         * dired.el (dired-pop-to-buffer): Don't split windows
3132         horizontally.  (Bug#1806)
3134 2009-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3136         * tar-mode.el (tar-mode, tar-mode-write-contents)
3137         (tar-write-region-annotate): Undo Andreas's last change.
3139 2009-01-06  Michael Albinus  <michael.albinus@gmx.de>
3141         * net/tramp.el (tramp-do-copy-or-rename-file-directly)
3142         (tramp-handle-file-local-copy, tramp-handle-write-region)
3143         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3144         (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
3146 2009-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3148         * minibuffer.el (completion-hilit-commonality): Don't presume
3149         all-completions always include the input as prefix.
3150         (completion-pcm--pattern-trivial-p): Accept a few more patterns
3151         as trivial.
3152         (completion-pcm--hilit-commonality): Remove leftover code that used to
3153         deal with the now removed cdr-in-last-cons.
3155 2009-01-06  Juanma Barranquero  <lekktu@gmail.com>
3157         * international/mule.el (define-coding-system): Fix typos in docstring.
3159 2009-01-05  Alan Mackenzie  <acm@muc.de>
3161         * progmodes/cc-styles.el (c-setup-paragraph-variables):
3162         Ensure paragraph-\(start\|separate\) match blank lines.  For AWK Mode.
3164 2009-01-05  Michael Albinus  <michael.albinus@gmx.de>
3166         * net/tramp.el (tramp-handle-load)
3167         (tramp-do-copy-or-rename-file-directly)
3168         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3169         (tramp-handle-write-region)
3170         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3171         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3172         Delete temporary file in case of error.
3174 2009-01-05  Agustín Martín  <agustin.martin@hispalinux.es>
3176         * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
3178 2009-01-05  Richard M Stallman  <rms@gnu.org>
3180         * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
3182 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
3184         * window.el (display-buffer): Fix last fix.
3186 2009-01-05  Juanma Barranquero  <lekktu@gmail.com>
3188         * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
3189         to shorten the desktop file directory shown in message.
3191 2009-01-05  Glenn Morris  <rgm@gnu.org>
3193         * version.el (emacs-copyright):
3194         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3195         Update copyrights for 2009.
3197 2009-01-04  Stephen Leake  <stephen_leake@member.fsf.org>
3199         * progmodes/ada-mode.el (ada-mode): Simplify doc string.
3200         (ada-get-indent-paramlist): Use ada-broken-indent instead of
3201         hard-coded 0.
3202         (ada-get-indent-loop): Fix list access bug.
3204 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
3206         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
3207         (lisp-interaction-mode): Add a blank line in the docstring
3208         before the keymap listing.
3210 2009-01-04  Martin Rudalics  <rudalics@gmx.at>
3212         * window.el (display-buffer): When a buffer is displayed in the
3213         selected and some other window, and not-this-window is non-nil,
3214         try to return that other window instead of popping up a new
3215         frame.  (Bug#30)
3217 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
3219         * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
3221 2009-01-04  Ulrich Mueller  <ulm@kph.uni-mainz.de>
3223         * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
3225 2009-01-03  Michael Olson  <mwolson@gnu.org>
3227         * net/imap.el (imap-parse-fetch): Courier can insert spurious
3228         blank characters which will confuse `read', so skip past them.
3230 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3232         * emacs-lisp/authors.el (authors-aliases): Addition.
3233         (authors): Allow to use it for other projects.
3235         * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
3236         Clarify MATCH argument.  Print filenames.
3238 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
3240         * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
3242         * net/tramp.el (tramp-local-host-regexp)
3243         (tramp-prefix-domain-format)
3244         (tramp-prefix-domain-regexp, tramp-domain-regexp)
3245         (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
3246         (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
3247         (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
3248         (tramp-file-name-structure, tramp-file-name-regexp-unified)
3249         (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
3250         (tramp-dissect-file-name, tramp-make-tramp-file-name)
3251         (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
3252         (tramp-handle-insert-file-contents): Fix setting of
3253         `buffer-read-only'.
3254         (tramp-compute-multi-hops, tramp-local-host-p):
3255         Use `tramp-local-host-regexp'.
3256         (tramp-file-name-real-user, tramp-file-name-domain):
3257         Use `tramp-user-with-domain-regexp'.
3259         * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
3260         (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
3262 2009-01-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3264         * proced.el (proced-grammar-alist): Refiner can be a
3265         list (function help-echo) instead of a cons pair.
3266         (proced-post-display-hook): New variable.
3267         (proced-tree-depth): Rename from proced-tree-indent.
3268         (proced-mode): Derive mode from special-mode.
3269         (proced-mode-map): Change accordingly.
3270         (proced, proced-update): Run proced-post-display-hook.
3271         (proced-do-mark-all): Count processes for which mark has been updated.
3272         (proced-format): Check for ppid attribute.
3273         (proced-process-attributes): Take time and ctime attribute from
3274         system-process-attributes.
3275         (proced-send-signal): Doc fix.  Collect properly the info on
3276         marked processes.  Use fit-window-to-buffer instead of
3277         dired-pop-to-buffer.
3279 2009-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3281         * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
3282         point-min==1.
3284 2009-01-02  Juanma Barranquero  <lekktu@gmail.com>
3286         * bindings.el (mode-line-eol-desc): Fix typo in help message.
3287         (mode-line-client): Fix typo in help message and docstring.
3289 2009-01-02  Jason Rumney  <jasonr@gnu.org>
3291         * term/w32-win.el (image-library-alist): Add gobject library.
3293 2009-01-02  Martin Rudalics  <rudalics@gmx.at>
3295         * frame.el (window-system-default-frame-alist)
3296         (initial-frame-alist, minibuffer-frame-alist)
3297         (pop-up-frame-alist, pop-up-frame-function)
3298         (special-display-frame-alist): Rewrite and reformat doc-strings.
3300 2009-01-01  Martin Rudalics  <rudalics@gmx.at>
3302         * simple.el (minibuffer-default-add-shell-commands):
3303         Fix doc-string typo.
3305 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
3307         * language/cham.el: Fix setting of composition-function-table.
3309         * language/khmer.el: Fix setting of composition-function-table.
3311         * language/tibet-util.el (tibetan-composition-function):
3312         Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
3314         * simple.el (minibuffer-default): Add defvar.
3316         * hippie-exp.el: Require comint.
3318 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
3320         * simple.el (last-buffer): Don't set major mode of *scratch* if
3321         that buffer exists already.  Rewrite doc-string.
3323 2008-12-31  Andreas Schwab  <schwab@suse.de>
3325         * tar-mode.el (tar-mode): Set write-contents-functions instead of
3326         write-region-annotate-functions.
3327         (tar-mode-write-contents): New function.
3328         (tar-write-region-annotate): Remove.
3330 2008-12-31  Chong Yidong  <cyd@stupidchicken.com>
3332         * files.el (basic-save-buffer): Revert 2008-12-22 change.
3333         (buffer-swapped-with): Var removed.
3335 2008-12-30  Kenichi Handa  <handa@m17n.org>
3337         * language/japanese.el (compose-gstring-for-variation-glyph):
3338         New function.  Register it in composition-function-table.
3340         * composite.el (lglyph-set-code): New function.
3342 2008-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3344         * tar-mode.el (tar-data-swapped): New var.
3345         (tar-data-swapped-p, tar-swap-data):
3346         Use it instead of buffer-swapped-with.
3347         (tar-write-region-annotate): Re-add (partial undo of last change).
3348         (tar-mode): Use it again (partial undo as well).
3350 2008-12-30  Ed Swarthout  <Ed.Swarthout@hwdebug.com>  (tiny change)
3352         * textmodes/table.el (table-capture): Fix symbol quoting typo.
3354 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3356         * follow.el (follow-select-if-visible): Improve the check for the
3357         last line of the window.
3358         (follow-post-command-hook): Perform redisplay in more
3359         circumstances, to avoid getting point stuck on partially visible lines.
3361 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3363         * follow.el (follow-calc-win-end): Use with-selected-window.
3364         (follow-windows-start-end, follow-pos-visible)
3365         (follow-windows-aligned-p): Code cleanup.
3366         (follow-select-if-visible): Try to avoid partially-visible lines.
3367         (follow-select-if-visible-from-first): Call follow-redisplay and
3368         move point to destination.
3369         (follow-redisplay): New arg, to keep selected window unchanged.
3370         (follow-post-command-hook): In final check for destination
3371         visibility, use window-start and window-end instead of the less
3372         accurate follow-pos-visible.  If the selected window is redrawn,
3373         tell follow-redisplay to preserve it.
3374         (follow-calculate-first-window-start-from-below): Avoid looping
3375         forever if vertical-motion returns an unexpected value.
3377 2008-12-30  Andreas Schwab  <schwab@suse.de>
3379         * server.el (server-running-p): Remove interactive spec.
3380         Fix regexp.
3382 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3384         * follow.el (follow-calc-win-start): Don't use `inline'.
3385         (follow-update-window-start, follow-select-if-visible)
3386         (follow-calculate-first-window-start-from-below)
3387         (follow-post-command-hook): Code cleanup.
3388         (follow-downward, follow-calculate-first-window-start):
3389         Delete function and merge into follow-redisplay.
3390         (follow-redisplay): Merge code from follow-downward and
3391         follow-calculate-first-window-start.
3393 2008-12-30  Juanma Barranquero  <lekktu@gmail.com>
3395         * proced.el (proced-tree-flag): Fix typo in docstring.
3397 2008-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3399         * proced.el (proced-temp-alist): Rename from variable
3400         proced-children-alist.
3401         (proced-process-tree, proced-toggle-tree): Fix docstring.
3402         (proced-tree): Fix docstring.  Simplify.  Use proced-temp-alist.
3403         (proced-temp-internal): Use proced-temp-alist.
3405 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3407         * subr.el (mkdir): New defalias.
3409 2008-12-29  Juri Linkov  <juri@jurta.org>
3411         * proced.el (proced-mode-map): Bind " " to next-line instead of the
3412         command `proced-next-line' removed on 2008-09-06.
3414 2008-12-28  Juri Linkov  <juri@jurta.org>
3416         * misearch.el (multi-isearch-next-buffer-function): Doc fix.
3417         (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
3419         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3420         Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
3421         (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
3422         is bound set it to `reftex-isearch-switch-to-next-file'.  Otherwise,
3423         set 4 obsolete variables for backward-compatibility with Emacs 22.
3425 2008-12-28  Juri Linkov  <juri@jurta.org>
3427         * misc.el (butterfly): Doc fix.  Add `animate-string' and `browse-url'.
3429 2008-12-28  Raffael Mancini  <raffael.mancini@hcl-club.lu>  (tiny change)
3431         * misc.el (butterfly): New command.
3433 2008-12-28  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3435         * proced.el (proced-grammar-alist): Allow predicate nil.
3436         New attribute tree.
3437         (proced-format-alist): Use attribute tree.
3438         (proced-tree-flag, proced-tree-indent): New variables.
3439         (proced-children-alist): Rename from proced-process-tree.
3440         PPID must refer to a process in process-alist.
3441         Ignore PPIDs that equal PID (Bug#1718).
3442         Children alist inherits sorting order from process-alist.
3443         (proced-process-tree): New variable.  New function.
3444         (proced-process-tree-internal, proced-toggle-tree)
3445         (proced-tree, proced-tree-insert, proced-format-tree): New functions.
3446         (proced-mark-process-alist): Add docstring.
3447         (proced-filter-parents): PPID must refer to a process in
3448         process-alist.  Ignore PPIDs that equal PID (Bug#1718).
3449         (proced-sort): Throw error if attribute is not sortable.
3450         (proced-sort-interactive): Restrict completion to sortable attributes.
3451         (proced-format): Include tree in standard attributes if
3452         proced-tree-flag is non-nil.  Make header clickable only if
3453         corresponding predicate is non-nil.
3454         (proced-update): Use proced-tree.
3456 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
3458         * diff.el (diff): Doc fix.
3460         * emacs-lisp/rx.el (rx): Doc fix.
3462         * files.el (move-file-to-trash): Bind backup-directory-alist to nil
3463         before uniquifying backup trash file name.
3465 2008-12-27  Andreas Schwab  <schwab@suse.de>
3467         * vc-git.el (vc-git-dir-printer): Fix filename column.
3469 2008-12-27  Nicholas Maniscalco  <nicholas@maniscalco.com>  (tiny change)
3471         * term.el (term-emulate-terminal): Decode substring just prior to
3472         inserting it, i.e. revert part of the 2008-09-24 change.  (Bug#1469)
3474 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
3476         * makefile.w32-in (MH_E_DIR): New variable.
3477         ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3478         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3479         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3480         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3481         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3482         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3483         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3484         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3485         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3486         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3487         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3489         * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3490         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3491         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3492         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3493         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3494         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3495         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3496         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3497         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3498         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3499         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3501 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3503         * files.el (dosified-file-name): Declare.
3505 2008-12-26  Andreas Schwab  <schwab@suse.de>
3507         * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
3509         * tar-mode.el (tar-swap-data): New function.
3510         (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
3511         (tar-mode-revert): Likewise.
3512         (tar-mode): Likewise.  Don't set write-region-annotate-functions.
3513         (tar-data-swapped-p): Test buffer-swapped-with.
3514         (tar-write-region-annotate): Remove.
3515         (tar-header-block-tokenize): Add argument `coding' and use it
3516         instead of tar-file-name-coding-system.
3517         (tar-summarize-buffer): Pass tar-file-name-coding-system here.
3519 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3521         * dos-fns.el (dosified-file-name): New function.
3523         * files.el (dir-locals-find-file): Run dir-locals-file through
3524         dosified-file-name.  Compare files case-insensitively on systems
3525         whose filesystems are case-insensitive.
3527 2008-12-25  Martin Rudalics  <rudalics@gmx.at>
3529         * help.el (help-for-help-internal): Fix entry for "l".
3531 2008-12-25  Richard M Stallman  <rms@gnu.org>
3533         * shadowfile.el (shadow-copy-file): Revert previous change.
3534         This code as it was should work properly with buffer-swapped-with.
3536 2008-12-24  Francois Fleuret  <francois.fleuret@idiap.ch>  (tiny change)
3538         * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
3540 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
3542         * subr.el (chmod): New defalias for set-file-modes.
3544 2008-12-23  Juri Linkov  <juri@jurta.org>
3546         * isearch.el (isearch-filter-predicate, isearch-search):
3547         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3548         (isearch-filter-visible): Rename from
3549         `isearch-filter-invisible'.  Doc fix.
3551         * dired-aux.el (dired-isearch-filenames-toggle): Use the original
3552         value from `dired-isearch-filter-predicate-orig' instead of the
3553         symbol `isearch-filter-invisible'.  Doc fix.
3554         (dired-isearch-filter-filenames): Doc fix.
3555         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3557         * info.el (Info-find-node-2): Use negative offset 2 instead of 1
3558         for Info-point-loc since it is more correct in all cases.
3559         (Info-isearch-filter): Rename from
3560         `Info-isearch-filter-predicate'.  Doc fix.
3561         (Info-mode): Replace `Info-isearch-filter-predicate' with
3562         `Info-isearch-filter'.
3564 2008-12-23  Daiki Ueno  <ueno@unixuser.org>
3566         * pgg.el: Add obsolescence info.
3568 2008-12-22  Richard M Stallman  <rms@gnu.org>
3570         * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
3572         * files.el (buffer-swapped-with): New variable.
3573         (basic-save-buffer-0): Most of basic-save-buffer moved here.
3574         (basic-save-buffer): Unswap the buffer temporarily if nec.
3576         * dired.el (dired-readin): Inhibit modification hooks.
3578 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
3580         * net/newst-backend.el (newst-backend):
3581         Remove wrong duplicate provide statement.
3583 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
3585         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
3586         end, before updating.
3587         (tramp-convert-file-attributes): Add "l" indicator to file modes.
3588         (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
3590 2008-12-21  Martin Rudalics  <rudalics@gmx.at>
3592         * window.el (set-window-text-height): Fix doc-string.
3594 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3596         * minibuffer.el (completion-all-completions-with-base-size): Remove.
3597         (completion-all-completions): Don't set it.
3598         (completion-table-with-context, completion--file-name-table):
3599         Don't add base-size in last cdr.
3600         (completion-hilit-commonality): Add argument `base-size'.
3601         (display-completion-list, completion-emacs21-all-completions)
3602         (completion-emacs22-all-completions, completion-basic-all-completions):
3603         Provide it.
3604         (completion-pcm--all-completions): Don't need to remove the base-size
3605         in last-cdr any more.
3607 2008-12-20  Agustín Martín  <agustin.martin@hispalinux.es>
3609         * textmodes/ispell.el (ispell-check-minver): New function.
3610         (ispell-check-version): Rewrite spellchecker and version checking.
3611         Use (ispell-check-minver).  Handle hunspell versions.
3613 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
3615         * ido.el (ido-read-internal): Handle `confirm' and
3616         `confirm-after-completion' values for the require-match argument.
3618 2008-12-20  Jason Rumney  <jasonr@gnu.org>
3620         * international/mule.el (auto-coding-regexp-alist):
3621         Use utf-8-with-signature for files starting with UTF-8 BOM.  (Bug#269)
3623 2008-12-20  Ami Fischman  <ami@fischman.org>
3625         * bindings.el (mode-line-eol-desc): Use assoc to query
3626         mode-line-eol-desc-cache.
3628 2008-12-20  Glenn Morris  <rgm@gnu.org>
3630         * comint.el (comint-save-input-ring-index): Add missing initial value.
3632 2008-12-19  Juanma Barranquero  <lekktu@gmail.com>
3634         * proced.el (proced-grammar-alist): Doc fix.
3635         (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
3636         (proced-filter-parents, proced-sort-header, proced-update, proced-help)
3637         (proced-undo): Fix typos in docstrings.
3639 2008-12-19  Glenn Morris  <rgm@gnu.org>
3641         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3642         (authors-fixed-case): New constant.
3643         (authors-public-domain-files, authors-ignored-files):
3644         (authors-valid-file-names, authors-renamed-files-alist): Update lists.
3645         (authors-renamed-files-regexps): Add some new entries.
3646         (authors-canonical-file-name): Don't complain about ignored files.
3647         (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
3648         (authors): Ensure error buffer is writable.
3650 2008-12-18  Agustín Martín  <agustin.martin@hispalinux.es>
3652         (ispell-really-hunspell): New variable to signal hunspell.
3653         (ispell-check-version):
3654         Check if hunspell and set ispell-really-hunspell if needed.
3655         (ispell-send-string, ispell-start-process, flyspell-large-region):
3656         Pass right options for hunspell if needed.
3658 2008-12-18  Kenichi Handa  <handa@m17n.org>
3660         * international/fontset.el (script-representative-chars)
3661         (setup-default-fontset): Add more scripts.
3663         * international/characters.el: Add more scripts.
3665 2008-12-19  Juri Linkov  <juri@jurta.org>
3667         * info.el (Info-isearch-search): Implement lax version of
3668         incremental word search in Info.
3669         (Info-isearch-start): Set Info-isearch-initial-node to the
3670         current node when search is nonincremental to not stop at the
3671         initial node in this case.
3672         (Info-mode-map): Unbind "\M-s" from `Info-search'.
3674 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
3676         * textmodes/rst.el (rst-promote-region): Reflow docstring.
3677         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
3678         (rst-repeat-last-character): Fix typos in docstrings.
3679         (rst-mode, rst-backward-section): Doc fixes.
3681 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
3683         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
3684         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
3685         (newsticker--treeview-load): Check whether groups file exists.
3687         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
3688         (newsticker-dir): Use `locate-user-emacs-file'.
3690 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
3692         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
3693         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
3695 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
3697         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
3699         * startup.el (command-line): Do not mention the server name in
3700         case the user has not mentioned it, print a more explicit message.
3702         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
3703         Change all callers.
3705 2008-12-18  Sam Steingold  <sds@gnu.org>
3707         * vc-dir.el (vc-at-event): Handle (tool-bar) events.  Fix bug#1585.
3709 2008-12-18  Juri Linkov  <juri@jurta.org>
3711         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
3712         `isearch-edit-string-set-word'.
3713         (isearch-edit-string-set-word): Remove.
3714         (isearch-occur): Imitate the C function `wordify' by replacing
3715         non-word character with the \\W+ regexp.
3716         (isearch-search-fun): Add `isearch-nonincremental' to the
3717         condition of using a non-lax version of `word-search-forward'.
3719 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
3721         * epa-file.el (epa-file-insert-file-contents):
3722         Set buffer-file-name before decrypting a file.
3724 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
3726         * server.el (server-start): If unable to start the server,
3727         display a warning instead of raising an error.
3729         * startup.el (server-process): Add defvar.
3730         (command-line): If the daemon is unable to start the server,
3731         display a message and exit Emacs.
3733 2008-12-15  Sam Steingold  <sds@gnu.org>
3735         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
3736         mostly for CLISP modules, but could also be useful elsewhere.
3738 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
3740         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
3741         * icomplete.el (icomplete-prospects-height):
3742         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
3744 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
3746         * international/mule.el (find-auto-coding): Fix typo in docstring.
3748         * international/mule-cmds.el (select-safe-coding-system):
3749         * mail/rmail.el (rmail-require-mime-maybe):
3750         Fix arguments of `display-warning'.
3752         * simple.el (bad-package-check): Fix arguments of `display-warning',
3753         using the package name as TYPE.  Use `string-match-p'.
3755 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3757         * proced.el (proced-sort-interactive, proced-sort-pcpu)
3758         (proced-sort-pmem, proced-sort-start, proced-sort-time)
3759         (proced-sort-user, proced-sort-header): Prefix arg determines
3760         sorting order.  Suggested by Dan Nicolaescu.
3761         (proced-revert): Doc fix.
3763 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3765         * proced.el (proced-grammar-alist): Allow refiner elements that
3766         are cons pairs (function . help-echo) or nil.
3767         (proced-refine): Use them.
3768         (proced-format-alist): Allow alternatives.
3769         (proced-descend): New variable.
3770         (proced-sort): New arg descend.
3771         (proced-sort-interactive): Repeated calls toggle sort order.
3772         (proced-format): Accomodate changes of proced-format-alist.
3773         Undefined attributes are displayed as "?".
3774         (proced-process-attributes): New optional arg pid-list.
3775         Ignore processes with empty attribute list.
3777 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3779         * proced.el (proced-auto-update-interval): Rename from
3780         proced-timer-interval.
3781         (proced-auto-update-flag): Rename from proced-timer-flag.
3782         (proced-auto-update-timer): Rename from proced-timer.
3783         (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
3784         (proced-available): Initialize appropriately.
3786 2008-12-13  Glenn Morris  <rgm@gnu.org>
3788         * subr.el (declare-function): Doc fix.
3790         * font-core.el (font-lock-defaults): Doc fix: mention levels;
3791         refer to elisp manual.
3793 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
3795         * window.el (fit-window-to-buffer): Return non-nil when height
3796         was orderly adjusted, nil otherwise.
3798 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
3799             Stefan Monnier  <monnier@iro.umontreal.ca>
3801         * server.el (server-sentinel): Uncomment code to delete connection file.
3802         (server-start): Save the connection file in the server property list.
3803         Delete it only when we are reasonably convinced that it is not owned by
3804         a running server.
3805         (server-force-delete): New command to force-delete the connection file,
3806         and stop the server if it is running.
3807         (server-running-p): Return t also for local TCP servers when we find a
3808         process with a matching PID, and :other for undecided cases.
3810 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
3812         * window.el (fit-window-to-buffer): Use with-selected-window and
3813         condition-case.  Do not delete more windows than necessary in
3814         the shrinking (delta < 0) case.  Do not raise an error when the
3815         containing frame is too small to show all of buffer.  (Bug#1488)
3817         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3818         min-height arg 1 to make sure that small buffers are shown.
3820 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3822         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
3823         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
3824         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
3825         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
3826         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
3827         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
3828         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
3829         (ruby-backward-sexp, ruby-add-log-current-method)
3830         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3831         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
3832         (ruby-deep-indent-paren): Doc fix.
3833         (ruby-insert-encoding-magic-comment): Remove * from docstring.
3834         (ruby-here-doc-find-end): Reflow docstring.
3836 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
3838         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
3839         dired-shrink-to-fit is non-nil.  (Bug#1488)
3841 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3843         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
3844         decoding of long locale info is now done in `w32-get-locale-info'.
3846 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
3848         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
3850 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
3852         * Makefile.in (ELCFILES): Add ruby-mode.elc.
3854         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
3855         terminal variable assignment.
3857 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
3858             Nobuyoshi Nakada  <nobu@ruby-lang.org>
3860         * progmodes/ruby-mode.el: New file.
3862 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
3864         * net/tramp.el (top): Don't fail if there is no current message.
3865         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
3867 2008-12-10  Kenichi Handa  <handa@m17n.org>
3869         * international/fontset.el (setup-default-fontset): Add an entry
3870         for characters in the Unicode SIP area.
3872 2008-12-10  Glenn Morris  <rgm@gnu.org>
3874         * vc-mcvs.el: Move to obsolete/, with warning comment.
3875         * Makefile.in (ELCFILES): Update.
3877 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
3879         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
3880         buffer unmodified.  (Bug#1509)
3881         * epa-file.el (epa-file-insert-file-contents): Set buffer's
3882         modification time if visiting a file and the content is
3883         successfully decrypted.
3885 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
3887         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
3888         check whether the buffer is still alive.
3890 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3892         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
3894 2008-12-09  Glenn Morris  <rgm@gnu.org>
3896         * Makefile.in (ELCFILES): Update.
3898 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3900         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
3901         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
3903 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
3905         * term/xterm.el (terminal-init-xterm): Discard pending input
3906         before reading a reply to the terminal attributes query.
3908 2008-12-05  Andreas Schwab  <schwab@suse.de>
3910         * dired.el (dired-font-lock-keywords): Fix last change.
3912 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3914         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
3915         into (defcustom ... "..." :type ... :group...).
3917 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
3919         * international/mule-diag.el (mule-diag): Display the window
3920         system version in a less laconic way.
3922 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
3924         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
3925         if the sorting functions are not loaded.  (Bug#1432)
3927 2008-12-04  Sam Steingold  <sds@gnu.org>
3929         * progmodes/compile.el (compilation-read-command): Extract from
3930         compile.
3931         (compile): Use it.
3932         (recompile): Accept an optional argument to enable editing the
3933         command line.
3935 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
3937         * net/tramp.el (top): Write a message, when loading Tramp.
3939         * net/tramp-cache.el (tramp-dump-connection-properties):
3940         Polish the check, whether to dump the data.
3942 2008-12-04  Lute Kamstra  <lute@gnu.org>
3944         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
3945         check if the file "CVS/Entries" exists.
3947 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
3949         * international/mule-diag.el (list-character-sets): Doc fix.
3950         (list-character-sets-2): Fix info in header.  Simplify.
3951         (print-coding-system): Simplify.
3952         (list-input-methods-1): Simplify.
3953         (mule-diag): Display current font/fontset for all window systems,
3954         not just X.  Simplify.
3956 2008-12-04  Glenn Morris  <rgm@gnu.org>
3958         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
3959         (vc-cvs-register): Doc fix.
3960         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
3961         (vc-mcvs-register): Doc fix.
3962         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
3963         (vc-rcs-register): Doc fix.
3964         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
3965         (vc-sccs-register): Doc fix.
3966         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
3967         (vc-svn-register): Doc fix.
3969         * files.el (toggle-read-only): Doc fix.
3971 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3973         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
3974         be used in compact layout and vice-versa.
3976 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
3978         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
3979         like most list-* commands.
3981         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
3982         They already exist in descr-text.el as `describe-char-unicodedata-file'
3983         and `describe-char-unicode-data'.
3984         (print-list): Simplify.
3985         (read-charset): Reflow docstring.
3986         (list-coding-systems): Doc fix.
3988 2008-12-03  Glenn Morris  <rgm@gnu.org>
3990         * vc.el (vc-diff-switches): Doc fix.
3991         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
3992         (vc-bzr-log-switches): Doc fix.
3993         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
3994         * vc-git.el (vc-git-diff-switches): Doc fix.
3995         * vc-hg.el (vc-hg-diff-switches): Doc fix.
3996         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
3997         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
3998         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
3999         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
4001         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
4002         other backends.
4003         (vc-arch-diff): Apply switches.
4005         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
4006         than appending.
4008         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
4010 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
4012         * epa.el (epa--show-key): Use past tense of "expire" if the key
4013         has already been expired.  Thanks to Peter BARABAS.
4015 2008-12-03  Lute Kamstra  <lute@gnu.org>
4017         * align.el:
4018         * allout.el:
4019         * apropos.el:
4020         * arc-mode.el:
4021         * autoinsert.el:
4022         * avoid.el:
4023         * battery.el:
4024         * bookmark.el:
4025         * buff-menu.el:
4026         * calculator.el:
4027         * chistory.el:
4028         * cmuscheme.el:
4029         * comint.el:
4030         * compare-w.el:
4031         * dabbrev.el:
4032         * delim-col.el:
4033         * desktop.el:
4034         * diff-mode.el:
4035         * diff.el:
4036         * dired-aux.el:
4037         * dired-x.el:
4038         * dired.el:
4039         * dos-vars.el:
4040         * ediff-diff.el:
4041         * ediff-help.el:
4042         * ediff-init.el:
4043         * ediff-merg.el:
4044         * ediff-mult.el:
4045         * ediff-ptch.el:
4046         * ediff-vers.el:
4047         * ediff-wind.el:
4048         * ediff.el:
4049         * emerge.el:
4050         * facemenu.el:
4051         * faces.el:
4052         * ffap.el:
4053         * filecache.el:
4054         * find-dired.el:
4055         * font-core.el:
4056         * font-lock.el:
4057         * forms.el:
4058         * fringe.el:
4059         * help-at-pt.el:
4060         * hippie-exp.el:
4061         * ido.el:
4062         * image-file.el:
4063         * imenu.el:
4064         * indent.el:
4065         * info.el:
4066         * isearchb.el:
4067         * iswitchb.el:
4068         * jit-lock.el:
4069         * jka-compr.el:
4070         * log-edit.el:
4071         * lpr.el:
4072         * ls-lisp.el:
4073         * man.el:
4074         * menu-bar.el:
4075         * midnight.el:
4076         * mouse-sel.el:
4077         * mouse.el:
4078         * msb.el:
4079         * outline.el:
4080         * paren.el:
4081         * pcmpl-cvs.el:
4082         * pcmpl-gnu.el:
4083         * pcomplete.el:
4084         * pcvs-info.el:
4085         * pcvs-parse.el:
4086         * printing.el:
4087         * ps-mule.el:
4088         * ps-print.el:
4089         * replace.el:
4090         * ruler-mode.el:
4091         * saveplace.el:
4092         * sb-image.el:
4093         * scroll-bar.el:
4094         * sha1.el:
4095         * shadowfile.el:
4096         * shell.el:
4097         * sort.el:
4098         * speedbar.el:
4099         * strokes.el:
4100         * tempo.el:
4101         * term.el:
4102         * terminal.el:
4103         * time-stamp.el:
4104         * time.el:
4105         * tree-widget.el:
4106         * type-break.el:
4107         * vc-cvs.el:
4108         * vc-hg.el:
4109         * vc-mcvs.el:
4110         * vc-rcs.el:
4111         * vc-sccs.el:
4112         * vc.el:
4113         * view.el:
4114         * w32-vars.el:
4115         * whitespace.el:
4116         * wid-edit.el: Remove leading * from docstrings of defcustoms,
4117         deffaces, defconsts and defuns.
4119 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4121         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
4122         the prompt was added to the minibuffer.
4124 2008-12-02  Glenn Morris  <rgm@gnu.org>
4126         * format.el (format-write-file): Rewrite doc yet again.
4128         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
4129         Doc fix.  (Bug#1368)
4131         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
4133 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
4135         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
4136         case where point is at the beginning of the buffer.  (Bug#1239)
4138 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
4140         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
4141         already have the correct indentation.  (Bug#859)
4143 2008-12-02  Kenichi Handa  <handa@m17n.org>
4145         * international/uni-decomposition.el: Re-generated.
4147 2008-12-01  Andreas Schwab  <schwab@suse.de>
4149         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
4150         ending in a colon as directory header.
4152 2008-12-01  Kenichi Handa  <handa@m17n.org>
4154         * international/uni-numeric.el: Re-generated.
4156         * international/charprop.el: Re-generated.
4158 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
4160         * international/mule-cmds.el (locale-preferred-coding-systems):
4161         Fix alist item.
4163 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
4165         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
4166         (tramp-set-connection-property, tramp-flush-connection-property)
4167         (tramp-dump-connection-properties): Use it.
4169 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
4171         * wdired.el (wdired-finish-edit): If displaying a single file,
4172         change dired-directory if that file was renamed.
4174         * emacs-lisp/byte-run.el (macro-declaration-function):
4175         Disallow declare specs with lengths of 3 or more.
4177         * dirtrack.el (dirtrack): Fix error message.
4179 2008-11-30  Glenn Morris  <rgm@gnu.org>
4181         * vc-svn.el (vc-svn-diff-switches): Doc fix.
4182         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
4184         * vc-git.el (vc-git-diff):
4185         * vc-hg.el (vc-hg-diff):
4186         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
4188         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
4189         (eshell-needs-pipe-p): New function.
4190         (eshell-gather-process-output): Set process-connection-type according to
4191         eshell-needs-pipe-p.  (Bug#1388)
4193 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
4195         * calendar/diary-lib.el (diary-cyclic): Doc fix.
4196         (diary-remind-message, diary-number-of-entries)
4197         (diary-include-other-diary-files, diary-mark-included-diary-files)
4198         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
4199         (diary-font-lock-keywords-1): Reflow docstrings.
4200         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
4201         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
4203         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
4204         (timer-duration): Use `string-match-p'.
4206 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
4208         * complete.el (PC-do-complete-and-exit):
4209         Use minibuffer-confirm-exit-commands.
4211         * minibuffer.el (minibuffer-confirm-exit-commands):
4212         Add PC-complete and PC-complete-word to the list.
4214 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
4216         * files.el (break-hardlink-on-save): Fix typo in docstring.
4217         Add :version tag.
4219         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
4220         (reb-mode): Define with `define-derived-mode'.
4222 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
4224         * files.el (break-hardlink-on-save): New variable.
4225         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
4226         (file-precious-flag): Mention it in doc string.
4228 2008-11-29  Miles Bader  <miles@gnu.org>
4230         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
4231         (minibuffer-complete-and-exit): Use it.
4233 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
4235         * term/x-win.el (x-gtk-stock-cache): New hash table.
4236         (x-gtk-map-stock): Perform caching to prevent excess consing
4237         during redisplay.
4239 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4241         * minibuffer.el (completion--try-word-completion): Don't ignore
4242         partial-completion if it's the only style.
4244 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
4246         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
4247         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
4248         (reb-initialize-buffer): Update matches, in case we're reentering
4249         RE Builder mode.
4251 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
4253         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
4254         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
4255         values for minibuffer-completion-confirm.
4257 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
4259         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
4260         any but the first "*" in a doc-string.
4262 2008-11-28  Glenn Morris  <rgm@gnu.org>
4264         * format.el (format-write-file): Improve previous doc fix.
4266 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
4268         * simple.el (use-empty-active-region, use-region-p)
4269         (region-active-p): Doc fix.
4271 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
4273         * window.el (display-buffer): Fix handling of not-this-window
4274         argument.  (Bug#1415)
4276 2008-11-27  Kenichi Handa  <handa@m17n.org>
4278         * international/characters.el: Set category 'C' to characters
4279         #x20000..#x2AFFF, #x2F800..#x2FFFF.
4281         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
4283 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
4285         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
4286         (tool-bar-find-image): Function deleted.
4287         (tool-bar-local-item, tool-bar-local-item-from-menu):
4288         Use find-image instead of tool-bar-find-image.
4289         (tool-bar-keymap-cache): New hash table.
4290         (tool-bar-make-keymap): Use it.
4291         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
4293 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4295         * net/dbus.el (dbus-handle-event): The result of a message call
4296         handler can also be an object, which is not a consp.
4298 2008-11-25  Alan Mackenzie  <acm@muc.de>
4300         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
4301         (forward-list, backward-list, down-list, backward-up-list)
4302         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
4303         (insert-pair, insert-parentheses): State that the command assumes
4304         that point is not in a string or comment.
4306 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4308         * net/dbus.el (dbus-string-to-byte-array)
4309         (dbus-byte-array-to-string, dbus-escape-as-identifier)
4310         (dbus-unescape-from-identifier): New defuns.
4311         (dbus-handle-event): The result of a message call is a list of
4312         arguments, which must be expanded when passing to
4313         `dbus-method-return-internal'.
4315         * net/tramp.el (tramp-handle-write-region): Improve the check for
4316         calling direct copy.
4317         (tramp-find-inline-encoding): Don't raise an error but a warning,
4318         when no inline encoding is found.
4319         (tramp-get-remote-coding): Check for a symbol.  The negative check
4320         for a string fails, when there is an empty string.
4322 2008-11-26  Glenn Morris  <rgm@gnu.org>
4324         * vc-git.el (vc-git-diff-switches): New option.
4325         (vc-git-diff): Apply diff switches.  (Bug#1386)
4326         Give it a basic doc string.
4328         * term/pc-win.el (x-font-family-list): Replace redefinition with
4329         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
4331 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4333         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
4334         of the polynomial rather than the whole polynomial.
4336 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
4338         * mail/mailabbrev.el (define-mail-abbrev): When reading from
4339         mailrc, recognize string quoting.  When reading from Lisp, accept
4340         rfc822-like addresses.
4342         * mail/mailalias.el (define-mail-alias): Sync code with
4343         define-mail-abbrev.
4345 2008-11-25  Glenn Morris  <rgm@gnu.org>
4347         * eshell/esh-proc.el (eshell-gather-process-output):
4348         Revert previous change.  (re-opens Bug#1388)
4350         * select.el (x-set-cut-buffer): Fix signal arguments.
4352         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
4354 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
4356         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
4357         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
4358         (bubbles--empty-char): Use "\s".
4360 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
4362         * calc/calc.el (calc-settings-file, calc-language-alist)
4363         (calc-embedded-announce-formula)
4364         (calc-embedded-announce-formula-alist)
4365         (calc-embedded-open-formula, calc-embedded-close-formula)
4366         (calc-embedded-open-close-formula-alist)
4367         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
4368         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
4369         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4370         (calc-embedded-open-close-new-formula-alist)
4371         (calc-embedded-open-mode, calc-embedded-close-mode)
4372         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
4373         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
4374         (calc-multiplication-has-precedence): Remove unnecessary asterisks
4375         from docstrings.
4377 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
4379         * calculator.el (calculator-op-or-exp): Reflow docstring.
4380         (calculator-remove-zeros, calculator-repR, calculator-repL):
4381         Fix typos in docstrings.
4383 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4385         * log-view.el (log-view-annotate-version): Let vc-annotate manage
4386         windows instead of calling switch-to-buffer.
4388         * diff.el (diff-sentinel): Take note of diff error return value.
4390 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
4392         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
4393         frame can't be split.
4395 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
4397         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
4398         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
4399         (newsticker--treeview-tree-update-tag): Remove dead code.
4400         (newsticker-treeview-update): Don't update cache.
4401         (newsticker-treeview-quit): Don't save cache.
4402         (newsticker-treeview-save): Don't save cache.  Use `newsticker-dir'.
4403         (newsticker-treeview-save): Use `newsticker-dir'.
4404         (newsticker--treeview-load): Use `newsticker-dir'.
4405         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
4406         Update tags.
4407         (newsticker-treeview-tree-do-click): Slightly simplified.
4409         * net/newst-backend.el (newsticker-dir): New.
4410         (newsticker-start): Use `newsticker--cache-read'.
4411         (newsticker-stop): Use `newsticker--cache-save'.
4412         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
4413         (newsticker--images-dir): New.
4414         (newsticker--image-get, newsticker--image-sentinel):
4415         Use `newsticker--images-dir'.
4416         (newsticker--cache-save-version1): Backup version of
4417         `newsticker--cache-save'.
4418         (newsticker--cache-update): Create newsticker-dir if necessary.
4419         (newsticker--cache-dir): New.
4420         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
4421         (newsticker--cache-save-feed): New.
4422         (newsticker--cache-read-version1): New.  Backuped version for reading
4423         cache data..
4424         (newsticker--cache-read, newsticker--cache-do-read): New.
4426         * net/newst-reader.el (newsticker--image-read):
4427         Use `newsticker--images-dir'.
4429 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4431         * files.el (confirm-nonexistent-file-or-buffer):
4432         Allow `after-completion' value to request confirm only after TAB.
4433         (confirm-nonexistent-file-or-buffer): New function.
4434         (read-buffer-to-switch, find-file, find-file-other-window)
4435         (find-file-other-frame, find-file-read-only)
4436         (find-file-read-only-other-window)
4437         (find-file-read-only-other-frame): Use it.
4438         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
4439         Thanks to Alan Mackenzie for suggesting the new behavior.
4441         * minibuffer.el (minibuffer-complete-and-exit):
4442         Change `confirm-only' value of minibuffer-completion-confirm to
4443         `confirm', and handle a `confirm-after-completion' value.
4445 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
4447         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
4449 2008-11-24  Andreas Schwab  <schwab@suse.de>
4451         * image.el (image-type-header-regexps): Recognize more xbm format
4452         variants.
4454 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
4456         * textmodes/artist.el (artist-charlist-to-string): Simplify.
4457         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
4458         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
4459         (artist-replace-string, artist-draw-rect, artist-draw-line)
4460         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
4461         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
4462         (artist-pen, artist-pen-line, artist-text-insert-common)
4463         (artist-text-overwrite, artist-spray-get-interval)
4464         (artist-spray-clear-circle, artist-erase-char)
4465         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
4466         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
4467         (artist-key-draw-1point, artist-key-draw-2points)
4468         (artist-mouse-draw-continously): Fix typos in docstrings.
4469         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
4470         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
4471         (artist-backward-char, artist-forward-char): Doc fixes.
4472         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
4473         Reflow docstrings.
4475 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4477         * international/quail.el (quail-vunion): New function.
4478         (quail-defrule-internal): Use it to prevent accumulating redundant
4479         alternatives when `append' is set.
4480         (quail-insert-decode-map): Simplify computation of the max-key-width.
4481         Compute it right for multiple-list.
4483 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4485         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
4486         explicitly.  Doc fix.
4488 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
4490         * calendar/appt.el (appt-disp-window): Move minibuffer check
4491         after binding this-window and do not set-buffer to make sure we
4492         won't deselect the minibuffer.  (Bug#1413)
4494 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
4496         * vc-hg.el (vc-hg-program): Remove.
4497         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4498         Undo previous change.
4500 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
4502         * info-look.el (info-lookup): When Info buffer is visible on
4503         another frame, raise that frame.
4505 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
4507         * allout.el (allout-mode): Fix typo in docstring.
4509         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
4510         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
4512 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4514         * vc-hooks.el (vc-follow-link): Complete last change.
4516 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
4518         * textmodes/remember.el (remember-region): Doc fix.
4519         (remember-filter-functions, remember-handler-functions)
4520         (remember-save-after-remembering, remember-mailbox)
4521         (remember-default-priority, remember-data-file, remember-leader-text)
4522         (remember-diary-file): Remove * from defcustom docstrings.
4523         (remember-run-all-annotation-functions-flag)
4524         (remember-all-handler-functions): Reflow docstrings.
4525         (remember-store-in-mailbox): Fix typo in docstring.
4526         (remember-mode): Define with `define-derived-mode'.  Doc fix.
4528 2008-11-23  Glenn Morris  <rgm@gnu.org>
4530         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
4531         (eshell-do-pipelines): Add optional argument to distinguish recursive
4532         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
4533         in a pipeline.
4535         * eshell/esh-proc.el (eshell-gather-process-output):
4536         Set process-connection-type nil for all but the first element of a
4537         pipeline.  (Bug#1388)
4539 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4541         * ediff-hook.el: Add tooltips to Emacs menus.
4543         * ediff.el: Change date of last update.
4545 2008-11-22  Juri Linkov  <juri@jurta.org>
4547         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
4548         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
4549         Doc fix.
4550         (dired-isearch-filenames-setup): Run filename Isearch only when
4551         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
4552         and the text property `dired-filename' at point is non-nil.
4553         In this case also set isearch-message-prefix-add to "filename ".
4554         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
4555         (dired-isearch-filenames, dired-isearch-filenames-regexp):
4556         Don't let-bind isearch-message-prefix-add since this is done now
4557         in dired-isearch-filenames-setup.
4559         * isearch.el (isearch-mode): Change the order of calling
4560         `isearch-update' and running the `isearch-mode-hook' to call
4561         `isearch-update' with Isearch parameters set in this hook.
4563         * progmodes/compile.el (compilation-auto-jump-to-first-error):
4564         Fix docstring - change "during `compile'" to "during compilation".
4566         * descr-text.el (describe-char-unidata-list): Move `old-name' to
4567         be immediately after `name'.
4569         * startup.el (initial-buffer-choice): Change an abstract file name
4570         "file.txt" to more reasonable default file name value "~/.emacs".
4572 2008-11-22  Juri Linkov  <juri@jurta.org>
4574         * files.el (hack-local-variables-confirm): Rename arg `project' to
4575         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
4576         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
4577         (hack-local-variables): Rename call of `hack-project-variables' to
4578         `hack-dir-local-variables'.  Change error text to "Directory-local
4579         variables error".
4580         (dir-locals-class-alist): Rename from `project-class-alist'.
4581         (dir-locals-directory-alist): Rename from `project-directory-alist'.
4582         (dir-locals-get-class-variables): Rename from `project-get-alist'.
4583         (dir-locals-collect-mode-variables): Rename from
4584         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
4585         `mode-variables', and arg `settings' to `variables'.
4586         (dir-locals-collect-variables): Rename from
4587         `project-collect-binding-list'.  Rename arg `binding-list' to
4588         `class-variables', and arg `settings' to `variables'.
4589         (dir-locals-set-directory-class): Rename from `set-directory-project'.
4590         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
4591         Rename arg `settings' to `variables'.
4592         (dir-locals-file): New defconst.
4593         (dir-locals-find-file): Rename from `project-find-settings-file'.
4594         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
4595         and `pda' to `dir-elt'.
4596         (dir-locals-read-from-file): Rename from
4597         `project-define-from-project-file'.  Rename arg `settings-file'
4598         to `file'.  Rename let-bound `list' to `variables'.
4599         (hack-dir-local-variables): Rename from `hack-project-variables'.
4600         Rename let-bound `settings' to `variables-file', `root-dir'
4601         to `dir-name', and `bindings' to `variables'.
4603 2008-11-22  Lute Kamstra  <lute@gnu.org>
4605         * simple.el (goto-line): Rename argument.
4607 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
4609         * makefile.w32-in (compile-first): New target.
4610         (recompile): Depend on compile-first.
4612         * Makefile.in (recompile): Depend on compile-first.
4614 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
4616         * files.el (switch-to-buffer-other-window)
4617         (switch-to-buffer-other-frame): Rename buffer argument to
4618         buffer-or-name.  Reword and mention new option
4619         confirm-nonexistent-file-or-buffer in doc-string.
4621 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4623         * emulation/viper.el: Date change.
4625         * emulation/viper-cmd.el (viper-envelop-ESC-key):
4626         viper-translate-all-ESC-keysequences is now a function.
4628         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
4629         Make this variable.
4631 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4633         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
4634         Use buffer-file-truename to handle symlinks in any part of the filename.
4636 2008-11-22  Glenn Morris  <rgm@gnu.org>
4638         * vc-mtn.el (vc-mtn-diff-switches): New option.
4639         (vc-mtn-program): Rename from vc-mtn-command, for
4640         consistency with other backends.  Keep old name as alias.
4641         Update callers.  Make it a defcustom.
4642         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
4644         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
4645         consistency with other backends.  Keep old name as alias.
4646         Make it a defcustom.
4647         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
4649         * vc-hg.el (vc-hg-program): New option.
4650         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4651         Use vc-hg-program rather than hard-coded "hg".
4653         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
4654         (vc-svn-program): Move defcustom to start.
4655         (vc-svn-create-repo, vc-svn-modify-change-comment):
4656         Use vc-svn-program rather than hard-coded "svn".
4658         * menu-bar.el: Stylistic consistency fixes for various menu and
4659         help texts.
4661         * kmacro.el (kmacro-insert-counter): Doc fix.
4663 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
4665         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
4667 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4669         * international/quail.el (quail-indent-to): New function.
4670         (quail-completion-1, quail-completion-list-translations)
4671         (quail-insert-decode-map): Use it to improve alignment.
4672         (quail-build-decode-map): Don't ignore latin-1 chars.
4673         (quail-help): Increase the max decode-map size so that even the TeX map
4674         gets printed.
4676         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
4677         Signal error for invalid bookmark.
4678         (bookmark-get-bookmark-record): Undo last change.
4679         (bookmark-store, bookmark-delete): Use new arg `noerror'.
4681         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
4682         Suggested by Toru TSUNEYOSHI.
4684 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4686         * byte-opt.el (byte-compile-butlast): Move up in file.
4687         (byte-optimize-plus): Don't call
4688         byte-optimize-delay-constants-math (bug#1334).
4689         Use byte-optimize-predicate to optimize constants.
4690         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
4691         Remove zero arguments first
4692         if possible.  Call byte-optimize-predicate to optimize constants.
4693         (byte-optimize-multiply): Remove optimizations for arguments of 0
4694         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
4695         Call byte-optimize-predicate.
4696         (byte-optimize-divide): Leave runtime errors unchanged.
4697         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
4698         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
4700 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
4702         * bookmark.el (bookmark-jump-noselect): Add obsolescence
4703         declaration and remove redundant info from docstring.
4705         * isearch.el (isearch-search-string): Doc fix.
4706         (search-exit-option, search-slow-window-lines, search-slow-speed)
4707         (search-upper-case, search-nonincremental-instead)
4708         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
4709         (search-ring-update, search-highlight, isearch-lazy-highlight)
4710         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4711         (lazy-highlight-interval): Remove * from defcustom docstrings.
4712         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
4713         Remove * from defcustom docstrings; fix typos.
4714         (isearch-push-state-function, isearch-help-for-help-internal)
4715         (isearch-help-for-help, isearch-describe-bindings)
4716         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
4717         (isearch-pop-fun-state, isearch-search-fun-function)
4718         (isearch-lazy-highlight-search): Fix typos in docstrings.
4719         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
4720         (isearch-forward): Fix typo and reflow docstring.
4721         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
4722         (isearch-mode-map): Don't use `let*'.
4724 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
4726         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
4728 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4730         * isearch.el (isearch-search-string): Simplify and convert docstring.
4732         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
4734 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4736         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
4737         (lookup-nested-alist): Doc fix.
4738         (with-coding-priority): Reflow docstring.
4739         (detect-coding-with-priority): Fix typos in obsolescence declaration.
4740         (char-displayable-p): Reflow docstring.  Use `when'.
4742 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4744         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
4745         week forward/backward.
4747 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4749         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
4750         (with-electric-help): Fix typo and reflow docstring.
4752 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4754         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
4755         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
4756         (list-buffers-noselect): Don't need to pad.
4758 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4760         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
4761         Pay attention to char widths when computing string sizes.
4763 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4765         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
4766         (byte-compile-output-docform): Reflow docstrings.
4767         (no-byte-compile): Fix typo in docstring.
4768         (byte-recompile-directory, compile-defun): Doc fixes.
4769         (emacs-lisp-file-regexp, byte-compile-verbose)
4770         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
4771         (byte-compile-dynamic-docstrings, byte-optimize-log)
4772         (byte-compile-error-on-warn, byte-compile-warnings)
4773         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
4774         Remove * from defcustom docstrings.
4776 2008-11-20  Glenn Morris  <rgm@gnu.org>
4778         * format.el (format-alist, format-write-file): Doc fix.
4780         * proced.el (proced-available): New variable.
4781         (proced-process-attributes): Move availability check from previous
4782         change from here...
4783         (proced): ... to here.
4785         * vc-hg.el (vc-hg-diff-switches): New option.
4786         (vc-hg-diff): Apply diff switches.  (Bug#1017)
4788         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
4790         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
4792 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
4794         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
4796 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
4798         * calc/calc-units.el (math-units-table): Doc fix.
4799         (math-standard-units): Fix typo in constant's description.
4800         (math-additional-units): Fix typo in docstring.
4802 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
4804         * calc/calc-units.el (math-standard-units): Add eps0,
4805         permittivity of vacuum.
4807 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
4809         * files.el (project-settings-file): Remove.
4810         (project-find-settings-file): Undo previous change that added the
4811         use of project-settings-file.
4813 2008-11-19  Glenn Morris  <rgm@gnu.org>
4815         * proced.el (proced, proced-format-time): Doc fixes.
4816         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
4818 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
4820         * bookmark.el (bookmark-jump-noselect): Move the deprecation
4821         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
4823 2008-11-19  Lute Kamstra  <lute@gnu.org>
4825         * autoinsert.el (auto-insert-alist): Don't use match data.
4827 2008-11-19  Glenn Morris  <rgm@gnu.org>
4829         * progmodes/f90.el (f90-mode-map): Add some menu :help.
4831         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
4833         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
4834         * term/w32-win.el (x-select-font): Declare.
4836         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
4837         Use the imperative for all help strings.
4839 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4841         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
4842         case where the default dictionary is French, Spanish, younameit.
4844         * window.el (window--frame-usable-p): Consider dedicated windows
4845         as usable.
4847         * files.el (confirm-nonexistent-file-or-buffer):
4848         Rename from find-file-confirm-nonexistent-file.
4849         (read-buffer-to-switch): Use it.
4851 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4853         * server.el (server-temp-file-p): Use `string-match-p'.
4854         (server-socket-dir): Set to nil if local sockets are unsupported.
4855         (server-start): Don't try to delete local socket if unsupported.
4856         (server-kill-new-buffers): Reflow docstring.
4857         (server-delete-client, server-handle-delete-frame)
4858         (server-save-buffers-kill-terminal): Doc fixes.
4859         (server-send-string): Fix typo in docstring.
4861 2008-11-18  Sam Steingold  <sds@gnu.org>
4863         * progmodes/compile.el (compilation-start-hook): New hook.
4864         (compilation-start): Run it on the compilation process.
4866 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4868         * international/mule-cmds.el (update-leim-list-file): Simplify.
4869         (prefer-coding-system, find-coding-systems-for-charsets):
4870         Fix docstring typos.
4871         (select-safe-coding-system, input-method-exit-on-first-char)
4872         (language-info-alist, language-info-custom-alist): Reflow docstrings.
4873         (toggle-input-method, read-multilingual-string): Doc fixes.
4874         Reflow docstrings.
4875         (locale-name-match, sort-coding-systems, find-multibyte-characters)
4876         (read-char-by-name): Use `string-match-p'.
4877         (get-char-code-property, put-char-code-property)
4878         (char-code-property-description): Be silent while loading uni-* files.
4879         (ucs-names): Use `dotimes-with-progress-reporter', because loading
4880         the Unicode character names is *slow*.
4882 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
4884         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
4886         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
4888 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
4890         * international/mule-cmds.el (ucs-completions): Mark as risky.
4892 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
4894         * help-macro.el (three-step-help): Remove * from defcustom.
4895         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
4896         Use when instead of if and cond within condition-case.
4898         * window.el (quit-window): Bind window to selected window when
4899         trying to delete it.
4901 2008-11-17  Glenn Morris  <rgm@gnu.org>
4903         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
4904         definition of 'ignore, rather than nil.  (Bug#1353)
4906 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4908         * window.el (window--frame-usable-p): Allow use for soft-dedication.
4910 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
4912         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
4914         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
4915         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
4916         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
4917         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
4918         (shell-command, repeat-complex-command): Reflow docstrings.
4919         (pop-to-mark-command): Fix typos in docstring.
4921 2008-11-17  Juri Linkov  <juri@jurta.org>
4923         * isearch.el (isearch-filter-predicate): Rename from
4924         `isearch-success-function'.  Rename default value from
4925         `isearch-success-function-default' to
4926         `isearch-filter-invisible'.  Doc fix.
4927         (isearch-filter-invisible): Rename from
4928         `isearch-success-function-default'.  Doc fix.
4929         (isearch-search, isearch-lazy-highlight-search):
4930         Rename `isearch-success-function' to `isearch-filter-predicate'.
4932         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
4933         `dired-isearch-orig-success-function'.
4934         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4935         (dired-isearch-filenames-end): Rename `isearch-success-function' to
4936         `isearch-filter-predicate'.  Doc fix.
4937         (dired-isearch-filter-filenames): Rename from
4938         `dired-isearch-success-function'.
4940         * info.el (Info-search, Info-mode):
4941         Rename `isearch-success-function' to `isearch-filter-predicate'.
4942         (Info-isearch-filter-predicate): Rename from
4943         `Info-search-success-function'.
4945         * simple.el (minibuffer-default-add-function): Fix docstring to
4946         use clear text "default values" instead of obscure references to
4947         the dynamic variable `minibuffer-default'.
4949 2008-11-16  Glenn Morris  <rgm@gnu.org>
4951         * term/ns-win.el (ns-extended-platform-support-mode):
4952         Tweak menu entry from previous change.
4954         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
4956         * cus-edit.el (custom-buffer-create-internal): Always insert the
4957         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
4959 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4961         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
4963 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4965         * ielm.el (ielm-eval-input): Fix thinko in last change.
4967 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4969         * subr.el (read-passwd): Yank current kill if the user enters C-y.
4971 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
4973         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
4974         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
4976         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
4977         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4978         Handle `file-name-as-directory'.
4980 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4982         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
4983         usual variable-pitch face.
4985 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
4987         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
4988         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
4989         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
4990         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
4991         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
4992         (ange-ftp-quote-string, ange-ftp-process-handle-line)
4993         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
4994         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
4995         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
4996         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
4997         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
4998         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
4999         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
5000         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
5001         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
5002         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
5003         (ange-ftp-default-user, ange-ftp-default-password)
5004         (ange-ftp-default-account, ange-ftp-netrc-default-password)
5005         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
5006         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
5007         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
5008         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
5009         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
5010         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
5011         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
5012         (ange-ftp-make-backup-files, ange-ftp-retry-time)
5013         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
5014         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
5015         (ange-ftp-gateway-tmp-name-template)
5016         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
5017         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
5018         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
5019         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
5020         (ange-ftp-gateway-program): Remove * from docstring and reflow.
5021         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
5022         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
5023         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
5024         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
5025         (ange-ftp-rename-local-to-remote): Doc fixes.
5026         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
5027         Use `when', `unless'.
5028         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
5029         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
5030         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
5031         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
5032         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
5033         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
5034         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
5035         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
5036         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
5037         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
5038         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
5039         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
5040         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
5041         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
5042         `(save-match-data (string-match ...))'.
5043         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
5044         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
5045         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
5046         Doc fixes.
5048 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
5050         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
5051         function instead of a variable.
5053         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
5054         viper-ESC-keyseq-timeout as a function.
5055         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
5056         defsubst.
5058         * emulation/viper-cmd.el: Let line-move-visual to nil when using
5059         next-line or previous-line.
5060         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
5062         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
5064         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
5065         live.
5066         (ediff-save-buffer): Let window-min-height to 2.
5068         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
5069         the minibuffer.
5071 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
5073         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
5074         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
5075         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
5076         (ielm-map): Define within defvar.  Add docstring.
5077         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
5078         (ielm-complete-filename): Use `when', `unless'.
5079         (ielm-is-whitespace-or-comment): Use `string-match-p'.
5080         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
5081         (ielm-change-working-buffer): Check that the buffer is live.
5082         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
5083         Simplify.  Reflow docstring.
5084         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
5085         New aliases, to satisfy `define-derived-mode' expectations.
5087 2008-11-15  Glenn Morris  <rgm@gnu.org>
5088             Martin Rudalics  <rudalics@gmx.at>
5090         * emacs-lisp/find-func.el (find-function-advised-original): New.
5091         (find-function-C-source, find-function-noselect):
5092         Use find-function-advised-original to handle advised funcs.  (Bug#789)
5094 2008-11-15  Glenn Morris  <rgm@gnu.org>
5096         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
5097         alias message.
5099         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
5100         Remove uniquify-after-kill-buffer-p dependency.
5101         (uniquify-kill-buffer-function): New function.
5102         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
5104         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
5105         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
5106         main Emacs manual.
5108 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
5110         * window.el (quit-window): Restore delete window with second
5111         arg non-nil behavior as of before 2008-10-30 change.
5113 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
5115         * help-fns.el (describe-function-1): Do char-range check for
5116         self-insert-command.
5118 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
5120         * files.el (file-precious-flag): Document that this flag is advisory.
5122 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5124         * emacs-lisp/bytecomp.el (byte-compile-associative)
5125         (byte-compile-minus, byte-compile-quo): If there are more than two
5126         operands, don't use binary operation code (bug#1334).
5128 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
5130         * w32-fns.el (w32-shell-dos-semantics):
5131         * calendar/diary-lib.el (diary-face-attrs):
5132         * international/mule-cmds.el (set-default-coding-systems)
5133         (prefer-coding-system):
5134         * net/tramp.el (tramp-set-completion-function):
5135         * progmodes/vhdl-mode.el (vhdl-file-header):
5136         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
5138         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
5140         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
5141         (kill-matching-buffers, save-buffers-kill-emacs)
5142         (save-buffers-kill-terminal): Fix typos in docstrings.
5143         (switch-to-buffer-other-window): Reflow docstring.
5144         (revert-buffer): Doc fix.
5145         (define-project-bindings): Rename arg LIST to SETTINGS.
5146         (project-find-settings-file): Use `let', not `let*'.
5147         Use `when'.
5149 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
5151         * files.el (project-settings-file, locate-dominating-file):
5152         Fix typos in docstrings.
5153         (find-file-visit-truename): Remove * from defcustom docstring.
5155 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
5157         * files.el (project-settings-file): New variable.
5158         (project-find-settings-file): Use it, instead of hardcoding
5159         .dir.settings.el.
5161 2008-11-13  Glenn Morris  <rgm@gnu.org>
5163         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
5165 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
5167         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
5168         in mail bodies.
5170 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
5172         * international/mule.el (autoload-coding-system, with-category-table)
5173         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
5174         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
5175         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
5176         (set-file-name-coding-system, ctext-pre-write-conversion)
5177         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
5178         Reflow docstrings.
5179         (charset-list, set-coding-priority): Remove redundant obsolescence info.
5180         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
5181         (char-valid-p): Define with `define-obsolete-function-alias'.
5183         * textmodes/artist.el (artist-mode): Fix typos in docstring.
5185 2008-11-12  Sam Steingold  <sds@gnu.org>
5187         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
5188         between hostname and path.
5190 2008-11-11  Juri Linkov  <juri@jurta.org>
5192         * dired-aux.el (dired-isearch-filenames)
5193         (dired-isearch-filenames-regexp):
5194         Let-bind isearch-message-prefix-add to "filename ".
5196         * isearch.el (isearch-message-prefix-add)
5197         (isearch-message-suffix-add): New variables.
5198         (isearch-message-prefix): Show additional text from
5199         `isearch-message-prefix-add' before "I-search".
5200         (isearch-message-suffix): Show additional text from
5201         `isearch-message-suffix-add' at the end.
5203         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
5204         `isearch-search'.  Call isearch-success-function to skip matches
5205         outside the current isearch scope.  Let-bind search-invisible to
5206         nil to not match invisible text.
5208         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
5209         Let-bind `isearch-recursive-edit' to nil to prevent calling
5210         `exit-recursive-edit' in `isearch-done' that terminates the
5211         execution of these commands when it is non-nil.  Call
5212         `exit-recursive-edit' explicitly at the end.
5213         (isearch-occur): For word search construct the correct regexp
5214         with word boundaries to proceed with occur.
5216         * isearch.el (isearch-search-fun): Compare the length of the
5217         current search string with the length of the string from the
5218         previous search state to detect the situation when the user
5219         adds or removes characters in the search string.
5220         Use word-search-forward-lax and word-search-backward-lax in this
5221         case, and otherwise word-search-forward and word-search-backward.
5223 2008-11-11  Sam Steingold  <sds@gnu.org>
5225         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
5226         the "Version Control" group (for C-x v g).
5228 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
5230         * server.el (server-process-filter): Fix typos and reflow docstring.
5232 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
5234         * mail/footnote.el (footnote-mode): Improve doc-string.
5235         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
5237 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
5239         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
5241 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5243         * mail/smtpmail.el (smtpmail-open-stream): Use
5244         `starttls-any-program-available'.  Auto-load starttls.el for it.
5246 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
5248         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
5249         version (bug@1285).
5251 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
5253         * startup.el (command-line): Ignore init-file-user when checking
5254         user's home directory on MS-DOS as well.
5256 2008-11-07  Sam Steingold  <sds@gnu.org>
5258         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
5260 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
5262         * frame.el (make-frame-on-display): Use `string-match-p'.
5264 2008-11-07  Glenn Morris  <rgm@gnu.org>
5266         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
5268 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
5270         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
5271         to initialize font-lock keyword case sensitivity.
5272         (lisp-mode): Use it.
5274 2008-11-06  Glenn Morris  <rgm@gnu.org>
5276         * eshell/esh-maint.el: Remove unused file.
5278         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
5280         * cus-edit.el (custom-comment-tag): Doc fix.
5281         (custom-comment, custom-variable-value-create, custom-face):
5282         Use face names sans -face suffix rather than aliases.
5284 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
5286         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
5287         window width.
5289 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
5291         * server.el (server-process-filter): Only default to emacsclient's
5292         terminal in daemon mode.
5294 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
5296         * window.el (quit-window): Restore prefix argument behavior
5297         removed in 2008-10-30 change.  (Bug#1308)
5299 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
5301         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
5302         function to kill-buffer-hook, not to kill-buffer.
5303         Reported by Markus Triska <markus.triska@gmx.at>
5305 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
5307         * calc/calc.el (calc-quit): Make sure that the keypad buffer
5308         exists before deleting its windows.
5310 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
5312         * server.el (server-process-filter): Don't call
5313         server-create-tty-frame when no tty name is specified.
5315 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
5317         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
5319 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
5321         * international/mule-cmds.el (toggle-enable-multibyte-characters)
5322         (define-char-code-property):
5323         * textmodes/reftex.el (reftex-index):
5324         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
5326 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
5328         * vc-bzr.el (vc-bzr-dir-printer): Rename from
5329         vc-bzr-status-printer.
5331         * startup.el (startup-echo-area-message): Display a different
5332         message in daemon mode.  Suggested by Stephen Turnbull.
5334         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
5335         Windows.
5337 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
5339         * dframe.el (dframe-mouse-position-function)
5340         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
5341         (dframe-mouse-set-point): Fix typos in docstrings.
5343 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5345         * vc-dir.el (vc-dir-headers): Undo previous change.
5347 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
5349         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
5350         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
5352 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
5354         * subr.el (looking-back): Fix doc-string typo.
5356         * electric.el (Electric-pop-up-window): Call window-end with
5357         UPDATE set to t.
5359         * window.el (save-selected-window): Make it behave like
5360         save-selected-window-norecord.
5361         (save-selected-window-norecord): Remove, since functionality
5362         fully taken over by save-selected-window.
5363         (walk-windows, set-window-text-height, fit-window-to-buffer):
5364         Use save-selected-window instead of save-selected-window-norecord.
5365         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
5366         save-selected-window-norecord.
5367         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
5368         indent-function for save-selected-window-norecord.
5370 2008-11-03  Alan Mackenzie  <acm@muc.de>
5372         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
5374 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
5376         * subr.el (looking-back): Doc fix.
5378         * term/x-win.el (x-initialize-window-system):
5379         Call x-wm-set-size-hint after initialization.
5381         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
5382         to t.
5384         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
5385         2000-12-08 (bug#1297).
5387         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
5389 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5391         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
5392         when appropriate.
5394 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
5396         * window.el (save-selected-window-norecord): New macro.
5397         (walk-windows): Use save-selected-window-norecord and call
5398         select-window with NORECORD set.  (Bug#1237)
5399         (set-window-text-height, fit-window-to-buffer):
5400         Use save-selected-window-norecord and call select-window with
5401         NORECORD set.
5402         * subr.el (with-selected-window): Call set-frame-selected-window
5403         with new argument NORECORD set.  Update doc-string.
5404         (with-selected-frame): Call select-frame with new argument
5405         NORECORD set.  Update doc-string.
5406         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
5407         Put indent-function for save-selected-window-norecord.
5408         * font-lock.el (lisp-font-lock-keywords-2):
5409         Add save-selected-window-norecord.
5411 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5413         * cus-edit.el (customize-apropos-options, custom-comment)
5414         (custom-comment-tag, custom-face-edit-attribute-tag):
5415         Fix typos in docstrings.
5416         (custom-buffer-done-kill): Remove * from defcustom docstring.
5417         (custom-file): Fix typo in doc of defcustom choice.
5419         * frame.el (display-visual-class): Fix typo in docstring.
5420         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
5421         (special-display-frame-alist, show-trailing-whitespace)
5422         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
5423         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5424         Remove * from defcustom docstrings.
5426         * md4.el (md4-buffer): Fix typo in docstring.
5427         (md4, md4-64): Doc fixes.
5428         (md4-pack-int32): Reflow docstring.
5430         * paths.el (rmail-file-name): Remove * from defcustom docstring.
5431         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
5433         * rect.el (open-rectangle): Reflow docstring.
5434         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
5436         * select.el (x-get-cut-buffer): Fix typo in docstring.
5438         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
5439         (timezone-time-zone-from-absolute, timezone-leap-year-p):
5440         Fix typos in docstrings.
5442         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
5443         Fix typos in docstrings.
5445 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
5447         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
5449         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
5450         (newsticker--treeview-list-update, newsticker--treeview-item-show)
5451         (newsticker--treeview-tree-update)
5452         (newsticker--treeview-tree-update-highlight)
5453         (newsticker-treeview-update)
5454         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
5455         (newsticker-treeview-next-new-or-immortal-item)
5456         (newsticker-treeview-prev-new-or-immortal-item)
5457         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
5458         (newsticker-treeview-tree-click): Watch for layout changes.
5459         (newsticker--treeview-set-current-node): Cleanup.
5460         (newsticker--treeview-restore-layout): Rename from
5461         newsticker--treeview-restore-buffers.
5462         (newsticker--treeview-mark-item): Update cache file.
5464 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
5466         * calendar/icalendar.el (icalendar--uid-count): New.
5467         (icalendar--create-uid): New.  Extracted from
5468         `icalendar-export-region' and add uid counter.
5469         (icalendar-export-region): Use `icalendar--create-uid'.
5471 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
5473         * tooltip.el (tooltip-frame-parameters): Doc fix.
5475 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
5477         * window.el (window-body-height, window-current-scroll-bars)
5478         (walk-windows, get-window-with-predicate, get-buffer-window-list)
5479         (minibuffer-window-active-p, count-windows)
5480         (window-safely-shrinkable-p, window--splittable-p)
5481         (window--try-to-split-window, window--frame-usable-p)
5482         (window--even-window-heights, window--display-buffer-1)
5483         (window--display-buffer-2, set-window-text-height)
5484         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
5485         (truncated-partial-width-window-p): Rewrite doc-string.
5486         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
5487         (split-window-vertically, split-window-horizontally):
5488         Rename args, rewrite doc-string, and simplify code.
5489         (split-window-save-restore-data): Rename args and use
5490         when instead of if.
5492 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
5494         * indent.el (indent-for-tab-command): Use use-region-p.
5496         * vc.el (vc-revert): Limit the length of the query string.
5498 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
5500         * simple.el (idle-update-delay, next-error-highlight)
5501         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
5502         (minibuffer-history-case-insensitive-variables, kill-ring-max)
5503         (kill-read-only-ok, backward-delete-char-untabify-method)
5504         (kill-whole-line, mark-ring-max, global-mark-ring-max)
5505         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
5506         (goal-column, line-move-ignore-invisible, fill-prefix)
5507         (auto-fill-inhibit-regexp, blink-matching-paren)
5508         (blink-matching-paren-on-screen, blink-matching-paren-distance)
5509         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
5510         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
5511         (minibuffer-history-isearch-wrap, transient-mark-mode)
5512         (next-logical-line, auto-fill-mode, line-number-mode)
5513         (column-number-mode, size-indication-mode, clone-indirect-buffer)
5514         (normal-erase-is-backspace-mode): Doc fixes.
5515         (current-kill, transient-mark-mode, toggle-truncate-lines)
5516         (visible-mode): Reflow docstrings.
5517         (minibuffer-local-shell-command-map, interprogram-paste-function):
5518         Fix typos in docstrings.
5520 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
5522         * server.el (server-process-filter): In daemon mode, default to
5523         emacsclient's tty if not opening a new frame and only the
5524         terminal-frame is available.
5526 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
5528         * window.el (quit-window): Simplify code.  Say in doc-string
5529         that it operates on the selected window's buffer.  (Bug#1259)
5531 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
5533         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
5534         nil so that log-view-diff-changeset works.
5536 2008-10-30  Glenn Morris  <rgm@gnu.org>
5538         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
5540         * resume.el: Move to obsolete/.
5541         * Makefile.in (ELCFILES): Update.
5543 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
5545         * electric.el (Electric-pop-up-window): Don't shrink the window if
5546         it's already big enough.
5548         * minibuffer.el (delete-minibuffer-contents): Delete all
5549         minibuffer contents instead of just the current field.
5551         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
5553         * bookmark.el (bookmark-handle-bookmark): Rename from
5554         bookmark-jump-noselect.
5555         (bookmark--jump-via, bookmark-insert): Callers changed.
5556         (bookmark-jump-noselect): Wrapper function for
5557         bookmark-handle-bookmark.
5558         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
5560         * textmodes/ispell.el (ispell-word): Use use-region-p.
5562 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
5564         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
5565         to follow naming conventions for abnormal hooks.  Doc fix.
5566         (tooltip-mode, tooltip-timeout): Use it.
5567         (tooltip-hook): New obsolete alias.
5568         (tooltip-help-tips): Doc fix.
5570         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
5572 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
5574         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
5575         of hardcoded /tmp.
5577 2008-10-29  Glenn Morris  <rgm@gnu.org>
5579         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
5581         * vc-hooks.el (vc-find-root): Remove bogus alias.
5583 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5585         * international/quail.el (quail-show-guidance): Don't create
5586         a guidance-frame if current buffer is not a minibuffer, since even if
5587         selected-window is mini-p, the buffer will never be displayed in it, so
5588         it wil be usable for guidance.
5590 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5592         * smerge-mode.el: Require diff-mode at run-time as well.
5594 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
5596         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
5597         * vc-hooks.el (vc-stay-local): Likewise.
5599 2008-10-28  Phil Sung  <psung@mit.edu>
5601         * follow.el (follow-scroll-down, follow-calc-win-end)
5602         (follow-estimate-first-window-start): Reduce effective window
5603         height when header line is present.  (Bug#925)
5605 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
5607         * subr.el (locate-user-emacs-file): Simplify.  Don't create
5608         `user-emacs-directory' when Emacs is running in batch mode.
5610         * startup.el (inhibit-startup-screen): Reflow docstring.
5611         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
5613 2008-10-27  Kenichi Handa  <handa@m17n.org>
5615         * descr-text.el (describe-char): Fix terminal case (where font is nil).
5617 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
5619         * face-remap.el (text-scale-increase, text-scale-decrease)
5620         (text-scale-adjust): Remove &optional keyword from the arg list;
5621         the INC argument is not really optional, if the functions happen
5622         to be called from elisp.
5624 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
5626         * vc.el: Rename VC methods that were missed when vc-status was
5627         renamed to vc-dir.
5628         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
5629         vc-svn-status-extra-headers.
5630         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
5631         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
5632         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
5633         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
5634         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
5635         vc-dir-status-printer.
5636         (vc-dir-headers): Use `dir-extra-headers' instead of
5637         `status-extra-headers'.
5638         (vc-dir-printer): Rename from vc-dir-status-printer.
5639         (vc-default-dir-extra-headers): Rename from
5640         vc-default-status-extra-headers.
5641         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
5642         vc-cvs-status-extra-headers.
5644         * startup.el (server-name): Pacify byte compiler.
5645         (command-line): If --daemon=SERVER_NAME was used, set server-name
5646         before calling server-start.
5648 2008-10-26  Romain Francoise  <romain@orebokech.com>
5650         * startup.el (command-line): Call daemon-initialized after
5651         starting the server.
5653 2008-10-26  Kenichi Handa  <handa@m17n.org>
5655         * help-fns.el (describe-categories): Display the terse legend at
5656         the head.
5658         * international/characters.el: Docstrings of categories improved.
5660 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5662         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
5664         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
5665         to the courier family.
5666         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
5667         usually not serif'd and hence rather unlike verbatim's printed output.
5669 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
5671         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
5672         when reporting the module.
5674         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
5676         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
5678 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5680         * files.el (locate-dominating-stop-dir-regexp): New var.
5681         (locate-dominating-file): Change arg from a regexp to a file name.
5682         Rewrite using the vc-find-root code to avoid directory-files which is
5683         too slow.  Obey locate-dominating-stop-dir-regexp.
5684         Don't pay attention to changes in owner.
5685         (project-find-settings-file): Adjust call to locate-dominating-file.
5687         * progmodes/flymake.el (flymake-find-buildfile):
5688         Adjust call to locate-dominating-file.
5690         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
5691         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
5693 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
5695         * subr.el (with-current-buffer): Rename buffer argument to
5696         buffer-or-name.
5697         * window.el (get-buffer-window-list): Rename buffer argument to
5698         buffer-or-name and make it optional.
5700 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
5702         * completion.el (add-completion-to-head, add-completion): Doc fixes.
5703         (completion-search-next, add-completions-from-file):
5704         Fix typos in docstrings.
5706         * filesets.el (filesets-menu-ensure-use-cached)
5707         (filesets-ingroup-patterns, filesets-filetype-property):
5708         * tutorial.el (get-lang-string):
5709         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
5710         Fix typos in docstrings.
5712         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
5713         (image-dired-line-up-method, image-dired-thumb-size)
5714         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
5715         (image-dired-track-original-file, image-dired-track-thumbnail)
5716         (image-dired-dired-next-line, image-dired-dired-previous-line)
5717         (image-dired-write-comments): Reflow docstrings.
5718         (image-dired-show-all-from-dir-max-files)
5719         (image-dired-format-properties-string, image-dired-create-thumbs)
5720         (image-dired-mark-tagged-files, image-dired-gallery-generate):
5721         Fix typos in docstrings.
5723         * savehist.el (savehist-save-minibuffer-history, savehist-file)
5724         (savehist-additional-variables, savehist-ignored-variables)
5725         (savehist-file-modes, savehist-autosave-interval):
5726         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
5727         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
5728         (fancy-splash-image):
5729         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
5730         (thumbs-conversion-program, thumbs-margin):
5731         Remove spurious * in docstrings.
5733 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
5735         * thingatpt.el (end-of-sexp, beginning-of-sexp)
5736         (forward-same-syntax): Omit default arguments to char-after and
5737         char-before.
5739 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
5741         * subr.el (locate-user-emacs-file): New function.
5742         (user-emacs-directory): Mention it in docstring.
5744         * completion.el (save-completions-file-name):
5745         * filesets.el (filesets-menu-cache-file):
5746         * image-dired.el (image-dired-dir, image-dired-db-file)
5747         (image-dired-temp-image-file, image-dired-gallery-dir)
5748         (image-dired-temp-rotate-image-file):
5749         * savehist.el (savehist-file):
5750         * server.el (server-auth-dir):
5751         * thumbs.el (thumbs-thumbsdir):
5752         * tutorial.el (tutorial--saved-dir):
5753         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
5755 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
5757         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
5758         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
5760 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
5762         * filesets.el: Update author email.
5763         (filesets-data): Doc fix.
5765 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
5767         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
5769 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
5771         * international/mule-cmds.el (describe-language-environment):
5772         Indent sample text.
5774 2008-10-23  Glenn Morris  <rgm@gnu.org>
5776         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5778         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
5779         byte-compile a redefinition of a function with special byte-compile
5780         handling.  (Bug#411)
5782 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5784         * ps-print.el: Deal with page sizes for label printes.  Suggested by
5785         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
5786         (ps-print-version): New version 7.3.3.
5787         (ps-page-dimensions-database): New page sizes for label printers.
5788         (ps-n-up-printing): Fix code.
5790 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
5792         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
5794         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
5795         (list-at-point): Add docstrings.
5797         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
5799         * dired-aux.el (dired-do-create-files): Doc fix.
5801 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
5803         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
5804         with other documentation.
5806 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
5808         * replace.el (how-many): Fix typo in docstring.
5809         Reported by Leo <sdl.web@gmail.com>.
5811 2008-10-22  Glenn Morris  <rgm@gnu.org>
5813         * international/mule-cmds.el (universal-coding-system-argument):
5814         Check for C-g.  (Bug#1205)
5816 2008-10-22  Kenichi Handa  <handa@m17n.org>
5818         * international/characters.el: Don't setup
5819         find-word-boundary-function-table.
5820         (next-word-boundary-han, next-word-boundary-kana): Delete them.
5821         (word-combining-categories, word-separating-categories):
5822         Adjust to the change of the docstrings.
5824 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
5826         * simple.el (region-active-p): Doc fix.
5828 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5830         * subr.el (apply-partially): Move from here...
5832         * simple.el (apply-partially): ...to here.
5834 2008-10-20  Andreas Schwab  <schwab@suse.de>
5836         * subr.el (split-string-and-unquote): Simplify regexp.
5838 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5840         * subr.el (top-level): Require `cl' when compiling.
5842 2008-10-20  David Reitter  <david.reitter@gmail.com>
5844         * info.el (Info-mode): Do not remove an existing header line if
5845         `Info-use-header-line' is nil.
5847 2008-10-19  Juri Linkov  <juri@jurta.org>
5849         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5850         Add arg `delimited' as in `query-replace' for the case when
5851         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
5852         Add more indicators to the prompt ("word" and "in region").
5854         * replace.el (query-replace, query-replace-regexp)
5855         (replace-string, replace-regexp, perform-replace): Add "word"
5856         indicatiors to the prompt for word delimited replacements.
5858         * replace.el (read-regexp): Rename arg `default' to `default-value'.
5859         Doc fix.
5861 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5863         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
5865         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
5867 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
5869         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
5870         Make argument names follow Elisp manual.
5872 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5874         * textmodes/remember.el (remember-data-file):
5875         * shadowfile.el (shadow-initialize)
5876         <shadow-info-file, shadow-todo-file>:
5877         * savehist.el (savehist-file):
5878         * recentf.el (recentf-save-file):
5879         * pcvs-defs.el (cvs-cvsrc-file):
5880         * international/kkc.el (kkc-init-file-name):
5881         * ido.el (ido-save-directory-list-file):
5882         * calendar/todo-mode.el (todo-file-do, todo-file-done)
5883         (todo-file-top): Run file names that begin with a period thru
5884         `convert-standard-filename'.
5886         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
5887         before-init-hook.
5889         Fix Bug #1183:
5891         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
5892         coding-system-for-read to ediff-coding-system-for-write.
5894         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
5895         coding-system-for-write to ediff-coding-system-for-write.
5897         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
5898         (ediff-coding-system-for-write): Set to emacs-internal.
5900 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5902         * international/mule-conf.el (emacs-internal): New coding system alias.
5904 2008-10-18  Juri Linkov  <juri@jurta.org>
5906         * info.el (Info-file-supports-index-cookies-list): New variable.
5907         (Info-file-supports-index-cookies): New function.
5908         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
5909         (Info-index-nodes): Let-bind Info-point-loc to nil for files
5910         without an index cookie to ignore it when Info-index-nodes is
5911         called during navigating from an index node with line numbers.
5912         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
5914         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
5915         variable definition section.
5917         * info.el (Info-find-node-2): Put initial point below the header line
5918         and breadcrumbs line.
5920 2008-10-18  Glenn Morris  <rgm@gnu.org>
5922         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
5923         the needed external programs were not found.
5925 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
5927         * files.el (trash-directory): Run thru `convert-standard-filename'.
5928         (file-modes-char-to-who, file-modes-char-to-right)
5929         (file-modes-rights-to-number, file-modes-symbolic-to-number)
5930         (read-file-modes): Doc fixes.
5932 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
5934         * abbrev.el (define-abbrev): Doc fix.
5936 2008-10-17  Alan Mackenzie  <acm@muc.de>
5938         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
5939         foo bar [] = { ...".
5941 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
5943         * faces.el (face-spec-set-2): Don't pass invalid attributes to
5944         set-face-attribute.
5946 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
5948         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
5949         according to `locale-coding-system'.  (This fixes trivial bug reported
5950         as part of bug#1179).
5951         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
5952         particular order).  Use `when'.
5954 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
5956         * w32-fns.el (w32-check-shell-configuration): Doc fix.
5957         (w32-add-charset-info): Fix typo in docstring.
5959 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5961         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
5962         after discussion.
5964 2008-10-16  Magnus Henoch  <mange@freemail.hu>
5966         * vc-arch.el (vc-arch-dir-status): New function.
5967         (vc-arch-after-dir-status): New function.
5969 2008-10-16  Glenn Morris  <rgm@gnu.org>
5971         * man.el (Man-getpage-in-background): Force recent `man's to output
5972         escape sequences even when stdout is not a tty.  (Bug#1142)
5974 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5976         * international/mule-conf.el: Add `utf8' and `UTF8' as
5977         aliases for the `utf-8' coding system.
5979 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
5981         * find-file.el (ff-get-file): Doc fix.
5982         (ff-get-file-name): Use `let', not `let*'.
5983         (ff-search-directories): Fix typo in docstring.
5984         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5985         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
5986         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
5987         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
5988         (cc-other-file-alist, modula2-other-file-alist):
5989         Remove spurious * in docstrings.
5991 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
5993         * faces.el (set-face-attribute): Set family and foundry before
5994         other attributes.
5995         (face-spec-set-2): Pass unmodified args to set-face-attribute.
5997 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
5999         * hl-line.el (hl-line-unload-function): New function.
6000         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
6001         (hl-line-sticky-flag): Remove spurious * in docstring.
6003 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6005         * vc-git.el (vc-git-show-log-entry): Include the revision in the
6006         search string.
6008 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
6010         * net/tramp.el (tramp-process-one-action): Embed regexp in
6011         parentheses, before adding end-of-buffer construct.  Suggested by
6012         Markus Triska <markus.triska@gmx.at>.
6014 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
6016         * net/newst-plainview.el (w3m-toggle-inline-image):
6017         Define 'declare-function if necessary, for compatibility.
6019         * net/newst-treeview.el (w3m-toggle-inline-images):
6020         Define 'declare-function if necessary, for compatibility.
6022 2008-10-13  Alan Mackenzie  <acm@muc.de>
6024         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
6025         so that the function works on one-line macros.
6027         * progmodes/cc-engine.el: Amend several doc strings and comments.
6029 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6031         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
6033         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
6034         (vc-cvs-stay-local): Add a new choice and default to it.
6035         (vc-cvs-dir-status): Use the new vc-stay-local choice.
6037         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
6039 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
6041         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
6042         Add support for extended return statement.
6044         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
6045         and obj-dir; keep user order.
6047 2008-10-12  Glenn Morris  <rgm@gnu.org>
6049         * Makefile.in (ELCFILES): Update.
6051         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
6052         (shell-file-name-quote-list): Declare.
6054 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
6056         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
6058 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
6060         * startup.el (command-line): If toolbar is disabled but ought to
6061         be initialized, call tool-bar-setup.
6063         * tool-bar.el (tool-bar-setup): Variable deleted.
6064         (tool-bar-setup): Set it up unconditionally.
6066         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
6068         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
6069         tool-bar-map has been initialized before setting it up.
6071         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
6072         tool-bar-map has been initialized before setting it up.
6074 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
6076         * emacs-lisp/warnings.el (display-warning): Issue a message if
6077         called during daemon initialization.
6079         * tool-bar.el (tool-bar-local-item)
6080         (tool-bar-local-item-from-menu): Put the check for number of
6081         display colors into the image expression.
6082         (tool-bar-setup): Don't be a no-op on ttys.
6084         * info.el (info-tool-bar-map):
6085         * progmodes/gud.el (gud-tool-bar-map):
6086         * progmodes/grep.el (grep-mode-tool-bar-map):
6087         * progmodes/compile.el (compilation-mode-tool-bar-map):
6088         Initialize it unconditionally.
6090 2008-10-11  Romain Francoise  <romain@orebokech.com>
6092         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
6093         * kmacro.el (kmacro-edit-lossage): Ditto.
6094         * edmacro.el (edit-kbd-macro): Ditto.
6096 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
6098         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
6099         Fix variable names.
6101 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
6103         * startup.el (command-line): Revert 2008-09-26 change, not
6104         necessary anymore.
6106 2008-10-10  Andreas Schwab  <schwab@suse.de>
6108         * simple.el (minibuffer-complete-shell-command):
6109         Bind comint-delimiter-argument-list, comint-file-name-chars and
6110         comint-file-name-quote-list like shell-mode.
6112 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
6114         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
6115         call of select-window.
6117 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
6119         * calc/calc.el (calc-embedded-word-regexp)
6120         (calc-embedded-word-regexp-alist): New variables.
6121         (calc-embedded-open-word, calc-embedded-close-word)
6122         (calc-embedded-open-close-word-alist): Remove unused variables.
6124         * calc/calc-embed.el (calc-embedded-make-info):
6125         Use `calc-embedded-word-regexp' to find words.
6127 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
6129         * info.el (Info-extract-menu-counting): New argument no-detail to
6130         skip detailed node listings.
6131         (Info-forward-node): New argument not-up to inhibit going up.
6132         (Info-final-node): Call Info-extract-menu-counting and
6133         Info-forward-node with the new arguments set to avoid infinite
6134         looping.  (Bug#1116)
6136 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
6138         * startup.el (command-line): Don't invoke tool-bar-mode if it is
6139         not fboundp.
6141 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
6143         * startup.el (command-line): Enable tool-bar-mode as long as it is
6144         not suppressed by X resources, regardless of the terminal.
6146         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
6147         graphical terminals.
6148         (tool-bar-setup): No-op if called on a tty.
6150 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
6152         * frame.el (make-frame-on-tty): Use "F" inside interactive.
6153         Support `pc' ``window-system''.
6155         * progmodes/compile.el (compilation-start): Resurrect the version
6156         for systems that don't support asynchronous subprocesses.
6158 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
6160         * window.el (pop-up-frames): Add choice graphic-only.
6161         (display-buffer): When pop-up-frames equals graphic-only do
6162         not pop up new frame on text-only terminals.  (Bug#1061)
6164 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
6166         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
6167         (vc-cvs-dir-status): Use it.
6169 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
6171         * json.el (json-skip-whitespace): Fix last change.
6173 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
6175         * bs.el (bs-unload-function): New function.
6177 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
6179         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
6180         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6181         For clarity, explicitly require cl.
6183 2008-10-08  Michael Olson  <mwolson@gnu.org>
6185         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
6186         can avoid a bad interaction with programs that add functions to
6187         the window-scroll-functions hook.  This fixes Bug #858.
6189 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
6191         * startup.el (command-line): Use display-warning to warn about an
6192         init file error.
6193         (command-line-1): Remove init file error delay.
6195 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6197         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
6198         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
6199         (rx-group-if): New function.
6200         (rx-parent): New variable.
6201         (rx-and, rx-or): Put shy groups only when necessary.
6202         (rx-bracket): Remove.
6203         (rx-anything): New function.
6204         (rx-any-delete-from-range, rx-any-condense-range)
6205         (rx-check-any-string): New functions.
6206         (rx-check-any): Return result as a list.  Don't convert chars to
6207         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
6208         Check char category string.  Call rx-form instead of rx-to-string.
6209         (rx-any): Rebuid to complete the function.
6210         (rx-check-not): Fix char category regexp pattern string.
6211         Call rx-form instead of rx-to-string.
6212         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
6213         "[^^]".  Call regexp-quote for one char string when not called from
6214         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
6215         "\\[SCBW]" to toggle.
6216         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
6217         instead of rx-to-string.
6218         (rx-kleene): Call rx-form instead of rx-to-string.
6219         Call rx-group-if to adjust putting of shy groups.
6220         (rx-atomic-p): Make check more precisely.
6221         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
6222         (rx-regexp): Call rx-group-if.
6223         (rx-form): New function.
6224         (rx-to-string): Call rx-form, rx-group-if.
6225         Refine definition of NO-GROUP.
6227 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
6229         * json.el (json-advance): Use forward-char.
6230         (json-skip-whitespace): Use skip-syntax-forward.
6232 2008-10-07  Alan Mackenzie  <acm@muc.de>
6234         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
6235         indenting a macro followed by blank lines doesn't backslash the
6236         following non-blank line into the macro.
6238 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
6240         * startup.el (before-init-time, after-init-time): Move into emacs.c.
6241         (command-line): Set after-init-time to nil before initialization.
6243 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
6245         * calc/calc-units.el (math-standard-units): Update the values
6246         of the units.
6248 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
6250         * bookmark.el (bookmark-unload-function): New function.
6252 2008-10-06  Andreas Schwab  <schwab@suse.de>
6254         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6256 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
6258         * mail/footnote.el: Remove * in defcustom docstrings and tell
6259         for most options that customizing them doesn't affect buffers
6260         already displaying footnotes.
6261         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
6262         Fix handling of text properties and identical start/end tags.
6263         Do not use format when renumbering.
6264         (Footnote-set-style): Make it work.
6265         (Footnote-insert-numbered-footnote): Simplify.
6266         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
6267         (Footnote-goto-footnote): Fix handling of empty section tag.
6268         (Footnote-delete-footnote): Fix handling of identical start/end
6269         tags, empty section tag, and spaced footnotes.  Do not use
6270         kill-region.
6271         (footnote-mode): Make most options buffer-local to avoid that
6272         customizing messes up handling of footnotes in buffers that
6273         already display them.
6275 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
6277         * faces.el (x-create-frame-with-faces): Undo previous change.
6279         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
6280         existent files.
6282 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
6284         * international/mule-cmds.el (universal-coding-system-argument):
6285         Handle digit-argument too.
6287 2008-10-05  Mario Lang  <mlang@delysid.org>
6289         * xml.el (xml-parse-string): Use skip-chars-forward.
6291 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6293         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
6294         existent files.
6295         (vc-bzr-dir-status-files): New function.
6297 2008-10-04  Glenn Morris  <rgm@gnu.org>
6299         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
6301         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
6302         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
6304         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
6305         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
6307 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
6309         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6310         Fix typo.  (Bug#1074)
6312 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
6314         * progmodes/compile.el (compilation-start): Make sure to move to
6315         point-max only when we are in the compilation buffer.  (Bug#1073)
6317 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
6319         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
6320         tool-bar-mode is on.
6322         * vc-svn.el (vc-svn-dir-status-files):
6323         * vc-cvs.el (vc-cvs-dir-status-files): New function.
6325 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6327         * vc-hg.el (vc-hg-dir-status-files): New function.
6329 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
6331         * window.el (window--display-buffer-1): Don't care about
6332         visibility since raise-frame does.
6334 2008-10-03  Mario Lang  <mlang@delysid.org>
6336         * nxml/xmltok.el (xmltok-forward): Simplify.
6338 2008-10-03  Glenn Morris  <rgm@gnu.org>
6340         * Makefile.in (ELCFILES): Update.
6342         * frame.el (set-default-font): Make obsolete.
6343         * mouse.el (mouse-set-font): Use set-frame-font.
6345         * jka-cmpr-hook.el (jka-compr-compression-info-list)
6346         (jka-compr-mode-alist-additions): Also match `.tbz2'.
6348         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
6349         * files.el (auto-mode-alist): Add .PRO as per above autoload.
6351 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6353         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
6354         (vc-dir-refresh): Set it here instead.  (Bug#1067)
6356 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
6358         * faces.el (inhibit-frame-set-background-mode): New var.
6359         (frame-set-background-mode): Use it to avoid a loop in
6360         face-spec-recalc.
6362 2008-10-02  Glenn Morris  <rgm@gnu.org>
6364         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
6365         vc-diff-switches.
6367 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6369         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
6370         that is, to take some action when a buffer is killed.  Suggested by
6371         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
6372         11.2.2.
6373         (whitespace-action): Docstring and :type fix.
6374         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
6375         Code fix.
6376         (whitespace-add-local-hook, whitespace-remove-local-hook)
6377         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
6379 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6381         * net/tls.el (open-tls-stream): Show the actual command being
6382         executed, instead of the format string.
6384 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
6386         * term/internal.el (dos-locale-alist): New alist.
6387         (dos-codepage-setup): Use it to compute a value of locale with
6388         which to call set-locale-environment.  Remove code to set
6389         terminal, keyboard, and file-name encoding (done by
6390         set-locale-environment).
6392         * international/mule-cmds.el
6393         (set-language-environment-nonascii-translation): Fix nonascii
6394         value for `pc' ``window-system''.
6395         (set-display-table-and-terminal-coding-system)
6396         (set-default-coding-systems): Don't special-case `pc'.
6398 2008-10-01  Glenn Morris  <rgm@gnu.org>
6400         * filesets.el (filesets-menu-name): Fix type.
6401         (filesets-menu-path, filesets-menu-before): Fix types.
6402         Change defaults to be consistent with recentf.  (Bug#1056)
6404 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6406         * term/xterm.el (xterm-turn-on-modify-other-keys)
6407         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
6408         Don't forget to pass `terminal' to `send-string-to-terminal'.
6410 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
6412         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
6413         (vc-file-not-found-hook): Check, that `buffer-file-name' is
6414         non-nil.  It is not clear, whether this is only fixing symptoms on
6415         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
6416         is embedded by that check.  So it might be TRT.  Suggested by Dan
6417         Nicolaescu <dann@ics.uci.edu>.
6419 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
6421         * Makefile.in (ELCFILES): Remove codepage.elc.
6423         * international/codepage.el: File removed, as even ms-dos doesn't
6424         need it anymore.
6426         * loadup.el [ms-dos]: Don't load ccl and codepage.
6428         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
6429         (IT-character-translations, cjk-codepages-alist): Remove variables.
6430         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
6431         (IT-unicode-translations): Remove charset and base elements.
6432         Add translations for Latin-1 characters.
6433         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
6434         base and chset elements of IT-unicode-translations.  Don't wrap
6435         translation in "{...}".  Set up translations only for characters
6436         for which unencodable-char-position returns non-nil.
6437         (dos-codepage-setup): Don't use special-case codepages in
6438         cjk-codepages-alist.
6440         * files.el (locate-dominating-file): Wrap directory-files with
6441         condition-case, instead of calling file-directory-p, which stats
6442         the directory one more time.
6444         * mail/mail-utils.el (mail-unquote-printable-region):
6445         Use insert-byte instead of insert-char, when the UNIBYTE arg is
6446         non-nil.
6448 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
6450         * epa-file.el (epa-file-insert-file-contents): Fix typo.
6452 2008-09-30  Glenn Morris  <rgm@gnu.org>
6454         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
6456 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
6458         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
6459         (which-function): Handle nested imenu trees.
6461         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
6462         some nested menu items.
6464 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
6466         * calc/calc-units.el (math-standard-units): Add entries used to
6467         display the values in the units buffer.
6468         (math-build-units-table): Add entries to the units table to be used
6469         to display the values in the units buffer.
6470         (math-build-units-table-buffer): Use the display entry of the units
6471         table when non-nil.
6472         (calc-define-unit): Add option to enter display value of unit.
6474 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
6476         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
6478 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
6480         * files.el (locate-dominating-file): Take file-attributes of
6481         `dir', not of `file' (which never changes).
6483 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
6485         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
6486         also be `localname'.
6488         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
6489         IDENTIFICATION.
6491 2008-09-28  Glenn Morris  <rgm@gnu.org>
6493         * vc.el (vc-switches): Give it a doc string.
6495 2008-09-28  Romain Francoise  <romain@orebokech.com>
6497         * comint.el (comint-show-output): Adjust to stickiness changes of
6498         the output field.
6500         * startup.el (command-line): Start the daemon server later.
6502 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
6504         * subr.el (read-quoted-char): Call char-resolve-modifiers
6505         instead of char-resolve-modifers.
6507 2008-09-27  Glenn Morris  <rgm@gnu.org>
6509         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
6510         than [return].  (Bug#1031)
6512 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
6514         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
6516 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
6518         * epg.el (epg-wait-for-status): Check if there is no pending status.
6519         Reported by Ted Romer <ted@romerfamily.com>.
6521 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
6523         * startup.el (command-line): Turn on menu-bar-mode and
6524         tool-bar-mode when running as a daemon.
6526 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
6528         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
6529         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6530         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6531         ($(lisp)/progmodes/cc-engine.elc)
6532         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6533         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6534         ($(lisp)/progmodes/cc-subword.elc)
6535         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6537         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
6538         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6539         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6540         ($(lisp)/progmodes/cc-engine.elc)
6541         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6542         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6543         ($(lisp)/progmodes/cc-subword.elc)
6544         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6546 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6548         * informat.el (Info-split-threshold): New variable.
6549         (Info-split): Use it.
6551         * textmodes/texinfmt.el (texinfo-format-buffer):
6552         Use Info-split-threshold to decide whether to split Info files.
6554 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6556         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
6557         quoting.
6559         * comint.el (comint-dynamic-complete-as-filename): Quote directory
6560         name when reinserting it.
6562         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
6563         word-search-backward-lax for incremental word search.
6565 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
6567         * generic-x.el (generic-other-modes): Fix typo in docstring.
6568         (generic-use-find-file-hook, generic-lines-to-scan)
6569         (generic-find-file-regexp, generic-ignore-files-regexp)
6570         (generic-define-mswindows-modes, generic-define-unix-modes):
6571         Remove `*' from docstring.
6572         (generic-mode-find-file-hook): Use `string-match-p'.
6573         (apache-log-generic-mode, mailagent-rules-generic-mode)
6574         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
6575         (java-manifest-generic-mode, java-properties-generic-mode)
6576         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
6577         for consistency with other modes in generic-x.el.
6579 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
6581         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
6582         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
6583         parens specially only if latex-handle-escaped-parens is non-nil.
6584         (latex-indent-within-escaped-parens): New option.
6585         (latex-find-indent): Bind latex-handle-escaped-parens to
6586         latex-indent-within-escaped-parens.  Do not treat escaped parens
6587         specially when this is nil.  (Bug#954)
6589 2008-09-25  Glenn Morris  <rgm@gnu.org>
6591         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
6593 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6595         * vc.el (vc-mark-resolved): Move message here from
6596         vc-default-mark-resolved.
6597         (vc-default-mark-resolved): Change to an alias for ignore.
6599 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6601         * term.el (term-emulate-terminal): Encode input string before
6602         checking its length.
6604 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
6606         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
6607         is loaded.
6609         * server.el (server-buffer-done): Avoid changing the buffer when
6610         deleting the client's frame (bug#640).
6612         * vc.el (vc-default-mark-resolved): New function.
6614 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
6616         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
6617         from raising a wrong-type-argument error.
6619 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
6621         * help-fns.el (describe-function-1, describe-variable): Print
6622         relative file name in help buffer.
6623         * faces.el (describe-face): Print relative file name in help
6624         buffer.
6626 2008-09-23  Romain Francoise  <romain@orebokech.com>
6628         * subr.el (with-output-to-string): Make sure that the temporary
6629         buffer gets killed.
6631 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
6633         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
6634         indentation problem with keyword symbols when a list starts with
6635         ,@ or spaces.  (Bug#1012)
6637 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
6639         * textmodes/tex-mode.el (latex-find-indent): Try to handle
6640         escaped close parens correctly.  (Bug#954)
6642 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
6644         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
6645         usage of `fortune-file' even though a FILE argument was passed to
6646         the function.
6648 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6650         * startup.el (command-line): Start the server when in daemon mode.
6651         Remove always true test.
6653         * frame.el (frame-initialize): Remove spurious setting of
6654         special-display-function with the default value.
6656 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6658         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
6660 2008-09-20  Glenn Morris  <rgm@gnu.org>
6662         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
6663         Fix custom type.  (Bug#1011)
6665 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
6667         * files.el (move-file-to-trash): Avoid recursive trashing if
6668         rename-file calls delete-file.
6670 2008-09-20  Glenn Morris  <rgm@gnu.org>
6672         * play/fortune.el: Remove leading `*' from defcustom docs.
6673         (fortune-program-options): Doc fix.  Allow to be a string again.
6674         Add :version.
6675         (fortune-in-buffer): Handle fortune-program-options as a string.
6676         Don't rely on fortune program accepting options after fortune file.
6678 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
6680         * play/fortune.el (fortune-program-options): Change to a list.
6681         (fortune-in-buffer): Use apply.
6683 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
6685         * emacs-lisp/authors.el: Change encoding of file to utf-8.
6686         (authors-coding-system): Likewise.
6688 2008-09-20  Ami Fischman  <ami@fischman.org>
6690         * savehist.el (savehist-save): Handle errors in writing as well as
6691         reading.
6693 2008-09-20  Michael Olson  <mwolson@gnu.org>
6695         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
6696         to provide a minimal performance boost.
6698 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6700         * proced.el (proced-grammar-alist, proced-custom-attributes)
6701         (proced-format-alist, proced-format, proced-filter-alist)
6702         (proced-filter, proced-sort): Use defcustom.
6703         (proced-mode): Fix docstring.
6704         (proced-process-attributes): Handle return value nil of functions
6705         in proced-custom-attributes.
6707 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
6709         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
6710         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
6712 2008-09-19  Miles Bader  <miles@gnu.org>
6714         * comint.el (comint-output-filter): Make field properties for
6715         output text front-sticky.
6717 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
6719         * vc-bzr.el (vc-bzr-show-log-entry):
6720         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
6721         C-x v l for a directory uses that.
6723 2008-09-18  Simon Josefsson  <simon@josefsson.org>
6725         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
6726         .sieve files.
6728 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
6730         * help-macro.el (make-help-screen): Preserve key bindings
6731         established in help-mode call when exiting this macro.
6733 2008-09-17  Kenichi Handa  <handa@m17n.org>
6735         * language/burmese.el: Fix setting of composition-function-table.
6737 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
6739         * info.el (Info-follow-nearest-node): Don't raise an error for
6740         mouse-1 clicks.
6742 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
6744         * calc/calc-units.el (calc-convert-temperature): Use default
6745         units when appropriate.
6747 2008-09-16  Markus Triska  <markus.triska@gmx.at>
6749         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
6750         catch errors raised in `texmathp'.
6751         (flyspell-tex-math-initialized): Remove.
6753 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
6755         * frame.el (select-frame-set-input-focus): With non-nil
6756         mouse-autoselect-window always move mouse cursor to frame's
6757         selected window.  Otherwise restore pre 2008-09-13 behavior.
6758         (select-frame-by-name): Use select-frame-set-input-focus.
6760         * files.el (switch-to-buffer-other-frame): Don't raise frame since
6761         pop-to-buffer already does it.
6762         (display-buffer-other-frame): Fix doc-string.
6764 2008-09-16  Glenn Morris  <rgm@gnu.org>
6766         * add-log.el (diff-find-source-location): Update declaration.
6768         * progmodes/make-mode.el (makefile-match-function-end):
6769         Move point.  (Bug#983)
6771 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
6773         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
6775 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
6777         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
6778         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
6780 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6782         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
6784 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
6786         * files.el (file-truename): Don't raise args-out-of-range error
6787         when filename has no separator on windows-nt.  (Bug#982)
6789 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6791         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
6792         be more honest when we don't know.
6793         (diff-tell-file-name): Don't prompt before the actual prompt.
6794         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
6795         (diff-find-source-location): Add `noprompt' argument.
6796         (diff-current-defun): Don't prompt.
6798 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6800         * proced.el (proced-mark-face, proced-marked-face)
6801         (proced-sort-header-face): Remove.
6802         (proced-font-lock-keywords): Simplify.
6803         (proced-format): Use face proced-sort-header.
6804         (proced-format-interactive, proced-sort-interactive)
6805         (proced-filter-interactive): Only call proced-update if the scheme
6806         has changed.
6807         (proced-sort-header): Use posn-actual-col-row.
6809 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
6811         * add-log.el (change-log-find-window): New variable.
6812         (change-log-goto-source-1, change-log-goto-source):
6813         Set change-log-find-window to window displaying source.
6814         (change-log-next-error): Select window specified by
6815         change-log-find-window.
6817 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
6819         * frame.el (select-frame-set-input-focus): With focus follows
6820         mouse move mouse cursor to right window.
6821         * window.el (pop-to-buffer): Select window before calling
6822         select-frame-set-input-focus.
6824 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6826         * proced.el (proced-sort-header): New face.
6827         (proced-sort-header-face): New variable.
6828         (proced-format): Allow format value nil.
6829         Use proced-sort-header-face for header of sort column.
6830         (proced-format-args): New function.
6831         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
6832         (proced-header-help-echo, proced-field-help-echo, proced-timer)
6833         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
6834         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
6835         (proced-sort-header): Bind also to mouse-1.
6836         (proced-move-to-goal-column): Return position of point.
6837         (proced-filter-interactive): Always revert listing.
6838         (proced-format-ttname): Simplify.
6839         (proced-update): Do not keep undo information.  Put point at
6840         beginning of buffer if we generate the first listing.
6842 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
6844         * doc-view.el (doc-view-scroll-up-or-next-page)
6845         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
6846         vertically split windows.
6848 2008-09-12  Glenn Morris  <rgm@gnu.org>
6850         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
6852         * indent.el (indent-line-function): Doc fix.
6853         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
6855 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
6857         * window.el (pop-to-buffer): If the window for buffer-or-name is
6858         not on the selected frame, raise that window's frame and give it
6859         input focus.  (Bug#745)
6861 2008-09-11  Glenn Morris  <rgm@gnu.org>
6863         * ido.el (ido-mode): Initialize with custom-initialize-default,
6864         rather than a set function.  (Bug#947)
6866 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
6868         * replace.el (perform-replace): Don't set inhibit-read-only using
6869         query-replace-skip-read-only (bug#956).
6871         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
6872         of the <<foo>> form.
6874 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
6876         * window.el (display-buffer): Fix doc-string typo.
6878 2008-09-10  Kenichi Handa  <handa@m17n.org>
6880         * composite.el (compose-gstring-for-graphic): Fix previous change.
6882 2008-09-10  Glenn Morris  <rgm@gnu.org>
6884         * info.el (Info-try-follow-nearest-node): Fix doc typo.
6886 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
6888         * info.el (Info-mouse-follow-nearest-node): Follow links to different
6889         manuals.  (Bug#886)
6891 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
6893         * ido.el (ido-unload-function): New function.
6895 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
6897         * ido.el (ido-file-internal): Fix typo in prompt.
6898         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
6899         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
6900         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
6901         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
6902         Fix typos in docstrings.
6904 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
6906         * help-fns.el (describe-function-1): Don't print extra newline
6907         after filling.
6909 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6911         * help-fns.el (find-lisp-object-file-name): Handle case where
6912         library is compressed.
6914 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
6916         * complete.el (PC-do-completion): Don't replace buffer
6917         contents (bug#227).
6919 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
6921         * loadhist.el (unload-feature-special-hooks):
6922         Add `choose-completion-string-functions'.
6924 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6926         * vc-svn.el (vc-svn-root):
6927         * vc-sccs.el (vc-sccs-root):
6928         * vc-rcs.el (vc-rcs-root):
6929         * vc-cvs.el (vc-cvs-root): Delete.
6930         * vc-hooks.el (vc-find-root): Remove `invert' argument.
6932 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>
6934         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
6935         errors occurring in different files.
6937 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
6939         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
6940         (vc-bzr-status-printer): New function.
6941         (vc-bzr-after-dir-status): Deal with renamed files.
6943 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
6945         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
6946         buffer's filename.
6948 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
6950         * subr.el (cancel-change-group): Widen buffer temporarily when
6951         undoing changes.  (Bug#810)
6953 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
6955         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
6956         with gud-stop-subjob rather than exit debugger.
6958 2008-09-07  Kenichi Handa  <handa@m17n.org>
6960         * composite.el: Compose combining characters only when it
6961         follows a character matching with "[[:alpha:]]".
6963 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6965         * proced.el: Require time-date.
6966         (proced-command-alist, proced-command, proced-goal-header-re)
6967         (proced-sorting-schemes-alist, proced-sorting-scheme)
6968         (proced-header-alist, proced-sorting-schemes-re)
6969         (proced-skip-regexp, proced-next-line, proced-previous-line)
6970         (proced-listing-type, proced-sorting-scheme-p): Remove.
6971         (proced-grammar-alist, proced-custom-attributes)
6972         (proced-format-alist, proced-format, proced-filter-alist)
6973         (proced-filter, proced-sort, proced-goal-attribute)
6974         (proced-timer-interval, proced-timer-flag, proced-timer)
6975         (proced-process-alist, proced-sort-internal, proced-process-tree)
6976         (proced-header-help-echo, proced-field-help-echo): New variables.
6977         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
6978         (proced-omit-process, proced-filter, proced-process-tree)
6979         (proced-filter-children, proced-children-pids)
6980         (proced-filter-parents, proced-<, proced-string-lessp)
6981         (proced-time-lessp, proced-xor, proced-sort-p)
6982         (proced-format-time, proced-format-start, proced-format-ttname)
6983         (proced-format, proced-process-attributes): New functions.
6984         (proced-toggle-timer-flag, proced-mark-children)
6985         (proced-mark-parents, proced-filter-interactive)
6986         (proced-filter-attribute, proced-sort-interactive)
6987         (proced-sort-header, proced-format-interactive): New commands.
6988         (proced-move-to-goal-column): Use goal-column.
6989         (proced-mode): Use proced-timer.
6990         (proced-do-mark-all): Display process count.  Use use-region-p.
6991         Simplify.
6992         (proced-omit-processes): Use use-region-p.
6993         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
6994         (proced-sort-start, proced-sort-time, proced-sort-user):
6995         Use proced-sort-interactive.
6996         (proced-sort): Make it a function that performs the actual sort.
6997         (proced-update): New arg revert.  Use proced-process-alist,
6998         proced-filter, proced-sort, proced-format, and
6999         proced-grammar-alist.  Preserve position of point based on fields.
7000         Make header line and fields clickable.
7001         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
7002         (proced-why): Use save-selected-window.
7003         (proced-log): Use buffer-read-only.
7005 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
7007         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
7009 2008-09-06  Glenn Morris  <rgm@gnu.org>
7011         * add-log.el (diff-find-source-location): Declare.
7012         (find-change-log): If called from a diff buffer, try to switch to the
7013         source buffer (e.g. to respect change-log-default-name there).
7015         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
7016         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
7018         * Makefile.in (ELCFILES): Update.
7020 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
7022         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
7023         user enters a mouse event in another frame, or a special event.
7025         * server.el (server-switch-buffer): New arg.
7026         (server-execute): If reusing an existing window, set file position
7027         if required.
7029 2008-09-06  Kenichi Handa  <handa@m17n.org>
7031         * language/lao.el: Fix setting of composition-function-table.
7033 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
7035         * term/pc-win.el (msdos-show-help): Don't truncate lines while
7036         displaying help echo messages.
7038 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
7040         * subr.el (symbol-file): Fix doc-string.
7042 2008-09-06  Glenn Morris  <rgm@gnu.org>
7044         * help-mode.el (help-xref-forward-stack): Doc fix.
7046         * add-log.el (change-log-default-name): Autoload safety.
7048 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
7050         * verilog-mode.el (verilog-library-extensions): Enable .sv
7051         filename extensions to call verilog-mode.
7052         (verilog-auto, verilog-auto-inst, verilog-faq)
7053         (verilog-submit-bug-report): Update author support URLs.
7054         (verilog-delete-auto, verilog-auto-inout-module)
7055         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
7056         creating complemented testbench modules.  Suggested by Yishay Belkind.
7057         (verilog-auto-inst-port, verilog-simplify-range-expression):
7058         When verilog-auto-inst-param-value is set, don't require a
7059         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
7060         Yishay Belkind.
7061         (verilog-auto-inst-param-value): Add safe variable.
7062         (verilog-re-search-forward, verilog-re-search-backward):
7063         Fix returning wrong search results on Emacs 22.1.
7064         (verilog-modi-cache-results, verilog-auto): Fix warning message
7065         about "toggling font-lock-mode."
7066         (verilog-auto): Fix losing font-lock on errors.
7067         (verilog-auto-inst-param-value, verilog-mode-version)
7068         (verilog-mode-version-date, verilog-read-inst-param-value)
7069         (verilog-auto-inst, verilog-auto-inst-param)
7070         (verilog-auto-inst-port, verilog-simplify-range-expression):
7071         Allow parameters to be replaced with their values, on the expansion of
7072         an AUTOINST with Verilog 2001 style parameter settings.
7073         Suggested by David Rogoff.
7075 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
7077         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
7078         Better support for the property statement.  Sometimes this keyword
7079         introduces a statement which requires an endproperty keyword, and
7080         sometimes it doesn't, depending on the work before the property
7081         word.  If property is prefixed with assert, assume or cover
7082         keyword, then the statement is ended with a ';'.  Otherwise,
7083         property is like task or specify, and is followed by some number
7084         of statements, which are ended with an endproperty keyword.
7085         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
7086         in a highlighted region: indent each line in region according to
7087         mode.  Supply this so it works in XEmacs and older Emacs.
7089 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7091         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
7092         Don't clean up a buffer when killing it.
7094 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7096         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
7097         buffers (bug#360).  New version 11.2.1.
7098         (whitespace-action): New value `warn-read-only' to give a warning when
7099         buffer is read-only and whitespace action is cleanup or auto-cleanup.
7100         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
7101         (whitespace-warn-read-only): New fun.
7103 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
7105         * international/quail.el: Require help-mode.
7106         (quail-help-init): Function removed.
7107         (quail-keyboard-layout-button, quail-keyboard-customize-button):
7108         Define directly.
7110         * dired.el (dired-get-filename): Rewrite octal escape character
7111         processor (bug#885).
7113 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
7115         * cus-edit.el (custom-button-pressed): Default to inverse-video.
7117         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
7118         not just for terminal-frame.
7120 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
7122         * window.el (window--try-to-split-window): Don't split when window
7123         is not splittable in last disjunct.  (Bug#888)
7125 2008-09-05  Kenichi Handa  <handa@m17n.org>
7127         * language/tibetan.el: Fix setting of composition-function-table.
7129         * composite.el (find-composition): Mention about the automatic
7130         composition in the docstring.
7131         (compose-gstring-for-graphic): Fix handling "above" marks.
7133         * descr-text.el (describe-char): Fix handling of automatic composition.
7135 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
7137         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
7138         (tramp-parse-connection-properties): Reflow docstring.
7140 2008-09-04  Kim F. Storm  <storm@cua.dk>
7142         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
7143         and other-frame methods when switching between file and buffer modes.
7145 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
7147         * info.el (Info-dir-remove-duplicates): Narrow buffer when
7148         removing duplicate entries under same heading.  Don't skip char
7149         matching anything but a space or tab at bol.  (Bug#864)
7151 2008-09-03  Alan Mackenzie  <acm@muc.de>
7153         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
7155 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7157         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
7158         (completion-pcm--all-completions): Move the case-fold-search binding to
7159         it also applies to completion-regexp-list (used in all-completions).
7160         (completion-pcm--hilit-commonality): Add missing case-fold-search.
7162 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
7164         * window.el (pop-up-frame-function): Move ...
7165         * frame.el (pop-up-frame-function): ... here, to avoid
7166         "CHANGED outside Customize;".
7168 2008-09-03  Glenn Morris  <rgm@gnu.org>
7170         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
7172 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
7174         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
7175         non-alphabetical characters properly.
7177 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7179         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
7181 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
7183         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
7184         control-prefixed keys.  (Bug#835)
7186 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
7188         * image-mode.el (image-mode): Fix 2008-07-19 change.
7190 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
7192         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
7194         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
7196 2008-09-02  Glenn Morris  <rgm@gnu.org>
7198         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
7200         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
7202 2008-09-01  Glenn Morris  <rgm@gnu.org>
7204         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
7205         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
7206         and fix name typos.  (Bug#856)
7208 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
7210         * minibuffer.el (completion-pcm--pattern->regex):
7211         When completion-ignore-case is non-nil, generate a regexp that
7212         ignores case.
7214         * window.el (recenter-top-bottom): Doc fix.
7216 2008-09-01  Simon South  <ssouth@member.fsf.org>
7218         * progmodes/delphi.el: New maintainer.
7219         (delphi-interface-types): New var.
7220         (delphi-composite-types): Use it.
7221         (delphi-enclosing-indent-of): Distinguish between "interface"
7222         keyword as a unit separator and used like a class declaration.
7224 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
7226         * help-fns.el (describe-simplify-lib-file-name)
7227         (find-source-lisp-file): Remove.
7228         (find-lisp-object-file-name): New function giving preference to
7229         files found via load-path instead of loaddefs.el.
7230         (describe-function-1): Use new function instead of the removed
7231         ones.  (Bugs #587, #669, #690)
7232         * faces.el (describe-face): Use find-lisp-object-file-name instead
7233         of describe-simplify-lib-file-name.
7235 2008-09-01  Kenichi Handa  <handa@m17n.org>
7237         * international/mule-diag.el (font-show-log): Fix previous change.
7239         * international/mule-cmds.el (set-language-environment):
7240         Don't overwrite current-iso639-language if the current language
7241         environment doesn't provide that data.
7242         (set-locale-environment): Set current-iso639-language from the
7243         locale name.
7245         * international/fontset.el (script-representative-chars): Re-add
7246         the entry for symbol, but with vector of characters.
7247         (setup-default-fontset): Cancel previous change.
7249 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
7251         * ido.el: Move provide statement to the end of the file.
7253 2008-08-30  Markus Triska  <markus.triska@gmx.at>
7255         * linum.el (linum-mode): `window-size-change-functions' can now be
7256         buffer-local.
7257         (linum-update-window): Use result of `move-overlay'.
7259 2008-08-30  Glenn Morris  <rgm@gnu.org>
7261         * subr.el (make-variable-frame-local): Tweak obsolescence message.
7263         * info.el (Info-hide-note-references, Info-refill-paragraphs):
7264         Doc fixes.
7266         * apropos.el (apropos-command): Report documentation errors.
7267         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
7269 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
7271         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
7272         string.
7274 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
7276         * bindings.el (mode-line-frame-identification): Fix last change.
7278 2008-08-29  Kenichi Handa  <handa@m17n.org>
7280         These changes are to adjust the automatic composition for the new
7281         implementation (avoid using text property).
7283         * composite.el (composition-function-table): Move declaration to
7284         composite.c.
7285         (terminal-composition-base-character-p): Delete it.
7286         (terminal-composition-function): Delete it.
7287         (terminal-composition-function-table): Delete it.
7288         (lgstring-header, lgstring-set-header, lgstring-font)
7289         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
7290         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
7291         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
7292         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
7293         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
7294         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
7295         (compose-glyph-string, compose-glyph-string-relative)
7296         (compose-gstring-for-graphic, compose-gstring-for-terminal):
7297         New functions.
7298         (auto-compose-chars): Argument changed.
7300         * language/european.el: Don't setup composition-function-table.
7301         (diacritic-composition-pattern, diacritic-compose-region)
7302         (diacritic-compose-string, diacritic-compose-buffer)
7303         (diacritic-composition-function): Delete them.
7305         * language/lao-util.el (lao-composition-function): Argument changed.
7307         * language/sinhala.el: Fix setting up of composition-function-table.
7309         * language/thai.el: Fix setting up of composition-function-table.
7311         * language/thai-util.el: Encoding changed to utf-8.
7312         (thai-composition-function): Argument changed.
7314         * language/indian.el: Fix setting up of composition-function-table.
7315         (devanagari-composable-pattern)
7316         (tamil-composable-pattern, kannada-composable-pattern)
7317         (malayalam-composable-pattern): New variables.
7319         * international/characters.el (unicode-category-table):
7320         Setup unicode-category-table.
7322         * international/fontset.el (setup-default-fontset): Prepend
7323         iso10646-1 fonts to the fallback font groups instead of appending.
7325 2008-08-29  Glenn Morris  <rgm@gnu.org>
7327         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
7329 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
7331         * term/x-win.el (x-win-suspend-error): Don't signal error if there
7332         are no X frames active.
7334 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
7336         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
7337         `ignore-errors' (the function must succeed always).
7339 2008-08-28  Edward O'Connor  <hober0@gmail.com>
7341         * json.el (json-read-number): New arg.  Handle explicitly signed
7342         numbers.
7343         (json-readtable): Add `+' and `.'.
7345 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
7347         * term/pc-win.el (msdos-previous-message): New variable.
7348         (msdos-show-help): New function.
7349         (msdos-initialize-window-system): Set show-help-function to
7350         msdos-show-help.
7352 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
7354         * emacs-lisp/debug.el (debug): When killing a noninteractive
7355         Emacs, give an exit status of -1.
7357 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
7359         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
7361 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
7363         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
7364         not the same as the last modification time, fall back on the
7365         backend-specific check.
7367 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
7369         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
7370         to go to the position of interest.
7372 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
7374         * textmodes/artist.el (artist-mode-init): Add comment on the
7375         setting up of the `artist-replacement-table' array.
7376         (artist-get-replacement-char): New defsubst.
7377         (artist-get-char-at-xy-conv, artist-replace-char)
7378         (artist-replace-chars, artist-replace-string): Use it instead of
7379         accessing `artist-replacement-table' directly.
7380         Reported by Rubén Berenguel <ruben@maia.ub.es>.
7382         (artist-mt): Fix structures for cut and copy operations.
7384 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
7386         * shell.el (shell-file-name-quote-list): Quote `$'.
7388         * comint.el (comint-dynamic-complete-as-filename): Generalize last
7389         change to allow quoting of characters before point.
7390         (comint-dynamic-list-filename-completions): Quote common substring.
7392 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
7394         * comint.el (comint-dynamic-complete-as-filename): If case is
7395         ignored while matching, replace the entire filename with completion.
7397         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
7398         flyspell-pre-point is valid to avoid signalling an error in
7399         post-command-hook.
7401 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
7403         * linum.el (linum): Inherit remaining face attributes from default
7404         face.
7406 2008-08-26  Markus Triska  <markus.triska@gmx.at>
7408         * linum.el (linum-delay): Disable - it should no longer be
7409         necessary, and can lead to longer delays.
7410         (linum-update-window): Renumber if margin width has changed.
7412 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
7414         * epa.el (epa--key-widget-action): Save the selected window to
7415         make `widget-button-click-moves-point' work.  (Bug#733).
7417 2008-08-26  Glenn Morris  <rgm@gnu.org>
7419         * calendar/holidays.el (calendar-holidays): Doc fix.
7421         * progmodes/gud.el (tramp-file-name-localname)
7422         (tramp-dissect-file-name): Declare.
7424         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
7426 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
7428         * bindings.el (mode-line-frame-control): New function, caters to
7429         `pc' ``window system''.
7430         (mode-line-frame-identification): Use it instead of accessing
7431         window-system directly.
7433 2008-08-25  Juri Linkov  <juri@jurta.org>
7435         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
7436         `center-line' and "\eS" from `center-paragraph'.
7437         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
7438         `center-paragraph'.
7440 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
7442         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
7443         (newsticker-treeview-treewindow-width): New.
7444         (newsticker-treeview-listwindow-height): New.
7445         (newsticker-treeview-browse-url-item): New.
7446         (newsticker-treeview-mode-map):
7447         Add newsticker-treeview-browse-url-item.
7448         (newsticker--treeview-window-init):
7449         Use newsticker-treeview-treewindow-width and
7450         newsticker-treeview-listwindow-height.
7452         * net/newst-reader.el (newsticker-browse-url-item): New.
7454 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
7456         * vc-dir.el (vc-dir-marked-only-files-and-states):
7457         (vc-dir-child-files-and-states): Reverse the list before returning it.
7459 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
7461         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
7463 2008-08-24  Romain Francoise  <romain@orebokech.com>
7465         * progmodes/python.el (run-python): Remove '' from sys.path.
7467 2008-08-23  Glenn Morris  <rgm@gnu.org>
7469         * progmodes/fortran.el (fortran-tab-mode-string)
7470         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
7472 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
7474         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
7475         Add declare-function.
7477         * startup.el (command-line): Don't call tty-register-default-colors
7478         if initial-window-system is `pc'.
7480         * term/internal.el (local-function-key-map): Fix unbalanced parens.
7481         (msdos-key-remapping-map): New variable.  Move here all the special
7482         keys we will be remapping via local-function-key-map.
7483         (msdos-setup-keyboard): New function.
7485         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
7486         make-msdos-frame.
7487         (terminal-init-internal): New function, errors out if called.
7488         (msdos-initialize-window-system): New function.
7489         (msdos-create-frame-with-faces): Set the terminal's
7490         `terminal-initted' (sic!) parameter.
7491         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
7492         (window-system-initialization-alist):
7493         Add msdos-initialize-window-system.
7494         (handle-args-function-alist): Use tty-handle-args for `pc'
7495         ``window system'' as well.
7496         (pc-win): Provide.
7498         * term/tty-colors.el (tty-register-default-colors): Remove bogus
7499         code for using msdos-color-values.
7501         * loadup.el [ms-dos]: Load term/pc-win.
7503 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
7505         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
7506         directory name.
7508 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
7510         * progmodes/gud.el (gud-common-init): Use absolute file so that
7511         perldb works with tramp (sudo).
7513         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
7514         match data in process filters.
7516 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
7518         * dired.el (dired-buffer-stale-p): Do not revert buffer that
7519         can be written.
7521 2008-08-23  Glenn Morris  <rgm@gnu.org>
7523         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
7524         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
7526 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
7528         * subr.el (temp-buffer-show-hook): Doc fix.
7530 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
7532         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
7533         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
7534         <tassilo@member.fsf.org>.
7536         * net/trampver.el: Update release number.
7538         * net/xesam.el (xesam-minor-mode): New minor mode.
7539         (xesam-highlight-buffer): Remove.  Code moved to
7540         `xesam-minor-mode'.
7541         (xesam-refresh-entry): Use `xesam-minor-mode'.
7543 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
7545         * minibuffer.el (completion--try-word-completion):
7546         Disable partial-completion when considering the addition of a space
7547         or hyphen.
7549 2008-08-21  John Paul Wallington  <jpw@pobox.com>
7551         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
7552         filename of `tofile' doesn't contain any colons on Windows,
7553         Cygwin, and MS-DOS systems.
7555 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
7557         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
7558         (epg-context-set-progress-callback): Make sure the callback is a
7559         cons of a function and a handback.  Update all callers.
7561 2008-08-20  David Reitter  <david.reitter@gmail.com>
7563         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
7564         Patch applied by Adrian Robert.
7566 2008-08-20  Kevin Ryde  <user42@zip.com.au>
7568         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
7569         directive lines.
7571 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
7573         * net/xesam.el (xesam-highlight-string): Precise doc string.
7574         (xesam-highlight-buffer): New defun.
7575         (xesam-refresh-entry): Use it.  Better check for sourceModified.
7577 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
7579         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
7580         their names.
7582 2008-08-19  Kenichi Handa  <handa@m17n.org>
7584         * language/european.el ("Esperanto"): Change the preferred
7585         charsets to iso-8859-3.
7587         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
7589         * international/fontset.el (script-representative-chars):
7590         Delete the entry for symbol.
7591         (setup-default-fontset): For symbol characters, don't specify
7592         :script property.
7594 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
7596         * minibuffer.el (completion-table-dynamic): Doc fix.
7598         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
7599         saved.
7601 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
7603         * emulation/edt.el (edt-default-emulation-setup):
7604         Share global-buffers-menu-map with the emulated global map.
7606 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7608         * term/ns-win.el (global): Uncomment "put backspace
7609         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
7611 2008-08-18  Kenichi Handa  <handa@m17n.org>
7613         * international/mule-diag.el (font-show-log): Add optional arg N
7614         to control the limit of font listing.
7616 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
7618         * window.el (recenter-top-bottom): Determine top and bottom
7619         positions using scroll-margin instead of scroll-conservatively.
7621 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7623         * proced.el (proced-send-signal): Use beginning-of-line.
7625 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7627         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
7628         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
7629         listing types.
7630         (proced-log-buffer): New variable.
7631         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
7632         region if transient-mark-mode is turned on and the region is active.
7633         (proced-omit-processes): Rename from proced-hide-processes to
7634         avoid key clash with describe-mode (bound to h).  Search for
7635         marked processes starting from point-min.
7636         (proced-header-space): Remove.
7637         (proced-send-signal): Handle errors.  Operate on current process
7638         if no process is marked.
7639         (proced-why): New command.
7640         (proced-log, proced-log-summary): New functions.
7641         (proced-help): Use proced-why.
7642         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
7643         (bibtex-autokey-year-title-separator): Fix docstring.
7645 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
7647         * net/xesam.el (xesam-vendor, xesam-notify-function):
7648         New local variables.
7649         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
7650         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
7651         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
7652         (xesam-new-search): Initialize `xesam-vendor'.
7654 2008-08-15  Glenn Morris  <rgm@gnu.org>
7656         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
7657         a pipeline.
7658         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
7659         unless at the end of the pipeline.  (Bug#699).
7661 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
7663         * minibuffer.el (completion-boundaries): Doc fix.
7664         (display-completion-list): Only default base-size to zero if
7665         completing in the minibuffer.
7667         * simple.el (completion-base-size): Doc fix.
7668         (choose-completion): Try reselecting completion-reference-buffer.
7670 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
7672         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
7673         also for remote directories.
7675 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7677         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
7678         since those precomputed values aren't used any more.
7679         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
7681 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
7683         * help.el (with-help-window): Return last value in BODY.
7685 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
7687         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
7688         notify function of the URL.
7689         (xesam-new-search): Encode special characters in the query string.
7691 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
7693         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
7695 2008-08-13  Andreas Schwab  <schwab@suse.de>
7697         * net/tramp.el (tramp-handle-shell-command): Handle output going
7698         to current buffer like shell-command.  Don't disable undo.
7700 2008-08-13  Glenn Morris  <rgm@gnu.org>
7702         * eshell/esh-cmd.el (eshell/which): Handle the case where no
7703         description is found.
7705 2008-08-12  Alan Mackenzie  <acm@muc.de>
7707         * progmodes/cc-defs.el (c-emacs-features):
7708         argumentative-bod-function: bind mark-ring to avoid accumulating a
7709         spurious mark.
7711 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
7713         * simple.el (visual-line--saved-state): New var.
7714         (visual-line-mode): Save local values of variables, and restore
7715         them when visual-line-mode is disabled.
7717 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
7719         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
7721 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
7723         * progmodes/cc-defs.el (c-emacs-features):
7724         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
7725         moving point during the test.
7727         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
7729 2008-08-11  Glenn Morris  <rgm@gnu.org>
7731         * term/ns-win.el (x-parse-geometry): Doc fix.
7733         * dired.el (x-popup-menu):
7734         * hi-lock.el (x-popup-menu):
7735         * mouse.el (font-face-attributes):
7736         * calendar/cal-menu.el (x-popup-menu):
7737         * calendar/calendar.el (x-popup-menu):
7738         * calendar/holidays.el (x-popup-menu):
7739         * progmodes/cperl-mode.el (x-popup-menu):
7740         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
7741         (x-open-connection):
7742         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
7743         (x-command-line-resources):
7744         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
7745         (x-display-name, x-command-line-resources):
7746         Add declarations for builds without X.
7748 2008-08-10  Glenn Morris  <rgm@gnu.org>
7750         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
7752 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
7754         * vc-bzr.el (vc-bzr-find-revision): Rename from
7755         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
7757 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
7759         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
7760         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
7761         "DONE", when all hits are retrieved.
7762         (xesam-search): Autoload it.
7764 2008-08-11  John Paul Wallington  <jpw@pobox.com>
7766         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
7767         empty string when no filename.
7768         (define-ibuffer-column filename): Accommodate that change.
7770         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
7771         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
7773 2008-08-10  Glenn Morris  <rgm@gnu.org>
7775         * Makefile.in (ELCFILES): Update.
7777 2008-08-10  John Paul Wallington  <jpw@pobox.com>
7779         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
7781 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
7783         * battery.el (battery-echo-area-format, battery-status-function):
7784         Handle new Linux sysfs format for battery reporting.
7785         (battery-linux-sysfs): New function.
7787 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
7789         * add-log.el (change-log-search-tag-name)
7790         (change-log-goto-source): Fix behavior when point is not on tag.
7792 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
7794         * startup.el (command-line-ns-option-alist): Use ignore instead of
7795         ns-ignore-0-arg.
7797         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
7798         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
7799         (ns-alternatives-map): New variable.
7800         (x-set-up-function-keys): Use it.
7801         (global): Comment out "put backspace ascii-character..." and friends.
7802         Move function-key-map into ns-alternatives-map.  Don't call
7803         precompute-menubar-bindings.  Don't set anything connected with
7804         browse-url.
7805         (after-make-frame-functions): Clarify comment why a hook is added.
7807 2008-08-06  Joakim Verona  <joakim@verona.se>
7809         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
7810         in url:s.
7812 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7814         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
7815         Fix 2008-01-01 change: use a shy group to not affect subsequent
7816         match calls.
7818 2008-08-06  Reto Zimmermann  <reto@gnu.org>
7820         * progmodes/vera-mode.el (vera-electric-tab):
7821         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
7822         region when active.
7824 2008-08-06  Kenichi Handa  <handa@m17n.org>
7826         * faces.el (face-valid-attribute-values): Fix handling the value
7827         of (font-family-list) and font-XXX-table.
7829 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7831         * proced.el (proced-menu): Bind the correct function to for toggling.
7833         * vc-dir.el (vc-dir-mode): Fix typo.
7835 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7837         * whitespace.el (whitespace-newline-mode)
7838         (global-whitespace-newline-mode, whitespace-mode)
7839         (global-whitespace-mode): Improve docstring.
7841 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
7843         * kmacro.el (kmacro-exec-ring-item): Add autoload.
7845         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
7847         * cus-start.el (all): Handle auto-save-visited-file-name.
7849 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
7851         * files.el (hack-one-local-variable-eval-safep): Handle
7852         lisp-indent-function and scheme-indent-function in addition to the
7853         deprecated lisp-indent-hook.
7855 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
7857         * net/xesam.el (top): Require `wid-edit' always.
7858         (xesam-mode-line, xesam-highlight): New deffaces.
7859         (xesam-objects): New local variable.
7860         (xesam-search-engines): Fix error in field list.
7861         (xesam-mode): Use `xesam-mode-line' instead of
7862         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
7863         proper initialization (why?).
7864         (xesam-highlight-string, xesam-get-hits)
7865         (xesam-kill-buffer-function): New defuns.
7866         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
7867         result of "hit.fields", it isn't a string only.  Wrap an error of
7868         the strigi search engine ("xesam:size" is returned as string).
7869         Highlight search items.
7870         (xesam-refresh-search-buffer): Make logic of counters more simple.
7871         Prefetch next hits.
7872         (xesam-signal-handler): Use `xesam-mode-line' instead of
7873         `font-lock-type-face'.
7874         (xesam-new-search): Add `xesam-kill-buffer-function' to
7875         `kill-buffer-hook'.
7877 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
7879         * add-log.el (change-log-next-error, change-log-mode): Add support
7880         for `next-error' to call `change-log-goto-source' on named files
7881         in a ChangeLog.
7883 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
7885         * calc/calc.el (math-read-number): Handle all C-like languages
7886         properly.
7888 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
7890         * calc/calc.el (math-read-number): Handle C numbers beginning with
7891         0 correctly.
7893 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7895         * term/ns-win.el ([ns-new-frame]): New global key.
7897 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
7899         * international/mule-cmds.el (read-char-by-name):
7900         Check UCS names with `assoc-string' and case folding.
7902 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
7904         * net/dbus.el (dbus-call-method-asynchronously)
7905         (dbus-method-return-internal, dbus-method-error-internal):
7906         Declare them with `declare-function'.
7908 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
7910         * descr-text.el (describe-char-display): Fix last change:
7911         don't pass CHARSET to `encoded-string-description'.
7913 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
7915         * vc.el (vc-next-action): Update list var correctly after delete.
7917 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7919         * ido.el (ido-mode): Add toggle notification.
7921         * cus-edit.el (custom-save-all): Avoid destroying symlink if
7922         already visiting the custom file.
7924         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7925         pending output coming after the status change.
7927 2008-08-02  Jason Rumney  <jasonr@gnu.org>
7929         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
7931 2008-08-01  Kenichi Handa  <handa@m17n.org>
7933         * international/mule-cmds.el (encode-coding-char):
7934         New optional arg CHARSET.
7936         * descr-text.el (describe-char-display): Call encode-coding-char
7937         with the arg CHARSET.
7938         (describe-char): Pay attention to the text-property `charset'.
7940 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
7942         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
7943         error messages.
7944         (dbus-set-property): Call `dbus-introspect-get-property' instead
7945         of `dbus-get-property'.
7947         * net/xesam.el (xesam-all-fields): Remove source and content
7948         identifiers.
7949         (xesam-dbus-unique-names): New defvar.
7950         (xesam-dbus-call-method): New defun.  Replace all calls of
7951         `dbus-call-method' by `xesam-dbus-call-method'.
7952         (xesam-get-cached-property, xesam-set-cached-property):
7953         New defuns.
7954         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
7955         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
7956         (xesam-search-engines): Make it an association list.  Take changed
7957         layout into account in the corresponding function.
7958         (xesam-delete-search-engine): Remove check for consistency of
7959         `xesam-search-engines', not needed anymore.
7960         (xesam-mode): Show XML query string only in the debug case.
7962 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
7964         * files.el (read-file-modes): Fix typo in docstring.
7966 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
7968         * Makefile.in: Avoid maintainer warning for autogenerated unicode
7969         files.
7971         * apropos.el (apropos-symbol): Don't set button skip by default.
7972         (apropos-print): Set button skip iff searching for multiple types.
7973         (apropos-print-doc): Insert blank label button when searching for
7974         a single type.
7976         * button.el (forward-button): Avoid infloop.
7978         * minibuffer.el (read-file-name-completion-ignore-case):
7979         Add cygwin to the list.
7981 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
7983         * files.el (abbreviate-file-name): When replacing $HOME with ~,
7984         turn off case-fold-search.
7986 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
7988         * net/dbus.el (top): Don't register for "NameOwnerChanged".
7989         (dbus-message-type-invalid, dbus-message-type-method-call)
7990         (dbus-message-type-method-return, dbus-message-type-error)
7991         (dbus-message-type-signal): New defconst.
7992         (dbus-ignore-errors): Fix `edebug-form-spec' property.
7993         (dbus-return-values-table): New defvar.
7994         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
7995         New defun.
7996         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
7997         Extend docstring.  Adapt implementation according to new
7998         `dbus-event' layout.
7999         (dbus-event-service-name, dbus-event-path-name)
8000         (dbus-event-interface-name, dbus-event-member-name):
8001         Adapt implementation according to new `dbus-event' layout.
8002         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
8004         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
8005         (xesam-mode): Rework implementation.
8006         (xesam-new-search): Additional parameter TYPE.
8007         (xesam-search): Adapt call of `xesam-new-search'.
8009 2008-07-31  Juri Linkov  <juri@jurta.org>
8011         * dired-aux.el (dired-do-chmod): Set default value to the original
8012         mode string using absolute notation like u=rwx,g=rx,o=rx.
8013         Use it as a new arg `default' of `dired-mark-read-string'.
8014         (dired-mark-read-string): Add new optional arg `default'.
8016         * files.el (read-file-modes): Set default value to the original
8017         mode string using absolute notation like u=rwx,g=rx,o=rx.
8018         Use it as the `default' arg of `read-string'.
8020         * filesets.el (filesets-cmd-isearch-getargs): Check if the
8021         variable `files' is bound to avoid warnings.
8023         * isearch.el (isearch-forward-regexp, isearch-forward-word)
8024         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
8025         to the command `isearch-forward' instead of displaying "See C-s".
8026         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
8027         with their interactive specifications.  Move reading the face name to
8028         the main body after calls to isearch-done and isearch-clean-overlays.
8030         * mb-depth.el: Unify all names under one common name prefix
8031         `minibuffer-depth-'.
8032         (minibuffer-depth-indicator-function): Rename from
8033         `minibuf-depth-indicator-function'.
8034         (minibuffer-depth-overlay): Rename from
8035         `minibuf-depth-overlay'.
8036         (minibuffer-depth-setup): Rename from
8037         `minibuf-depth-setup-minibuffer'.
8038         (minibuffer-depth-indicate-mode): Rename from
8039         `minibuffer-indicate-depth-mode'.
8041 2008-07-31  Juri Linkov  <juri@jurta.org>
8043         * dired-aux.el (dired-isearch-filenames-toggle): New command.
8044         (dired-isearch-filenames-setup): Bind "\M-sf" to
8045         dired-isearch-filenames-toggle in isearch-mode-map.
8046         (dired-isearch-filenames-end): Bind "\M-sf" to nil
8047         in isearch-mode-map.
8049         * isearch.el (isearch-edit-string-set-word): New command.
8050         (minibuffer-local-isearch-map): Bind "\C-w" to
8051         isearch-edit-string-set-word.
8052         (isearch-new-word): Temporary internal variable.
8053         (isearch-edit-string): Remove special case of reading the
8054         first character and checking it for C-w.
8056         * simple.el (read-shell-command, shell-command):
8057         Move code that uses minibuffer-with-setup-hook to set
8058         minibuffer-default-add-function to minibuffer-default-add-shell-commands
8059         from the interactive spec of `shell-command' to `read-shell-command'.
8061         * international/mule-cmds.el (read-char-by-name):
8062         Accept hash notation.  Doc fix.
8063         (ucs-insert): Doc fix.  Convert to number only when `arg' is
8064         a string.  Use separate error message when `arg' is not an integer.
8065         Bind `ucs-insert' to `C-x 8 RET'.
8067 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
8069         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
8070         move the (arglist-cont-nonempty) from c-offsets-alist to
8071         c-hanging-braces-alist like other styles already have.
8073 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8075         * textmodes/texinfmt.el:
8076         * nxml/nxml-enc.el:
8077         * mail/feedmail.el:
8078         * international/mule.el:
8079         * international/latexenc.el:
8080         * emulation/viper-util.el:
8081         * emulation/viper-init.el:
8082         * emulation/viper-ex.el:
8083         * emacs-lisp/bytecomp.el:
8084         * version.el:
8085         * subr.el:
8086         * startup.el:
8087         * sort.el:
8088         * shadowfile.el:
8089         * recentf.el:
8090         * printing.el:
8091         * paths.el:
8092         * minibuffer.el:
8093         * ls-lisp.el:
8094         * loadup.el:
8095         * hippie-exp.el:
8096         * finder.el:
8097         * files.el:
8098         * ediff-util.el:
8099         * ediff-ptch.el:
8100         * ediff-init.el:
8101         * ediff-diff.el:
8102         * dired.el:
8103         * dired-aux.el:
8104         * cus-edit.el:
8105         * bindings.el:
8106         * arc-mode.el:
8107         * add-log.el: Remove VMS support.
8108         * obsolete/vmsproc.el:
8109         * obsolete/vms-pmail.el:
8110         * obsolete/vms-patch.el: Remove file.
8112 2008-07-31  Alan Mackenzie  <acm@muc.de>
8114         * progmodes/cc-mode.el (c-before-hack-hook): New function
8115         (Top Level): Install c-before-hack-hook on
8116         before-hack-local-variables-hook, rather than
8117         c-postprocess-file-styles on hack-local-variables-hook.
8119 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
8121         * files.el (normal-mode): Move call to hack-project-variables into
8122         hack-local-variables.
8123         (file-local-variables-alist, before-hack-local-variables-hook):
8124         New vars.
8125         (ignored-local-variables): Add file-local-variables-alist.
8126         (hack-local-variables-filter): Renamed from
8127         hack-local-variables-apply.  Add the result to
8128         file-local-variables-alist, without applying them.
8129         (hack-local-variables): Set file-local-variables-alist to nil.
8130         Call hack-project-variables and before-hack-local-variables-hook.
8131         Apply variables here, instead of hack-local-variables-apply.
8132         Based on a patch by Alan Mackenzie.
8134 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
8136         * info-look.el (autoconf-mode :doc-spec): For
8137         "(autoconf)M4 Macro Index", if the item already
8138         begins with "AS_", don't prefix that string again.
8140 2008-07-30  Juri Linkov  <juri@jurta.org>
8142         * info.el (info, Info-mode): Doc fix.
8144         * isearch.el (isearch-mode-map): Bind `M-s r' to
8145         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
8146         (search-map): Bind `M-s w' to `isearch-forward-word' globally
8147         in the global map `search-map'.
8148         (isearch-forward): Doc fix.
8149         (isearch-forward-word, isearch-toggle-case-fold): New commands.
8151         * simple.el (quoted-insert): Comment out code that treats
8152         0240-0377 specially.
8154 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
8156         * cus-start.el: Add customization info for
8157         read-buffer-completion-ignore-case.
8159 2008-07-30  Sam Steingold  <sds@gnu.org>
8161         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
8163 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
8165         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
8166         (vc-dir-mode): Improve docstring.
8168 2008-07-30  Juri Linkov  <juri@jurta.org>
8170         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
8171         for the sake of isearch-mode-hook in dired-mode in dired.el.
8173 2008-07-19  Markus Triska  <markus.triska@gmx.at>
8175         * image-mode.el (image-mode): Set image-mode-text-map when image
8176         cannot be displayed.
8178 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
8180         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
8181         ada-xref-set-default-prj-values.
8182         (ada-prj-display-page): Ditto.
8184         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
8185         (ada-make-filename-from-adaname): Fix free variable.
8187 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
8189         * vc-git.el (vc-git-status-printer): Synchronize with the default.
8191 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
8193         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
8194         for declarations inside a parenthetical list.  The code is ill-advised,
8195         and doesn't work given user defined types.
8196         (verilog-set-auto-endcomments): Enhance function automatic
8197         endcomment to support functions that return user defined types.
8198         (verilog-mode): Add code to tell which-function-mode minor mode
8199         that Verilog supports this feature.
8200         (verilog-beg-block-re-ordered, verilog-indent-re)
8201         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
8202         (verilog-leap-to-head): Support the new virtual and/or protected
8203         tasks, as well as extern declarations of tasks for indenting and
8204         for forward/backward expression.
8206 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
8208         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
8209         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
8210         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
8211         (verilog-string-replace-matches): Avoid recursion with small
8212         replacements.
8213         (verilog-auto-inst-param-value, verilog-mode-version)
8214         (verilog-mode-version-date, verilog-read-inst-param-value)
8215         (verilog-auto-inst, verilog-auto-inst-param)
8216         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
8217         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
8218         David Rogoff.  This allows parameters to be replaced with their
8219         values, on the expansion of an AUTOINST with Verilog 2001 style
8220         parameter settings.
8222 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
8224         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
8225         to `cddr'.
8227 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
8229         * Makefile.in (ELCFILES): Add mairix.elc.
8231 2008-07-29  David Engster  <deng@randomsample.de>
8233         * net/mairix.el: New file.
8235 2008-07-29  Juri Linkov  <juri@jurta.org>
8237         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
8238         instead of variable-pitch with bold and 1.2 height.
8240         * dired-aux.el (dired-do-async-shell-command): New command.
8242         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
8243         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
8245 2008-07-29  Juri Linkov  <juri@jurta.org>
8247         * international/mule-cmds.el (ucs-names): New internal variable.
8248         (ucs-names): New function.
8249         (ucs-completions): New lazy completion variable.
8250         (read-char-by-name): New function.
8251         (ucs-insert): Replace interactive spec letter "s" with the call to
8252         `read-char-by-name'.
8254         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
8256         * replace.el (occur-read-primary-args):
8257         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8258         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
8259         second arg of `read-regexp'.
8261         * dired-aux.el (dired-isearch-filenames): New user option.
8262         (dired-isearch-orig-success-function): New internal variable.
8263         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
8264         (dired-isearch-success-function): New functions.
8265         (dired-isearch-filenames, dired-isearch-filenames-regexp):
8266         New commands.
8268         * dired.el (dired-insert-set-properties): Add new text property
8269         `dired-filename' to put on file names.
8270         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
8271         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
8272         Add menu items.
8273         (dired-mode): Add hook `dired-isearch-filenames-setup' to
8274         buffer-local `isearch-mode-hook'.
8276 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
8278         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
8279         (ada-create-case-exception): Fix typo in docstring.
8280         (ada-no-auto-case): Return nil, not the docstring.
8281         (ada-indent-current): Reflow docstring.
8283         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
8284         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
8285         (ada-prj-load-from-file): Reflow docstring.
8286         (ada-prj-display-page): Fix typo in widget.
8288         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
8289         Fix typos in docstrings.
8291         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
8292         (ada-compile-current, ada-check-current, ada-run-application)
8293         (ada-get-ali-file-name): Fix typos in docstrings.
8294         (ada-xref-confirm-compile, ada-find-references)
8295         (ada-find-local-references, ada-find-any-references): Doc fixes.
8296         (ada-get-all-references): Fix typo in error message.
8297         (ada-xref-current-project): Use `let', not `let*'.
8298         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
8300 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8302         * whitespace.el (whitespace-newline): Change initialization to have a
8303         low contrast relative to the background color.  Suggested by David
8304         Reitter <david.reitter@gmail.com>.
8306 2008-07-28  Juri Linkov  <juri@jurta.org>
8308         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
8309         New functions.
8311         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
8312         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
8314 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
8316         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
8317         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
8319 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
8321         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
8322         Add support for add-log.
8323         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
8325         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
8326         (ada-prj-save): Prompt for file name if not given.
8327         (ada-prj-display-page): Display casing exceptions.
8329         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
8330         Ada mode project files.  Delete 'main_unit' project variable;
8331         only need 'main'.  Simplify handling of default project values.
8332         Use cross-prefix consistently.
8333         (ada-find-executable): Throw error if not found.
8334         (ada-initialize-runtime-library): Improve error handling when
8335         gnatls not found.
8336         (ada-gnat-parse-gpr): New.
8337         (ada-treat-cmd-string): Allow process environment variables.
8338         (ada-xref-set-default-prj-values): Delete; replace with
8339         ada-default-prj-properties.
8340         (ada-parse-prj-file): Handle GNAT project files.
8341         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
8342         (ada-select-prj-file): New.
8343         (ada-get-absolute-dir-list): Allow project and environment variables.
8345 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
8347         Sync with Tramp 2.1.14.
8349         * net/tramp.el (tramp-perl-directory-files-and-attributes)
8350         (tramp-get-device): Make device number a cons cell.
8351         (tramp-convert-file-attributes): Make inode a cons cell.
8353         * net/trampver.el: Update release number.
8355 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8357         * faces.el (face-set-after-frame-default): Treat 'ns as all other
8358         window systems.
8360 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8362         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
8364 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8366         Remove support for Mac Carbon.
8367         * term/mac-win.el: Remove file
8368         * international/mule-cmds.el:
8369         * version.el:
8370         * startup.el:
8371         * simple.el:
8372         * mwheel.el:
8373         * mouse.el:
8374         * loadup.el:
8375         * isearch.el:
8376         * info.el:
8377         * frame.el:
8378         * faces.el:
8379         * disp-table.el:
8380         * cus-start.el:
8381         * cus-face.el:
8382         * cus-edit.el:
8383         * Makefile.in: Remove code for Carbon.
8385 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
8387         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
8388         bindings for functions deleted by Dan N. 2008-07-21.  Set
8389         where-is-preferred-modifier.  Add show-manual option to Help menu.
8391 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
8393         * net/tramp.el (tramp-handle-start-file-process):
8394         Set query-on-exit flag.  Kill temporary buffer.
8395         (tramp-process-sentinel): Remove defun.
8396         (tramp-do-copy-or-rename-file-out-of-band)
8397         (tramp-maybe-open-connection): Don't call it.
8399         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
8400         `tramp-process-sentinel'.
8402         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
8403         `tramp-process-sentinel'.
8405         * net/xesam.el (xesam-from): Remove defvar.
8406         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
8407         and `mode-line-position'.
8408         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
8409         information to the widgets.  Don't set `mode-line-position'.
8410         (xesam-refresh-search-buffer): Correct hit number computing.
8411         Don't set `mode-line-position'.
8412         (xesam-new-search): Add debug information to the mode line.
8414 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8416         * diff-mode.el (diff-show-trailing-blanks): Renamed to
8417         diff-show-trailing-whitespaces.
8419 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
8421         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
8422         invalid filename strings when parsing tex errors (bug#376).
8424 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
8426         * menu-bar.el (menu-bar-file-menu): Fix typo.
8428 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
8430         * play/solitaire.el (solitaire-mode-map): Define within defvar.
8431         (solitaire-mode): Define with `define-derived-mode'.
8432         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
8433         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
8434         (solitaire-undo, solitaire-check): Use `when'.
8435         (solitaire-solve): Err out if the solitaire is already in progress.
8436         Use `when'.
8438         * descr-text.el (describe-char): Don't overwrite local variable char
8439         when describing characters with display-table entries.  Display font
8440         backend when describing composed characters.  Simplify: use `let'
8441         instead of `let*', and `or x y' instead of `if x x y'.
8443 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
8445         * image-mode.el (image-minor-mode): Set up winprops.
8447 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8449         * diff-mode.el (diff-show-trailing-blanks): New fun.
8450         Show trailing blanks in modified lines for diff-mode.
8452 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
8454         * Makefile.in (ELCFILES): Add net/xesam.el.
8456         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
8457         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
8459         * net/xesam.el: New file.
8461 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
8463         * dired-aux.el (dired-copy-file-recursive): Avoid calling
8464         set-file-modes when creating target directories.
8466 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
8468         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
8469         Set `show-trailing-whitespace' to nil.
8470         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
8471         Fix typos in docstrings.
8473 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
8475         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
8476         key remapping, not directly.
8478 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8480         * whitespace.el: New version 11.2.
8481         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
8482         minor mode visualization.
8484 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8486         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
8488         * Makefile.in (ELCFILES): Add term/common-win.elc.
8490         * vc-dir.el (vc-dir-search, vc-dir-isearch)
8491         (vc-dir-isearch-regexp): New functions.
8492         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
8494 2008-07-23  Juri Linkov  <juri@jurta.org>
8496         * isearch-multi.el: Remove file to avoid dos file name clashes
8497         with isearch-x.el.  Move most content to misearch.el.
8499         * misearch.el: New file with most content from isearch-multi.el.
8500         Rename `isearch-buffers' name prefixes to `multi-isearch'.
8501         Remove `isearch-buffers-minor-mode'.  Add new function
8502         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
8503         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
8504         `multi-isearch-files', `multi-isearch-files-regexp'.
8506         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
8508         * isearch.el (isearch-message-prefix): Display "Multi" when
8509         `multi-isearch-next-buffer-current-function' is non-nil.
8510         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
8511         with `multi-isearch-next-buffer-current-function', and
8512         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
8514         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
8515         `multi-isearch-next-buffer-function' instead of
8516         `isearch-buffers-next-buffer-function'.  Remove call to
8517         `isearch-buffers-minor-mode'.
8519         * buff-menu.el (Buffer-menu-marked-buffers)
8520         (Buffer-menu-isearch-buffers)
8521         (Buffer-menu-isearch-buffers-regexp): New functions.
8522         (Buffer-menu-mode-map): Bind "M-s a C-s" to
8523         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
8524         `Buffer-menu-isearch-buffers-regexp'.
8525         (Buffer-menu-mode): Document new commands in docstring.
8526         (list-buffers-noselect): Add one space after Info file name
8527         according to the Info address convention.
8529         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
8530         New functions.
8532         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
8533         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
8534         (ibuffer-mode): Document new commands in docstring.
8536         * filesets.el (filesets-commands): Add commands for "Isearch" and
8537         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
8538         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
8539         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
8540         or `multi-isearch-files-regexp'.
8541         (filesets-cmd-query-replace-getargs): Call standard function
8542         `query-replace-read-args' to read `query-replace' arguments.
8543         Add `multi-query-replace-map'.
8544         (filesets-cmd-query-replace-regexp-getargs)
8545         (filesets-cmd-isearch-getargs): New functions.
8547 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
8549         * international/mule.el (recode-region): Deactivate mark at the end.
8551 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>
8553         * progmodes/flymake.el (flymake-errline, flymake-warnline):
8554         Use more suitable colors on dark displays.
8556 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
8558         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
8559         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
8560         (tramp-temp-buffer-name): New defconst.
8561         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
8562         command.  No trailing prompt.
8563         (tramp-process-sentinel): Remove temporary buffer, if existing.
8564         Don't handle trailing prompt.
8565         (tramp-open-connection-setup-interactive-shell):
8566         Use `tramp-temp-buffer-name'.
8568 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
8570         * shell.el (shell-dynamic-complete-functions):
8571         Use comint-dynamic-complete-filename as well (bug#361).
8573 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8575         * term/ns-win.el:
8576         * version.el (emacs-version):
8577         * loadup.el:
8578         * frame.el (make-frame-on-display): Check for ns instead of
8579         ns-windowing.
8581         * dired.el (dired-mode-map): Show the key binding for wdired.
8583         * menu-bar.el (menu-bar-file-menu): Show the key binding for
8584         exiting Emacs.
8586 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8588         * term/ns-win.el (x-list-fonts): Drop alias.
8590 2008-07-23  Juri Linkov  <juri@jurta.org>
8592         * replace.el (multi-query-replace-map): New variable.
8593         (perform-replace): Add processing of new multi-buffer keys bound
8594         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
8595         if last input char was `automatic-all'.  Set new local variable
8596         `multi-buffer' to t when one of new two keys were typed.  Return
8597         non-nil value of `multi-buffer' that tells to calling functions
8598         to continue replacement on the next file.
8600         * progmodes/etags.el (tags-query-replace): Set arg `map' of
8601         `perform-replace' to `multi-query-replace-map'.
8603 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8605         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
8606         otherwise displayed in every buffer.
8608         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
8609         (vc-arch-trim-one-revlib): Delete temp directories as well.
8611 2008-07-22  Stephen Eglen  <stephen@gnu.org>
8613         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
8615 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
8617         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
8619 2008-07-22  Miles Bader  <miles@gnu.org>
8621         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
8622         (sh-mode-map): Remove remapping of newline-and-indent.
8624 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8626         * vc.el (Todo): Update.
8628         * vc-hooks.el: Remove obsolete comment.
8630         * vc-git.el (vc-git-status-printer): Update the directory display
8631         to match the default.
8633         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
8635 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8637         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
8638         for "word wrap" command.
8640         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
8642 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8644         * term/ns-win.el: Rename ns- functions/variables to the
8645         corresponding x- versions.
8646         (x-select-text, x-cut-buffer-or-selection-value)
8647         (x-disown-selection-internal, x-get-selection-internal)
8648         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
8649         (x-display-mm-width, x-display-mm-height)
8650         (x-display-backing-store, x-display-save-under)
8651         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
8652         defaliases.
8654         * frame.el (ns-display-name): Remove declaration.
8655         (make-frame-on-display): Use x-display-name instead
8656         ns-display-name.  Use unless.
8658         * startup.el (command-line-1): Fix indentation.
8660         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
8661         checked in inadvertently.
8663 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8665         * term/ns-win.el: Standardize references to "Nextstep" in
8666         comments, messages, and docstrings.
8667         (ns-handle-args, x-parse-geometry)
8668         (ns-extended-platform-support-mode, x-setup-function-keys)
8669         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
8670         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
8671         (ns-initialized, ns-initialize-window-system): Doc fixes.
8673 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8675         * diff-mode.el (diff-auto-refine): Delete defcustom.
8676         (diff-auto-refine-mode): New func/var via define-minor-mode.
8677         Update var ref to use diff-auto-refine-mode.
8678         * smerge-mode.el (diff-mode): Require when compiling.
8679         (smerge-auto-refine): Delete defcustom.
8680         Update smerge-auto-refine ref to use diff-auto-refine-mode.
8682 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8684         * simple.el (visual-line): New custom group.
8685         (visual-line-fringe-indicators): New var.
8686         (visual-line-mode): Set fringe-indicator-alist based on
8687         visual-line-fringe-indicators.  Add lighter.
8689 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8691         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
8692         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8693         (x-handle-geometry, x-handle-name-switch, x-display-name)
8694         (x-handle-display, x-handle-args, x-colors): Move ...
8695         * term/common-win.el: ... here.  New file.
8696         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
8697         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8698         (x-handle-geometry, x-handle-name-switch, x-display-name)
8699         (x-handle-display, x-handle-args, x-colors): Remove.
8700         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
8702 2008-07-19  Juri Linkov  <juri@jurta.org>
8704         * startup.el (fancy-startup-text): Move the line "To quit
8705         a partially entered command, type Control-g" a few lines below
8706         to be after the line "To start".  Add text "at gnu.org" to
8707         "Overview of Emacs features".
8709         * dired.el (dired-mode-map): Fix menu text of
8710         image-dired-display-thumbs.
8712         * image-dired.el (image-dired-cmd-create-thumbnail-options)
8713         (image-dired-cmd-create-temp-image-options)
8714         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
8715         ImageMagick command line to change the dimensions of the image
8716         only if its width or height exceeds the geometry specification.
8718         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
8720         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
8721         to docstrings.
8723 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8725         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
8726         Vinicius Jose Latorre.
8728 2008-07-19  Glenn Morris  <rgm@gnu.org>
8730         * term/ns-win.el (ns-make-command-string): Use mapconcat.
8731         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
8733 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
8735         * net/dbus.el (dbus-interface-properties): New defconst.
8736         (dbus-introspect): Update docstring.
8737         (dbus-introspect-xml, dbus-introspect-get-attribute)
8738         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
8739         (dbus-introspect-get-interface-names)
8740         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
8741         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
8742         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
8743         (dbus-introspect-get-property)
8744         (dbus-introspect-get-annotation-names)
8745         (dbus-introspect-get-annotation)
8746         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
8747         (dbus-introspect-get-signature, dbus-get-property)
8748         (dbus-set-property, dbus-get-all-properties): New defuns.
8750 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
8752         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
8753         ns-grabenv.elc.
8755         * ns-carbon-compat.el: File removed.
8757         * ns-grabenv.el: File removed.
8759         * term/ns-win.el: Contents of ns-carbon-compat.el and
8760         ns-grabenv.el moved here.
8761         (ns-grabenv, ns-open-file-select-line): Doc fixes.
8762         (ns-submit-bug-report): Function removed.  Reports go to the main
8763         Emacs bug list.
8764         (ns-handle-args, ns-spi-service-call): Doc fixes.
8765         (info-ns-emacs): Function removed.  Nextstep port manual will be
8766         merged into the Emacs manual, so no separate link needed.
8768 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
8770         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
8772 2008-07-18  Glenn Morris  <rgm@gnu.org>
8774         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
8775         to XEmacs, since it does nothing for Emacs.
8777 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8779         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
8780         BUFFER that is a string but does not exist as a buffer object, as
8781         mentioned in the doc-string.
8783 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
8785         * simple.el (line-move-visual): Make it a defcustom.
8786         (line-move-1): Convert temporary-goal-column back to an integer if
8787         it was set as a float by a previous call to line-move-visual.
8788         (end-of-visual-line, beginning-of-visual-line)
8789         (next-logical-line, previous-logical-line): New functions.
8791 2008-07-17  David Reitter  <david.reitter@gmail.com>
8793         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
8794         functions.
8795         (visual-line-mode, global-visual-line-mode): New minor mode.
8796         (visual-line-mode-map): New variable.
8798 2008-07-17  Glenn Morris  <rgm@gnu.org>
8800         * term/ns-win.el (parameters): Declare for compiler.
8802 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
8804         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
8805         for Windows.
8807 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
8809         * epa.el (epa-key-list-mode): Use run-mode-hooks.
8810         (epa-key-mode): Ditto.
8811         (epa-info-mode): Ditto.
8813 2008-07-17  Glenn Morris  <rgm@gnu.org>
8815         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
8816         (ns-handle-numeric-switch): Just call ns-handle-switch.
8817         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
8818         (ns-handle-args): Simplify using `pop'.
8819         (ns-display-name): Define (used in frame.el).
8820         (menu-bar-select-frame): Add (ignored) arg to more closely match the
8821         original definition.
8822         (ns-perform-service): Declare.
8823         (ns-save-preferences): Use fewer `let's.
8825         * frame.el (ns-display-name): Declare for compiler.
8827 2008-07-17  Kenichi Handa  <handa@m17n.org>
8829         * descr-text.el (describe-char-unidata-list): Initialize to the
8830         list of name, general-category, decomposition, and old-name.
8832 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8834         * startup.el (command-line-1): Update processing of NS long options to
8835         mimic recent changes to processing of X long options.
8837 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
8839         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
8840         list of #defines for remote files.
8841         (gdb-source-info): Only show main if it has been found.
8843 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8845         * term/ns-win.el: Require CL; fix up comment style; reindent.
8846         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
8847         (ns-save-preferences): Use `case'.
8848         (ns-initialize-window-system): Use `dolist'.
8850 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8852         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
8853         windowing is used.
8854         * term/ns-win.el (ns-extended-platform-support-mode):
8855         Correct/improve documentation.
8857 2008-07-16  Glenn Morris  <rgm@gnu.org>
8859         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
8860         Simply require 'cl (see comment in cl-compat.el).
8861         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
8862         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
8863         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
8864         directly rather by subterfuge.  Provide cl before loading cl-macs.
8866         * paths.el (rmail-spool-directory): Remove settings for systems that are
8867         no longer supported.
8869         * frame.el (ns-initialize-window-system): Declare for compiler.
8871         * term/ns-win.el: Add numerous declarations for compiler.
8872         (ns-pop-up-frames): Move definition before use.  Doc fix.
8874         * emacs-lisp/check-declare.el (check-declare-locate)
8875         (check-declare-verify): Handle .m files.
8877 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
8879         * ns-carbon-compat.el: New file: user-visible compatibility of
8880         NeXTstep port with Carbon port.
8881         * ns-grabenv.el: New file: functionality useful on OS X platform to
8882         expose environment variables inside Emacs started from icon.
8883         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
8884         * cus-edit.el:
8885         * cus-face.el:
8886         * disp-table.el:
8887         * faces.el:
8888         * info.el:
8889         * mouse.el:
8890         * mwheel.el:
8891         * simple.el: Add ns to window systems treated as GUIs.
8892         * facemenu.el (facemenu-read-color): Don't require a name match under
8893         NS, to allow numeric color entry.
8894         * frame.el (make-frame-on-display): Follow code for 'x in initializing
8895         'ns window system if need be.
8896         (various): Add 'ns as described above.
8897         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
8898         ns-windowing is active.
8899         * startup.el (command-line-ns-option-alist): New constant to handle NS
8900         windowing system specific command line args analogous to how they are
8901         handled for X windows.
8902         (command-line-1): Use the above where appropriate.
8903         * version.el: Add NS port version.
8904         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
8905         Darwin (usually OS X) systems.
8906         (woman-use-own-frame): Include 'ns in list of GUI window systems.
8907         * emulation/viper-util.el (ns-display-color-p)
8908         (ns-color-defined-p): Remove these (caustically-commented) outdated
8909         compensations for a port that was never itself integrated until now.
8910         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
8911         for NS window system.
8912         * international/mule-cmds.el: Add 'ns to list of special-cased window
8913         systems (probably most of these, x/w32/mac/ns could be changed to
8914         window-system non-nil).
8915         * term/ns-win.el: New file: lisp-side support for NS windowing system.
8917 2008-07-14  Jason Rumney  <jasonr@gnu.org>
8919         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
8920         (x-handle-numeric-switch, x-handle-initial-switch)
8921         (x-handle-xrm-switch, x-handle-args, x-handle-display)
8922         (xw-defined-colors, w32-initialize-window-system):
8923         Avoid use of cl pop and push macros.
8925 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
8927         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
8928         error when change-log-search-file-name returns nil.
8930 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
8932         * add-log.el (change-log-search-file-name):
8933         Use match-string-no-properties.
8934         (change-log-search-tag-name-1, change-log-search-tag-name)
8935         (change-log-goto-source-1, change-log-goto-source): New functions.
8936         (change-log-tag-re, change-log-find-head, change-log-find-tail):
8937         New variables.
8938         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
8940 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
8942         * calc/calc-help.el (calc-describe-key): Add angles to special key
8943         descriptions.
8945 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
8947         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
8948         search for regexp.
8950 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
8952         * simple.el (line-move-visual): Handle null pixel position gracefully.
8954 2008-07-11  Jason Rumney  <jasonr@gnu.org>
8956         * files.el (file-truename): Get truename of ancestors if file does
8957         not exist on Windows.
8959 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
8961         * simple.el (line-move-visual): Obey goal-column and no-error arg.
8962         (track-eol, temporary-goal-column, previous-line, next-line):
8963         Update docstring.
8964         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
8965         to nil.
8967 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8969         * simple.el (line-move-visual): New var.
8970         (line-move-visual): New function.
8971         (line-move): Call line-move-visual.
8973 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
8975         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
8976         pattern and add patterns for C++ header files.
8978 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
8980         * window.el (truncated-partial-width-window-p): New function.
8982         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
8984         * faces.el (x-create-frame-with-faces): Don't pass parameters that
8985         are set later to x-create-frame.
8986         (face-set-after-frame-default): Apply X resources for non-default
8987         faces.
8989 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
8991         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
8992         frame-specific X resource settings.  Set faces using a list of
8993         frame parameters explicitly passed to the calling
8994         function (e.g. make-frame).
8995         (x-create-frame-with-faces, tty-create-frame-with-faces):
8996         Supply explicit frame parameter list to face-set-after-frame-default.
8998 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
9000         * net/browse-url.el (browse-url-default-browser):
9001         Fix argument list in lambda.
9003 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
9005         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
9006         from url-retrieve.
9007         (newsticker--sentinel-work): Fix xerror typo.
9009 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
9011         * vc-dir.el (vc-dir-refresh): Only update files.
9013         * vc-git.el (vc-git--ls-files-state): Remove unused function.
9015         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
9017 2008-07-06  John Paul Wallington  <jpw@pobox.com>
9019         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
9021 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
9023         * vc-git.el (vc-git-registered): Return true for removed files.
9024         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
9025         all the files instead of one per file.
9026         (vc-git-previous-revision): Add support for project-wide previous
9027         revision when specified file is nil.
9029 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
9031         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
9033         * vc-dir.el (vc-dir-find-child-files): New function.
9034         (vc-dir-resync-directory-files): New function.
9035         (vc-dir-recompute-file-state): New function, broken out of ...
9036         (vc-dir-resynch-file): ... here.  Also deal with directories.
9037         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
9038         (vc-resynch-buffer): Use it.
9040         * vc-hg.el (vc-hg-registered): Do not set vc-state.
9042         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
9044 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
9046         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
9047         if it's not part of gdb-ui, e.g, at start.
9049         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
9050         filenames in stack trace (text command mode).
9052 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9054         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
9056         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
9057         Use syntax-ppss on a position *before* the char we want to change.
9059 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
9061         * vc-dir.el (vc-dir-query-replace-regexp): New function.
9062         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
9063         (vc-dir-mode-map): Likewise.
9065 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
9067         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
9068         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
9069         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
9070         Remove spurious * in defcustom docstrings.
9072         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
9073         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
9074         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
9075         (default-justification): Remove spurious * in defcustom docstrings.
9077         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
9078         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
9079         (rst-compare-decorations, rst-default-indent, rst-update-section)
9080         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
9081         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
9082         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
9083         Fix typos in docstrings.
9084         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
9085         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
9086         (rst-get-decorations-around, rst-section-tree-point)
9087         (rst-font-lock-adornment-point): Reflow docstrings.
9088         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
9089         Doc fixes.
9090         (rst-re-enumerations): Comment out.
9092         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
9093         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
9094         (nxml-unicode-block-char-name-set):
9095         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
9096         * nxml/rng-nxml.el (rng-set-state-after):
9097         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
9099         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
9100         (rng-c-parse-annotation-body):
9101         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
9103         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
9104         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
9105         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
9106         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
9107         Fix typos in docstrings.
9108         (nxml-attribute-indent): Reflow docstring.
9109         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
9110         (nxml-default-buffer-file-coding-system): Doc fixes.
9112         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
9113         (nxml-ns-set-prefix): Fix typos in docstrings.
9114         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
9115         Reflow docstring.
9116         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
9118         * nxml/nxml-outln.el (nxml-hide-all-text-content)
9119         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
9120         (nxml-hide-direct-text-content, nxml-hide-subheadings)
9121         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
9122         (nxml-outline-display-rest, nxml-outline-set-overlay)
9123         (nxml-section-tag-forward, nxml-section-tag-backward)
9124         (nxml-back-to-section-start): Fix typos in docstrings.
9126         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
9127         Doc fixes.
9129         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
9130         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
9131         (nxml-scan-after-change): Fix typo in docstring.
9133         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
9134         (rng-name-class-possible-names): Doc fixes.
9135         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
9136         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
9137         Fix typos in docstrings.
9138         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
9139         Reflow docstrings.
9141         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
9142         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
9144         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
9145         (rng-xsd-convert-date-time): Reflow docstrings.
9146         (rng-xsd-compile): Fix typo in docstring.
9148         * nxml/rng-loc.el (rng-current-schema-file-name)
9149         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
9150         Doc fixes.
9151         (rng-set-schema-file): Fix typo in docstring.
9153         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
9154         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
9155         Fix typos in docstrings.
9156         (rng-message-overlay, rng-conditional-up-to-date-start)
9157         (rng-conditional-up-to-date-end): Doc fixes.
9158         (rng-next-error, rng-previous-error): Reflow docstrings.
9160         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
9161         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
9162         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
9163         (xmltok-merge-attributes): Fix typos in docstrings.
9164         (xmltok-make-attribute, xmltok-forward-special)
9165         (xmltok-get-declared-encoding-position): Reflow docstrings.
9167         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
9168         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
9169         Fix typos in docstrings.
9171 2008-07-02  John Paul Wallington  <jpw@pobox.com>
9173         * ibuffer.el (ibuffer-buffer-file-name):
9174         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
9175         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
9177 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
9179         * files.el (backup-extract-version): Handle versioned directories.
9180         (trash-directory): New variable.
9181         (move-file-to-trash): New function.
9183         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
9185 2008-07-02  Magnus Henoch  <mange@freemail.hu>
9187         * vc-git.el (vc-git-annotate-command): Use proper option for
9188         specifying revision.
9190 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9192         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
9193         if available.
9195 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
9197         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
9199         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
9200         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
9202         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
9204 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
9206         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
9207         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
9208         (gdb-var-list-children-regexp, gdb-var-update-regexp)
9209         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
9210         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
9211         (gdb-stack-list-locals-regexp): Future proof regexps better.
9213 2008-06-30  Juri Linkov  <juri@jurta.org>
9215         * faces.el (face-name-history): New variable.
9216         (make-face, make-empty-face): Replace interactive spec "S"
9217         with `read-from-minibuffer' where `read' arg is t and
9218         `hist' arg is `face-name-history'.
9219         (read-face-name): Set `hist' arg of `completing-read-multiple'
9220         to `face-name-history'.
9221         (list-faces-display): Use `read-regexp' instead of `read-string'
9222         to read regexp.
9224         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
9225         to `regexp-history'.
9226         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
9227         make it an obsolete alias to it.
9228         (hi-lock-face-defaults): New variable renamed from
9229         `hi-lock-face-history'.
9230         (hi-lock-line-face-buffer, hi-lock-face-buffer)
9231         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
9232         `read-from-minibuffer'.  Doc fix.
9233         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
9234         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
9235         Set `hist' arg of `completing-read' to `face-name-history'.
9236         Put a list of default faces to `default' arg instead of `hist' arg.
9238         * bindings.el (abbrev-map, narrow-map): New variables.
9239         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
9240         Rebind related commands to these new maps.
9241         (ctl-x-r-map): New variable for rectangle, register and bookmark
9242         keys.  Move rectangle keybindings to rect.el and register
9243         keybindings to register.el.
9244         (next-buffer, previous-buffer): Remove C-x prefix and move
9245         keybindings to ctl-x-map.
9247         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
9248         to the new map `ctl-x-r-map' in autoload cookies.
9250         * expand.el: Rebind two global `C-x a' keys "n", "p"
9251         to the new map `abbrev-map' in autoload cookies.
9253         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
9255         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
9257 2008-06-30  Miles Bader  <miles@gnu.org>
9259         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
9260         after processing an escape sequence.
9262 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
9264         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
9265         from 2008-06-28.  It does not work on W32.
9267 2008-06-29  Juri Linkov  <juri@jurta.org>
9269         * replace.el (read-regexp): New function.
9270         (keep-lines-read-args, occur-read-primary-args):
9271         Call `read-regexp' instead of code moved to new function.
9272         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
9273         from the end of prompt.
9274         (replace-re-search-function): Doc fix.
9276 2008-06-29  Kenichi Handa  <handa@m17n.org>
9278         * descr-text.el (describe-char-display): Always return a string.
9279         (describe-char-padded-string): New function.
9280         (describe-char): Adjusted for the change of
9281         describe-char-display.  Use describe-char-padded-string.
9283 2008-06-29  Andreas Schwab  <schwab@suse.de>
9285         * vc-dir.el (vc-dir): Make backend argument optional and use
9286         vc-responsible-backend when nil.  Interactively pass nil for
9287         backend instead of using the backend of what happens to be
9288         default-directory at the time of the call.
9290         * find-dired.el (find-dired-filter): Preserve point.
9292 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
9294         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
9295         (sasl-find-mechanism, sasl-next-step):
9296         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
9297         (sasl-ntlm-response): Fix typos in docstrings.
9299 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
9301         * international/mule-cmds.el (view-hello-file): Doc fix.
9303 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
9305         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
9306         (set-face-attribute, face-set-after-frame-default)): Don't use it.
9308 2008-06-28  John Paul Wallington  <jpw@pobox.com>
9310         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
9312 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
9314         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
9315         (tramp-convert-file-attributes): Convert symlinks only when
9316         returned from `tramp-handle-file-attributes-with-stat'.
9318         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
9319         `substitute-in-file-name' when unloading.
9320         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
9322 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
9324         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
9325         (vc-string-prefix-p): Move function ...
9326         * vc.el (vc-string-prefix-p): ... here.
9328 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9330         * vc-dir.el (vc-dir): Complete only directory names.
9332 2008-06-27  Jason Rumney  <jasonr@gnu.org>
9334         * w32-fns.el (top-level): Unconditionally define all charsets.
9336 2008-06-27  Alan Mackenzie  <acm@muc.de>
9338         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
9339         the CC Mode specific functions; this is no longer needed, since
9340         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
9342         * progmodes/cc-defs.el (c-emacs-features): New feature
9343         'argumentative-bod-function.
9345 2008-06-27  John Paul Wallington  <jpw@pobox.com>
9347         * chistory.el (list-command-history): Use `bound-and-true-p'.
9348         (command-history-map): Define within defvar.  Add docstring.
9350 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9352         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
9353         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
9354         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
9355         (image-type-from-buffer): Use `looking-at-p'.
9357 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9359         * ibuf-ext.el (diff-sentinel): Declare.
9361 2008-06-27  Glenn Morris  <rgm@gnu.org>
9363         * calendar/lunar.el (calendar-lunar-phases): Rename from
9364         calendar-phases-of-moon.  Keep old name as alias, update callers.
9365         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
9366         (diary-lunar-phases): Rename from diary-phases-of-moon.
9367         Keep old name as alias.
9368         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
9369         (cal-menu-global-mouse-menu): Update for lunar name changes.
9370         * calendar/calendar.el (calendar-mode-map): Update for name change.
9371         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
9373 2008-06-26  Glenn Morris  <rgm@gnu.org>
9375         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
9376         argument `nolocation'.
9377         (calendar-sunrise-sunset-month): New function.
9378         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
9379         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
9380         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
9381         * calendar/calendar.el (solar-sunrises-buffer): New constant.
9382         (calendar-mode-map): Use cal-menu-sunmoon-menu.
9383         (calendar-buffer-list): Add solar-sunrises-buffer.
9385         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
9387 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
9389         * cus-start.el: Add customization types for word-wrap and
9390         shift-select-mode.
9392 2008-06-26  John Paul Wallington  <jpw@pobox.com>
9394         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
9395         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
9396         (ibuffer-mark-on-buffer): Don't display message when removing marks.
9397         (ibuffer-mark-by-mode): Use `buffer-local-value'.
9399 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
9401         * vc-dir.el (tool-bar): Require.
9403         * vc.el (ewoc, tool-bar): Do not require.
9405 2008-06-26  Kenichi Handa  <handa@m17n.org>
9407         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
9408         characters.
9410         * composite.el (terminal-composition-base-character-p): New function.
9411         (terminal-composition-function):
9412         Use terminal-composition-base-character-p.  Include the base character
9413         in the composition.
9414         (auto-compose-chars): Don't check font-object for terminal display.
9416 2008-06-26  Glenn Morris  <rgm@gnu.org>
9418         * doc-view.el (bookmark-make-record-default):
9419         * image-mode.el (bookmark-make-record-default): Fix declaration.
9421         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
9422         Add default :value for sexp type.
9423         (calendar-month-edges): New variable.
9424         (calendar-month-edges): New function.
9425         (calendar-recompute-layout-variables): Set calendar-month-edges.
9426         (calendar-intermonth-header, calendar-intermonth-text): New options.
9427         (calendar-insert-at-column): New function.
9428         (calendar-generate-month): Use calendar-insert-at-column.
9429         Handle intermonth text.  Add 'date property.
9430         (calendar-column-to-month): Remove function.
9431         (calendar-column-to-segment): New function.
9432         (calendar-cursor-to-date): Use calendar-column-to-segment.
9433         Check 'date property.
9435         * calendar/calendar.el (calendar-print-other-dates):
9436         Handle mouse events.
9437         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
9438         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
9440         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
9441         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
9442         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
9444         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9445         Use calendar-column-to-segment, calendar-month-edges, and
9446         the 'date property to handle intermonth text.
9448         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
9450         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
9451         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
9452         Add doc strings.
9453         (cal-menu-context-mouse-menu): Add some :keys.
9454         (calendar-check-holidays): Declare rather than autoloading.
9455         (diary-show-holidays-flag): Remove unneeded declaration.
9457         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
9458         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
9459         event-start is nil.
9461 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9463         * minibuffer.el (completion-basic-try-completion): Use the text after
9464         point to constrain the completion candidates.
9465         (completion-basic-all-completions): Adjust accordingly.
9467 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
9469         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
9470         courier.
9472         * faces.el (set-face-attribute): Doc fix.
9474 2008-06-25  Juri Linkov  <juri@jurta.org>
9476         * bindings.el (goto-map): New variable.  Rebind goto-related
9477         commands to this `M-g' prefix keymap.
9478         (search-map): New variable for `M-s' prefix keymap.
9479         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
9480         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
9481         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
9482         `M-shw' to `hi-lock-write-interactive-patterns'.
9484         * isearch.el (isearch-mode-map): Bind `M-s h r' to
9485         `isearch-highlight-regexp'.
9486         (isearch-highlight-regexp): New function.
9488 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9490         * info.el (Info-bookmark-make-record):
9491         Use bookmark-make-record-default.
9492         (Info-bookmark-jump): Use bookmark-default-handler.
9494         * image-mode.el (image-bookmark-make-record):
9495         Use bookmark-make-record-default.
9496         (image-bookmark-jump): Use bookmark-default-handler.
9498         * doc-view.el (doc-view-bookmark-make-record):
9499         Use bookmark-make-record-default.
9500         (doc-view-bookmark-jump): Use bookmark-default-handler.
9502         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
9503         used until now in bookmark.el's code.
9504         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
9505         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
9506         used until now in bookmark.el's code.
9507         (bookmark-set-filename): Remove special code, moved to its only caller.
9508         (bookmark-store): Use the newer format.
9509         (bookmark-make-record-default): Add arg `point-only'.
9510         Rename from bookmark-make-record-for-text-file.
9511         (bookmark--jump-via): New function.
9512         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
9513         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
9514         Use it.
9515         (bookmark-jump-noselect, bookmark-default-handler):
9516         Don't return an alist, instead return the data implicitly by changing
9517         current buffer and point.  Signal an error if the file doesn't exist.
9519         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
9520         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
9522         * bs.el: Use with-current-buffer.  Simplify.
9523         (bs-toggle-readonly): Avoid vc-toggle-read-only.
9525         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
9526         is bound before using it.
9528 2008-06-25  Kenichi Handa  <handa@m17n.org>
9530         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
9532 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
9534         * vc-hg.el:
9535         * vc-git.el: Require vc-dir when compiling.
9537         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
9538         vc-dir-marked-only-files.  Change the return value.
9539         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
9540         Change the return value.
9541         (vc-dir-deduce-fileset): New function broken out from ...
9542         * vc.el (vc-deduce-fileset): ... here and ...
9543         (vc-deduce-fileset): ... here.
9545         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
9546         (vc-svn-parse-status): Do not set the vc-backend property.
9548 2008-06-25  Andreas Schwab  <schwab@suse.de>
9550         * faces.el (face-font-family-alternatives, variable-pitch):
9551         Use "Sans Serif", not "Sans-Serif".
9553 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
9555         * faces.el (face-font-family-alternatives, variable-pitch):
9556         Change "Sans" to the canonical name "Sans-Serif".
9558 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
9560         * calc/calc.el (calc-mode-map): Add extra keybindings to
9561         `calc-missing-key'.
9562         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9563         `kill-ring-save'.
9565 2008-06-24  Miles Bader  <miles@gnu.org>
9567         * mouse.el (mouse-appearance-menu): Don't do anything if the user
9568         pops up the menu but doesn't select anything.
9570 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
9572         * add-log.el (add-change-log-entry): Add new arg to force each new
9573         entry to be on a new line.
9574         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
9576         * vc-dir.el (vc-client-object): Remove.
9577         (vc-dir-prepare-status-buffer): Take a backend as an argument and
9578         use it when looking for a buffer.
9579         (vc-dir): Add a backend argument.  Set revert-buffer-function.
9580         Don't create a client object.  Move bindings ...
9581         (vc-dir-menu-map, vc-dir-mode-map): ... here.
9582         (vc-dir-revert-buffer-function): New function.
9583         (vc-generic-status-printer): Rename to ...
9584         (vc-dir-status-printer): ... this.
9585         (vc-generic-state, vc-generic-status-fileinfo-extra)
9586         (vc-dir-extra-menu, vc-make-backend-object): Remove.
9587         (vc-default-status-printer): Use a different face for
9588         directories.  Don't display any text for directories in the state
9589         column.  Add tooltips.
9591         * vc.el (Todo): Update.
9593         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
9594         * vc-rcs.el (vc-annotate-convert-time):
9595         * vc-mtn.el (vc-annotate-convert-time):
9596         * vc-git.el (vc-annotate-convert-time):
9597         * vc-cvs.el (vc-annotate-convert-time):
9598         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
9600 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9602         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
9603         instead of using view-mode.
9605 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9607         * Makefile.in (distclean): Don't delete *.elc and autogen files.
9609 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9611         * vc.el:
9612         * vc-hooks.el:
9613         * vc-dispatcher.el: Move vc-dir variables and functions ...
9614         * vc-dir.el: ... here.  New file.
9615         * Makefile.in (ELCFILES): Add vc-dir.elc.
9617         * vc.el: Move vc-annotate variables and functions ...
9618         * vc-annotate.el: ... here.  New file.
9619         * Makefile.in (ELCFILES): Add vc-annotate.elc.
9621         * vc-dav.el: Move here from url/vc-dav.el.
9622         (Todo): Note work needed to make this backend functional.
9624         * Makefile.in (ELCFILES): Update vc-dav.el location.
9626 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9628         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
9630 2008-06-21  John Paul Wallington  <jpw@pobox.com>
9632         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
9634         * textmodes/rst.el (rst-mode): Put docstring in right place.
9636 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
9638         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
9639         size for legibility.
9641         * faces.el (fixed-pitch): Use "Monospace" family.
9642         (variable-pitch): Use "Sans" family.
9643         (face-font-family-alternatives): Define alternatives for "Sans"
9644         and "Monospace".
9646 2008-06-21  Glenn Morris  <rgm@gnu.org>
9648         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
9649         Require 'cl when compiling.
9651         * emacs-lisp/debug.el (help-xref-interned): Declare.
9653         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
9654         Evaluate definition when compiling.
9656         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
9657         rather than mouse-1.
9658         (bug-reference-url-format): Autoload safe if string.
9659         (bug-reference-bug-regexp): Make space after "bug" optional.
9661         * Makefile.in (all): Explicitly pass EMACS to sub-make,
9662         for some non-GNU makes.
9664         * cus-dep.el (custom-dependencies-no-scan-regexp):
9665         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
9667         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
9668         increments.
9670         * calendar/calendar.el: Factor out the magic numbers controlling the
9671         calendar layout.
9672         (calendar-month-digit-width, calendar-month-width)
9673         (calendar-right-margin): New variables.
9674         (calendar-recompute-layout-variables, calendar-set-layout-variable):
9675         New functions.
9676         (calendar-left-margin, calendar-intermonth-spacing)
9677         (calendar-column-width, calendar-day-header-width)
9678         (calendar-day-digit-width): New options.
9679         (calendar-first-date-row): New constant.
9680         (calendar-move-to-column, calendar-ensure-newline): New functions,
9681         replacing calendar-insert-indented.
9682         (calendar-insert-indented): Remove function.
9683         (calendar-generate-month): Use calendar-move-to-column and
9684         calendar-ensure-newline.  Use layout variables.
9685         (calendar-generate, calendar-update-mode-line)
9686         (calendar-font-lock-keywords): Use layout variables.
9687         (calendar-column-to-month): New function.
9688         (calendar-cursor-to-date): Use calendar-column-to-month.
9689         Use layout variables.
9690         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9691         Use layout variables.  Use calendar-column-to-month.
9692         (calendar-cursor-to-visible-date): Use layout variables.
9694 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9696         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
9697         (all): Run compile-last.
9698         (compile-onefile): New target.
9699         (compile-first): Simplify.
9700         (compile-last): Don't treat COMPILE_FIRST specially.
9701         (COMPILE_FIRST): List the elc files rather than the el files.
9702         (ELCFILES): Update.
9704 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
9706         * net/newst-treeview.el: Remove dead code.
9707         (newsticker--window-config): Remove.
9708         (newsticker-treeview-quit): Do not save window config.
9709         (newsticker-treeview): Do not try to restore window config.
9710         (newsticker-groups, newsticker--treeview-list-sort-by-column)
9711         (newsticker--treeview-list-new-items)
9712         (newsticker--treeview-list-immortal-items)
9713         (newsticker--treeview-list-obsolete-items)
9714         (newsticker--treeview-list-all-items)
9715         (newsticker--treeview-list-feed-items): Fix documentation.
9717 2008-06-21  Miles Bader  <miles@gnu.org>
9719         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
9721 2008-06-21  Alan Mackenzie  <acm@muc.de>
9723         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
9724         infinite loop on invalid syntax.
9726 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9728         * textmodes/rst.el: Run rst-define-level-faces when loading.
9729         (rst-mode): Don't set the font-lock-multiline var.
9730         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
9731         Set the font-lock-multiline property by hand.
9733         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
9735         * Makefile.in (emacs-deps): Remove.
9736         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
9737         (all): Use them.
9738         (autogen-clean): Remove.
9740 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9742         * Makefile.in (all): New target.
9743         (bootstrap-prepare): Remove.
9745         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
9746         the .elc file to batch-byte-compile.
9748         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
9749         set-keymap-parents if set-keymap-parent doesn't exist.
9751         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
9752         Allow more than one space before the |.
9754         * textmodes/rst.el: Fix up docstring conventions.
9755         Move vars to before their first use.
9756         (rst-mode): Don't mess with font-lock-support-mode.
9757         (rst-suggest-new-decoration, rst-adjust-decoration):
9758         Avoid CL's copy-list.
9759         (rst-delete-entire-line): Use line-beginning-position.
9760         (rst-position): New fun.
9761         (rst-straighten-decorations): Use it instead of CL's position.
9762         (rst-straighten-bullets-region): Avoid CL's mapcar*.
9763         (rst-toc-mode): Use define-derived-mode.
9764         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
9765         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
9766         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
9767         (rst-replace-lines): Simplify.
9768         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
9770         * simple.el (special-mode-map): New var.
9771         (special-mode): New major mode.
9773 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
9775         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
9776         log-view-file-re.
9778         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
9779         (vc-switch-backend): Simplify.
9780         (Todo): Remove solved items.
9782         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
9783         the vc-backend property.
9785 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9787         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
9788         Bind inhibit-read-only since the buffer is always read-only.
9790 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
9792         * net/newst-treeview.el (newsticker-treeview-own-frame):
9793         Change default value to nil.
9794         (newsticker--treeview-list-add-item)
9795         (newsticker--treeview-propertize-tag): Show item title in tooltip.
9797 2008-06-20  Martin Blais  <blais@furius.ca>
9798             Stefan Merten  <smerten@oekonux.de>
9799             David Goodger  <goodger@python.org>
9801         * textmodes/rst.el: New file.
9803 2008-06-20  Sam Steingold  <sds@gnu.org>
9805         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
9806         remove DIRECTORY entries.
9808 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
9810         * makefile.w32-in (distclean): Depend on `clean'.
9811         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
9812         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
9813         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
9814         empty cus-load.el with `echo', and include "Local Variables"
9815         section to prevent the empty file from being compiled.
9816         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
9817         that generate an empty cus-load.el.
9819 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
9821         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
9822         Don't copy ldefs-boot.el over loaddefs.el.
9823         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
9824         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
9825         to loaddefs.el; they are not needed now.  Add coding cookie.
9827 2008-06-20  Miles Bader  <miles@gnu.org>
9829         * face-remap.el (face-remap-add-relative, face-remap-set-base):
9830         Strip unnecessary list levels from SPECS.
9831         (buffer-face-set, buffer-face-toggle):
9832         Change argument from FACE to &rest SPECS, and strip unnecessary
9833         list levels from SPECS.
9834         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
9836 2008-06-20  Jason Rumney  <jasonr@gnu.org>
9838         * international/fontset.el (setup-default-fontset): Specify script
9839         for latin use of iso10646-1.  Fix use of lang tags.
9841 2008-06-19  Miles Bader  <miles@gnu.org>
9843         * face-remap.el (text-scale-increase): Start from zero if
9844         text-scale-mode isn't enabled.
9846 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9848         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
9849         frame parameters after setting up the `default' face.
9851 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9853         * faces.el (face-set-after-frame-default): Don't exclude `default'.
9855 2008-06-18  Glenn Morris  <rgm@gnu.org>
9857         * mouse.el (buffer-face-mode-invoke): Declare.
9859         * Makefile.in (ELCFILES): Add org/org-id.elc.
9861         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
9862         * calendar/cal-menu.el (cal-menu-holidays-menu):
9863         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
9864         (cal-menu-today-holidays): Remove function.
9866         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
9867         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9868         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
9869         Remove unused functions.
9870         (calendar-mouse-view-diary-entries): Use format rather than concat.
9872         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
9873         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9874         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
9876         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
9877         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9878         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
9879         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
9880         cal-menu-event-to-date.
9882         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
9883         Handle mouse events.
9884         * calendar/cal-tex.el (cal-tex-cursor-year)
9885         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9886         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9887         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9888         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
9889         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9890         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
9891         (cal-tex-cursor-month): Mark N as optional.
9892         * calendar/cal-menu.el (calendar-mouse-tex-day)
9893         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
9894         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
9895         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
9896         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
9897         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
9898         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
9899         Remove functions.
9900         (cal-menu-context-mouse-menu): Replace the above functions with the
9901         cal-tex versions.  Add HTML submenu.
9903 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
9905         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
9906         text command mode.
9907         (gdb): Explain that gud-gdb is needed for text command mode.
9909 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
9911         * window.el (split-height-threshold): Remove spurious extra line.
9913 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9915         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
9916         (calendar-set-mark):
9917         * calendar/diary-lib.el (diary-insert-entry):
9918         * calendar/solar.el (calendar-sunrise-sunset): Use it.
9919         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
9920         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
9921         (cal-menu-context-mouse-menu): Use calendar-set-mark,
9922         diary-insert-entry, and calendar-sunrise-sunset instead.
9924         * vc.el (vc-deduce-fileset): Add arg `only-files'.
9925         (vc-next-action): Pass the new arg.
9926         (vc-register): Don't use `only-files'.
9927         Don't set `backup-inhibited' in the current buffer.
9929 2008-06-17  Miles Bader  <miles@gnu.org>
9931         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
9933         * face-remap.el (buffer-face-mode-face)
9934         (buffer-face-mode-remapping): New variables.
9935         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
9936         (buffer-face-mode-invoke): New functions.
9937         (variable-pitch-mode-remapping): Variable removed.
9938         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
9940         * face-remap.el (internal-lisp-face-attributes): New variable.
9941         (face-attrs-more-relative-p, face-remap-order): New functions.
9942         (face-remap-add-relative): Use `face-remap-order'.
9944 2008-06-17  Glenn Morris  <rgm@gnu.org>
9946         * mouse.el (x-select-font): Declare.
9948         * calendar/calendar.el (calendar-move-hook):
9949         Add calendar-update-mode-line as an option.
9950         (calendar-date-echo-text): New user option.
9951         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
9952         (calendar-insert-indented): Simplify newline insertion.
9953         (calendar-describe-mode): Remove unused function.
9954         (calendar-mode-line-entry): New function.
9955         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
9956         Mark as risky.
9957         (calendar-mouse-other-month): Remove function.
9958         (calendar-other-month): Handle mouse events.
9959         (calendar-goto-info-node): Call fit-window-to-buffer.
9960         (calendar-mode): Use define-derived-mode.  Doc fix.
9961         (calendar-update-mode-line): Tweak whitespace.
9963 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9965         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
9966         (vc-dir-marked-only-files): vc-string-prefix-p.
9968 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
9970         * progmodes/gdb-ui.el (gdb-memory-set-address)
9971         (gdb-memory-set-repeat-count): Allow keyboard bindings.
9972         (gdb-memory-mode-map): Bind above functions respectively
9973         to 'S' and 'N'.
9975 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
9977         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
9979 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
9981         * log-view.el (vc-diff-internal): Declare for compiler.
9983         * vc-bzr.el (log-view-per-file-logs):
9984         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
9986 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
9988         * mouse.el (mouse-appearance-menu-map): New var.
9989         (mouse-appearance-menu): New function.
9990         Bind it to S-down-mouse-1.
9992 2008-06-15  Juri Linkov  <juri@jurta.org>
9994         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
9995         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
9996         as the second element.
9997         (Info-build-toc): Add PARENT element extracted from the Up pointer.
9998         Don't print progress messages.
9999         (Info-toc-nodes): New variable and function.
10000         (Info-index-nodes): Optimize non-string file name case.
10001         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
10002         (Info-insert-breadcrumbs): Use the cached document structure instead
10003         of visiting all ancestor nodes.  Remove the initial `>'.
10005 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10007         * log-view.el (log-view-diff-changeset): New function.
10008         (log-view-mode-map, log-view-mode-menu): Bind it.
10009         (log-view-per-file-logs, log-view-vc-fileset)
10010         (log-view-vc-backend): New variables.
10011         (log-view-find-revision, log-view-modify-change-comment)
10012         (log-view-annotate-version): Throw an error if the log is for more
10013         than one file and we can't find the current file.  Get the current
10014         file from log-view-vc-fileset if necessary.
10015         (log-view-diff): Get the current file from log-view-vc-fileset if
10016         necessary.
10018         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
10020         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
10021         (vc-hg-log-view-mode): Declare for compiler.
10022         (vc-hg-log-view-mode): Set log-view-per-file-logs and
10023         log-view-file-re.
10024         (vc-hg-diff): If no file is passed, use default-directory for cwd.
10026         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
10028         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
10030 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
10032         * net/tramp.el (tramp-handle-start-file-process):
10033         Clear modification time of the connection buffer.
10034         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
10035         (tramp-open-connection-setup-interactive-shell): Flush cache, and
10036         restart `tramp-maybe-open-connection' when the remote system has
10037         been changed.  Throw 'uname-changed event.
10038         (tramp-maybe-open-connection): Catch it.
10040         * net/tramp-cmds.el (tramp-cleanup-all-connections):
10041         Reset `tramp-locked'.
10043 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
10045         * net/newst-treeview.el (newsticker--treeview-list-update)
10046         (newsticker--treeview-item-update)
10047         (newsticker--treeview-tree-update)
10048         (newsticker-treeview-jump, newsticker-group-add-group)
10049         (newsticker-group-move-feed, newsticker-group-delete-group):
10050         Remove window dedication.
10051         (newsticker--group-manage-orphan-feeds): Handle ill-valued
10052         newsticker-groups.
10053         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
10055 2008-06-15  Andreas Schwab  <schwab@suse.de>
10057         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
10058         when parsing CVS/Repository.
10060         * wdired.el (wdired-search-and-rename): Fix undocumented change.
10062 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
10064         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
10065         (newsticker-extra-face, newsticker-enclosure-face): Moved to
10066         net/newst-reader.el.
10068         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
10069         (newsticker-extra-face, newsticker-enclosure-face): Moved from
10070         net/newst-reader.el.
10072 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10074         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
10075         Catch and recover from case when the bytes we thought we were reading
10076         turn out to be something else entirely, such as latin-1 chars from
10077         quail.  See bug#396.
10079 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10081         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
10082         (vc-register): Call the backend function only once, instead of
10083         once for each file.
10084         (vc-next-action): Update call to vc-register.
10085         (vc-dir-register): Remove function.
10086         (vc-dir): Bind vc-register instead of vc-dir-register.
10088 2008-06-14  Glenn Morris  <rgm@gnu.org>
10090         * Makefile.in (ELCFILES): Add net/newst-*.el.
10092 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10094         * wdired.el (wdired-do-renames): New function.
10095         (wdired-finish-edit): Use it to.
10096         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
10098 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10100         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
10102 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
10104         * window.el (window--even-window-heights): Even window heights
10105         only if the selected window is higher than WINDOW.
10106         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10108 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10110         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
10112 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10114         * term/linux.el (terminal-init-linux): Load t-mouse.
10116 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10117             Drew Adams  <drew.adams@oracle.com>
10119         * info.el (Info-breadcrumbs-depth): New var.
10120         (Info-insert-breadcrumbs): New function.
10121         (Info-fontify-node): Use it.
10122         (Info-mode-map): Move initialization into declaration.
10124 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
10126         Rename net/newsticker-*.el to net/newst-*.el.
10127         * net/newst-backend.el: Rename from net/newsticker-backend.el.
10128         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
10129         * net/newst-reader.el: Rename from net/newsticker-reader.el.
10130         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
10131         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
10132         * net/newsticker-backend.el: Rename to net/newst-backend.el.
10133         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
10134         * net/newsticker-reader.el: Rename to net/newst-reader.el.
10135         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
10136         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
10138 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10140         * progmodes/compile.el (compilation-start): Don't disable undo in
10141         comint buffer.  Don't override the comint-filter with our own.
10142         (compilation-filter): Change point's insertion-type.
10144         * comint.el (comint-output-filter): Use copy-marker.
10146 2008-06-13  David Reitter  <david.reitter@gmail.com>
10148         * textmodes/flyspell.el (mail-mode-flyspell-verify):
10149         Check message-signature-separator exists before using it.
10151 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
10153         * vc.el (vc-delete-file): Bind default-directory before calling
10154         the backend.
10155         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
10156         (vc-annotate-show-diff-revision-at-line-internal): ... here.
10157         New function.
10158         (vc-annotate-show-changeset-diff-revision-at-line): New function.
10159         (vc-annotate-mode-menu): Bind it.
10161 2008-06-13  Jason Rumney  <jasonr@gnu.org>
10163         * term/w32-win.el (mouse-set-font): Remove overridden function.
10164         (w32-select-font): Declare as obsolete alias for x-select-font.
10166 2008-06-13  Daniel Engeler  <engeler@gmail.com>
10168         These changes add serial port access.
10169         * term.el (term-update-mode-line): Modify.
10170         (serial-port-is-file-p, serial-nice-speed-history)
10171         (serial-no-speed, serial-mode-line-speed-menu)
10172         (serial-mode-line-config-menu): New variables and constants.
10173         (serial-name-history, serial-speed-history)
10174         (serial-supported-or-barf, serial-read-name, serial-read-speed)
10175         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
10176         (serial-mode-line-speed-menu, serial-update-speed-menu)
10177         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
10178         (serial-update-config-menu): New functions.
10180 2008-06-13  Glenn Morris  <rgm@gnu.org>
10182         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
10184         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
10186 2008-06-13  Kenichi Handa  <handa@m17n.org>
10188         * cus-face.el (custom-face-attributes): Add :foundry.
10190         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
10191         (face-x-resources): Add :foundry.
10192         (face-valid-attribute-values): Likewise.
10193         (face-attribute-name-alist): Likewise.
10194         (describe-face): Likewise.
10196 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10198         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
10200 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
10202         * longlines.el (longlines-search-forward, longlines-search-backward)
10203         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
10205 2008-06-12  Sam Steingold  <sds@gnu.org>
10207         * vc.el (vc-rename-file): DTRT when the destination is a directory
10208         name and the source is a file.
10210 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
10212         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
10214 2008-06-12  Glenn Morris  <rgm@gnu.org>
10216         * progmodes/f90.el (f90-beginning-of-subprogram)
10217         (f90-end-of-subprogram): Only give a message when interactive.
10219         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
10221         * progmodes/cperl-mode.el (cperl-info-on-command):
10222         Use display-pixel-height rather than x-display-pixel-height.
10224         * mail/rmailedit.el (rmail-cease-edit):
10225         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
10227         * emulation/edt.el (edt-xserver):
10228         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
10230         * emulation/edt-mapper.el: Drop test for Emacs < 19.
10232         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
10233         Evaluate definitions when compiling.  Reverse tests.
10235         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
10236         use unless.
10238         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
10240         * textmodes/artist.el (x-pointer-shape):
10241         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
10242         (x-open-connection, x-server-max-request-size, x-get-resource):
10243         * term/w32console.el (x-setup-function-keys):
10244         * term/w32-win.el (x-parse-geometry, x-resource-name)
10245         (generate-fontset-menu, image-library-alist, x-open-connection)
10246         (setup-default-fontset, set-fontset-font, setup-default-fontset)
10247         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
10248         (x-get-resource):
10249         * term/mac-win.el (x-parse-geometry, x-resource-name)
10250         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
10251         (new-fontset, x-display-list, x-open-connection, x-get-resource):
10252         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
10253         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
10254         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
10255         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
10256         (tooltip-identifier-from-point, define-fringe-bitmap):
10257         * play/gamegrid.el (image-size):
10258         * play/bubbles.el (image-size):
10259         * mail/emacsbug.el (x-server-vendor, x-server-version):
10260         * international/mule-util.el (internal-char-font):
10261         * international/mule-diag.el (font-info, query-fontset, fontset-info)
10262         (fontset-alias-alist, fontset-list, fontset-plain-name):
10263         * international/mule-cmds.el (x-server-vendor, x-server-version):
10264         * international/fontset.el (font-encoding-charset-alist)
10265         (otf-script-alist, new-fontset, set-fontset-font)
10266         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
10267         (fontset-list, query-fontset, x-get-resource):
10268         * emulation/edt.el (x-server-vendor):
10269         * emulation/edt-mapper.el (x-server-vendor):
10270         * emacs-lisp/map-ynp.el (x-popup-dialog):
10271         * emacs-lisp/lmenu.el (x-popup-dialog):
10272         * x-dnd.el (x-window-property, x-change-window-property)
10273         (x-get-selection-internal):
10274         * woman.el (x-list-fonts):
10275         * w32-fns.el (x-server-version):
10276         * tooltip.el (x-show-tip, x-hide-tip):
10277         * tool-bar.el (image-mask-p):
10278         * thumbs.el (image-size):
10279         * term.el (overflow-newline-into-fringe):
10280         * subr.el (scroll-bar-scale):
10281         * startup.el (x-get-resource, tool-bar-mode, image-size):
10282         * select.el (x-get-selection-internal, x-own-selection-internal)
10283         (x-disown-selection-internal):
10284         * mouse.el (generate-fontset-menu):
10285         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
10286         * image.el (image-library-alist):
10287         * image-mode.el (image-size, image-refresh):
10288         * image-dired.el (clear-image-cache):
10289         * gs.el (x-display-mm-width, x-display-pixel-width)
10290         (x-display-mm-height, x-display-pixel-height)
10291         (x-change-window-property, x-display-grayscale-p, x-window-property):
10292         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
10293         (x-focus-frame, x-list-fonts, x-display-screens)
10294         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
10295         (x-display-mm-width, x-display-backing-store, x-display-save-under)
10296         (x-display-planes, x-display-color-cells, x-display-visual-class):
10297         * faces.el (internal-face-x-get-resource)
10298         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
10299         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
10300         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
10301         (x-parse-geometry, x-create-frame, x-setup-function-keys)
10302         (tool-bar-setup):
10303         * doc-view.el (clear-image-cache, image-size, tooltip-show):
10304         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
10305         * dframe.el (x-display-pixel-width, x-display-pixel-height):
10306         * descr-text.el (internal-char-font):
10307         Define for compiler, for builds without X.
10309 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10311         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
10313 2008-06-11  Glenn Morris  <rgm@gnu.org>
10315         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
10316         before trying to move there.
10317         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
10318         is non-nil, indent most terminating statements like loop body.
10320         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
10321         Gregorian date, and add it, not the local date, to diary-entries-list.
10322         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
10324 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10326         * progmodes/compile.el (compilation-filter): Fix up last change.
10328         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
10330         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
10331         (gpm-mouse-mode): Make it into a proper global minor mode.
10333         * files.el (save-some-buffers-action-alist): Only use recursive-edit
10334         if the user enabled recursive-minibuffers.
10336         * emacs-lisp/map-ynp.el (map-y-or-n-p):
10337         Add support for scroll-other-window.
10339 2008-06-11  Jason Rumney  <jasonr@gnu.org>
10341         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
10342         Use tmm-menubar if menu is disabled in this frame.
10344         * menu-bar.el (menu-bar-open): Determine how to open menu bar
10345         from frame type, per documentation.  Add w32 case.
10347 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10349         * minibuffer.el (completion--merge-suffix): New function.
10350         (completion-basic-try-completion): Use it.
10351         (completion-pcm--find-all-completions): Add argument `filter'.
10352         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
10353         New functions.
10354         (completion-pcm-try-completion): Use them.
10356         * xt-mouse.el (turn-on-xterm-mouse-tracking)
10357         (turn-off-xterm-mouse-tracking): Use terminal-list.
10359         * cus-start.el (underline-minimum-offset): Rename from
10360         x-underline-minimum-display-offset.
10362 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
10364         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
10366 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
10368         * mouse.el (mouse-select-font): New function.
10370         * faces.el (face-spec-recalc): When the face is set using
10371         Customize, avoid recalculating it twice.
10373         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
10374         Font" menu item to it.  Apply selected font to all frames, and
10375         make it savable.
10376         (menu-bar-options-save): Save `default' font if changed.
10378 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10380         * ffap.el (ffap-string-at-point-mode-alist):
10381         Use alpha rather than lower.
10383         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
10385         * subr.el (momentary-string-display): Use an overlay.
10387         * progmodes/compile.el (compilation-mode):
10388         Set window-point-insertion-type.
10389         (compilation-filter): Don't use insert-before-markers any more.
10390         * emacs-lisp/trace.el (trace-make-advice):
10391         Set window-point-insertion-type in the trace buffer.
10392         * startup.el (normal-top-level): Set window-point-insertion-type in
10393         *Messages*.
10394         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
10395         (telnet-filter): Don't use insert-before-markers any more.
10396         * comint.el (comint-mode): Set window-point-insertion-type.
10397         (comint-output-filter): Don't use insert-before-markers any more.
10398         * button.el (make-text-button): Allow `start' to be a string.
10400 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
10402         * emacs-lisp/autoload.el (autoload-rubric):
10403         Fix coding cookie not to force Unix EOL.
10405 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
10407         * window.el (window--splittable-p, window--try-to-split-window):
10408         Don't use with-selected-window to avoid messing up get-lru-window.
10409         Reported by David Hansen <david.hansen@gmx.net>.
10411 2008-06-10  Glenn Morris  <rgm@gnu.org>
10413         * subr.el (locate-library): Doc fix.
10415         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
10416         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
10417         Check tool-bar-map is bound, for non-X builds.
10419         * net/newsticker-reader.el (newsticker--next-item-image)
10420         (newsticker--previous-item-image, newsticker--previous-feed-image)
10421         (newsticker--next-feed-image, newsticker--mark-read-image)
10422         (ewsticker--mark-immortal-image, newsticker--narrow-image)
10423         (newsticker--get-all-image, newsticker--update-image)
10424         (newsticker--browse-image): Check xpm images are available.
10425         (newsticker--mark-read-image, newsticker--mark-immortal-image)
10426         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
10428         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
10429         (newsticker--plainview-tool-bar-map, newsticker-mode):
10430         Check tool-bar-map is bound, for non-X builds.
10431         (w3m-toggle-inline-image): Declare.
10433         * net/newsticker-backend.el (tool-bar-map): Don't declare.
10435         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
10437         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
10438         (finder-compile-keywords): Move let to where needed.
10439         (finder-mouse-face-on-line): Go back one more line if needed.
10440         (finder-list-matches): Use cadr.
10441         (finder-goto-xref): New function.
10442         (finder-commentary): Add buttons to jump to foo.el libraries.
10444 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10446         * apropos.el (apropos-function, apropos-macro, apropos-command)
10447         (apropos-variable, apropos-face, apropos-group, apropos-widget)
10448         (apropos-plist): Add apropos-short-label property.
10449         (apropos-multi-type): New variables.
10450         (apropos-command, apropos-value): Set it.
10451         (apropos-compact-layout): New custom.
10452         (apropos-print, apropos-print-doc): Use it.
10453         (apropos-print): Truncate lines.
10455 2008-06-09  Kenichi Handa  <handa@m17n.org>
10457         * international/fontset.el (font-encoding-alist):
10458         Add an entry for "ascii-0".
10460 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
10462         * language/hanja-util.el (hanja-init-load): Show the message only
10463         when loading a table.
10465 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
10467         * net/newsticker-treeview.el (newsticker-treeview):
10468         * net/newsticker-plainview.el (newsticker-plainview):
10469         Add autoload cookie.
10471 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
10473         * net/newsticker.el: Split up into newsticker-backend, -ticker,
10474         -reader, -plainview, and -treeview.
10475         (newsticker-version): Change to 1.99.
10477         * net/newsticker-backend.el: New.  Move backend functionality from
10478         newsticker.el to newsticker-backend.el.
10479         (newsticker--download-logos): New.
10480         (newsticker--sentinel-callback): New.
10481         (newsticker--set-customvar): Remove.  Split up into specific
10482         functions related to retrieval, ticker, buffer, and display.
10483         (newsticker--set-customvar-retrieval): New.  Extracted from
10484         `newsticker--set-customvar'.
10485         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
10486         (newsticker-url-list-defaults):
10487         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10488         (newsticker-url-list): Doc changed.  URL can be a function.
10489         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10490         (newsticker-retrieval-method): New.
10491         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
10492         (newsticker-retrieval-interval):
10493         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10494         (newsticker-desc-comp-max): Change :group.
10495         (newsticker--cache): Doc changed.
10496         (newsticker--guid-to-string): New.
10497         (newsticker--guid): Use `newsticker--guid-to-string'.
10498         (newsticker--real-feed-name): New.
10499         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
10500         (newsticker-start): Use `insert-file-contents' for reading cache.
10501         Use `newsticker--start-feed'.
10502         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
10503         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
10504         Use `newsticker--stop-feed'.
10505         (newsticker-save-item): New.
10506         (newsticker--get-news-by-funcall): New.
10507         (newsticker-get-news): Handle new retrieval methods.
10508         (newsticker--sentinel): Use `newsticker--sentinel-work'.
10509         (newsticker--sentinel-work): New.  Extracted from
10510         `newsticker--sentinel'.  Use `newsticker--download-logos',
10511         `newsticker--sentinel-callback'.
10512         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
10513         (newsticker--parse-atom-1.0): Fix link determination.
10514         (newsticker--parse-rss-0.91): Fix time determination.
10515         (newsticker--parse-rss-0.92): Fix time determination.
10516         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
10517         (newsticker--parse-generic-feed): New arg order in
10518         `newsticker--cache-add'.
10519         (newsticker--parse-generic-items): Fix for multiple items.
10520         New arg order in `newsticker--cache-add'.
10521         (newsticker--forget-preformatted): Check whether
10522         `newsticker--buffer-set-uptodate' is fbound.
10523         (newsticker--decode-iso8601-date): Handle fractions of seconds.
10524         (newsticker--decode-rfc822-date): Partial timezone handling.
10525         (newsticker--cache-contains): Fix guid problem.
10526         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
10527         (newsticker--cache-save): New.
10528         (newsticker--cache-update): Use temp buffer.
10529         (newsticker--stat-num-items): Allow multiple AGE args.
10530         (newsticker--stat-num-items-total): New.
10531         (newsticker--opml-import-outlines): New.
10532         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
10533         (newsticker--do-run-auto-mark-filter): Doc changed.
10534         (newsticker-retrieve-random-message): New.
10536         * net/newsticker-ticker.el: New.  Move ticker functionality from
10537         net/newsticker.el to net/newsticker-ticker.el.
10538         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
10539         `newsticker--ticker-timer'.
10540         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
10541         to `newsticker--ticker-timer'.
10542         (newsticker--set-customvar-ticker): New.  Extracted from
10543         `newsticker--set-customvar'.
10544         (newsticker-ticker-interval): Rename `newsticker-display-interval'
10545         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
10546         for :set.  Change :group.
10547         (newsticker-scroll-smoothly): Doc changed.  Change :group.
10548         (newsticker-hide-immortal-items-in-echo-area)
10549         (newsticker-hide-old-items-in-echo-area)
10550         (newsticker-hide-obsolete-items-in-echo-area):
10551         Use `newsticker--set-customvar-ticker for :set.  Change :group.
10552         (newsticker-start-ticker): Rename `newsticker--display-timer' to
10553         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
10554         to `newsticker-ticker-interval'.
10555         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
10556         `newsticker--ticker-timer'.
10558         * net/newsticker-reader.el: New.  Move reader functionality from
10559         net/newsticker.el to net/newsticker-reader.el.
10560         (newsticker--set-customvar-formatting): New.  Extracted from
10561         `newsticker--set-customvar'.
10562         (newsticker-reader, newsticker-frontend): New.
10563         (newsticker-enable-logo-manipulations): Change :group.
10564         (newsticker-justification): Use `newsticker--set-customvar-formatting'
10565         for :set.  Change :group.
10566         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
10567         for :set.  Change :group.
10568         (newsticker-html-renderer): Doc changed.
10569         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
10570         (newsticker-date-format):
10571         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
10572         (newsticker--insert-enclosure):
10573         Rename `newsticker--buffer-insert-enclosure' to
10574         `newsticker--insert-enclosure'.  Add keymap arg.
10575         (newsticker--print-extra-elements):
10576         Rename `newsticker--buffer-print-extra-elements' to
10577         `newsticker--print-extra-elements'.  Add keymap arg.
10578         (newsticker--do-print-extra-element):
10579         Rename `newsticker--buffer-do-print-extra-element' to
10580         `newsticker--do-print-extra-element'.  Add keymap arg.
10581         (newsticker-show-news): Use `newsticker-frontend'.
10583         * net/newsticker-plainview.el: New.  Move plainview functionality
10584         from net/newsticker.el to net/newsticker-reader.el.
10585         (newsticker-plainview): New.
10586         (newsticker--set-customvar-sorting): New.  Extracted from
10587         `newsticker--set-customvar'.
10588         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
10589         for :set.  Changed :group.
10590         (newsticker-heading-format, newsticker-item-format)
10591         (newsticker-desc-format, newsticker-statistics-format):
10592         Use `newsticker--set-customvar-formatting for :set.  Change :group.
10593         (newsticker-faces): Change :group.
10594         (newsticker-default-face): Enable again.
10595         (newsticker-hide-old-items-in-newsticker-buffer)
10596         (newsticker-show-descriptions-of-new-items):
10597         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
10598         (newsticker-show-all-news-elements): Change :group.
10599         (newsticker-plainview-hooks): New.
10600         (newsticker-select-item-hook, newsticker-select-feed-hook)
10601         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
10602         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
10603         to `newsticker--plainview-tool-bar-map'.
10604         (newsticker--url-keymap): Add mouse-1 binding.
10605         (newsticker-plainview): New.
10606         (newsticker-mark-all-items-of-feed-as-read): Change doc.
10607         (newsticker--buffer-do-insert-text): Use renamed
10608         newsticker--[buffer-]insert-enclosure and
10609         newsticker--[buffer-]print-extra-elements.
10610         (newsticker--buffer-set-faces): Use newsticker-default-face.
10612         * net/newsticker-treeview.el: New.
10614 2008-06-08  Andreas Schwab  <schwab@suse.de>
10616         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
10618         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
10620         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
10621         empty line.
10623         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
10625 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
10627         * window.el (split-height-threshold, split-width-threshold):
10628         Add choice nil.
10629         (split-window-preferred-function): Allow either nil or a function.
10630         (window--splittable-p, window--try-to-split-window):
10631         Handle changed option values.
10633         (window--frame-usable-p): Handle nil argument.
10635         (display-buffer): Call get-lru-window when pop-up-windows is nil
10636         and window can't be split.
10638 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10640         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
10642         * net/tramp.el (top): Quote feature names.  Remove
10643         `tramp-rfn-eshadow-setup-minibuffer' from
10644         `rfn-eshadow-setup-minibuffer-hook' when unloading.
10645         (tramp-read-passwd): There is only one call to
10646         `auth-source-user-or-password' needed.  Pacify byte compiler.
10648 2008-06-08  Andreas Schwab  <schwab@suse.de>
10650         * window.el (display-buffer): Use lru window if current window
10651         cannot be split.
10653 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10655         * apropos.el (apropos-library): New command and new button.
10656         (apropos-library-button): New function.
10658         * apropos.el: Remove spurious * in docstrings.
10659         (apropos-label-face): Use variable pitch.
10660         (apropos-print): Use dolist and with-current-buffer.
10661         (apropos-print-doc): Use when.
10663         * window.el (special-display-p, display-buffer):
10664         Fix up C->Elisp transcription error.
10666 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10668         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10669         (byte-compile-file): Initialize it.
10670         (byte-compile-nogroup-warn): Keep track of the current group.
10672 2008-06-08  Glenn Morris  <rgm@gnu.org>
10674         * Makefile.in (compile, compile-always, bootstrap-prepare):
10675         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
10677 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
10679         * language/hanja-util.el (hanja-init-load): Use a char-table for
10680         hanja-table.
10681         (hangul-to-hanja-char): Adjust for the above change.
10683 2008-06-07  Glenn Morris  <rgm@gnu.org>
10685         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
10686         lm-keywords.
10688         * mail/sendmail.el (mail-interactive): Add :version.
10690         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
10691         obsolete alias.
10693         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
10694         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
10695         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
10696         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
10697         * eshell/esh-util.el, international/mule-cmds.el:
10698         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
10699         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
10700         Remove unnecessary eval-when-compiles and eval-and-compiles.
10702         * Makefile.in (bootstrap-clean): Run autogen-clean.
10703         (maintainer-clean): No need to run autogen-clean now it is included in
10704         bootstrap-clean.
10706 2008-06-06  Miles Bader  <miles@gnu.org>
10708         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
10710 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
10712         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
10713         longlines mode.
10715         * replace.el (replace-search-function)
10716         (replace-re-search-function): New vars.
10717         (perform-replace): Use them.
10719         * longlines.el (longlines-re-search-forward): New function.
10720         (longlines-mode): Bind replace-search-function and
10721         replace-re-search-function, to ensure that replacement commands
10722         treat newlines as spaces.
10723         (longlines-show-effect): Default to a pilcrow sign.
10725 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10727         * help.el (function-called-at-point):
10728         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
10729         even when calling find-tag-default.
10731 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
10733         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
10734         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
10735         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
10736         (nxml-fontify-buffer, nxml-do-fontify):
10737         Remove obsolete variables and functions.
10738         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
10739         (nxml-degrade, nxml-after-change, nxml-after-change1)
10740         (nxml-extend-region, nxml-extend-after-change-region)
10741         (nxml-extend-after-change-region1, nxml-fontify-matcher)
10742         (nxml-toggle-char-ref-extra-display): Use font-lock, and
10743         font-lock-extend-region-functions in particular, to fontify
10744         nxml-mode buffers.
10745         (nxml-debug-region): New debugging helper function.
10747         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
10748         (nxml-scan-after-change, nxml-move-tag-backwards):
10749         Adapt for font-lock changes.
10751         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
10752         (nxml-debug-set-inside, nxml-debug-clear-inside):
10753         New debugging functions.
10754         (nxml-with-degradation-on-error): New helper macro.
10756 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
10758         * window.el (display-buffer): Remove dead call to get-lru-window.
10760 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10762         * mail/sendmail.el (mail-interactive): Change default.
10764 2008-06-05  John Paul Wallington  <jpw@pobox.com>
10766         * bindings.el (completion-ignored-extensions):
10767         Add .p64fsl, .d64fsl, and .dx64fsl.
10769 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10771         * ffap.el (ffap-prompter): Don't use the region.
10773 2008-06-05  Sam Steingold  <sds@gnu.org>
10775         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
10776         subdirectory to be registered.
10778 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
10780         * window.el (display-buffer-function, special-display-p)
10781         (special-display-buffer-names, special-display-regexps)
10782         (special-display-function, same-window-p, same-window-buffer-names)
10783         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
10784         (pop-up-frame-function, pop-up-windows, even-window-heights)
10785         (split-window-preferred-function, split-height-threshold)
10786         (window--display-buffer-1, display-buffer, pop-to-buffer):
10787         Move from window.c and buffer.c.
10788         (window--splittable-p, window--try-to-split-window)
10789         (window--frame-usable-p, window--display-buffer-2)
10790         (window--even-window-heights): New functions.
10791         (split-width-threshold): New option.
10792         (split-window-preferred-horizontally): Remove.
10794         * cus-start.el: Remove corresponding declarations.
10796 2008-06-05  Sam Steingold  <sds@gnu.org>
10798         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
10799         an error on modified buffers.
10801 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10803         * progmodes/etags.el (tags-verify-table): Be careful to use and update
10804         tags-file-name and tags-table-list from the right buffer.
10805         (tags-table-check-computed-list, tags-table-extend-computed-list)
10806         (find-tag-noselect): Use with-current-buffer.
10808         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
10809         Use print-circle.
10811         * minibuffer.el (minibuffer-local-must-match-filename-map):
10812         Declare obsolete alias for the old name.
10814         * abbrev.el (unexpand-abbrev): Better preserve markers.
10816 2008-06-05  Glenn Morris  <rgm@gnu.org>
10818         * emacs-lisp/autoload.el (autoload-rubric): New function,
10819         extracted from autoload-ensure-default-file.
10820         (autoload-ensure-default-file): Use autoload-rubric.
10822         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
10823         (custom-dependencies-no-scan-regexp): New variable.
10824         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
10825         Don't scan files matching custom-dependencies-no-scan-regexp.
10826         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
10828         * finder.el (finder-headmark): Initialize and add doc string.
10829         (generated-finder-keywords-file): Doc fix.
10830         (finder-no-scan-regexp): New variable.
10831         (finder-compile-keywords): Use a single let binding.
10832         Disable undo in the output buffer.  Use autoload-rubric.
10833         Use mapc rather than mapcar.  Don't scan files matching
10834         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
10835         rather than concat.  Use directory-files to do regexp matching.
10836         No need to require jka-compr.
10837         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
10838         (finder-list-matches): Disable undo.
10839         (finder-commentary): Use let rather than let*.  Disable undo.
10840         (finder-current-item): Use zerop.
10841         (finder-mode): Use define-derived-mode.
10842         (finder-exit): Doc fix.  Use dolist.
10844         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
10845         (custom-deps): Don't require $(lisp)/cus-load.el.
10846         (custom-deps, finder-data): Don't depend on autoloads.
10847         Should not be needed now, and doing so was causing make install to
10848         re-dump emacs post-bootstrap.
10849         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
10850         mid-build forces some things to be rebuilt.
10852 2008-06-05  Miles Bader  <miles@gnu.org>
10854         * face-remap.el
10855         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
10856         (face-remap-remove-relative): Renamed from
10857         `remove-relative-face-remapping'.
10858         (face-remap-reset-base): Renamed from
10859         `set-default-base-face-remapping'.
10860         (face-remap-set-base): Renamed from `set-base-face-remapping'.
10861         (text-scale-increase): Renamed from `increase-buffer-face-height'.
10862         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
10863         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
10865         * face-remap.el (variable-pitch-mode): Autoload.
10867 2008-06-04  Sam Steingold  <sds@gnu.org>
10869         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
10870         Generate extra status headers for a Mercurial tree.
10872 2008-06-04  John Paul Wallington  <jpw@pobox.com>
10874         * echistory.el (electric-history-map): Define within defvar.
10875         Add docstring.
10877         * font-lock.el (font-lock-turn-off-thing-lock)
10878         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
10879         Use `bound-and-true-p'.
10880         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
10881         Doc fixes.
10883         * international/ccl.el (define-ccl-program): Add `doc-string'
10884         declaration.
10886 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
10888         * face-remap.el (variable-pitch-mode): Reflow docstrings.
10889         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
10891 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
10893         * emacs-lisp/rx.el (rx): Doc fix.
10895 2008-06-04  Markus Triska  <markus.triska@gmx.at>
10897         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
10899 2008-06-04  Miles Bader  <miles@gnu.org>
10901         * face-remap.el (adjust-buffer-face-height): New function.
10902         Add autoloaded keybindings in ctl-x-map.
10903         (increase-buffer-face-height, decrease-buffer-face-height):
10904         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
10906 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
10908         * simple.el (line-move-1): If we did not move as far as desired,
10909         ensure that point-left and point-entered hooks are called.
10911 2008-06-03  Sam Steingold  <sds@gnu.org>
10913         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
10915 2008-06-03  John Paul Wallington  <jpw@pobox.com>
10917         * progmodes/make-mode.el (makefile-cleanup-continuations)
10918         (makefile-warn-suspicious-lines, makefile-warn-continuations):
10919         Use `derived-mode-p'.
10921 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10923         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
10924         (ELCFILES): Update.
10926 2008-06-03  Miles Bader  <miles@gnu.org>
10928         * face-remap.el: New file.
10929         * Makefile.in (ELCFILES): Add face-remap.elc.
10931 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10933         * progmodes/flymake.el (flymake-process-filter): Make sure the source
10934         buffer isn't dead.
10936         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
10937         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
10938         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
10939         * obsolete/auto-show.el, obsolete/hscroll.el:
10940         Remove packages that were obsolete in Emacs-20, or that were obsolete
10941         in Emacs-21 and do not contain any more code.
10943         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
10944         vc-client-mode is not set.
10946         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
10947         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
10949         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
10950         yet a bit more clever at distinguishing / from /.
10952 2008-06-03  Kenichi Handa  <handa@m17n.org>
10954         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
10956 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
10958         * language/hanja-util.el: New file.
10960 2008-06-03  Glenn Morris  <rgm@gnu.org>
10962         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
10963         Check that end-of-word follows "type".
10965 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
10967         * epa-file.el (epa-file-write-region): Write the entire buffer
10968         content if START is nil.
10970 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
10972         * select.el (x-get-selection): Fix typo.
10974 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
10976         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
10977         (describe-char): Use `looking-at-p', `string-match-p' when possible.
10979 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10981         * tar-mode.el (tar-header-block-summarize): Ensure one space around
10982         user&group.
10984 2008-05-31  John Paul Wallington  <jpw@pobox.com>
10986         * help-fns.el (describe-variable-custom-version-info):
10987         Handle dotted `package-version' info.
10989 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
10991         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
10993 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
10995         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
10996         names and improve support for unregistered files.
10998 2008-05-31  Glenn Morris  <rgm@gnu.org>
11000         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
11001         Remove shell variable `elc'.  Split tests to hopefully be more portable.
11002         Fix `sel' assignment.
11004 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
11006         * minibuffer.el (completion-table-dynamic): Doc fix.
11008 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11010         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
11011         Try and return `unregistered' when applicable.
11013         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11014         Don't encourage naming variables with "-flag".
11016 2008-05-30  Glenn Morris  <rgm@gnu.org>
11018         * Makefile.in (update-elclist): Hide the warning when it does not apply,
11019         make it milder when it does.
11020         (autogen-clean): New target.
11021         (maintainer-clean): Use autogen-clean.
11023         * calendar/diary-lib.el (diary-display-function): New name for
11024         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
11025         Change custom type and version.
11026         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
11027         (diary-fancy-display): Doc fixes.
11028         (diary-list-entries, diary-include-other-diary-files)
11029         (diary-mail-entries):
11030         Use diary-display-function rather than diary-display-hook.
11032         * calendar/appt.el (appt-check): Use diary-display-function rather than
11033         diary-display-hook.
11034         * calendar/cal-x.el (calendar-dedicate-diary): Update for
11035         diary-display-function replacing diary-display-hook.
11036         * org/org-agenda.el (org-get-entries-from-diary): Also set
11037         diary-display-function.
11039         * calendar/cal-html.el (cal-html-list-diary-entries):
11040         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11041         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
11042         argument of diary-list-entries rather than setting diary-display-hook.
11044 2008-05-30  Kenichi Handa  <handa@m17n.org>
11046         * international/mule-conf.el (utf-8-with-signature): Renamed from
11047         utf-8-sig.
11048         (utf-8-auto): Adjusted for the above change.
11050         * international/mule-diag.el (describe-font): Don't check fontset
11051         here, and just call font-info.  Get the default font by from the
11052         default face.
11054 2008-05-29  Kenichi Handa  <handa@m17n.org>
11056         * international/mule-conf.el (utf-8-sig, utf-8-auto):
11057         New coding systems.
11059         * international/mule.el (define-coding-system): Accept :bom for utf-8.
11061 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
11063         * international/utf-7.el (utf-7-encode): Use the right escape char
11064         depending on imap/nonimap encoding.
11066 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11068         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
11070 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
11072         * icomplete.el (icomplete-prospects-height): Add :group.
11074 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11076         * icomplete.el (icomplete-prospects-length): Make obsolete.
11077         (icomplete-prospects-height): New var.
11078         (icomplete-completions): Use it.
11080 2008-05-29  David Kastrup  <dak@gnu.org>
11082         * autoinsert.el (auto-insert): Add :link.
11084 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11086         * tar-mode.el (tar-header): New field `header-start'.
11087         (tar-header-block-tokenize): Set it when useful.
11088         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
11089         (tar-header-data-end): New function.
11090         (tar-summarize-buffer): Use it.
11091         (tar-next-line): Fix goal column for long usernames.
11092         (tar-expunge-internal): Use header-start.
11093         (tar-rename-entry): Handle ustar-style long names.
11094         (tar-alter-one-field): Add optional `descriptor' argument.
11095         (tar-subfile-save-buffer): Use it.
11097 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11099         * tar-mode.el (tar-header): New field `header-start'.
11100         (tar-header-block-tokenize): Set header-start for longlink entries.
11101         (tar-expunge-internal): Use header-start to expunge longlink entries.
11103         * files.el (hack-local-variables): Don't signal an error if the local
11104         variable section is not properly terminated.
11106         * emacs-lisp/easymenu.el (easy-menu-convert-item)
11107         (easy-menu-convert-item-1): Move the duplicate-generation outside of
11108         the caching so it also works for identical entries.
11110         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
11111         (tar-mode): Use write-region-annotate-functions rather than
11112         write-contents-functions.
11113         (tar-extract): Remove unused var `pos'.
11114         (tar-subfile-save-buffer): Remove unused var `following-descs'.
11115         (tar-mode-write-file): Remove.
11116         (tar-write-region-annotate): New function.
11118         * progmodes/flymake.el (flymake-save-buffer-in-file):
11119         * shadowfile.el (shadow-copy-file):
11120         * arc-mode.el (archive-*-write-file-member):
11121         * files.el (diff-buffer-with-file):
11122         * subr.el (with-temp-file): Pass nil to write-region.
11123         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
11125         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
11126         the custom.
11128         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
11129         to write-region.
11131 2008-05-28  Glenn Morris  <rgm@gnu.org>
11133         * Makefile.in (update-elclist): Work around non-portability of "\"
11134         in various implementations of echo.
11136 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11138         * international/mule-diag.el (describe-current-coding-system):
11139         Don't assume selection-coding-system is always defined.
11141         * tar-mode.el: Use defstruct and markers.
11142         (tar-setf): Remove.
11143         (tar-header): Use defstruct.  Add `data-start' field.
11144         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
11145         (tar-desc-data-start): Remove (now called tar-header-data-start).
11146         (tar-roundup-512): New fun.
11147         (tar-header-block-tokenize): Receive a buffer position rather than
11148         a string.  Handle @longLink here, be more careful about it.
11149         Create a marker for data-start.
11150         (tar-summarize-buffer): Don't handle @LongLink here any more.
11151         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
11152         data-start on the following entries any more.
11153         (tar-chown-entry, tar-chgrp-entry): Use read-number.
11155         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
11156         (tar-header-offset): Remove.
11157         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
11158         Not permanent any more.
11159         (tar-data-buffer): New var.
11160         (tar-data-swapped-p, tar-change-major-mode-hook)
11161         (tar-mode-kill-buffer-hook): New funs.
11162         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
11163         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
11164         (tar-clear-modification-flags, tar-alter-one-field)
11165         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
11166         Change accordingly.
11168 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
11170         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
11171         (vc-dir-resynch-file): ... this.  Update callers.
11172         Use vc-string-prefix-p.  Ignore directory args.
11173         (vc-string-prefix-p): CSE.
11174         (vc-resynch-buffer): Restore conditional.
11176         * vc-hooks.el (vc-after-save): Improve test.
11177         (vc-mode-line): Fix indentation.
11179 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11181         * calendar/parse-time.el (parse-time-months)
11182         (parse-time-weekdays): Add long-form month and day names.
11184 2008-05-27  Glenn Morris  <rgm@gnu.org>
11186         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
11188 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11190         * vc-dispatcher.el (vc-string-prefix-p): New function.
11191         (vc-dir-parent-marked-p): Use it.
11193 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
11195         * vc.el (Problems): Remove fixed issues.
11196         (vc-expand-dirs): Avoid returning directories.
11197         (vc-dir): Fix C-x v v binding.
11198         (vc-make-backend-object): Fix name.
11199         (vc-dir-show-fileentry): Fix docstring.
11200         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
11201         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
11202         Reset the state for directories.
11203         (vc-dir-headers): Align labels.
11204         (vc-default-status-printer): Do no call prettify-state-info.
11205         (vc-deduce-fileset): Replace implementation with one based on a
11206         working older version.
11207         (vc-next-action): Use the new form of vc-deduce-fileset.
11208         Fix dealing with unregistered files.
11210         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
11211         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
11212         (vc-dir-child-files): New function.
11213         (vc-dir-node-directory): New function.
11214         (vc-dir-update, vc-dir-parent-marked-p)
11215         (vc-dir-children-marked-p, vc-dir-mark-all-files)
11216         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
11218         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
11220 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11222         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
11223         (diff-font-lock-keywords, diff-context->unified)
11224         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
11225         (diff-hunk-text, diff-find-source-location): Use it.
11226         (diff-post-command-hook): Let the user edit the hunk headers.
11228 2008-05-26  Andreas Schwab  <schwab@suse.de>
11230         * vc.el (vc-default-prettify-state-info): Fix formatting of an
11231         unknown state.
11233         * tar-mode.el (tar-summarize-buffer): Comment fix.
11235 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11237         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
11239 2008-05-26  Glenn Morris  <rgm@gnu.org>
11241         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
11243 2008-05-25  John Paul Wallington  <jpw@pobox.com>
11245         * proced.el (proced-next-line, proced-previous-line):
11246         Avoid calling `next-line' and `previous-line' from Lisp code.
11248 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
11250         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
11251         Use diary-ordinal-suffix.
11253 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
11255         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
11256         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
11257         (edebug-save-displayed-buffer-points, edebug-initial-mode)
11258         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
11259         (edebug-print-length, edebug-print-level, edebug-print-circle)
11260         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
11261         (edebug-global-break-condition, edebug-sit-for-seconds):
11262         Remove spurious * from defcustom docstrings.
11263         (edebug-unwrap*, edebug-signal, edebug-eval-display):
11264         Improve argument/docstring consistency.
11265         (edebug-test-coverage, edebug-gensym, edebug-read)
11266         (edebug-top-level-nonstop, edebug-eval-result-list)
11267         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
11268         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
11269         (edebug-display-freq-count): Reflow docstrings.
11270         (edebug-restore-status): Doc fix.
11272 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11274         * proced.el (proced-header-line): Use the :align-to 0 feature
11275         rather than computing the corresponding position manually.
11276         (proced-update): Don't hardcode point-min==1.
11278 2008-05-24  Alan Mackenzie  <acm@muc.de>
11280         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
11281         if c-file-style is set to a non-string.
11283         (c-neutralize-CPP-line): Surround by `save-excursion'.
11284         (c-neutralize-syntax-in-CPP): Optimize for speed.
11286 2008-05-24  Glenn Morris  <rgm@gnu.org>
11288         * Makefile.in (update-elclist): New target, to update ELCFILES.
11289         (bootstrap-after): Run update-elclist.
11291 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
11293         * icalendar.el (icalendar-version): Increase to "0.19".
11294         (icalendar--date-style): New function.
11295         (icalendar--datetime-to-diary-date): Doc fix.
11296         Use icalendar--date-style.
11297         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
11298         (icalendar--convert-yearly-to-ical)
11299         (icalendar--convert-recurring-to-diary): Handle iso date style,
11300         use icalendar-date-style.
11302 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
11304         * vc.el (vc-delete-file): Make sure the buffer is deleted and
11305         vc-dir buffers are updated.
11307 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11309         * vc.el (vc-delete-file): Don't try to resynch the buffer.
11311 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
11313         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
11314         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
11315         (reftex-extra-bindings): Use it.
11317         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
11318         away from the user-reserved keys.
11320         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
11321         New vars.
11322         (ada-create-keymap): Use them.
11324 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11326         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
11327         a properly-grouped regexp.
11329 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
11331         * progmodes/cap-words.el (capitalized-words-mode):
11332         Fix typos in docstring.
11334 2008-05-23  Kenichi Handa  <handa@m17n.org>
11336         * international/mule-conf.el: Don't define the charset `emacs'
11337         here, just put :docstring, :short-name, and :long-name.
11339 2008-05-22  Kenichi Handa  <handa@m17n.org>
11341         * international/mule-diag.el (font-show-log): Limit each listing
11342         to 20 items.
11344 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
11346         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
11347         (gdb-annotation-rules): New entry for "thread-changed".
11348         (gdb-thread-changed): New function.
11350 2008-05-23  Glenn Morris  <rgm@gnu.org>
11352         * Makefile.in (SOURCES): Remove, unused.
11353         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
11354         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
11355         Exclude more '*loaddefs' files.
11356         (compile-always): Simplify '.elc' deletion.
11358 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11360         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
11361         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
11363         * minibuffer.el (completion-boundaries): Change calling
11364         convention, so `string' has the same semantics as in
11365         try-completion and all-completions.
11366         (completion-table-with-context, completion--embedded-envvar-table)
11367         (completion--file-name-table)
11368         (completion-pcm--find-all-completions): Adjust code accordingly.
11370 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
11372         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
11373         prune image-mode-winprops-alist, preventing it from growing
11374         indefinitely.
11375         (image-mode-reapply-winprops): Use it.
11377 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
11379         * net/netrc.el (netrc-machine): Always match if the port is not given.
11381 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11383         * minibuffer.el (completion-pcm--find-all-completions):
11384         Don't add pseudo-completions.
11386         * icomplete.el (icomplete-eoinput): Remove.
11387         (icomplete-overlay): New var to replace it.
11388         (icomplete-tidy): Rewrite.
11389         (icomplete-exhibit): Use an overlay.
11390         (icomplete-completions): Use completion-all-sorted-completions.
11391         Obey completion-ignore-case.
11393         * files.el (locate-dominating-file): Accept non-existing argument.
11394         (project-find-settings-file): Rewrite, using locate-dominating-file.
11396 2008-05-22  Kenichi Handa  <handa@m17n.org>
11398         * faces.el (font-weight-table, font-slant-table, font-width-table):
11399         Delete them.  Don't call internal-set-font-style-table.
11401         * international/mule-diag.el (font-show-log): New function.
11403         * international/fontset.el (script-representative-chars): Add more
11404         chars for latin.  Add data for symbol.
11405         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
11407 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11409         * minibuffer.el (completion-all-sorted-completions): New var.
11410         (completion--flush-all-sorted-completions)
11411         (completion-all-sorted-completions): New functions.
11412         (minibuffer-force-complete): New command.
11414 2008-05-21  Glenn Morris  <rgm@gnu.org>
11416         * files.el (c-postprocess-file-styles): Declare for compiler.
11418         * Makefile.in: Allow for parallel byte-compiling.
11419         (ELCFILES): New variable.
11420         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
11421         (compile-first, compile-main, compile-last): New targets.
11422         (compile-always): Simplify - delete .elc files, then `make compile'.
11424         * Makefile.in (compile-calc): Use glob rather than find.
11425         ($(lisp)/progmodes/cc-mode.elc): Use $@.
11427         * eshell/esh-module.el: No need for cl when compiling.
11429         * eshell/eshell.el (eshell-defgroup): New alias.
11430         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11431         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11432         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11433         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11434         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11435         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
11436         Autoload the custom group.  Set generated-autoload-file.
11437         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
11438         for eshell-defgroup.
11439         * eshell/esh-module.el (eshell-load-defgroups): Remove.
11440         Require esh-groups rather than loading it.
11442 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11444         * proced.el (proced-header-line): New variable and new function.
11445         (proced-mode): Set header-line-format.
11446         (proced-update): Set proced-header-line.
11447         (proced-send-signal): Use proced-header-line.
11449 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11451         * macros.el (insert-kbd-macro): Use prin1-char.
11453 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11455         * minibuffer.el (completion-boundaries): New function.
11456         (completion--some): Delay errors.
11457         (complete-with-action, completion-table-with-context):
11458         Handle `boundaries' case.
11459         (completion--try-word-completion): Avoid partial-completion
11460         when the user hasn't entered anything yet.
11461         (minibuffer-local-map, minibuffer-local-filename-completion-map)
11462         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
11463         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
11464         Setup default keybindings.
11465         (completion--embedded-envvar-re): New var.
11466         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
11467         (completion--file-name-table): Handle `boundaries' case.
11468         (completion-pcm--pattern->regex): Avoid pathological backtracking.
11469         (completion-pcm--all-completions): Add a `prefix' arg.
11470         (completion-pcm--find-all-completions): New function.
11471         (completion-pcm-all-completions, completion-pcm-try-completion):
11472         Use it.
11474         * icomplete.el (icomplete-completions): Don't use `predicate' with
11475         a table of a different type than `candidates'.
11477 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11479         * proced.el (proced-goal-column): Rename from proced-procname-column.
11480         (proced-goal-header-re): Rename from proced-procname-column-regexp.
11481         (proced-move-to-goal-column): Rename from proced-move-to-procname.
11482         (proced-header-face, proced-header-regexp): Remove.
11483         (proced-font-lock-keywords): Remove proced-header-face.
11484         (proced-header-alist, proced-sorting-schemes-re): New variables.
11485         (proced): Rename Proced buffer to *Proced*.
11486         (proced-next-line, proced-previous-line): New commands.
11487         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
11488         (proced-hide-processes): Do not treat first line as special.
11489         (proced-header-space): New function.
11490         (proced-update): Use header-line-format.
11491         Initialize proced-header-alist and proced-sorting-schemes-re.
11492         Set proced-goal-column.  Include proced-command in mode-name.
11493         (proced-send-signal): Use header-line-format for *Marked
11494         Processes* buffer.
11495         (proced-sort): Restrict minibuffer completion to applicable
11496         sorting schemes.
11497         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
11499 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11501         * icomplete.el (icomplete-simple-completing-p):
11502         Allow icomplete-with-completion-tables to say "use it everywhere".
11503         (icomplete-completions): Obey completion-styles.  Try to accommodate
11504         partial-completion style.
11506 2008-05-20  Michael Olson  <mwolson@gnu.org>
11508         * files.el (project-find-settings-file): Change concat to
11509         expand-file-name.
11511 2008-05-19  Tom Tromey  <tromey@redhat.com>
11513         * files.el (normal-mode): Call hack-project-variables.
11514         (hack-local-variables-confirm): Add 'project' argument.
11515         (hack-local-variables-apply): New function.
11516         (hack-local-variables): Use it.
11517         (project-class-alist, project-directory-alist): New variables.
11518         (project-get-alist): New function.
11519         (project-collect-bindings-from-alist)
11520         (project-collect-binding-list, set-directory-project)
11521         (project-find-settings-file, project-define-from-project-file)
11522         (hack-project-variables): New functions.
11524 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11526         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
11528 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
11530         * faces.el (font-weight-table): Fix typo in docstring.
11532 2008-05-18  David Hull  <david@snap.com>  (tiny change)
11534         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
11535         (vc-hg-annotate-command): Allow white space before version number.
11537 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
11539         * calc/calc-yank.el (calc-register-alist): New variable.
11540         (calc-set-register, calc-get-register, calc-copy-to-register)
11541         (calc-insert-register, calc-add-to-register, calc-append-to-register)
11542         (calc-prepend-to-register): New functions.
11544         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
11545         `calc-copy-to-register' and `calc-insert-register'.
11546         Autoload new register functions.
11548         * calc/calc-help.el (calc-r-prefix-help): Add help for register
11549         functions.
11551 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
11553         * vc.el (Todo): Add known problems.
11554         (vc-dir-backend): New variable.
11555         (vc-dir): Set it.
11556         (vc-make-backend-object, vc-generic-status-printer)
11557         (vc-generic-state, vc-generic-status-fileinfo-extra)
11558         (vc-dir-extra-menu): Use it.
11559         (vc-generic-dir-headers): Remove, unused.
11561         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
11562         vc-dir-prev-directory for consistency with vc-dir-previous-line.
11563         (vc-dir-mode-map): Fix bindings.
11565         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
11567 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
11569         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
11570         operated on.
11571         (calc-kill-region): Kill entire lines.
11573 2008-05-17  Glenn Morris  <rgm@gnu.org>
11575         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
11576         simplify initial value.
11577         (defezimage): Drop support for Emacs without defimage, use a featurep
11578         test rather than fboundp when defining, drop with-no-warnings.
11579         (ezimage-insert-over-text): Move featurep test inside
11580         add-text-properties.
11582         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
11584         * net/tramp.el (top-level): Load auth-source when compiling.
11586         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
11588 2008-05-17  Andreas Schwab  <schwab@suse.de>
11590         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
11592 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
11594         * vc.el (vc-annotate-show-diff-revision-at-line): Change
11595         vc-diff-internal arg to match what vc-deduce-fileset returns now.
11597 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11599         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
11601 2008-05-17  Jim Meyering  <meyering@redhat.com>
11603         * ido.el (ido-save-history): Do not emit a trailing newline at the
11604         end of the ido history file.
11606 2008-05-16  John Paul Wallington  <jpw@pobox.com>
11608         * vc-dispatcher.el (top-level): Revert previous change: require cl
11609         when compiling.
11611 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
11613         * vc.el (vc-default-status-printer)
11614         (vc-default-prettify-state-info): Enhance the state prettyprinter
11615         to deal better with unknown states and indirect through it when
11616         painting vc-dir buffers.
11618 2008-05-16  John Paul Wallington  <jpw@pobox.com>
11620         * vc-dispatcher.el (top-level): Don't require cl when compiling.
11621         (vc-dir-mode-map): Fix backquote.
11622         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
11624 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
11626         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
11627         Reported by Glenn Morris <rgm@gnu.org>.
11629 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
11631         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
11632         the end of the file, it was good work at one time but has been
11633         stale since 1995 and may now be actively misleading.
11634         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
11635         CVS repository and module (assumptions for the latter a bit iffy).
11636         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
11637         SVN repository.
11639 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
11641         * vc-rcs.el (vc-rcs-create-tag):
11642         * vc-sccs.el (vc-sccs-create-tag):
11643         Fix typo in error message and pass backend arg.
11645 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
11647         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
11649 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11651         * net/tramp.el: Load auth-source library.
11652         (tramp-read-passwd): Use it for password, not login.
11654 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
11656         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
11657         (ses-print-cell): Use string-width, truncate-string-to-width,
11658         delete-region rather than length, substring, delete-char.
11659         (ses-setup): Set inhibit-point-motion-hooks to t.
11660         Calculate position by actually moving point rather than just using
11661         unibyte character length.
11662         (ses-mode): Set indent-tabs-mode to nil.
11663         (ses-center): Use string-width rather than length.
11665 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
11667         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
11668         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
11669         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
11670         vc-*-create-tag and vc-*-retrieve-tag respectively.
11672         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
11673         unneeded defalias.
11675         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
11677         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
11678         about buffer names.
11680 2008-05-15  Glenn Morris  <rgm@gnu.org>
11682         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
11684         * org/org-exp.el (org-infojs-options-inbuffer-template):
11685         Fix declaration.
11687         * progmodes/cc-mode.el (declare-function): Add compat definition.
11688         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
11690 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
11692         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
11693         list to a cons so the caller can get back both expanded and
11694         unexpanded filesets.
11695         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
11696         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
11697         Change handling of selection-set returns as required.
11699 2008-05-15  John Paul Wallington  <jpw@pobox.com>
11701         * add-log.el (top-level): Don't require cl when compiling.
11703         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
11704         (archive-*-extract): Use `zerop'.
11705         (archive-*-write-file-member): Use `or', use `zerop'.
11707         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
11709         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
11710         (ibuffer-mark-interactive, ibuffer-set-mark)
11711         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
11712         (ibuffer-map-lines, ibuffer-switch-format)
11713         (ibuffer-update-title-and-summary)
11714         (ibuffer-redisplay-engine): Use it.
11716         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
11717         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
11718         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
11719         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
11720         (ibuffer-mark-read-only-buffers)
11721         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
11723         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
11724         (define-ibuffer-column, define-ibuffer-sorter)
11725         (define-ibuffer-op, define-ibuffer-filter): Add declarations
11726         containing indentation specs, replacing equivalent top-level
11727         forms that set `lisp-indent-function' properties.
11728         (define-ibuffer-op): Use `derived-mode-p'.
11729         (define-ibuffer-filter): Remove redundant `concat' call.
11731 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
11733         * net/tramp.el (tramp-echo-mark): Update docstring.
11734         (tramp-echo-mark-marker): New defconst.
11735         (tramp-check-for-regexp): Use it.
11737 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
11739         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
11740         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
11741         as parent.
11743 2008-05-14  John Paul Wallington  <jpw@pobox.com>
11745         * international/mule.el (convert-define-charset-argument):
11746         Remove period from end of error message.
11747         (coding-system-mnemonic): Doc fix.
11748         (ctext-pre-write-conversion): Doc fix.
11750 2008-05-14  Simon Marshall  <simon@gnu.org>
11752         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
11753         from its default value and give it the risky-local-variable
11754         property (CVE-2008-2142).
11756 2008-05-14  Kenichi Handa  <handa@m17n.org>
11758         * language/korean.el ("Korean"): Set `iso639-language'
11759         property to `ko'.
11761         * language/japanese.el ("Japanese"): Set `iso639-language'
11762         property to `ja'.
11764         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11765         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
11766         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
11768         * international/mule-cmds.el (set-language-environment):
11769         Set current-iso639-language.
11771         * international/fontset.el (setup-default-fontset): For kana, han,
11772         hangul, and cjk-misc, move an entry with font-spec at the end.
11773         (generate-fontset-menu): Exclude fontset-auto* from the list.
11775         * composite.el (compose-chars-after): Assume that WINDOW is always
11776         non-nil.
11778         * faces.el (font-weight-table, font-slant-table)
11779         (font-swidth-table): Declare them by defconst.  Change the format
11780         of elements.  Call internal-set-font-style-table after their
11781         declaration.
11782         (face-valid-attribute-values): Call font-family-list.  Get values
11783         for width, weight, and slant from font-xxx-table.
11785         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
11787 2008-05-13  John Paul Wallington  <jpw@pobox.com>
11789         * ibuffer.el (ibuffer-buffer-file-name): New function.
11790         (define-ibuffer-column filename): Use it.
11792         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
11794 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11796         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
11797         as a string.
11798         (talk-add-display): Simplify.  Accept only string args.
11800 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
11802         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
11804 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11806         * Makefile.in (bootstrap-prepare): Don't chmod files.
11807         (autoloads): Do it here instead, where it's actually needed.
11809 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11811         * tool-bar.el (tool-bar-make-keymap): Account for the optional
11812         KEY-BINDING-DATA field in menu-item list.
11814 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11816         * dired.el (dired-read-dir-and-switches): Move things about to use less
11817         recursion during macroexpansion.
11819         * dired.el (dired-read-dir-and-switches): Use read-file-name.
11821         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
11822         completion-ignored-extension directories if there's something else.
11823         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
11824         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
11825         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
11826         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
11827         buffer-read-only -> inhibit-read-only.
11829 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
11831         * vc.el (vc-expand-dirs): Stop this function from tossing out
11832         explicitly specified files.
11834 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11836         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
11837         to `insert'.
11839 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11841         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
11842         cons.  Use vc-annotate-backend.
11843         (with-vc-file, edit-vc-file): Remove unused macros.
11845 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
11847         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
11848         (smtpmail-try-auth-methods): Use it.
11850 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11852         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
11853         (setf (nthcdr ..) ..) doesn't require CL at runtime.
11855 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
11857         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
11859 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11861         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
11862         (vc-bzr-revision-completion-table): Use process-file.
11863         (vc-bzr-working-revision): Pass relative file names.
11865         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
11867 2008-05-11  Juri Linkov  <juri@jurta.org>
11869         * wid-edit.el (widget-image-directory): Change default image data
11870         subdirectory from "custom" to "images/custom".
11872         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
11873         before recursive call to `Info-next-preorder' to not add
11874         intermediate nodes to the history.
11876         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
11878         * emulation/cua-base.el: Put isearch-scroll property
11879         on cua-scroll-up and cua-scroll-down.
11881 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
11883         * vc-hooks.el (vc-recompute-state): Remove (dead code).
11885 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
11887         * vc-dispatcher.el (ewoc): Require.
11888         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
11890         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
11892 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
11894         * term/w32-win.el (x-colors):
11895         * term/mac-win.el (x-colors):
11896         * term/x-win.el (x-colors): Re-order colors.
11898 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
11900         * smerge-mode.el (smerge-command-prefix): Fix custom type.
11902 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
11904         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
11905         New functions implementing motion to next and previous directory.
11907         * vc-arch.el (vc-arch-command):
11908         * vc-bzr.el (vc-bzr-command):
11909         * vc-cvs.el (vc-cvs-command):
11910         * vc-dispatcher.el (vc-do-command):
11911         * vc-git.el (vc-git-command):
11912         * vc-hg.el (vc-hg-command):
11913         * vc-mcvs.el (vc-mvcs-command):
11914         * vc-mtn.el (vc-mtn-command):
11915         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
11916         (vc-sccs-workfile-unchanged-p):
11917         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
11918         * vc-rcs.el (all methods): Remove assumption about what a nil
11919         argument to vc-do-command means.  This means no buffer name needs
11920         to be hardcoded into the dispatcher layer, and it's better to be
11921         explicit anyway.
11923         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
11925 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
11927         * vc.el: Update todo.
11929         * vc-sccs.el (vc-sccs-dir-status):
11930         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
11931         backends and returning up to date files.
11933         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
11935 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11937         * vc.el (vc-dir):
11938         * vc-hooks.el: Tweak the VC directory bindings.  These are now
11939         documented in the manual.
11941         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
11942         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
11943         (vc-dispatcher-selection-set): Allow callers to pass in an
11944         observer flag that says no buffer sync is required.
11945         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
11946         Use the observer flag.
11948 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
11950         * simple.el (start-file-process): Clarify docstring.
11952 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11954         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
11955         Remove stub implementations of, and references to, wash-log.
11956         * vc-rcs.el (vc-rcs-comment-history):
11957         * vc-cvs.el (vc-cvs-comment-history):
11958         Inline the code that used to be wash-log.
11960         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
11961         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
11962         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
11963         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
11964         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
11965         (vc-rcs-print-log): Grok directories.
11967 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11969         * vc.el (vc-mark-resolved): Add `backend' argument.
11970         (vc-next-action): Pass it the backend.
11971         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
11972         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
11973         (vc-default-comment-history, vc-default-create-snapshot)
11974         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
11975         (vc-annotate-revision-previous-to-line)
11976         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
11977         * vc-svn.el (vc-svn-checkout):
11978         * vc-mcvs.el (vc-mcvs-checkout):
11979         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
11980         (vc-working-revision, vc-before-save, vc-mode-line):
11981         Prefer vc-call-backend to vc-call so as not to recompute the backend.
11983         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
11984         state to be consistent since it's often an unwarranted restriction.
11985         Don't return the state either.
11986         (vc-next-action): Check that the state is consistent.
11987         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
11988         (vc-rollback, vc-update): Adapt to new return value of
11989         vc-deduce-fileset.
11991         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
11992         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
11993         (vc-dispatcher-in-fileset-p): New fun.
11994         (vc-dispatcher-selection-set): Use it to properly handle directories.
11996 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
11998         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
11999         (vc-update): Remove unused let bindings.
12001 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
12003         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
12004         (vc-diff, vc-revert, vc-rollback, vc-update):
12005         * vc-dispatcher.el (vc-dispatcher-selection-set):
12006         Get rid of 4 special cases in fileset selection.  This involved
12007         changing the return value of (vc-deduce-fileset) so that it passes
12008         back a deduced state as well as a deduced back end.
12010 2008-05-08  Sam Steingold  <sds@gnu.org>
12012         * progmodes/compile.el (compilation-minor-mode-map)
12013         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
12014         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
12015         it to `compilation-minor-mode-map' (instead of an explicit `cons').
12017 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12019         * org/org.el (org-modules, org-format-latex-options):
12020         * org/org-archive.el (org-archive-stamp-time)
12021         (org-archive-save-context-info):
12022         * org/org-faces.el (org-hide):
12023         * org/org-irc.el (org-irc-parse-link):
12024         * org/org-macs.el (org-call-with-arg, org-autoload):
12025         * org/org-mew.el (org-mew-store-link):
12026         * org/org-remember.el (org-remember-store-without-prompt)
12027         (org-remember-templates): Fix typos in docstrings.
12029         * org/org-info.el (org-info-store-link): Remove leftover docstring.
12031         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
12032         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
12033         (org-bbdb-anniv-split): Fix typos in docstrings.
12035         * org/org-publish.el (org-publish-project-alist): Doc fixes.
12036         (org-publish-use-timestamps-flag): Reflow docstring.
12037         (org-publish-files-alist): Fix typos in docstring.
12039 2008-05-07  Sam Steingold  <sds@gnu.org>
12041         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
12042         appears to be too aggressive with window removal.
12044 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
12046         * progmodes/verilog-mode.el (verilog-type-font-keywords):
12047         Add leda and 0in as pragma keywords.
12048         (verilog-pretty-expr): Support lining up assignments which include
12049         part selects.
12050         (verilog-mode): More portable check for the availability of
12051         hideshow support.
12052         (verilog-do-indent): Remove special indent for declarations inside
12053         a parenthetical list.  The code is ill-advised, and doesn't work
12054         given the new user defined types.
12055         (verilog-set-auto-endcomments): Enhance function automatic
12056         endcomment to support functions that return user defined types.
12057         (verilog-mode): Add code to tell which-function-mode minor mode
12058         that Verilog supports this feature.
12060 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
12062         * epa-file.el: Require epa-hook.
12064         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
12066         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
12067         file-names clashes on 8+3 filesystems.  Provide epa-hook.
12069         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
12070         file-names clashes on 8+3 filesystems.
12072 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
12074         * org/org.el (org-read-date-get-relative): Interpret lone
12075         weekday abbreviation as relative to today.
12077 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12079         * abbrev.el (define-abbrev-table):
12080         * composite.el (toggle-auto-composition):
12081         * json.el (json-alist-p, json-plist-p):
12082         * minibuffer.el (completion-table-with-predicate):
12083         * ps-mule.el (ps-mule-external-libraries):
12084         * emacs-lisp/advice.el (ad-special-form-p):
12085         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12086         * eshell/em-smart.el (eshell-review-quick-commands):
12087         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
12088         (python-skip-out, python-check-comint-prompt):
12089         Don't use `iff' in docstrings.
12091         * international/robin.el (robin-package-alist): Fix typo in docstring.
12092         (robin-current-package-name): Doc fix.
12093         (robin-activate): Don't use `iff' in docstring.
12095 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
12097         * vc.el, vc-dispatcher.el: VC-Dired support removed.
12098         The code uses a ewoc-based implementation now.
12099         * vc-hooks.el: Support for Meta-CVS has been removed.
12101 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12103         * tool-bar.el: Choose images dynamically.
12104         (tool-bar-make-keymap, tool-bar-find-image): New function.
12105         (tool-bar-find-image-cache): New var.
12106         (tool-bar-local-item, tool-bar-local-item-from-menu):
12107         Don't select the image yet, do it later in tool-bar-make-keymap.
12109 2008-05-07  Andreas Schwab  <schwab@suse.de>
12111         * window.el: Require 'cl when compiling.
12113 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
12115         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
12117 2008-05-07  Glenn Morris  <rgm@gnu.org>
12119         * subr.el (ignore-errors): Move here from cl-macs.el.
12120         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
12122         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
12123         oddness.
12125 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
12127         * vc-hooks.el (vc-find-file-hook):
12128         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
12129         further from vc.el.
12130         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
12132 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
12134         * progmodes/verilog-mode.el (verilog-getopt-file):
12135         Cleanup warning message format.
12136         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
12137         (verilog-auto-inout, verilog-auto-inout-module)
12138         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
12139         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
12140         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
12141         (verilog-auto-sense-sigs, verilog-auto-tieoff)
12142         (verilog-auto-unused, verilog-auto-wire)
12143         (verilog-decls-get-assigns, verilog-decls-get-consts)
12144         (verilog-decls-get-gparams, verilog-decls-get-inouts)
12145         (verilog-decls-get-inputs, verilog-decls-get-outputs)
12146         (verilog-decls-get-ports, verilog-decls-get-regs)
12147         (verilog-decls-get-signals, verilog-decls-get-wires)
12148         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
12149         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
12150         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
12151         (verilog-inject-sense, verilog-library-filenames)
12152         (verilog-mode-release-date, verilog-mode-version)
12153         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
12154         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
12155         (verilog-modi-get-assigns, verilog-modi-get-consts)
12156         (verilog-modi-get-gparams, verilog-modi-get-inouts)
12157         (verilog-modi-get-inputs, verilog-modi-get-outputs)
12158         (verilog-modi-get-ports, verilog-modi-get-regs)
12159         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
12160         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
12161         (verilog-modi-get-wires, verilog-preserve-cache)
12162         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
12163         (verilog-read-sub-decls, verilog-read-sub-decls-line)
12164         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
12165         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
12166         Add caching of additional state, and rework signal extraction
12167         routines to improve AUTO expansion performance by 300%++.
12169 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
12171         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12172         Tweak Open Watcom regexp to distinguish between errors and warnings.
12174 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12176         * dired.el (dired-read-dir-and-switches): Fix up last change.
12178 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
12180         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
12181         out of this function, move it to vc-dispatcher-selection-set.
12183 2008-05-05  Sam Steingold  <sds@gnu.org>
12185         * window.el (delete-other-windows-vertically): New function.
12187 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12189         * dired.el (dired-read-dir-and-switches):
12190         Obey read-file-name-completion-ignore-case.
12192 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
12194         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12195         Add regexp for Open Watcom compiler output.
12197 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
12199         * progmodes/python.el (python-block-pairs): Align finally with except.
12201 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12203         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
12205 2008-05-05  Tom Tromey  <tromey@redhat.com>
12207         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
12208         looking at conflict marker.
12210 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12212         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
12213         client-mode -> vc-client-object, and guess `funcall' was meant.
12214         (vc-dir-mode): Rename client-mode -> vc-client-mode.
12216 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
12218         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
12219         (dbus-debug): Move declarations outside eval-when-compile.
12221 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12223         * proced.el (proced-command-alist): Fix system-type values.
12224         Fix defcustom.
12225         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
12226         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
12227         (proced-sort-start, proced-sort, proced-sort-time): New commands.
12228         (proced-update): Use proced-sorting-scheme.  Update modeline.
12229         (proced-send-signal): Use nreverse.
12230         (proced-sorting-scheme-p): New function.
12232 2008-05-04  Andreas Schwab  <schwab@suse.de>
12234         * vc.el: Require dired when compiling.
12236         * minibuffer.el (completion--insert-strings): Don't delete past bol.
12238 2008-05-03  Glenn Morris  <rgm@gnu.org>
12240         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
12241         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
12242         Simplify compilation requirements.
12243         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
12244         declarations.
12246 2008-05-03  Dave Love  <fx@gnu.org>
12248         * progmodes/python.el (python-beginning-of-statement):
12249         Loop at least once (fixes 2008-02-21 change).
12251 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
12253         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
12254         instead of `length' for comparing length of user and group names.
12256 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
12258         * vc-dispatcher.el: New file, separates out the UI and command
12259         execution machinery from VCS-specific logic left in vc.el.
12260         The separation is not yet completely clean, but it's a good start.
12261         * vc.el: This file is about 1700 lines shorter now.
12262         Remove obsolete logentry-check from the backend API.
12263         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
12264         implementation of the logentry-check method, and it guarded against
12265         a log length limit that has probably been obsolete for 15 years (!).
12267 2008-05-02  Sam Steingold  <sds@gnu.org>
12269         * progmodes/compile.el (compilation-start): Move setting of
12270         compilation-directory after (funcall mode) as that resets local
12271         variables, this fixes recompile in grep buffers.
12272         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
12273         in dired &c).
12275 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
12277         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12278         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12279         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
12280         has one of these and that all are called in compatible ways.
12281         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12282         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12283         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
12284         backend has one of these.
12286 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12288         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
12289         initialization into define-abbrev-table.  Use :regexp.
12290         (octave-mode-syntax-table): Don't set word syntax for `.
12292         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
12293         than only value.
12295         * dired.el (dired-read-dir-and-switches):
12296         Set minibuffer-completing-file-name and call substitute-in-file-name.
12297         (dired-format-columns-of-files): Use completion--insert-strings.
12299         * minibuffer.el (completion-hilit-commonality): Revert last change:
12300         the leftover code was actually useful.
12301         (completion--insert-strings): Use string-width rather than length.
12303 2008-05-02  Sam Steingold  <sds@gnu.org>
12305         * vc.el (vc-dir-mode-map): Enable mouse bindings.
12306         (vc-at-event): New macro: run the body at the even location.
12307         (vc-dir-menu, vc-dir-toggle-mark): Use it.
12308         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
12309         * subr.el (mouse-event-p): Check if the event is mouse-related.
12311 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
12313         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12314         Don't throw error if no file is found.
12316 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12318         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
12319         (vc-default-state-heuristic): Doc fix.
12321 2008-05-02  Richard Sharman  <rsharman@pobox.com>
12323         * hilit-chg.el (highlight-changes-mode): Remove references to
12324         hooks that no longer exist.  Because define-minor-mode is used the
12325         hook highlight-changes-mode-hook exists and can do what both the
12326         old hooks used to do.  The documentation at the top of the file
12327         was updated to demonstrate this.
12328         (highlight-changes-mode): Remove commented out call to a hook
12329         function that is no longer there.
12330         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
12332 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
12334         * vc.el (vc-default-dired-state-info): Change name of primitive
12335         to prettify-state-info, in preparation for ripping out dired mode.
12336         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
12337         to prettify-state-info, in preparation for ripping out dired mode.
12338         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
12339         tries this on a version-controlled buffer.  It will do useless or
12340         actively bad things on any version control system newer than RCS.
12341         * vc-hooks.el (vc-dired-resynch-file):
12342         * vc.el (vc-dired-resynch-file): Change name of primitive to
12343         vc-directory-resynch-file, preparing to remove dired.
12345 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
12347         * vc-rcs.el (vc-rcs-state): Fix typos.
12349         * vc.el (vc-register): Change argument order so that the prefix
12350         argument is assigned correctly.
12351         (vc-next-action, vc-dir-register): Update for the above change.
12353 2008-05-01  Juri Linkov  <juri@jurta.org>
12355         * replace.el (occur-read-primary-args): Set default to the car of
12356         regexp-history and display it in the prompt, but don't add to the
12357         list of minibuffer defaults.  Bind history-add-new-input to nil to
12358         not add automatically `default'.  For empty input return `default'.
12359         Otherwise, add `input' to regexp-history and return it.
12360         (occur-1): Signal an error for the empty regexp.
12362         * progmodes/compile.el (compilation-auto-jump):
12363         Set window point to `pos' explicitly.
12365 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
12367         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
12368         when appropriate.
12369         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
12370         we report the 'unregistered state reliably.
12371         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
12372         we report the 'unregistered state reliably.
12373         * vc-git.el (vc-git-state): Call vc-git-unregistered so
12374         we report the 'unregistered state reliably.
12375         * vc-hooks.el (vc-state): Document that vc-unregistered is
12376         now expected to be returned reliably.
12377         * vc.el (vc-default-dired-state): Change needs-patch state to
12378         needs-update, since the name now shows up in dir-status listings
12379         and was somewhat misleading.
12380         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
12381         immediately after removing the file.
12382         * vc.el (vc-next-action): More informative messages when a fileset
12383         is in a mixed state or files are missing.
12385 2008-05-01  Sam Steingold  <sds@gnu.org>
12387         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
12389 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12391         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
12393 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
12395         * epa-file-hook.el: New file split from epa-file.el.
12396         * epa-file.el: Require 'epa-file-hook.
12397         (epa-file-handler): Add autoload cookie.
12398         * loadup.el: Load epa-file-hook.
12399         * startup.el (command-line): Eval the body of auto-encryption-mode.
12401 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
12403         * vc.el (vc-dir-mode-map): Don't bind "r".
12405         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
12406         (vc-hg-status-printer): New function.
12407         (vc-hg-after-dir-status): Deal with copied and renamed files.
12408         (vc-hg-dir-status): Add flag to show copied files.
12410 2008-05-01  John Paul Wallington  <jpw@pobox.com>
12412         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
12413         (ibuffer-do-sort-by-recency): Reverse sorting order if last
12414         sorting mode was recency.
12416         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
12417         reverse sorting order if last sorting mode was the sorter's.
12419 2008-05-01  Jason Rumney  <jasonr@gnu.org>
12421         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
12423 2008-04-30  John Paul Wallington  <jpw@pobox.com>
12425         * ibuffer.el (define-ibuffer-column filename): When the major mode
12426         is `vc-dir-mode' show the buffer's default directory.
12428         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
12429         major mode is `vc-dir-mode' use the buffer's default directory.
12431 2008-04-30  Sam Steingold  <sds@gnu.org>
12433         * vc.el (vc-dir-delete-file): Add.
12434         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
12435         (vc-delete-file): Do not barf when the file has been already deleted.
12437 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
12439         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
12441 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12443         * progmodes/octave-mod.el (octave-help): New function.
12444         * progmodes/octave-hlp.el: Delete.
12445         * info-look.el (octave-mode): Add operator index.
12447         * vc.el (vc-checkout): Typo.
12449 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
12451         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
12452         Add "..." in the appropriate places.
12454         * epa.el (epa-key-list-mode-map): Add more menu entries.
12455         Add "..." in the appropriate places.
12457         * dired.el (dired-mode-map): Add :help.
12459         * vc.el (vc-deduce-fileset): Add new parameter.
12460         (vc-dir-marked-only-files): New function.
12461         (vc-next-action): Don't ignore directories, look at the files
12462         inside them.
12463         (vc-dir-mode): Document how the mark/unmark commands work.
12465 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12467         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12468         Rule out trailing spaces in file and directory names as well.
12470         * minibuffer.el (completion--do-completion): Move point even if the
12471         completion makes no change.
12472         (completion-pcm-try-completion): Fix computation of new point.
12474 2008-04-30  David Hansen  <david.hansen@gmx.net>
12476         * dired.el: Require 'cl.
12478 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
12480         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
12481         hollow if not in innermost frame.
12483 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12485         Make `checkout-model' apply to filesets.
12486         * vc-hooks.el (vc-checkout-model): Rewrite.
12487         (vc-before-save, vc-after-save): Adjust callers accordingly.
12488         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
12489         (vc-transfer-file): Adjust callers accordingly.
12490         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
12491         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
12492         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
12493         instead of vc-checkout-model.
12494         * vc-mcvs.el (vc-mcvs-revert):
12495         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
12496         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
12497         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
12498         * vc-svn.el (vc-svn-checkout-model):
12499         * vc-hg.el (vc-hg-checkout-model):
12500         * vc-git.el (vc-git-checkout-model):
12501         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
12503         * dired.el (dired-read-dir-and-switches): Replace last change with
12504         a new approach that mixes read-file-name and read-directory-name.
12506         * files.el (read-buffer-to-switch):
12507         Avoid making assumptions about `other-buffer'.
12509 2008-04-29  Sam Steingold  <sds@gnu.org>
12511         * vc.el (vc-dir-mode-hook): Add normal hook.
12512         (vc-dir-mode): Run it.
12514 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
12516         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
12517         Always split windows.
12518         (gdb-speedbar-timer-fn): Only raise frame after user input.
12519         (gdb-same-frame): Reverse initial value.
12520         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
12522         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
12523         gdb-speedbar-timer-fn.
12525 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12527         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
12529 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
12531         * epa.el (epa-key-list-mode-map): Add menu.
12532         (epa-delete-keys, epa-import-keys): Fix typo.
12534 2008-04-29  Glenn Morris  <rgm@gnu.org>
12536         * find-cmd.el (top-level): Does not need cl when compiling.
12538 2008-04-29  Philip Jackson  <phil@shellarchive.co.uk>
12540         * find-cmd.el: New file.
12542 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12544         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
12545         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
12546         (completion-pcm--hilit-commonality): New function.
12547         (completion-pcm-all-completions): Use it.
12549         * minibuffer.el (completion-common-substring): Mark obsolete.
12550         (completions-first-difference, completions-common-part):
12551         Move from simple.el.
12552         (completion-hilit-commonality): New fun.
12553         (display-completion-list, completion-emacs21-all-completions)
12554         (completion-emacs22-all-completions): Use it.
12555         * simple.el (completions-first-difference, completions-common-part):
12556         Move to minibuffer.el.
12557         (choose-completion-string): Use field functions and minibufferp.
12558         (completion-setup-function): Don't set completions faces.
12560 2008-04-29  Glenn Morris  <rgm@gnu.org>
12562         * calendar/calendar.el (calendar-nth-named-absday)
12563         (calendar-nth-named-day):
12564         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
12565         * calendar/holidays.el (holiday-float): Doc fixes.
12567         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
12568         the `full' case.
12570         * org/org-agenda.el (calendar-iso-from-absolute):
12571         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
12572         Fix declarations.
12574 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
12576         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
12577         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
12578         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
12579         (gdb-assembler-custom): Be careful not to match other addresses.
12581 2008-04-29  Jason Rumney  <jasonr@gnu.org>
12583         * battery.el (battery-status-function): Use w32-battery-status
12584         on Windows.
12585         (battery-echo-area-format): Make apm format the general case.
12586         (battery-mode-line-format): Merge apm and pmset formats as the
12587         general case.
12589 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
12591         * progmodes/gdb-ui.el (gdb-info-stack-custom):
12592         Use gud-tool-bar-item-visible-no-fringe.
12593         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
12594         is already visible in frame.  Remove optional size parameter
12595         and add optional frame parameter.
12597         * progmodes/gud.el (gud-display-line): Only consider visible
12598         frames when looking for source buffer.
12600 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
12602         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
12603         argument to get-char-property, in case the current buffer hasn't
12604         been assigned to that window yet.
12605         (doc-view-display): Default to selected window if the current
12606         buffer hasn't been assigned to a window yet.
12608 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
12610         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
12612 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
12614         * net/tramp.el (tramp-mode): New defcustom.
12615         (tramp-file-name-handler, tramp-completion-file-name-handler):
12616         Use it.
12617         (tramp-replace-environment-variables): Handle "$$".
12619 2008-04-28  Sam Steingold  <sds@gnu.org>
12621         * vc-hg.el (vc-hg-rename-file): Fix argument order.
12623 2008-04-28  Bastien Guerry  <bzg@altern.org>
12625         * whitespace.el (whitespace-trailing): Fix typo.
12627 2008-04-28  Sam Steingold  <sds@gnu.org>
12629         * textmodes/remember.el (diary-make-entry): Update the autoload.
12631 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12633         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
12634         all-completions.
12636 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
12638         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
12640 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
12642         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
12643         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
12644         (vc-dir-mark-file): Add an optional argument.
12645         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
12647 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
12649         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
12650         rather than obsolete alias find-file-hooks.
12651         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
12652         Use find-file-hook rather than obsolete alias find-file-hooks.
12653         Add to find-file-not-found-functions.
12654         (epa-file-handler): Put 'safe-magic and 'operations properties.
12656         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
12657         (epa-menu-items): Remove.
12659         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
12660         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
12661         (epa-dired-mode, epa-global-dired-mode): Remove.
12663         * dired.el (dired-mode-map): Bind encryption/decryption commands.
12665         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
12667         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
12669 2008-04-27  Glenn Morris  <rgm@gnu.org>
12671         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
12672         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
12674 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
12676         * org/org.el (org-html-level-start): Always have id's in HTML.
12677         (org-export-as-html): Use `org-link-protocols' to
12678         retrieve the export form of the link.
12679         (org-add-link-type): Final parameter renamed from PUBLISH.
12680         Better documentation of how it is to be used.  Avoid double entries for
12681         the same link type.
12682         (org-add-link-props): New function.
12683         (org-modules-loaded): New variable.
12684         (org-load-modules-maybe, org-set-modules): New function.
12685         (org-modules): New option.
12686         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
12687         (orgtbl-mode, org-store-link, org-insert-link-global)
12688         (org-open-at-point): Call `org-load-modules-maybe'.
12689         (org-search-view): Add more text properties.
12690         (org-agenda-schedule, org-agenda-deadline): Allow also in
12691         search-type agendas.
12692         (org-search-view): Order of arguments has been changed.
12693         Interpret prefix-arg as TODO-ONLY.
12694         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
12695         Take new argument order of `org-search-view' into account.
12696         (org-todo-only): New variable.
12697         (org-search-syntax-table): New variable and function.
12698         (org-search-view): Do the search with the special syntax table.
12699         (define-obsolete-function-alias): Make work with XEmacs.
12700         (org-add-planning-info): Use old date as default when modifying an
12701         existing deadline or scheduled item.
12702         (org-agenda-compute-time-span): Make argument N optional.
12703         (org-agenda-format-date-aligned): Require `cal-iso'.
12704         (org-agenda-list): Include week into agenda heading, don't
12705         list it at each date (only on Mondays).
12706         (org-read-date-analyze): Define local variable `iso-date'.
12707         (org-agenda-format-date-aligned): Remove dependency on
12708         `calendar-time-from-absolute'.
12709         (org-remember-apply-template, org-go-to-remember-target):
12710         Interpret filenames relative to `org-directory'.
12711         (org-complete): Silently fail when trying to complete
12712         keywords that don't have a default value.
12713         (org-get-current-options): Add a #+DATE: option.
12714         (org-additional-option-like-keywords): Remove "DATE:" from the
12715         list of additional keywords.
12716         (org-export-as-html): Remove (current-time) as unnecessary second
12717         argument of `format-time-string'.
12718         (org-clock-find-position): Handle special case at end of buffer.
12719         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
12720         `org-agenda-change-time-span'.
12721         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
12722         `org-agenda-change-time-span'.
12723         (org-agenda-month-view): New argument MONTH, pass it on to
12724         `org-agenda-change-time-span'.
12725         (org-agenda-year-view): New argument YEAR, pass it on to
12726         `org-agenda-change-time-span'.
12727         (org-agenda-change-time-span): New optional argument N, pass it on
12728         to `org-agenda-compute-time-span'.
12729         (org-agenda-compute-time-span): New argument N, interpret it by
12730         changing the starting day.
12731         (org-small-year-to-year): New function.
12732         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
12733         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
12734         into the future, and that the shift is at least one interval, never 0.
12735         (org-update-checkbox-count): Fix bug with checkbox counting.
12736         (org-add-note): New command.
12737         (org-add-log-setup): Rename from `org-add-log-maybe'.
12738         (org-log-note-headings): New entry for plain notes (i.e. notes not
12739         related to state changes or clocking).
12740         (org-get-org-file): Check for availability of `remember-data-file'.
12741         (org-cached-entry-get): Allow a regexp value for
12742         `org-use-property-inheritance'.
12743         (org-use-property-inheritance): Allow regexp value.  Fix bug in
12744         customization type.
12745         (org-use-tag-inheritance): Allow a list and a regexp value for
12746         this variable.
12747         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
12748         (org-entry-get): Respect value `selective' for the INHERIT argument.
12749         (org-tag-inherit-p, org-property-inherit-p): New functions.
12750         (org-agenda-format-date-aligned): Allow 10 characters for
12751         weekday, to accommodate German locale.
12752         (org-add-archive-files): New function.
12753         (org-agenda-files): New argument `ext', to get archive files as well.
12754         (org-tbl-menu): Protect the use of variables that
12755         are only available when org-table.el gets loaded.
12756         (org-read-agenda-file-list): Error if `org-agenda-files' is a
12757         single directory.
12758         (org-open-file): Allow a batch process to trigger
12759         waiting after executing a system command.
12760         (org-store-link): Link to headline when there is not
12761         target and no region in an org-mode buffer when creating a link.
12762         (org-link-types-re): New variable.
12763         (org-make-link-regexps): Compute `org-link-types-re'.
12764         (org-make-link-description-function): New option.
12765         (org-agenda-date, org-agenda-date-weekend): New faces.
12766         (org-archive-sibling-heading): New option.
12767         (org-archive-to-archive-sibling): New function.
12768         (org-iswitchb): New command.
12769         (org-buffer-list): New function.
12770         (org-agenda-columns): Also try the #+COLUMNS line in
12771         the buffer associated with the entry at point (or with the first
12772         entry in the agenda view).
12773         (org-modules): Add entry for org-bibtex.el.
12774         (org-completion-fallback-command): Move into `org-completion' group.
12775         (org-clock-heading-function): Move to `org-progress' group.
12776         (org-auto-repeat-maybe): Make sure that a note can
12777         be enforces if `org-log-repeat' is `note'.
12778         (org-modules): Allow additional symbols for external packages.
12779         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
12780         (org-clock-goto): Hide drawers after showing an
12781         entry with `org-clock-goto'.
12782         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
12783         Try also a clocktable block shift.
12784         (org-clocktable-try-shift): New function.
12785         (org-columns-hscoll-title): New function.
12786         (org-columns-previous-hscroll): New variable.
12787         (org-columns-full-header-line-format): New variable.
12788         (org-columns-display-here-title, org-columns-remove-overlays):
12789         Install `org-columns-hscoll-title' in post-command-hook.
12791         * org/org.el: Split into many small files.
12793         * org/org-agenda.el: New file, split off from org.el.
12795         * org/org-archive.el: New file, split off from org.el.
12797         * org/org-bbdb.el: New file.
12799         * org/org-bibtex.el: New file, split off from org.el.
12801         * org/org-clock.el: New file, split off from org.el.
12803         * org/org-colview.el: New file, split off from org.el.
12805         * org/org-compat.el: New file, split off from org.el.
12807         * org/org-exp.el: New file, split off from org.el.
12809         * org/org-faces.el: New file, split off from org.el.
12811         * org/org-gnus.el: New file, split off from org.el.
12813         * org/org-info.el: New file, split off from org.el.
12815         * org/org-infojs.el: New file.
12817         * org/org-irc.el: New file.
12819         * org/org-macs.el: New file, split off from org.el.
12821         * org/org-mew.el: New file.
12823         * org/org-mhe.el: New file, split off from org.el.
12825         * org/org-publish.el: New file, split off from org.el.
12827         * org/org-remember.el: New file, split off from org.el.
12829         * org/org-rmail.el: New file, split off from org.el.
12831         * org/org-table.el: New file, split off from org.el.
12833         * org/org-vm.el: New file, split off from org.el.
12835         * org/org-wl.el: New file, split off from org.el.
12837 2008-04-27  Jason Riedy  <jason@acm.org>
12839         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
12840         parameter that suppresses lines that evaluate to NIL.
12841         (orgtbl-get-fmt): New inline function for
12842         picking apart formats that may be lists.
12843         (orgtbl-apply-fmt): New inline function for applying formats that
12844         may be functions.
12845         (orgtbl-eval-str): New inline function for strings that may be
12846         functions.
12847         (orgtbl-format-line, orgtbl-to-generic): Use and document.
12848         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
12849         (*orgtbl-llfmt*, *orgtbl-llstart*)
12850         (*orgtbl-llend*): Dynamic variables for last-line formatting.
12851         (orgtbl-format-section): Shift formatting to support detecting the
12852         last line and formatting it specially.
12853         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
12854         formats unless overridden.
12855         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
12856         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
12857         bound variables to hold the input collection of lines and output
12858         formatted text.
12859         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
12860         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
12861         format parameters.
12862         (orgtbl-format-line): New function encapsulating formatting for a
12863         single line.
12864         (orgtbl-format-section): Similar for each section.  Rebinding the
12865         dynamic vars customizes the formatting for each section.
12866         (orgtbl-to-generic): Use orgtbl-format-line and
12867         orgtbl-format-section.
12868         (org-get-param): Now unused, so delete.
12869         (orgtbl-gather-send-defs): New function to
12870         gather all the SEND definitions before a table.
12871         (orgtbl-send-replace-tbl): New function to find the RECEIVE
12872         corresponding to the current name.
12873         (orgtbl-send-table): Use the previous two functions and implement
12874         multiple destinations for each table.
12876         * doc/org.texi (A LaTeX example): Note that fmt may be a
12877         one-argument function, and efmt may be a two-argument function.
12878         (Radio tables): Document multiple destinations.
12880 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
12882         * org/org-agenda.el (org-add-to-diary-list): New function.
12883         (org-prefix-has-effort): New variable.
12884         (org-sort-agenda-noeffort-is-high): New option.
12885         (org-agenda-columns-show-summaries)
12886         (org-agenda-columns-compute-summary-properties): New options.
12887         (org-format-agenda-item): Compute the duration of the item.
12888         (org-agenda-weekend-days): New variable.
12889         (org-agenda-list, org-timeline): Use the proper faces for dates in
12890         the agenda and timeline buffers.
12891         (org-agenda-archive-to-archive-sibling): New command.
12892         (org-agenda-start-with-clockreport-mode): New option.
12893         (org-agenda-clockreport-parameter-plist): New option.
12894         (org-agenda-clocktable-mode): New variable.
12895         (org-agenda-deadline-leaders): Allow a function value for the
12896         deadline leader.
12897         (org-agenda-get-deadlines): Deal with new function value.
12899         * org/org-clock.el (org-clock): New customization group.
12900         (org-clock-into-drawer, org-clock-out-when-done)
12901         (org-clock-in-switch-to-state, org-clock-heading-function):
12902         Move into the new group.
12903         (org-clock-out-remove-zero-time-clocks): New option.
12904         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
12905         (org-dblock-write:clocktable): Allow a Lisp form for the scope
12906         parameter.
12907         (org-dblock-write:clocktable): Fix bug with total time calculation.
12908         (org-dblock-write:clocktable): Request the unrestricted list of files.
12909         (org-get-clocktable): New function.
12910         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
12911         be strings but also integers (an absolute day number) and lists (m d y).
12913         * org/org-colview.el (org-columns-next-allowed-value)
12914         (org-columns-edit-value): Limit the effort for updating in the
12915         agenda to recomputing a single file.
12916         (org-columns-compute): Only write property value if it has changed.
12917         This avoids raising the buffer-change-flag unnecessarily.
12918         (org-agenda-colview-summarize)
12919         (org-agenda-colview-compute): New functions.
12920         (org-agenda-columns): Call `org-agenda-colview-summarize'.
12922         * org/org-exp.el (org-export-run-in-background): New option.
12923         (org-export-icalendar): Allow a batch process to trigger waiting
12924         after executing a system command.
12925         (org-export-preprocess-string): Rename from
12926         `org-cleaned-string-for-export'.
12927         (org-export-html-style): Made target class look like normal text.
12928         (org-export-as-html): Make use of the better preprocessing in
12929         `org-cleaned-string-for-export'.
12930         (org-cleaned-string-for-export): Better treatment of heuristic
12931         targets, many more internal links will now work in HTML export.
12932         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
12933         (org-export-inbuffer-options-extra): New variable.
12934         (org-export-options-filters): New hook.
12935         (org-infile-export-plist): Find also the settings keywords in
12936         `org-export-inbuffer-options-extra'.
12937         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
12938         multiple #+INFOJS_OPT lines.
12939         (org-export-html-handle-js-options): New function.
12940         (org-export-html-infojs-setup): New option.
12941         (org-export-as-html): Call `org-export-html-handle-js-options'.
12942         Add autoload to all entry points.
12943         (org-skip-comments): Function removed.
12945         * org/org-table.el (org-table-make-reference): Extra parenthesis
12946         around single fields, to make sure that algebraic formulas get
12947         correctly interpreted by calc.
12948         (org-table-current-column): No longer interactive.
12950         * org/org-export-latex.el (org-export-latex-preprocess):
12951         Rename from `org-export-latex-cleaned-string'.
12953 2008-04-27  Bastien Guerry  <bzg@altern.org>
12955         * org/org-publish.el (org-publish-get-base-files-1): New function.
12956         (org-publish-get-base-files): Use it.
12957         (org-publish-temp-files): New variable.
12958         Don't require 'dired-aux anymore.
12959         (org-publish-initial-buffer): New variable.
12960         (org-publish-org-to, org-publish): Use it.
12961         (org-publish-get-base-files-1): Bug fix: get
12962         the proper list of files when recursing thru a directory.
12963         (org-publish-get-base-files): Use the :exclude property to skip
12964         both files and directories.
12966 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
12968         * net/tramp.el (tramp-handle-make-symbolic-link)
12969         (tramp-handle-file-name-directory)
12970         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
12971         (tramp-do-copy-or-rename-file-directly)
12972         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
12973         (tramp-handle-substitute-in-file-name)
12974         (tramp-handle-insert-file-contents, tramp-handle-write-region)
12975         * net/tramp-cache.el (tramp-get-file-property)
12976         (tramp-set-file-property, tramp-flush-file-property)
12977         (tramp-flush-directory-property)
12978         * net/tramp-compat.el (tramp-compat-make-temp-file)
12979         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
12980         Disable `file-name-handler-alist' when handling localname.
12981         It could have a remote file syntax, like a VMS file name.
12983 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12985         * whitespace.el: New version 11.1.
12986         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
12987         enclosed by \\( and \\)$.  Docstring fix.
12988         (whitespace-trailing-regexp): Fun removed.
12989         (whitespace-report-list): Const initialization fix.
12990         (whitespace-color-on): Code fix.
12992 2008-04-27  Andreas Schwab  <schwab@suse.de>
12994         * Makefile.el: Unbreak bootstrap.
12996 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
12998         * net/tramp.el (tramp-replace-environment-variables): New defun.
12999         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
13000         Use it.
13002 2008-04-27  Glenn Morris  <rgm@gnu.org>
13004         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
13006         * calculator.el (calculator-expt): Replace cl function `oddp'.
13008 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
13010         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
13011         Simplify.  Collect `defun' and `autoload' entries.
13012         Avoid modifying load-history.
13014 2008-04-26  Glenn Morris  <rgm@gnu.org>
13016         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
13018         * simple.el (quoted-insert, zap-to-char): Revert previous change.
13020 2008-04-26  John Paul Wallington  <jpw@pobox.com>
13022         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
13023         `hexl-mode-old-eldoc-documentation-function'.
13024         (hexl-mode-exit): Restore it.
13025         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
13027         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
13029 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
13031         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
13032         (completion-pcm--all-completions): Doc fix.
13033         (completion-styles-alist, completion-all-completions):
13034         Fix typos in docstrings.
13036 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13038         * whitespace.el: There is now only one variable (whitespace-style) to
13039         specify which kind of blank is visualized.  Doc and docstring fix.
13040         New version 11.0.
13041         (whitespace-style): New option, replace whitespace-style-mark and
13042         whitespace-style-color.
13043         (whitespace-style-mark, whitespace-style-color): Options removed.
13044         (whitespace-hspace, whitespace-tab, whitespace-newline)
13045         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
13046         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
13047         (whitespace-hspace-regexp, whitespace-space-regexp)
13048         (whitespace-tab-regexp, whitespace-trailing-regexp)
13049         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13050         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
13051         (whitespace-space-after-tab-regexp, whitespace-line-column)
13052         (whitespace-display-mappings, whitespace-report): Docstring fix.
13053         (whitespace-color-value-list, whitespace-mark-value-list)
13054         (whitespace-active-color, whitespace-active-mark)
13055         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
13056         (whitespace-style-value-list, whitespace-active-style)
13057         (whitespace-toggle-style): New vars.
13058         (whitespace-toggle-option-alist, whitespace-help-text):
13059         Var initialization and docstring fix.
13060         (whitespace-toggle-options, global-whitespace-toggle-options)
13061         (whitespace-cleanup, whitespace-cleanup-region)
13062         (whitespace-report-region, whitespace-interactive-char)
13063         (whitespace-toggle-list): Docstring and code fix.
13064         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
13065         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
13066         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
13067         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
13069 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13071         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
13072         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
13073         (diff-sanity-check-hunk): Adjust code accordingly.
13075 2008-04-26  Glenn Morris  <rgm@gnu.org>
13077         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
13079         * forms-d2.dat: Move to ../etc.
13080         * forms-d2.el (forms-file): Adapt for above change.
13082         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
13083         `translation-table-for-input'.
13085         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
13086         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
13088         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
13089         to punctuation now it's not needed for abbrevs.
13090         (fortran-mode-abbrev-table): Remove defvar, make use of new
13091         define-abbrev-table :regexp feature.
13093         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
13094         insert, now that translation-table-for-input is not needed.
13096 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
13098         * emacs-lisp/pp.el (pp-display-expression): New function,
13099         extracted from pp-eval-expression.
13100         (pp-eval-expression): Use pp-display-expression.
13101         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
13102         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
13103         (pp-eval-last-sexp): Use pp-last-sexp.
13105 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13107         * abbrev.el (define-abbrev-table): Apply props even if the table
13108         exists already.
13110         * minibuffer.el (completion-table-with-context): Fix `pred' for the
13111         various kinds of completion tables.
13112         (completion-emacs22-try-completion): Place cursor after the /, as was
13113         done in Emacs-22's minibuffer-complete-word.
13114         Fix bug reported by David Hansen <david.hansen@gmx.net>.
13115         (completion-emacs22-try-completion): Merge all mergeable text rather
13116         than just /.
13117         (completion-pcm--delim-wild-regex): New var.
13118         (completion-pcm-word-delimiters): New custom.
13119         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
13120         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
13121         (completion-pcm--all-completions, completion-pcm-all-completions)
13122         (completion-pcm--merge-completions, completion-pcm--pattern->string)
13123         (completion-pcm-try-completion): New functions.
13124         (completion-styles-alist): Add them.
13125         (completion-styles): Add it to the default.
13127 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
13129         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
13130         (gdb-var-create-handler): ...until here when there are values.
13131         (gdb-post-prompt): Don't do -var-update with no watch expressions.
13132         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
13134 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
13136         * ls-lisp.el (ls-lisp-format): Fix last change.
13137         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
13138         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
13139         (ls-lisp-filesize-f-fmt): New defvars.
13140         (ls-lisp-insert-directory): Dynamically compute format specifiers
13141         for displaying UID, GID, and file size, and store them in the
13142         above variables.
13143         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
13144         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
13145         instead of constant format strings.
13146         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
13147         ls-lisp-filesize-d-fmt instead of constant format strings.
13149 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
13151         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
13152         value of addresses rather than (partial) string value.
13153         (gdb-frame-handler): Change regexp according to above change.
13154         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13155         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
13156         (gdb-assembler-mode): Disable undo in these buffers.
13158 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
13160         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
13161         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
13163 2008-04-24  Sam Steingold  <sds@gnu.org>
13165         * textmodes/remember.el (remember-diary-extract-entries): Use
13166         diary-make-entry instead of the obsolete make-diary-entry.
13168 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13170         * subr.el (translation-table-for-input): Mark as obsolete.
13172         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
13174         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
13176         * textmodes/ispell.el (ispell-dictionary-alist-1)
13177         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
13178         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
13179         (ispell-dictionary-alist-6): Remove.
13180         (ispell-dictionary-base-alist): New var, merges the above.
13181         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
13182         Use it.
13183         (ispell-dictionary-alist): Default to nil.  Remove autoload.
13184         (ispell-local-dictionary-alist): Remove autoload.
13186         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
13187         (f90-mode-abbrev-table): Use the new :regexp feature.
13188         Merge defvar and mapc into define-abbrev-table.
13189         (f90-imenu-type-matcher): Remove unused `l'.
13190         (f90-imenu-generic-expression): Remove unused `not-ib'.
13191         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
13192         (f90-change-keywords): Use restore-buffer-modified-p.
13194 2008-04-24  Glenn Morris  <rgm@gnu.org>
13196         * net/goto-addr.el (goto-address-prog-mode):
13197         * progmodes/bug-reference.el (bug-reference-prog-mode):
13198         Define for compiler.
13200         * minibuffer.el (x-file-dialog): Declare as function.
13202         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
13203         dframe-update-speed rather than obsolete alias speedbar-update-speed.
13205         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
13206         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
13207         work with easymenu.  Add :keys where needed.
13209         * calendar/cal-move.el (calendar-scroll-left): Handle case when
13210         event-start is nil.
13212         * calendar/calendar.el (calendar-mode-map): Fix typo.
13214 2008-04-24  Tom Tromey  <tromey@redhat.com>
13216         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13217         Document keywords.  Add :suppress.
13218         * pcvs-defs.el (cvs-mode-map): Use :suppress.
13220         * net/goto-addr.el (goto-address-unfontify): New function.
13221         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
13222         (goto-address-fontify-region, goto-address-mode)
13223         (goto-address-prog-mode): New functions.
13225         * progmodes/bug-reference.el: New file.
13227 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13229         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
13231 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13233         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
13234         macros within lambdas.
13236 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13238         * minibuffer.el (completion-try-completion): Add `point' argument.
13239         Change return value.
13240         (completion-all-completions): Add `point' argument.
13241         (minibuffer-completion-help): Pass the new `point' argument.
13242         (completion--do-completion): Pass the whole field to try-completion.
13243         (completion--try-word-completion): Rewrite, making fewer assumptions.
13244         (completion-emacs21-try-completion, completion-emacs21-all-completions)
13245         (completion-emacs22-try-completion, completion-emacs22-all-completions)
13246         (completion-basic-try-completion, completion-basic-all-completions):
13247         New functions.
13248         (completion-styles-alist): Use them.
13250 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
13252         * textmodes/ispell.el (ispell-set-spellchecker-params):
13253         New function to make sure right params and dictionary alists are used
13254         after spellchecker changes.
13255         (ispell-aspell-dictionary-alist, ispell-last-program-name)
13256         (ispell-initialize-spellchecker-hook): New variables and hook.
13257         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
13258         (ispell-maybe-find-aspell-dictionaries): Remove.
13259         Calls replaced by (ispell-set-spellchecker-params) calls.
13260         (ispell-have-aspell-dictionaries): Remove.
13262         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
13263         by ispell-set-spellchecker-params.
13265 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13267         * complete.el (PC-do-completion): Be more robust in the presence of
13268         unexpected values in minibuffer-completion-predicate.
13270         * minibuffer.el (read-file-name): Don't let-bind default-directory.
13271         Only abbreviate default-filename if it's a file.
13273         * minibuffer.el (read-file-name-function, read-file-name-predicate)
13274         (read-file-name-completion-ignore-case, insert-default-directory):
13275         New vars, moved from fileio.c.
13276         (read-file-name): New fun, moved from fileio.c.
13277         * cus-start.el: Remove insert-default-directory and
13278         read-file-name-completion-ignore-case.
13280 2008-04-23  Magnus Henoch  <mange@freemail.hu>
13282         * tar-mode.el (tar-untar-buffer): If the entry has directory
13283         link type, extract it as a directory even if its file name doesn't
13284         end with a slash.  Fixes extraction of NetBSD tar archives.
13286 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13288         * server.el (server-start): Also don't get confused by CRs since we
13289         don't quote them.
13291 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
13293         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
13294         (gdb-set-gud-minor-mode-existing-buffers)
13295         (gdb-info-breakpoints-custom, gdb-get-location)
13296         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13297         Previously gdb-create-define-alist wasn't always run and added to
13298         after-save-hook.
13300         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
13302 2008-04-23  Kevin Ryde  <user42@zip.com.au>
13304         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
13305         comments like unindented ones.
13307 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13309         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
13310         parameter origins.
13312 2008-04-23  Kevin Ryde  <user42@zip.com.au>
13314         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13315         Bind print-level to ensure output forms aren't truncated if
13316         print-level is set to eval-expression-print-level when going via
13317         eval-defun and friends, or has been otherwise fiddled with.
13319 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13321         * progmodes/cc-mode.el (c-basic-common-init): Don't set
13322         font-lock-extend-after-change-region-function globally.
13324 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
13326         * speedbar.el (speedbar-use-tool-tips-flag)
13327         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
13328         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
13329         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
13330         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
13331         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
13332         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
13333         (speedbar-separator-face): Fix typos in docstrings.
13334         (speedbar-stealthy-function-list, speedbar-verbosity-level)
13335         (speedbar-supported-extension-expressions, speedbar-update-current-file)
13336         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
13337         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
13338         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
13339         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
13340         (speedbar-check-vc-this-line, speedbar-files-line-directory)
13341         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
13342         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
13343         (speedbar-recenter): Doc fixes.
13344         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
13345         declaration and remove redundant info in docstring.
13347 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
13349         * vc-git.el (vc-git-status-printer): Deal with directories.
13351         * vc.el (vc-next-action): Look at more than the first file to
13352         determine the state.
13354 2008-04-23  Glenn Morris  <rgm@gnu.org>
13356         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
13357         timers.  Doc fix.
13358         (dframe-update-speed): Drop support for XEmacs < 20.
13359         (dframe-frame-mode): Drop support for Emacs < 20.
13360         (dframe-set-timer-internal): Drop support for Emacs without timers.
13361         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
13363         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
13364         versions.  Add doc-string.  Mark as obsolete.
13366         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
13368         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
13369         rather than using an Emacs version test.
13371         * tree-widget.el (tree-widget-image-enable): Use display-images-p
13372         rather than an Emacs version test.
13374         * calendar/cal-china.el (holiday-chinese-qingming)
13375         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
13376         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
13377         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
13379         * calendar/cal-islam.el (holiday-islamic): Doc fix.
13381         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
13382         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
13383         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
13385 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
13387         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
13388         (gdb-previous-frame-pc-address): ...to this.
13389         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
13390         of "info frame" with Gdb 6.4+.
13391         (gdb-stack-list-frames-regexp): New regexp.
13392         (gdb-frame-handler-1): Parse output of -stack-info-frame.
13394 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
13396         * tar-mode.el (tar-prefix-offset): New constant.
13397         (tar-header-block-tokenize): Support paths with long names
13398         which use the "ustar" standard.
13400 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
13402         * image-dired.el (image-dired-track-original-file)
13403         (image-dired-modify-mark-on-thumb-original-file):
13404         Use `dired-goto-file' instead of `search-forward'.  This solves
13405         a bug with finding files where the file name is a subset of other
13406         file names.  Doc fix.
13408 2008-04-22  Juri Linkov  <juri@jurta.org>
13410         * menu-bar.el (buffers-menu-max-size): Move its definition down to
13411         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
13412         (yank-menu-length): Change group name `mouse' to `menu'.
13413         (buffers-menu-buffer-name-length): New user option.
13414         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
13415         instead of the hard-coded number 27.
13417 2008-04-22  Juri Linkov  <juri@jurta.org>
13419         * isearch.el (eval-when-compile): Require `help-macro'.
13420         (isearch-help-for-help-internal): Isearch specific Help screen
13421         created by `make-help-screen'.
13422         (isearch-help-map): New variable that binds "b", "k", "m" to
13423         isearch-specific commands, and binds other keys to
13424         isearch-other-control-char, thus allowing other Help keys to
13425         exit isearch mode and execute their global definitions.
13426         (isearch-help-for-help, isearch-describe-bindings)
13427         (isearch-describe-key, isearch-describe-mode): New commands.
13428         (isearch-mode-help): Define alias to isearch-describe-mode
13429         and remove its old function definition.
13430         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
13431         Remove old comments because this issue is settled now.
13432         (isearch-forward): Describe three new Help commands in the docstring.
13433         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
13434         leave the single sentence at the first line of the docstring,
13435         and prepend the word "function" before `isearch-forward'
13436         to make the Help link to the function instead of variable.
13438 2008-04-22  Juri Linkov  <juri@jurta.org>
13440         * isearch.el (isearch-success-function): New variable with default
13441         to `isearch-success-function-default'.
13442         (isearch-search): Call a function from `isearch-success-function'
13443         instead of calling the hard-coded `isearch-range-invisible'.
13444         (isearch-success-function-default): New function that calls
13445         `isearch-range-invisible' and inverts its return value.
13447         * info.el (Info-search): In two similar places that skip
13448         undesired search matches move code to Info-search-success-function,
13449         and call `isearch-success-function' instead.
13450         (Info-search-success-function): New function copied from code
13451         in Info-search.  Replace isearch-range-invisible with
13452         text-property-not-all that checks for 'invisible and 'display
13453         properties to skip partially invisible matches (whose display
13454         properties were set by Info-fontify-node).
13455         (Info-mode): Set buffer-local isearch-success-function
13456         to Info-search-success-function.
13458 2008-04-22  Juri Linkov  <juri@jurta.org>
13460         * minibuffer.el (internal-complete-buffer-except): New function.
13462         * files.el (read-buffer-to-switch): New function.
13463         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
13464         Change interactive spec to call read-buffer-to-switch instead of
13465         using the letter "B".
13467         * simple.el (minibuffer-default-add-shell-commands): New function.
13468         Use declare-function for mailcap-file-default-commands from "mailcap".
13469         (shell-command): Set local minibuffer-default-add-function to
13470         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
13471         before calling read-shell-command.  Set 4th arg default-value of
13472         read-shell-command to relative buffer-file-name in file buffers.
13474         * dired-aux.el (dired-read-shell-command-default): Move it to
13475         gnus/mailcap.el and change its name to more general name
13476         mailcap-file-default-commands.
13477         (minibuffer-default-add-dired-shell-commands): New function.
13478         Use declare-function for mailcap-file-default-commands from "mailcap".
13479         (dired-read-shell-command): Set local minibuffer-default-add-function
13480         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
13481         before calling read-shell-command.  Remove dired-read-shell-command-default
13482         from the default value arg because default values are not set in
13483         minibuffer-default-add-dired-shell-commands.  Doc fix.
13485         * dired-x.el (dired-smart-shell-command): Sync arguments and
13486         interactive spec with changes in `shell-command'.
13487         Use dired-get-filename to get the dired file name at point
13488         as the default value in dired mode.
13490 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
13492         * info.el (Info-complete-menu-item): Add missing parenthesis.
13494 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13496         * info.el (Info-complete-menu-item): Save point.
13498 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
13500         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
13502 2008-04-22  Andreas Schwab  <schwab@suse.de>
13504         * Makefile.in (emacs-deps): Define.
13505         Use it instead of $(lisp)/subdirs.el.
13507 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
13509         * vc.el (vc-next-action): Do not consider directories when
13510         checking for state compatibility.
13511         (vc-transfer-file): Use when not if.
13512         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
13513         (vc-dir-mark-file): Use them.
13514         (vc-deduce-fileset): Also return the backend.
13515         (vc-diff-internal): Take as argument the value returned by
13516         vc-deduce-fileset instead of just the fileset.
13517         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
13518         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
13519         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
13521 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
13523         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
13524         set-window-vscroll but image-scroll-down.  Fixes a bug where a
13525         command following SPC scrolled up again.
13527 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
13529         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
13530         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
13531         (gud-watch): Add "$" prefix when in registers buffer.
13533 2008-04-22  Glenn Morris  <rgm@gnu.org>
13535         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
13537         * whitespace.el (whitespace-display-table)
13538         (whitespace-display-table-was-local): Move definitions before use.
13540         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
13541         (copyright-limit): Respect copyright-at-end-flag.
13542         (copyright-re-search, copyright-start-point)
13543         (copyright-offset-too-large-p): New functions.
13544         (copyright-update-year): Use copyright-re-search.
13545         (copyright-update, copyright-fix-years): Use copyright-start-point,
13546         and copyright-re-search.
13547         (copyright): Use copyright-offset-too-large-p.
13548         * add-log.el (change-log-mode): Set copyright-at-end-flag.
13550         * add-log.el (top-level): Require 'cl when compiling.
13552 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13554         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
13555         Treat minibuffer-completion-predicate as a predicate.
13557         * minibuffer.el (completion--file-name-table): Accept both the old
13558         `dir' arg or the new `pred' arg.
13560         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
13561         `predicate' argument to pass non-predicate data.
13562         (ffap-read-url-internal, ffap-read-file-or-url-internal):
13563         Use second arg as proper predicate.
13565         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
13566         (vc-bzr-revision-completion-table): Use completion-table-with-context
13567         instead.
13569         * simple.el (choose-completion-string): Use minibuffer-completion-table.
13571 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
13573         * term.el (term-emulate-terminal): Perform redisplay after the
13574         process filter has finished running.
13576 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13578         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
13580         * minibuffer.el (completion-try-completion): Change magic symbol
13581         property name.  Rename from minibuffer-try-completion.
13582         (completion-all-completions): Rename from minibuffer-all-completions.
13583         Remove hide-spaces argument.
13584         (completion--do-completion): Rename from minibuffer--do-completion.
13585         (minibuffer-complete-and-exit): Call just try-completion rather than
13586         completion-try-completion to fix up the case.
13587         (completion--try-word-completion): Try to add space or hyphen before
13588         making `string' a prefix of `completion'.
13589         (completion--insert-strings): Rename from minibuffer--insert-strings.
13591 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13593         * net/tls.el (tls-program): Add -ign_eof argument to call the
13594         openssl commands.
13595         (tls-checktrust): Ditto.
13597 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
13599         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
13601         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
13602         (vc-check-master-templates, vc-file-not-found-hook)
13603         (vc-kill-buffer-hook):
13604         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
13605         (vc-find-position-by-context, vc-buffer-context)
13606         (vc-restore-buffer-context, vc-responsible-backend)
13607         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
13608         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
13609         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
13610         (vc-version-diff, vc-diff, vc-insert-headers)
13611         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
13612         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
13613         (vc-revert, vc-rollback, vc-version-backup-file)
13614         (vc-rename-master, vc-delete-file, vc-rename-file)
13615         (vc-branch-part, vc-default-retrieve-snapshot)
13616         (vc-annotate-display-autoscale, vc-annotate-display-select)
13617         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
13618         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
13619         (vc-dir-update): Handle directories.
13620         (vc-default-status-printer): Simplify.
13622         * progmodes/asm-mode.el (asm-mode-map):
13623         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
13625         * progmodes/m4-mode.el (m4-mode-map): Add menu.
13627 2008-04-21  Kenichi Handa  <handa@m17n.org>
13629         * select.el (xselect-convert-to-string): Send a C_STRING only if
13630         the polymorphic target TEXT is requested.
13632 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
13634         * minibuffer.el (completion-setup-hook, display-completion-list)
13635         (completion--file-name-table): Fix typos in docstrings.
13636         (completion-table-dynamic): Fix typo, and reflow docstring.
13638 2008-04-20  Andreas Schwab  <schwab@suse.de>
13640         * server.el (server-switch-buffer): Also consider clients in the
13641         selected frame.
13643 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
13645         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
13646         Select window clicked on first.
13647         (gdb): Display thread number in mode-line.
13648         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
13649         (gdb-breakpoints-header): New variable.
13650         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
13652 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13654         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
13655         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
13656         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
13657         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
13658         (vc-sccs-print-log): Use it.
13660         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
13662         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
13663         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
13665         * tooltip.el (tooltip-previous-message): New var.
13666         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
13667         the C code (avoid overwriting a minibuffer, restore previous echo
13668         message, ...).
13669         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
13670         Simplify.
13672 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
13674         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
13675         (gdb-init-1): Initialise it.
13676         (gdb-annotation-rules): New entry for "new-thread".
13677         (gdb-thread-identification): New function to customize
13678         mode-line-buffer-identification.
13679         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
13680         (gdb-assembler-mode): Use it.
13681         (gdb-threads-mode): Force "info threads" onto queue.
13683 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13685         * files.el (locate-file-completion-table): Rename from
13686         locate-file-completion and make it use `pred' in the normal way.
13687         (locate-file-completion): New compatibility wrapper.
13688         (load-library): Use locate-file-completion-table.
13689         * finder.el (finder-commentary):
13690         * subr.el (locate-library):
13691         * emacs-lisp/find-func.el (find-library): Likewise.
13692         * info.el: Use with-current-buffer and inhibit-read-only.
13693         (Info-read-node-name-2): Change to use `predicate' in the normal way.
13694         (Info-read-node-name-1): Adjust uses accordingly.
13696         * minibuffer.el (completion-table-with-context): Add support for `pred'.
13697         (completion-table-with-terminator): Don't use complete-with-action
13698         since we have to distinguish all three cases anyway.
13699         (completion-table-with-predicate): New function.
13700         (dynamic-completion-table): Add obsolete alias.
13702         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
13704 2008-04-18  Sam Steingold  <sds@gnu.org>
13706         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
13707         Use quit-window instead of bury-buffer.
13709 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13711         * minibuffer.el (completion-table-with-terminator): Fix last fix.
13713 2008-04-18  Andreas Schwab  <schwab@suse.de>
13715         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
13716         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
13717         Depend on $(lisp)/subdirs.el.
13719 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
13721         * descr-text.el (describe-char-after):
13722         Use `define-obsolete-function-alias'.
13724         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
13726         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
13728         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
13729         Remove redundant obsolescence info in docstring.
13731         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
13732         (vc-header-alist): Add WHEN to obsolescence declaration.
13733         (vc-state): Fix typo in docstring.
13735         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
13736         Use `define-obsolete-variable-alias'.
13738         * emulation/tpu-edt.el (tpu-have-ispell):
13739         * international/codepage.el (codepage-setup):
13740         Fix typo in obsolescence declaration.
13742         * international/mule.el (char-coding-system-table):
13743         Remove redundant obsolescence info in docstring.
13744         (charset-list, generic-char-p, set-char-table-default):
13745         Fix typos in obsolescence declarations.
13747         * international/mule-diag.el (non-iso-charset-alist):
13748         Fix typo in obsolescence declaration.
13749         (decode-codepage-char): Remove redundant obsolescence info in docstring.
13751         * font-core.el (font-lock-defaults-alist):
13752         * font-lock.el (font-lock-reference-face):
13753         * frame.el (screen-height, screen-width, set-screen-width)
13754         (set-screen-height):
13755         * hilit-chg.el (highlight-changes-initial-state):
13756         * isearch.el (isearch-return-char):
13757         * log-edit.el (cvs-commit-buffer-require-final-newline)
13758         (cvs-changelog-full-paragraphs):
13759         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
13760         (mouse-popup-menubar-stuff):
13761         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
13762         (mouse-wheel-click-button):
13763         * outline.el (outline-visible):
13764         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
13765         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
13766         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
13767         * progmodes/compile.el (compile-internal):
13768         Add WHEN to obsolescence declarations.
13770 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13772         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
13773         is not better anyway.
13775 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13777         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
13778         properly.
13780 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13782         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
13783         (python-use-skeletons): Remove, unused.
13784         (python-skeletons): Remove.  Use the abbrev table instead.
13785         (python-mode-abbrev-table): Fix regexp;
13786         add enable-function and case-fixed.
13787         (def-python-skeleton): Simplify.
13788         (python-expand-template): Use the abbrev-table and abbrev-insert.
13789         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13790         Remove.
13791         (python-mode): Don't set pre-abbrev-expand-hook.
13793         * skeleton.el: Set coding-tag.
13795         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
13796         (expand-abbrev): Use it.
13797         (abbrev-table-menu): New function.
13799         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
13801         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
13803 2008-04-17  Sam Steingold  <sds@gnu.org>
13805         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
13806         idiosyncratic bury-buffer/delete-window logic.
13808 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
13810         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
13811         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
13813 2008-04-17  Kenichi Handa  <handa@m17n.org>
13815         * international/characters.el: Don't make the width of U+00AD to 0.
13817 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
13819         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
13820         (gdb, gdb-starting, gdb-frames-mode): Use it.
13821         (gdb-invalidate-frames): Advise to call "info stack" only if
13822         execution has occurred.
13823         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
13824         selected frame if no execution has occurred.
13825         (gdb-frames-force-update): New interactive function.
13826         (gdb-frames-mode-map): Bind it to "F".
13828 2008-04-17  Michael Olson  <mwolson@gnu.org>
13830         * textmodes/remember.el (remember-version): Release Remember 2.0.
13832 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
13834         * textmodes/artist.el:
13835         * progmodes/vhdl-mode.el:
13836         * progmodes/verilog-mode.el:
13837         * progmodes/vera-mode.el:
13838         * progmodes/simula.el:
13839         * progmodes/ps-mode.el:
13840         * progmodes/cmacexp.el:
13841         * obsolete/hilit19.el:
13842         * emulation/viper.el:
13843         * ediff.el: Cleanup the bug-report email addresses and make sure the
13844         maintainer is still willing to handle bug reports.
13846 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
13848         * vc.el (vc-dir-kill-query): Fix thinko.
13850 2008-04-16  Glenn Morris  <rgm@gnu.org>
13852         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
13853         by diary-sexp-entry.
13855 2008-04-16  Markus Triska  <markus.triska@gmx.at>
13857         * proced.el (proced-command-alist): Add support for darwin.
13859 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13861         * proced.el (proced-mode): Redefine as just the major-mode.
13862         (proced): Separate it from proced-mode.
13864         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
13866 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13868         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
13869         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
13870         `tab-width' setting from user.  New version 10.0.  Doc and docstring
13871         fix.
13872         (whitespace-style, whitespace-chars): Remove options.
13873         (whitespace-style-mark): New option, replace whitespace-style deleted
13874         option.  Fix docstring.
13875         (whitespace-style-color): New option, replace whitespace-chars deleted
13876         option.  Fix docstring.
13877         (whitespace-space, whitespace-hspace, whitespace-tab)
13878         (whitespace-newline, whitespace-trailing, whitespace-line)
13879         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
13880         (whitespace-space-after-tab, whitespace-hspace-regexp)
13881         (whitespace-space-regexp, whitespace-tab-regexp)
13882         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13883         (whitespace-empty-at-eob-regexp, whitespace-line-column)
13884         (whitespace-toggle-option-alist): Fix docstring.
13885         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13886         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
13887         docstring and initialization.
13888         (global-whitespace-mode): Autoloaded global minor mode.
13889         (whitespace-chars-value-list, whitespace-style-value-list)
13890         (whitespace-active-chars, whitespace-active-style)
13891         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
13892         (whitespace-color-value-list): New var, replace
13893         whitespace-chars-value-list removed var.
13894         (whitespace-mark-value-list): New var, replace
13895         whitespace-style-value-list removed var.
13896         (whitespace-active-color): New var, replace whitespace-active-chars
13897         removed var.
13898         (whitespace-active-mark): New var, replace whitespace-active-style
13899         removed var.
13900         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
13901         removed var.
13902         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
13903         removed var.
13904         (whitespace-toggle-option-alist, whitespace-report-list)
13905         (whitespace-report-text, whitespace-help-text): Fix initialization.
13906         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
13907         (whitespace-toggle-options, global-whitespace-toggle-options)
13908         (whitespace-cleanup-region, whitespace-report-region)
13909         (whitespace-interactive-char): Fix docstring and code.
13910         (whitespace-cleanup, whitespace-report): Fix docstring.
13911         (whitespace-replace-spaces-by-tabs): Remove fun.
13912         (whitespace-replace-action): New fun, replace
13913         whitespace-replace-spaces-by-tabs removed fun.
13914         (whitespace-regexp, whitespace-indentation-regexp)
13915         (whitespace-space-after-tab-regexp, whitespace-insert-value)
13916         (whitespace-kill-buffer): New funs.
13917         (whitespace-insert-option-mark, whitespace-help-on)
13918         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
13919         (whitespace-color-on, whitespace-color-off)
13920         (whitespace-display-char-on): Fix code.
13922 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13924         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
13925         (mouse-throw-magnifier-with-mouse-movement): Remove.
13926         (mouse-throw-magnifier-base): New const.
13927         (mouse-drag-scroll-delta): New fun.
13928         (mouse-drag-throw): Use it.
13930 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
13932         * international/uni-bidi.el, international/uni-category.el:
13933         * international/uni-combining.el, international/uni-comment.el:
13934         * international/uni-decimal.el, international/uni-decomposition.el:
13935         * international/uni-digit.el, international/uni-lowercase.el:
13936         * international/uni-mirrored.el, international/uni-name.el:
13937         * international/uni-numeric.el, international/uni-old-name.el:
13938         * international/uni-titlecase.el, international/uni-uppercase.el:
13939         * international/charprop.el: Regenerate.
13941 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
13943         * vc.el (vc-status-fileinfo): Add new member directoryp.
13944         (vc-default-status-printer): Print directories.
13945         (vc-status-update): Sort files before subdirectories.
13947         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13948         Add alternative implementation based on "cvs update".
13950 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
13952         * doc-view.el: Changed requirements section to tell that only one
13953         of dvipdf or dvipdfm is needed.
13954         (doc-view-already-converted-p): Fix bug that forced reconversion
13955         if doc was already converted.
13957 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13959         * minibuffer.el (minibuffer-message):
13960         Make sure we can put-text-property.
13962         * emacs-lisp/crm.el: Complete rewrite.
13964         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
13965         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
13966         case of an error in display-completion-list.
13968         * filecache.el (file-cache-completions-keymap): Move init from
13969         file-cache-completion-setup-function into declaration.
13970         (file-cache-minibuffer-complete): Simplify.
13971         (file-cache-completion-setup-function): Use standard-output,
13972         preserve current-buffer.
13974         * vc.el (vc-status-update): Fix typo.
13975         (vc-status-update): Set needs-update.
13976         (vc-status-refresh): Î·-reduce.
13978 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
13980         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
13981         to image-eol.
13983 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
13985         * vc.el (vc-status-update): Undo the previous revert.
13987 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13989         * minibuffer.el (completion-table-with-terminator): Those completions
13990         are never valid w.r.t test-completion.
13991         (completion--file-name-table):
13992         Check completion-all-completions-with-base-size.
13994 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
13996         * doc-view.el (doc-view-dvipdf-program): New variable.
13997         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
13998         (doc-view-mode-p): Check for doc-view-dvipdf-program as
13999         alternative for doc-view-dvipdfm-program.
14000         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
14002         * doc-view.el (doc-view-start-process): Don't set
14003         default-directory to "~/" if the current value is valid.
14004         This broke PS files that run other files in the same directory.
14006 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
14008         * vc.el (vc-status-kill-query): New function.
14009         (vc-status-mode): Add it to kill-buffer-query-functions.
14010         (vc-status-show-fileentry): New function.
14011         (vc-status-menu-map): Bind it.  Bind vc-next-action.
14013 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14015         * minibuffer.el (minibuffer-message): Put cursor at the right place.
14017 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14019         * proced.el (proced-send-signal): Fix error recognition.
14021 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14023         * proced.el (proced-command-alist): Remove sort column.
14024         (proced-command, proced-procname-column):
14025         Use make-variable-buffer-local.
14026         (proced-signal-function): Rename from proced-kill-program.
14027         Allow for elisp symbols and string values representing system calls.
14028         (proced-marker-regexp, proced-success-message): New functions.
14029         (proced): Use defalias.  Add autoload cookie.
14030         (proced-unmark-backward, proced-toggle-marks)
14031         (proced-hide-processes): New commands.
14032         (proced-do-mark): Simplify code.
14033         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
14034         (proced-update): Remove sorting.
14035         (proced-send-signal): Display number of processes to operate on.
14036         Allow for system calls or elisp functions to send signals.
14037         Check if signal was sent successfully.
14039 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14041         * minibuffer.el (completion-all-completion-with-base-size): New var.
14042         (completion--some): New function.
14043         (completion-table-with-context, completion--file-name-table):
14044         Return the base-size if requested.
14045         (completion-table-in-turn): Generalize to multiple arguments.
14046         (complete-in-turn): Compatibility alias.
14047         (completion-styles-alist): New var.
14048         (completion-styles): New customization.
14049         (minibuffer-try-completion, minibuffer-all-completions):
14050         New functions.
14051         (minibuffer--do-completion, minibuffer-complete-and-exit)
14052         (minibuffer-try-word-completion): Use them.
14053         (display-completion-list, minibuffer-completion-help): Use them.
14054         Handle all-completions's new base-size info to set completion-base-size.
14055         * info.el (Info-read-node-name-1): Use completion-table-with-context,
14056         completion-table-with-terminator and complete-with-action.
14057         Remove the now obsolete completion-base-size-function property.
14058         * simple.el (completion-list-mode-map): Move init into declaration.
14059         (completion-list-mode): Use define-derived-mode.
14060         (completion-setup-function): Use any completion-base-size that may
14061         have been set before.  Remove handling of completion-base-size-function.
14062         * loadup.el: Move abbrev.el up earlier.
14064 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
14066         * vc-git.el (vc-git-after-dir-status-stage)
14067         (vc-git-dir-status-goto-stage): New functions.
14068         (vc-git-after-dir-status-stage1)
14069         (vc-git-after-dir-status-stage1-empty-db)
14070         (vc-git-after-dir-status-stage2): Remove, functionality moved
14071         into the new generic stage functions.
14072         (vc-git-dir-status-files): New function.
14074         * vc.el (vc-status-update): Revert an incorrect rewrite.
14075         Add some comments.
14076         (vc-status-refresh-files): New function.
14077         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
14078         state of up-to-date files.
14079         (vc-default-dir-status-files): New function.
14081 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
14083         * minibuffer.el (completion--embedded-envvar-table)
14084         (read-file-name-internal): Fix typos in 2008-04-11 change.
14086         * faces.el (read-face-name): Use `completion-table-in-turn',
14087         not `complete-in-turn'.
14089 2008-04-13  Andreas Schwab  <schwab@suse.de>
14091         * progmodes/etags.el: Require 'cl when compiling.
14093 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
14095         * progmodes/gud.el (gud-menu-map): Expand tooltip.
14097         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
14098         (menu): Add/expand menu tooltips.
14100 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14102         * progmodes/sh-script.el (sh-show-indent): Fix typo.
14103         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
14105         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
14106         considered registered.
14108 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14110         * emacs-lisp/copyright.el (copyright-update-directory): New command.
14112         * ediff-wind.el (ediff-split-window-function)
14113         (ediff-merge-split-window-function): Improve custom type.
14115 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
14117         * loadup.el ("minibuffer"): Move after "faces".
14119 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14121         * progmodes/hideif.el (hif-factor): Handle unary minus.
14123 2008-04-12  Glenn Morris  <rgm@gnu.org>
14125         * calendar/cal-china.el (chinese-calendar-time-zone):
14126         Mark obsolete name as risky too.
14128         * calendar/calendar.el (calendar-faces): New custom group.
14129         (calendar-today, diary, holiday): Doc fix.
14130         Move to calendar-faces group.
14131         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
14132         (diary-button): Doc fix.  Move to calendar-faces group.
14134         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14135         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
14136         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
14137         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
14138         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
14139         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
14140         not in dumped files before the associated defcustom.
14142 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
14144         * minibuffer.el (lazy-completion-table): Fix debug spec.
14146 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14148         * minibuffer.el (complete-with-action, lazy-completion-table):
14149         Move from subr.el.
14150         (apply-partially, completion-table-dynamic)
14151         (completion-table-with-context, completion-table-with-terminator)
14152         (completion-table-in-turn): New funs.
14153         (completion--make-envvar-table, completion--embedded-envvar-table):
14154         New funs.
14155         (read-file-name-internal): Use them.
14156         (completion-setup-hook): Move from simple.el.
14157         * subr.el (complete-with-action, lazy-completion-table):
14158         * simple.el (completion-setup-hook): Move to minibuffer.el.
14160 2008-04-11  Glenn Morris  <rgm@gnu.org>
14162         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
14164 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14166         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
14168         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
14170         * textmodes/fill.el (fill-forward-paragraph-function): New var.
14171         (fill-forward-paragraph): New fun.
14172         (fill-paragraph, fill-region): Use it.
14174         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
14175         (vc-status-create-fileinfo): Make `extra' optional.
14176         (vc-status-busy): New fun.
14177         (vc-status-menu-map): Use it.
14178         (vc-status-crt-marked): Remove.
14179         (vc-status-update): Rename from vc-status-add-entries.
14180         Add argument so as to prevent addition of entries.  Rewrite.
14181         (vc-update-vc-status-buffer): Remove.
14182         (vc-status-refresh): Don't remove old entries, set them to
14183         up-to-date instead.  Also do it after the update is complete.
14184         (vc-status-marked-files): Î·-reduce.
14186         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
14187         for non-dialogs.
14189         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
14191         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
14193 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
14195         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
14196         to t and don't truncate msg.
14198 2008-04-11  Glenn Morris  <rgm@gnu.org>
14200         * calendar/calendar.el (diary, holidays):
14201         Move custom groups to other files.
14202         (holiday-general-holidays, holiday-oriental-holidays)
14203         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
14204         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14205         (holiday-hebrew-holidays, holiday-christian-holidays)
14206         (holiday-islamic-holidays, holiday-bahai-holidays)
14207         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
14208         * calendar/diary-lib.el: Move custom group here from calendar.el.
14209         * calendar/holidays.el: Move custom group and variables here
14210         from calendar.el.
14212         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
14214         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
14215         Fix custom group.
14216         (calendar-current-time-zone-cache): Autoload riskiness.
14218         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
14220 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
14222         * woman.el (woman2-TH): Use string-equal instead of string-match.
14224 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14226         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
14227         (smerge-resolve): Merge the "2-way refinement" case with one half of
14228         the "mere whitespace" resolution.
14230 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
14232         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
14234 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
14236         * subr.el (assoc-ignore-case, assoc-ignore-representation):
14237         Add WHEN to obsolescence declaration.
14239         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
14241 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
14243         * vc-hooks.el (vc-state): Add new state `conflict'.
14244         (vc-after-save): Use when not if.
14245         (vc-default-mode-line-string): Deal with the conflict state.
14246         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
14248         * vc.el (vc-editable-p, vc-default-status-printer)
14249         (vc-next-action): Deal with the conflict state.
14250         (vc-mark-resolved): New function.
14251         (vc-status-mode): Fix mode name.
14252         (vc-default-comment-history): Use when not if.
14253         (Todo): Add new entries, remove old ones.
14255         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
14256         (vc-cvs-parse-status, vc-cvs-after-dir-status):
14257         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
14258         Detect the conflict state.
14260         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
14262 2008-04-10  Glenn Morris  <rgm@gnu.org>
14264         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
14265         Respect truncate-partial-width-windows in non-full windows,
14266         with regards to :toggle and :enable state.
14268         * simple.el (toggle-truncate-lines): Doc fix.
14270         * Makefile.in (MH_E_DIR): New variable.
14271         (MH_E_SRC): Restore variable removed 2008-03-13.
14272         (mh-loaddefs.el): Depend on $MH_E_SRC.
14273         (CAL_DIR, CAL_SRC): New variables.
14274         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
14275         Depend on CAL_SRC.
14277         * calendar/calendar.el (calendar, diary): Add :prefix.
14278         (holidays): Change :prefix.
14279         (calendar-today, holiday, calendar-holiday-marker)
14280         (european-calendar-style): Change custom groups.
14282         * calendar/calendar.el (diary-hook, diary-display-hook):
14283         Move to diary-lib.el.
14284         * calendar/diary-lib.el (diary-hook, diary-display-hook):
14285         Move here from calendar.el.
14286         * calendar/appt.el: Require diary-lib rather than calendar.
14287         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
14289         * calendar/appt.el (appt): Add :prefix.
14291         * calendar/diary-lib.el (diary-hook): Doc fix.
14292         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
14294 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14296         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
14297         New functions.
14299         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
14300         the arg to recursive calls.
14302 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
14304         * minibuffer.el (completion-auto-help): Fix typo.
14306 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14308         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
14310 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
14312         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
14313         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
14315 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14317         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
14319         * minibuffer.el (minibuffer): Move group from cus-edit.el.
14320         (completion-auto-help): Move from C code.
14321         (minibuffer--maybe-completion-help): Remove.
14322         (minibuffer--bitset): New function.
14323         (minibuffer--do-completion): Rename from minibuffer-do-completion.
14324         Renumber a bit.  Really complete on string *before* point.
14325         Add argument used for word-completion.
14326         Join trailing / in completion with following text, as done in
14327         minibuffer-complete-word.
14328         Handle new value `lazy' for completion-auto-help.
14329         (minibuffer-try-word-completion): New function extracted from
14330         minibuffer-complete-word.
14331         (minibuffer-complete-word): Use minibuffer--do-completion.
14332         (minibuffer--insert-strings): Rename from
14333         minibuffer-complete-insert-strings.
14334         (exit-minibuffer): Fix typo.
14335         * cus-edit.el (minibuffer): Move group to minibuffer.el.
14336         * cus-start.el: Remove completion-auto-help.
14338 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
14340         * vc.el (vc-status-add-entries): New function.
14341         (vc-status-add-entry): Remove.
14342         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
14343         Use vc-status-add-entries.
14345         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
14346         order.
14348 2008-04-09  Jason Rumney  <jasonr@gnu.org>
14350         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
14351         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
14352         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
14353         (AUTOGENEL): New variable.
14354         (distclean, maintainer-clean): New targets.
14356 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
14358         * emacs-lisp/regexp-opt.el (regexp-opt):
14359         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
14361 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
14363         * nxml/nxml-mode.el (nxml-cleanup): New function.
14364         (nxml-mode): Add it to change-major-mode-hook.
14366 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
14368         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
14370 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
14372         * calc/.cvsignore: New file.
14374 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
14376         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
14378         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
14379         show-help-function when turning tooltip off.
14380         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
14381         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
14383 2008-04-09  Alan Mackenzie  <acm@muc.de>
14385         * font-lock.el (font-lock-extend-after-change-region-function):
14386         Make it buffer local.
14388 2008-04-09  Glenn Morris  <rgm@gnu.org>
14390         * calendar/calendar.el (diary-file, european-calendar-style):
14391         Remove autoload cookies.
14393 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14395         * outline.el (outline-mode-menu-bar-map):
14396         * log-view.el (log-view-mode-menu):
14397         * log-edit.el (log-edit-menu): Add :help.
14399 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
14401         * emacs-lisp/regexp-opt.el (regexp-opt-group):
14402         Use substring-no-properties for correct handling of unibyte strings.
14404 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14406         * add-log.el (change-log-next-buffer): Handle the case where version<
14407         signals an error.
14409         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
14410         mouse-major-mode-menu.
14411         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
14412         (mouse-major-mode-menu, mouse-popup-menubar)
14413         (mouse-popup-menubar-stuff): Use them.
14414         (C-down-mouse-3): Bind to a dynamic map rather than to
14415         mouse-popup-menubar-stuff.
14417         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
14418         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
14420 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14422         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
14423         file:// access method.
14425 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14427         * minibuffer.el: New file.
14428         * loadup.el: Load it.
14430 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14432         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
14433         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
14435         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
14436         (calc-mode-map, calc-digit-map, calc-dispatch-map):
14437         Move initialization into declaration.
14438         * calc/calc-yank.el:
14439         * calc/calc-misc.el:
14440         * calc/calc-embed.el:
14441         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
14443 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
14445         * ps-samp.el (ps-add-printer, ps-remove-printer)
14446         (ps-make-dynamic-printer-menu): New functions.
14448         * net/zeroconf.el: New file.
14450 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14452         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
14454 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14456         * vc-rcs.el (vc-rcs-modify-change-comment):
14457         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
14459         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
14461 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
14463         * international/mule-cmds.el (set-locale-environment): Don't warn if
14464         coding system doesn't agree with system locale (this reverts changes
14465         by Dave Love, dated 2002-10-27 and 2002-10-09).
14467         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14468         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
14470         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
14472 2008-04-08  Glenn Morris  <rgm@gnu.org>
14474         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
14475         * textmodes/remember.el (remember-diary-convert-entry):
14476         Require calendar.
14478         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
14479         diary-file, since it is the default for make-diary-entry anyway.
14481         * calendar/cal-menu.el (cal-menu-event-to-date):
14482         Rename calendar-event-to-date.  Update callers.
14483         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
14484         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
14485         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
14486         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
14487         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
14488         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
14489         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
14490         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
14491         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
14492         (calendar-mouse-tex-month-landscape):
14493         Rename cal-tex-mouse-month-landscape.
14494         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
14495         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
14496         (calendar-mouse-tex-year-landscape):
14497         Rename cal-tex-mouse-year-landscape.
14498         (cal-menu-context-mouse-menu): Update for above name changes.
14500         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14501         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14502         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
14503         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
14504         * calendar/holidays.el: Replace int-to-string with number-to-string.
14506 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
14508         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
14509         region if point moves.
14511 2008-04-08  Kenichi Handa  <handa@m17n.org>
14513         * faces.el (font-slant-table): Change numeric values for `r',
14514         `roman', and `normal'.
14516 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
14518         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
14520 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
14522         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
14523         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
14525 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
14527         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
14528         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
14530 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14532         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
14534 2008-04-07  Sam Steingold  <sds@gnu.org>
14536         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
14537         Add helper functions.
14538         (lisp-do-defun): Extract the common part of lisp-eval-defun and
14539         lisp-compile-defun; DEFVAR forms reset the variables to the init
14540         values, just like in emacs-lisp mode eval-defun.
14541         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
14542         (lisp-compile-region): Use lisp-compile-string.
14544 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14546         * subr.el (combine-and-quote-strings): Also quote strings that contain
14547         the separator.
14549         * pcvs-util.el (cvs-map): Avoid recursion :-(
14551 2008-04-07  Glenn Morris  <rgm@gnu.org>
14553         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
14555         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
14556         view-diary-entries-initially.  Keep old name as alias, update users.
14557         (calendar-mark-diary-entries-flag): Rename
14558         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
14559         (calendar-view-holidays-initially-flag): Rename
14560         view-calendar-holidays-initially.  Keep old name as alias, update users.
14561         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
14562         Keep old name as alias, update users.
14563         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
14564         Keep old name as alias, update users.
14565         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
14566         Keep old name as alias, update users.
14567         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
14568         Keep old name as alias, update users.
14569         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
14570         (diary-american-date-forms): Rename american-date-diary-pattern.
14571         Keep old name as alias, update users.
14572         (diary-european-date-forms): Rename european-date-diary-pattern.
14573         Keep old name as alias, update users.
14574         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
14575         Keep old name as alias, update users.
14576         (calendar-european-date-display-form): Rename
14577         european-calendar-display-form.  Keep old name as alias, update users.
14578         (calendar-american-date-display-form): Rename
14579         european-calendar-display-form.  Keep old name as alias, update users.
14580         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
14581         Keep old name as alias, update users.
14582         (holiday-general-holidays): Rename general-holidays.
14583         Keep old name as alias, update users.
14584         (holiday-oriental-holidays): Rename oriental-holidays.
14585         Keep old name as alias, update users.
14586         (holiday-local-holidays): Rename local-holidays.
14587         Keep old name as alias, update users.
14588         (holiday-other-holidays): Rename other-holidays.
14589         Keep old name as alias, update users.
14590         (holiday-hebrew-holidays): Rename hebrew-holidays.
14591         Keep old name as alias, update users.
14592         (holiday-christian-holidays): Rename christian-holidays.
14593         Keep old name as alias, update users.
14594         (holiday-islamic-holidays): Rename islamic-holidays.
14595         Keep old name as alias, update users.
14596         (holiday-bahai-holidays): Rename bahai-holidays.
14597         Keep old name as alias, update users.
14598         (holiday-solar-holidays): Rename solar-holidays.
14599         Keep old name as alias, update users.
14600         (diary-fancy-buffer): Rename fancy-diary-buffer.
14601         Keep old name as alias, update users.
14602         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
14603         Update users.
14604         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
14605         Update users.
14606         (calendar-increment-month): Rename increment-calendar-month.
14607         Keep old name as alias, update callers.
14608         (calendar-increment-month-cons): Rename old calendar-increment-month.
14609         Update callers.
14610         (calendar-extract-month): Rename extract-calendar-month.
14611         Keep old name as alias, update callers.
14612         (calendar-extract-day): Rename extract-calendar-day.
14613         Keep old name as alias, update callers.
14614         (calendar-extract-year): Rename extract-calendar-year.
14615         Keep old name as alias, update callers.
14616         (calendar-generate-window): Rename generate-calendar-window.
14617         Update callers.
14618         (calendar-generate): Rename generate-calendar.  Update callers.
14619         (calendar-generate-month): Rename generate-calendar-month.
14620         Update callers.
14621         (calendar-redraw): Rename redraw-calendar.  Update callers.
14622         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
14623         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
14624         Update callers.
14625         (calendar-update-mode-line): Rename update-calendar-mode-line.
14626         Update callers.
14627         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
14628         update callers.
14629         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
14630         Keep old name as alias, update callers.
14631         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14632         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
14633         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
14634         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
14635         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
14636         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
14637         * calendar/solar.el: Update for calendar.el name changes.
14638         * org/org.el (org-agenda-format-date-aligned)
14639         (org-agenda-execute-calendar-command): Access date elements directly
14640         rather than using calendar functions.
14641         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
14642         Also set calendar-view-diary-initially-flag,
14643         calendar-view-holidays-initially-flag.
14644         (org-get-entries-from-diary): Also set diary-fancy-buffer.
14645         (org-agenda-execute-calendar-command): No need to set displayed-day.
14647 2008-04-06  Alan Mackenzie  <acm@muc.de>
14649         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
14650         typo in the doc string.
14652         * progmodes/cc-mode.el (c-basic-common-init):
14653         Set font-lock-extend-after-change-region-function.
14654         (c-extend-after-change-region): New function, used in
14655         font-lock-extend-after-change-region-function, thus superseding
14656         advice on the Font Lock after change functions.
14657         (c-advise-fl-for-region): Remove this macro.
14659 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14661         * textmodes/flyspell.el (flyspell-duplicate-distance):
14662         Improve custom type.
14664 2008-04-06  Glenn Morris  <rgm@gnu.org>
14666         * calendar/diary-lib.el (diary-sexp-entry-symbol):
14667         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
14668         (diary-list-entries-hook): Rename list-diary-entries-hook.
14669         Keep old name as alias, update users.
14670         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
14671         Keep old name as alias, update users.
14672         (diary-nongregorian-listing-hook): Rename
14673         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
14674         (diary-nongregorian-marking-hook): Rename
14675         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
14676         (diary-print-entries-hook): Rename print-diary-entries-hook.
14677         Keep old name as alias, update users.
14678         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
14679         Keep old name as alias, update users.
14680         (diary-number-of-entries): Rename number-of-diary-entries.
14681         Keep old name as alias, update users.
14682         (view-diary-entries, list-diary-entries, show-all-diary-entries):
14683         Give version of obsolescence.
14684         (diary-view-other-diary-entries): Rename view-other-diary-entries.
14685         Keep old name as alias, update callers.
14686         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
14687         update callers.
14688         (diary-include-other-diary-files): Rename include-other-diary-files.
14689         Keep old name as alias, update callers.
14690         (diary-simple-display): Rename simple-diary-display.
14691         Keep old name as alias, update callers.
14692         (diary-fancy-display): Rename fancy-diary-display.
14693         Keep old name as alias, update callers.
14694         (diary-print-entries): Rename print-diary-entries.
14695         Keep old name as alias, update callers.
14696         (diary-marking-entries-flag): Rename marking-diary-entries.
14697         Update users.
14698         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
14699         (diary-mark-entries): Rename mark-diary-entries.
14700         Keep old name as alias, update callers.
14701         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
14702         Keep old name as alias, update callers.
14703         (diary-mark-included-diary-files): Rename mark-included-diary-files.
14704         Keep old name as alias, update callers.
14705         (calendar-mark-days-named): Rename mark-calendar-days-named.
14706         Keep old name as alias, update callers.
14707         (calendar-mark-month): Rename mark-calendar-month.
14708         Keep old name as alias, update callers.
14709         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
14710         Keep old name as alias, update callers.
14711         (diary-sort-entries): Rename sort-diary-entries.
14712         Keep old name as alias, update callers.
14713         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
14714         Keep old name as alias, update callers.
14715         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
14716         update callers.
14717         (diary-insert-entry): Rename insert-diary-entry.
14718         Keep old name as alias.
14719         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
14720         Keep old name as alias.
14721         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
14722         Keep old name as alias.
14723         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
14724         Keep old name as alias.
14725         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
14726         Keep old name as alias.
14727         (diary-insert-block-entry): Rename insert-block-diary-entry.
14728         Keep old name as alias.
14729         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
14730         Keep old name as alias.
14731         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
14732         Keep old name as alias, update users.
14733         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
14734         Keep old name as alias, update callers.
14735         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14736         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
14737         * calendar/icalendar.el: Update for diary-lib name changes.
14739 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
14741         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
14743         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
14744         for copy, move, and link operations.
14746 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
14748         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
14749         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
14751         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
14752         'require' statements with 1-argument ones (wrapped in if's).
14753         For compatibility with the current stable version of XEmacs.
14755 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
14757         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
14759 2008-04-06  Jason Rumney  <jasonr@gnu.org>
14761         * language/burmese.el ("Burmese"): Make sample text consistent with
14762         language name.
14764 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
14766         * progmodes/gdb-ui.el (gdb): New group.
14767         (gdb-debug-log-max, gdb-enable-debug)
14768         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
14769         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
14770         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
14771         (gdb-show-changed-values, gdb-max-children)
14772         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
14773         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
14774         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
14775         (gdb-memory-unit): Move to new group from GUD group.
14776         (menu): Allow customization from GDB-UI menu-item.
14778 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
14780         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
14782 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14784         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
14785         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14786         Revision numbers can include ".".
14788         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
14789         "+" lines not accounted for by counting "-" and context lines.
14791 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14793         * term/mac-win.el (mac-service-open-file): Use file URL instead of
14794         file name string.
14796 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14798         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
14799         (vc-bzr-annotate-time): Accept space used to preserve alignment.
14801 2008-04-05  Richard Stallman  <rms@gnu.org>
14803         * emacs-lisp/advice.el (defadvice): Add usage pattern.
14805 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
14807         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
14808         thread in [h-e-w]).
14810 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
14812         * files.el (abort-if-file-too-large): Fix typo in docstring.
14814 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14816         * subr.el (functionp): Return nil for special forms.
14818 2008-04-05  Glenn Morris  <rgm@gnu.org>
14820         * emacs-lisp/autoload.el (autoload-ensure-default-file):
14821         Provide a feature.
14822         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
14823         Require loaddefs file rather than loading it.
14824         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
14825         autoload-ensure-default-file provides a feature.
14827         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
14828         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
14829         (compile, compile-always, recompile): Use $LOADDEFS.
14830         (cal-autoloads): Remove.
14832         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
14833         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
14835         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14836         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
14838         * calendar/calendar.el (diary-hebrew-entry-symbol):
14839         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
14840         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
14841         Keep old name as alias.
14842         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
14843         Keep old name as alias.
14844         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
14845         to diary-bahai-entry-symbol.
14846         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
14847         to diary-hebrew-entry-symbol.
14848         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
14849         to diary-islamic-entry-symbol.
14850         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
14852         * calendar/solar.el (diary-sabbath-candles-minutes)
14853         (diary-sabbath-candles): Move to cal-hebrew.
14854         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
14855         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
14856         Doc fix.  Keep old name as alias.
14857         (diary-hebrew-sabbath-candles): Simplify.
14858         (solar-setup, solar-sunrise-sunset, calendar-latitude)
14859         (calendar-longitude, calendar-time-zone): Declare for compiler.
14860         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
14861         rename.
14863         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
14864         Rename coptic-calendar-month-name-array.  Update callers.
14865         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
14866         (calendar-coptic-name): Rename coptic-name.  Update callers.
14867         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
14868         Update callers.
14869         (calendar-coptic-last-day-of-month):
14870         Rename coptic-calendar-last-day-of-month.  Update callers.
14871         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
14872         Keep old name as alias, update callers.
14873         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
14874         Keep old name as alias, update callers.
14875         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
14876         Keep old name as alias.
14877         (calendar-ethiopic-month-name-array):
14878         Rename ethiopic-calendar-month-name-array.  Update callers.
14879         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
14880         Update callers.
14881         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
14882         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
14883         Keep old name as alias, update callers.
14884         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
14885         Keep old name as alias, update callers.
14886         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
14887         Keep old name as alias.
14889         * calendar/cal-french.el (calendar-french-epoch):
14890         Rename french-calendar-epoch.  Update callers.
14891         (calendar-french-month-name-array): Rename variable and function
14892         french-calendar-month-name-array.  Update callers.
14893         (calendar-french-multibyte-month-name-array):
14894         Rename french-calendar-multibyte-month-name-array.  Update callers.
14895         (calendar-french-day-name-array): Rename variable and function
14896         french-calendar-day-name-array.  Update callers.
14897         (calendar-french-special-days-array): Rename variable and function
14898         french-calendar-special-days-array.  Update callers.
14899         (calendar-french-multibyte-special-days-array):
14900         Rename french-calendar-multibyte-special-days-array.  Update callers.
14901         (calendar-french-accents-p): Rename french-calendar-accents.
14902         Update callers.
14903         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
14904         Update callers.
14905         (calendar-french-last-day-of-month):
14906         Rename french-calendar-last-day-of-month.  Update callers.
14907         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
14908         Keep old name as alias, update callers.
14909         (calendar-french-print-date): Rename calendar-print-french-date.
14910         Keep old name as alias, update callers.
14911         (calendar-french-goto-date): Rename calendar-goto-french-date.
14912         Keep old name as alias.
14914         * calendar/cal-menu.el, calendar/calendar.el:
14915         Update for Coptic and French name changes.
14917         * calendar/cal-china.el (calendar-chinese): Rename custom group
14918         from chinese-calendar.  Update users.
14919         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
14920         Keep old name as alias, update users.
14921         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
14922         Keep old name as alias.
14923         (calendar-chinese-daylight-time-offset):
14924         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
14925         update users.
14926         (calendar-chinese-standard-time-zone-name):
14927         Rename chinese-calendar-standard-time-zone-name.
14928         Keep old name as alias, update users.
14929         (calendar-chinese-daylight-saving-start):
14930         Rename chinese-calendar-daylight-savings-starts.
14931         Keep old name as alias, update users.
14932         (calendar-chinese-daylight-saving-end):
14933         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
14934         update users.
14935         (calendar-chinese-daylight-saving-start-time):
14936         Rename chinese-calendar-daylight-savings-starts-time.
14937         Keep old name as alias, update users.
14938         (calendar-chinese-daylight-saving-end-time):
14939         Rename chinese-calendar-daylight-savings-ends-time.
14940         Keep old name as alias, update users.
14941         (calendar-chinese-celestial-stem): Rename
14942         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
14943         (calendar-chinese-terrestrial-branch):
14944         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
14945         update users.
14946         (calendar-chinese-zodiac-sign-on-or-after):
14947         Rename chinese-zodiac-sign-on-or-after.  Update callers.
14948         (calendar-chinese-new-moon-on-or-after):
14949         Rename chinese-new-moon-on-or-after.  Update callers.
14950         (calendar-chinese-month-list): Rename chinese-month-list.
14951         Update callers.
14952         (calendar-chinese-number-months): Rename number-chinese-months.
14953         Update callers.
14954         (calendar-chinese-compute-year): Rename compute-chinese-year.
14955         Update callers.
14956         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
14957         (calendar-chinese-year): Rename chinese-year.  Update callers.
14958         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
14959         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
14960         Keep old name as alias, update callers.
14961         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
14962         Keep old name as alias, update callers.
14963         (calendar-chinese-months-to-alist):
14964         Rename make-chinese-month-assoc-list.  Update callers.
14965         (calendar-chinese-months): Rename chinese-months.  Update callers.
14966         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
14967         Keep old name as alias, update callers.
14969         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
14970         Rename hebrew-calendar-leap-year-p.  Update callers.
14971         (calendar-hebrew-last-month-of-year):
14972         Rename hebrew-calendar-last-month-of-year.  Update callers.
14973         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
14974         Update callers.
14975         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
14976         Update callers.
14977         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
14978         Update callers.
14979         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
14980         Update callers.
14981         (calendar-hebrew-last-day-of-month):
14982         Rename hebrew-calendar-last-day-of-month.  Update callers.
14983         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
14984         Keep old name as alias, update callers.
14985         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
14986         Keep old name as alias, update callers.
14987         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
14988         Keep old name as alias, update callers.
14989         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
14990         Keep old name as alias.
14991         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
14992         Keep old name as alias.
14993         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
14994         Keep old name as alias.
14995         (holiday-hebrew-passover): Rename holiday-passover-etc.
14996         Keep old name as alias.
14997         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
14998         Keep old name as alias, update callers.
14999         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
15000         Keep old name as alias.
15001         (calendar-hebrew-mark-date-pattern):
15002         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
15003         update callers.
15004         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
15005         Keep old name as alias.
15006         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
15007         Keep old name as alias.
15008         (diary-hebrew-insert-monthly-entry):
15009         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
15010         (diary-hebrew-insert-yearly-entry):
15011         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
15012         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
15013         Keep old name as alias.
15014         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
15015         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
15016         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
15017         Keep old name as alias.
15018         (calendar-hebrew-parashiot-names):
15019         Rename hebrew-calendar-parashiot-names.  Update callers.
15020         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
15021         (calendar-hebrew-year-Saturday-incomplete-Sunday):
15022         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
15023         (calendar-hebrew-year-Saturday-complete-Tuesday):
15024         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
15025         (calendar-hebrew-year-Monday-incomplete-Tuesday):
15026         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
15027         (calendar-hebrew-year-Monday-complete-Thursday):
15028         Rename hebrew-calendar-year-Monday-complete-Thursday.
15029         (calendar-hebrew-year-Tuesday-regular-Thursday):
15030         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
15031         (calendar-hebrew-year-Thursday-regular-Saturday):
15032         Rename hebrew-calendar-year-Thursday-regular-Saturday.
15033         (calendar-hebrew-year-Thursday-complete-Sunday):
15034         Rename hebrew-calendar-year-Thursday-complete-Sunday.
15035         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
15036         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
15037         (calendar-hebrew-year-Saturday-complete-Thursday):
15038         Rename hebrew-calendar-year-Saturday-complete-Thursday.
15039         (calendar-hebrew-year-Monday-incomplete-Thursday):
15040         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
15041         (calendar-hebrew-year-Monday-complete-Saturday):
15042         Rename hebrew-calendar-year-Monday-complete-Saturday.
15043         (calendar-hebrew-year-Tuesday-regular-Saturday):
15044         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
15045         (calendar-hebrew-year-Thursday-incomplete-Sunday):
15046         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
15047         (calendar-hebrew-year-Thursday-complete-Tuesday):
15048         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
15049         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
15050         Update for above name changes of constants.
15052         * calendar/cal-menu.el, calendar/calendar.el:
15053         Update for chinese and hebrew name changes.
15054         * calendar/diary-lib.el: Update for hebrew name changes.
15056 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15058         * subr.el (keymap-canonicalize): Correct thinko.
15060         * server.el: Undo part of the multi-tty change, which is only
15061         needed if server.el is preloaded, and broke server-running-p.
15062         (server-socket-dir): Initialize in the defvar, as before.
15063         (server-start): Remove initialization of server-socket-dir.
15065 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
15067         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
15068         3-member cons cells.
15070 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
15072         * cus-face.el (custom-face-attributes): Handle roman slant.
15074         * faces.el (default): Ensure the face-defface-spec property is set.
15076 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
15078         * files.el (abort-if-file-too-large): New function.
15079         (find-file-noselect, insert-file-1): Use it.
15081 2008-04-05  Reto Zimmermann  <reto@gnu.org>
15083         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
15084         Replace C-c[a-zA-Z] key bindings.
15086 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15088         * progmodes/hideif.el (hif-token-alist): New var.
15089         (hif-token-regexp, hif-tokenize): Use it.
15090         (hif-mathify-binop): New macro.
15091         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
15092         (hif-greater-equal, hif-less-equal): Use it.
15093         (hif-logior, hif-logand): New functions.
15094         (hif-math): Accept | and & as well.
15096         * progmodes/etags.el: Fix problem with completion for buffer-local
15097         tables.  Reported by Radey Shouman <shouman@comcast.net>.
15098         (tags-complete-tag): Remove.
15099         (tags-lazy-completion-table): New function to replace it.
15100         (find-tag-tag, complete-tag): Update users.
15102 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
15104         * vc-rcs.el (vc-rcs-dir-status):
15105         * vc-sccs.el (vc-sccs-dir-status): New function.
15107         * outline.el (outline-mode-menu-bar-map):
15108         * term.el (terminal-signal-menu): Add :help.
15110         * net/eudc.el (eudc-mode-map): Declare and define in one step.
15111         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
15113         * emacs-lisp/re-builder.el (reb-mode-map):
15114         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
15116         * diff-mode.el (diff-file-junk-re): Recognize the git format for
15117         new files, deleted files and for changing permissions.
15118         (diff-mode): Set beginning-of-defun-function and
15119         end-of-defun-function.
15121         * vc-bzr.el (vc-bzr-state): Use when instead of if.
15123         * vc.el (vc-default-status-fileinfo-extra): New function.
15124         (vc-status-mark-buffer-changed): Use it.
15125         (vc-update-vc-status-buffer): Allow for partial updates.
15127 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15129         * net/tramp.el (after-init-hook): Don't wrap a lambda around
15130         tramp-register-completion-file-name-handler.
15132         * subr.el (keymap-canonicalize): New function.
15133         * mouse.el (mouse-menu-non-singleton): Use it.
15134         (mouse-major-mode-menu): Remove hack made unnecessary.
15136         * simple.el (set-fill-column): Prompt rather than error by default.
15138 2008-04-04  Andreas Schwab  <schwab@suse.de>
15140         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15141         Reset new-rules after each round.
15143         * Makefile.in (cal-autoloads): New target.
15144         (compile, compile-always, recompile): Depend on it.
15145         ($(lisp)/calendar/cal-loaddefs.el)
15146         ($(lisp)/calendar/diary-loaddefs.el)
15147         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
15149 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
15151         * ediff*.el: Replace load with require in eval-when-compile.
15153         * ediff-hook.el: Delete all invocations of (autoload ...).
15155         * ediff-util.el (ediff-setup): Make window-min-height a local variable
15156         in ediff control window, and set its min height to 2.
15157         (ediff-setup-control-buffer): Dedicate the control window.
15158         (ediff-toggle-multiframe): Undedicate control window.
15159         Work directly with ediff-setup-windows-multiframe and
15160         ediff-setup-windows-plain.
15162         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
15163         New function.
15164         (ediff-window-setup-function): Change initialization.
15165         (ediff-setup-windows-automatic): Delete.
15166         (ediff-setup-windows-plain-merge): Make control window dedicated.
15167         (ediff-destroy-control-frame): Do not skip frames if working in a
15168         single frame.
15170         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
15171         eval-when-compile.
15173         * emulation/viper-util.el: Move provide's forward, prevent recursion in
15174         eval-when-compile.
15176 2008-04-04  Glenn Morris  <rgm@gnu.org>
15178         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
15179         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
15181         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
15182         Rename islamic-calendar-leap-year-p.  Update callers.
15183         (calendar-islamic-last-day-of-month):
15184         Rename islamic-calendar-last-day-of-month.  Update callers.
15185         (calendar-islamic-day-number):
15186         Rename islamic-calendar-day-number.  Update callers.
15187         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
15188         Update callers, keep old name as alias.
15189         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
15190         Update callers, keep old name as alias.
15191         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
15192         Keep old name as alias.
15193         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
15194         Update callers, keep old name as alias.
15195         (calendar-islamic-mark-date-pattern):
15196         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
15197         name as alias.
15198         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
15199         Keep old name as alias.
15200         (diary-islamic-insert-monthly-entry):
15201         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
15202         (diary-islamic-insert-yearly-entry):
15203         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
15205         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
15206         calendar-absolute-from-iso.  Update callers, keep old name as alias.
15207         (calendar-iso-print-date): Rename calendar-print-iso-date.
15208         Update callers, keep old name as alias.
15209         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
15210         Keep old name as alias.
15211         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
15212         Keep old name as alias.
15214         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
15215         calendar-absolute-from-julian.  Update callers, keep old name as alias.
15216         (calendar-julian-print-date): Rename calendar-print-julian-date.
15217         Update callers, keep old name as alias.
15218         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
15219         Update callers, keep old name as alias.
15220         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
15221         Update callers, keep old name as alias.
15222         (calendar-astro-print-day-number):
15223         Rename calendar-print-astro-day-number.  Update callers, keep old
15224         name as alias.
15225         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
15226         Update callers, keep old name as alias.
15228         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
15229         Rename calendar-string-to-mayan-long-count.  Update callers.
15230         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
15231         Update callers, keep old name as alias.
15232         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
15233         Update callers.
15234         (calendar-mayan-read-tzolkin-date):
15235         Rename calendar-read-mayan-tzolkin-date.  Update callers.
15236         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
15237         Keep old name as alias.
15238         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
15239         Keep old name as alias.
15240         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
15241         Keep old name as alias.
15242         (calendar-mayan-previous-tzolkin-date):
15243         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
15244         (calendar-mayan-next-round-date):
15245         Rename calendar-next-calendar-round-date.  Keep old name as alias.
15246         (calendar-mayan-previous-round-date):
15247         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
15248         (calendar-mayan-long-count-to-absolute): Rename
15249         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
15250         (calendar-mayan-goto-long-count-date):
15251         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
15253         * calendar/cal-persia.el (calendar-persian-month-name-array):
15254         Rename persian-calendar-month-name-array.  Update callers.
15255         (calendar-persian-epoch): Rename persian-calendar-epoch.
15256         Update callers.
15257         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
15258         Update callers.
15259         (calendar-persian-last-day-of-month):
15260         Rename persian-calendar-last-day-of-month.  Update callers.
15261         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
15262         Update callers, keep old name as alias.
15263         (calendar-persian-print-date): Rename calendar-print-persian-date.
15264         Update callers, keep old name as alias.
15265         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
15266         Keep old name as alias.
15268         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
15269         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
15270         * calendar/solar.el: Update for cal-julian name changes.
15272         * calendar/cal-dst.el: Update for persian name changes.
15274         * calendar/cal-menu.el, calendar/calendar.el:
15275         Update for islamic, iso, julian, mayan, persian name changes.
15277         * calendar/diary-lib.el: Update for islamic name changes.
15279         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
15280         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
15281         as alias.
15282         (calendar-christian-all-holidays-flag):
15283         Rename all-christian-calendar-holidays.  Update callers, keep old
15284         name as alias.
15285         (calendar-islamic-all-holidays-flag):
15286         Rename all-islamic-calendar-holidays.  Update callers, keep old
15287         name as alias.
15288         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
15289         Update callers, keep old name as alias.
15290         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
15291         Update for the above name changes.
15293 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
15295         * hilit-chg.el (global-highlight-changes-mode)
15296         (highlight-changes-passive-string, highlight-changes-active-string):
15297         Mark as obsolete since 23.1, not 22.1.
15299 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
15301         * hilit-chg.el (highlight-changes-visibility-initial-state)
15302         (hilit-chg-update, highlight-changes-mode-turn-on):
15303         Fix typos in docstrings.
15305 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
15307         * newcomment.el (comment-enter-backward): Be careful to restore
15308         position changed during narrowing.
15310 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
15312         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15313         Recognize `sub ($$)'.
15315 2008-04-03  Richard Sharman  <rsharman@pobox.com>
15317         * hilit-chg.el (highlight-changes-mode): Rename from
15318         highlight-changes; no longer uses sub-modes active and passive;
15319         implemented by define-minor-mode.
15320         (highlight-changes-toggle-visibility): New function, to replace
15321         the old passive/active submodes of global-highlight-changes-mode;
15322         implemented by define-minor-mode.
15323         (global-highlight-changes-mode): Rename from global-highlight-changes;
15324         rewrite using define-globalized-minor-mode.
15325         (hilit-chg-major-mode-hook, hilit-chg-check-global)
15326         (hilit-chg-post-command-hook, hilit-chg-check-global)
15327         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
15328         to use of define-globalized-minor-mode.
15329         (highlight-changes-global-initial-state): Change to be boolean.
15330         (highlight-changes-visible-string, highlight-changes-invisible-string):
15331         Rename from highlight-changes-active-string and
15332         highlight-changes-passive-string.
15333         (hilit-chg-update, hilit-chg-set): Use them.
15334         (global-highlight-changes-mode): Rename from global-highlight-changes.
15335         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
15336         docstring.
15337         (hilit-chg-hide-changes): Rewrite to use dolist.
15338         (hilit-chg-set-face-on-change, hilit-chg-update)
15339         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
15340         variable instead of testing highlight-changes-mode.
15341         (highlight-markup-buffers): Add require ediff-util; argument on calls
15342         to highlight-changes-mode changed.
15343         (highlight-compare-with-file): Fix problems with interactive
15344         call giving invalid default file.
15346 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
15348         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
15349         Fix in disassembly buffer (regression in 22.2).
15351 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
15353         * emulation/viper-macs.el (viper-read-fast-keysequence):
15354         Use viper-read-event instead of viper-read-key.
15356         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
15358         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
15359         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
15360         let-statements.
15362         * emulation/viper-ex.el, emulation/viper-macs.el:
15363         * emulation/viper-mous.el:
15364         Replace load with require in eval-when-compile.
15366 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15368         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
15370         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
15371         (archive-try-jka-compr): New function.
15372         (archive-set-buffer-as-visiting-file): Use it.
15374         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
15376 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
15378         * simple.el (handle-shift-selection): New arg.
15380 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15382         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
15384         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
15386 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
15388         * shell.el (shell-dynamic-complete-filename): New fun.
15389         (shell-dynamic-complete-functions): Use it.
15391         * help-fns.el (describe-variable): Undo 2008-02-25 change.
15393 2008-04-03  Kenichi Handa  <handa@m17n.org>
15395         * international/fontset.el (create-fontset-from-x-resource):
15396         Handle the error of X resource more gracefully.
15398         * international/latin1-disp.el (latin1-display): Don't use make-char.
15399         Fix the argument to set-char-table-range.
15400         (latin1-display-identities): Don't use make-char.
15401         (latin1-display-reset): Use map-charset-chars instead of directly
15402         calling standard-display-default.
15403         (latin1-display-check-font): Don't use make-char.
15404         (latin1-display-setup): Likewise.
15405         (latin1-display-ucs-per-lynx): Likewise.
15407 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15409         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
15410         name the fields, to make the code clearer.
15411         Rewrite all `aset' and `aref' using the defined accessors.
15412         (timer--time): New pseudo-field.
15413         (timer-set-time, timer-set-idle-time, timer-inc-time)
15414         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
15415         (timer--time-less-p): New function.
15416         (timer--activate): New function, extracted from timer-activate.
15417         (timer-activate-when-idle, timer-activate): Use it.
15418         (cancel-function-timers): Use dolist.
15420 2008-04-03  Glenn Morris  <rgm@gnu.org>
15422         * add-log.el (c-beginning-of-defun, c-end-of-defun):
15423         Remove declarations; no longer used.
15424         (c-cpp-define-name, c-defun-name): Declare as functions.
15426         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
15427         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
15429         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
15430         (holiday-passover-etc, holiday-hanukkah): Doc fix.
15431         Add optional argument.  Simplify.
15432         (holiday-tisha-b-av-etc): Use memq rather than unless.
15433         (holiday-julian): Autoload it.
15434         (holiday-hebrew-misc): New function.
15436         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
15438         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
15439         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
15440         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
15441         all-hebrew-calendar-holidays.
15442         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
15443         Simplify using new functions.
15444         (calendar-holidays): Doc fix.
15445         (generate-calendar-window): Use bound-and-true-p.
15447         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
15449         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
15450         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
15451         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
15452         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
15454         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
15456 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15458         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
15460         * vc-bzr.el (vc-bzr-checkout): Simplify.
15462         * image-mode.el (image-mode-fit-frame): New command.
15464         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
15465         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
15466         (keyboard-escape-quit): Check region-active-p i.s.o
15467         transient-mark-mode.
15469 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15471         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
15472         (imap-message-copyuid-1): Use it.
15473         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15474         J. Williams in
15475         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15477 2008-04-02  Alan Mackenzie  <acm@muc.de>
15479         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
15480         New optimised functions to get the name of the current defun/macro.
15482         * add-log.el (add-log-current-defun): Move the functionality which
15483         gets the current function name for C like modes to cc-cmds.el,
15484         thus optimising for speed.
15486 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
15488         * simple.el (deactivate-mark): When the mark is temporarily
15489         active, restore the original value of transient-mark-mode.
15490         (set-mark-command): First deactivate the mark if was temporarily active.
15491         (exchange-point-and-mark): Reactivate the mark if it was
15492         temporarily active.
15493         (handle-shift-selection): New fun.
15494         (transient-mark-mode): Move var documentation here from buffer.c.
15495         (next-line, previous-line, backward-word, move-end-of-line)
15496         (move-beginning-of-line, forward-to-indentation)
15497         (backward-to-indentation, back-to-indentation)
15498         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
15500         * mouse.el (mouse-set-region-1): Save the old value of
15501         transient-mark-mode.
15502         (mouse-drag-track): Ignore the now-obsolete value `identity' for
15503         transient-mark-mode.
15505         * textmodes/paragraphs.el (forward-paragraph)
15506         (backward-paragraph, forward-sentence, backward-sentence): Add ^
15507         interactive spec.
15509         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
15511 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
15513         * net/tramp.el (tramp-make-tramp-temp-file):
15514         Use `tramp-drop-volume-letter' for the local file name part.
15516 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
15518         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
15519         Add menu entries corresponding to all the key bindings.
15521         * emacs-lisp/debug.el (debugger-mode-map):
15522         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
15523         (conf-align-assignments): Only work on the region if it is active.
15524         (conf-quote-normal): Use when instead of if.  Remove redundant test.
15526         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15527         for tracing and re-builder.
15529 2008-04-02  Glenn Morris  <rgm@gnu.org>
15531         * calendar/appt.el (appt-disp-window-function): Doc fix.
15532         (appt-display-message): Move beep before display.
15533         (appt-check): Make interactive.  Reduce the number of lets.
15534         Use string-equal to compare mode-line strings.
15535         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
15536         read-only.
15537         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
15538         (appt-delete): Simplify.
15540         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
15542         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15544         * calendar/cal-hebrew.el (list-yahrzeit-dates):
15545         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
15546         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
15548         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
15549         (calendar-holiday-marker, mark-visible-calendar-date):
15550         * calendar/diary-lib.el (fancy-diary-display):
15551         Check for font-lock-mode before using faces.
15553         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
15554         (calendar-gregorian-from-absolute): Reduce the number of lets.
15555         (hebrew-holidays-4, generate-calendar-window): Simplify.
15556         (calendar-for-loop): Make obsolete.
15557         (calendar-nth-named-day): Doc fix.
15559         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
15560         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
15561         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
15562         Reduce the number of lets.
15563         (mark-sexp-diary-entries, calendar-mark-complex):
15564         Expand calendar-for-loops.
15566 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
15568         * find-dired.el (find-dired-filter): Fix last patch to handle
15569         multi-line process input.  Pad link numbers too.
15571 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
15573         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
15575 2008-04-01  Jason Rumney  <jasonr@gnu.org>
15577         * international/characters.el (script-list): Add phonetic script,
15578         covering IPA (previously Latin), Phonetic Extensions and
15579         Phonetic Extensions Supplement (both previously unassigned).
15581         * international/fontset.el (setup-default-fontset): Use unicode fonts
15582         that cover bopomofo script for bopomofo.
15583         Likewise for braille and mathematical.
15584         Use unicode scripts that cover the phonetic script for IPA.
15586 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
15588         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
15589         return the assigned value.
15591 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15593         * abbrev.el (abbrev-mode): Use define-minor-mode.
15595         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
15596         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
15597         Use map-keymap.
15598         (minor-mode-menu-from-indicator): Use it.  Simplify.
15600         * bindings.el (mode-line-mode-menu): Move before (new) first use.
15601         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
15602         Bind the key directly to the menu.
15603         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
15605 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
15607         * epa.el (epa-decrypt-region): Explain the reason why this
15608         function should not be used in Lisp programs.
15609         (epa-decrypt-armor-in-region): Ditto.
15610         (epa-verify-region): Ditto.
15611         (epa-verify-cleartext-in-region): Ditto.
15612         (epa-sign-region): Ditto.
15613         (epa-encrypt-region): Ditto.
15615         * epg.el (epg-start-receive-keys): Fix typo in docstring.
15617         * epa.el (epa-select-keys): Show menu even if there is no key in
15618         GnuPG's keyring.
15620 2008-04-01  Glenn Morris  <rgm@gnu.org>
15622         * calendar/calendar.el (calendar-make-temp-face): New function.
15623         (mark-visible-calendar-date):
15624         * calendar/diary-lib.el (fancy-diary-display): Use it.
15626         * vc-hooks.el (vc-responsible-backend): Declare as function.
15628         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
15629         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
15630         * calendar/cal-julian.el (holiday-julian): Use it.
15632         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
15633         (calendar-hebrew-date-is-visible-p): Extract some common code into
15634         separate function.
15635         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
15637         * calendar/cal-menu.el (cal-menu-holidays-menu):
15638         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
15639         rather than obsolete alias.
15641         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
15642         for mark characters.
15643         (calendar-unmark): Unmark by removing all overlays, rather than
15644         redrawing.
15645         (calendar-starred-day): Remove.
15646         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
15647         (calendar-cursor-to-date): No need for special star handling now
15648         using overlays.
15649         (calendar-star-date): Use overlays.
15651         * calendar/cal-french.el (calendar-goto-french-date):
15652         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
15653         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
15654         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
15655         * calendar/cal-persia.el (calendar-persian-date-string):
15656         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15657         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
15658         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
15659         * calendar/solar.el (solar-equinoxes-solstices):
15660         Reduce nesting of some lets.
15662         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
15663         (calendar-goto-mayan-long-count-date): Simplify.
15665         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
15666         Simplify by using mapcar.
15667         (calendar-list-holidays): Return holiday-list.
15668         (list-holidays): Use let rather than let*.  Remove un-needed locals
15669         `d', `never'.
15670         (calendar-check-holidays): Return result from dolist.
15671         (holiday-float): Use a single let*.  Simplify if-and to and.
15672         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
15673         single let*.
15675 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
15677         * calc/calc.el: Autoload `calc-yank'.
15678         (calc-mode-map): Add keybindings for `calc-yank'.
15679         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
15680         assignments for `calc-yank'.
15682 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
15684         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
15685         (vc-status-mark-buffer-changed): Handle the extra field.
15687         * vc-bzr.el (vc-bzr-after-dir-status):
15688         * vc-cvs.el (vc-cvs-after-dir-status):
15689         * vc-hg.el (vc-hg-after-dir-status):
15690         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
15692 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15694         * doc-view.el: Compute displayed pages first (in PDF).
15695         (doc-view-current-converter-processes): Rename from
15696         doc-view-current-converter-process.  Update users.
15697         (doc-view-sentinel): Test buffer's liveness.
15698         (doc-view-pdf/ps->png-sentinel): Remove.
15699         (doc-view-start-process): New function.
15700         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15701         (doc-view-ps->pdf): Use it.
15702         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
15703         New functions.
15704         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
15705         (doc-view-mode): Kill the processes when leaving the mode.
15707 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
15709         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
15710         Use `byte-compile-warning-types'.  Add docstring.
15712 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15714         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
15715         (smerge-resolve): Add various resolution heuristics.
15717         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
15718         in 3-way conflicts.
15720 2008-03-31  Glenn Morris  <rgm@gnu.org>
15722         * calendar/cal-bahai.el (diary-bahai-mark-entries):
15723         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15724         * calendar/cal-islam.el (mark-islamic-diary-entries):
15725         Fix argument order in call to diary-mark-entries-1.
15727         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
15728         pre-Bahai dates.
15729         (holiday-bahai): Use an algorithm actually relevant to this calendar
15730         system.
15732         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
15734         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
15735         Use and.
15737         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
15738         in the last fortnight in Julian October.
15740         * calendar/calendar.el (increment-calendar-month): Optionally handle
15741         systems without 12 months per year.
15742         (calendar-date-is-visible-p): Doc fix.  Simplify.
15744         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
15745         from dolist.
15747 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
15749         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
15750         (hi-lock-unload-function): New function.
15752 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
15754         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
15755         overwriting when NEWNAME is a local file.
15757         * net/trampver.el: Update release number.
15759 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
15761         * vc-git.el: Make vc-status display information about copies,
15762         renames and permission changes.
15763         (vc-git-extra-fileinfo): New defstruct.
15764         (vc-git-escape-file-name, vc-git-file-type-as-string)
15765         (vc-git-rename-as-string, vc-git-permissions-as-string)
15766         (vc-git-status-printer): New functions.
15767         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
15768         (vc-git-after-dir-status-stage1): Look for copies, renames and
15769         permission changes.
15770         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
15771         (vc-git-dir-status): Ask for staged files and renames.
15773 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
15775         * vc.el: Allow backends to display backend specific information in
15776         the vc-status listing.
15777         (vc-status-fileinfo): Add a field for backend specific information.
15778         (vc-status-printer): Rename to ...
15779         (vc-default-status-printer): ... this.
15780         (vc-status-printer): New function.
15781         (vc-update-vc-status-buffer): Set the backend specific file info
15782         if provided.
15784 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15786         * textmodes/remember.el (remember-diary-convert-entry): Revert last
15787         change (ill-conceived).
15789 2008-03-29  Glenn Morris  <rgm@gnu.org>
15791         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
15792         * calendar/cal-julian.el (holiday-julian): Simplify.
15794         * calendar/holidays.el (list-holidays): Use or.
15796 2008-03-29  Juri Linkov  <juri@jurta.org>
15798         * window.el (split-window-preferred-horizontally): New function.
15800         * cus-start.el (split-window-preferred-function):
15801         Set choice for "vertically" to nil instead of split-window.
15802         Set choice for "horizontally" to split-window-preferred-horizontally
15803         instead of lambda.
15805 2008-03-29  Juri Linkov  <juri@jurta.org>
15807         * simple.el (minibuffer-default-add-function): New variable with
15808         the default to minibuffer-default-add-completions.
15809         (minibuffer-default-add-done): New variable.  Make it buffer-local.
15810         (minibuffer-default-add-completions): New function.
15811         (goto-history-element): Set minibuffer-default-add-done to t and
15812         call a function in minibuffer-default-add-function when the
15813         specified absolute history position is greater than the length of
15814         the minibuffer-default list and minibuffer-default-add-done is nil.
15815         Change "^End of history; no next item$" to "^End of defaults;
15816         no next item$".
15818         * bindings.el (debug-ignored-errors): Change "^End of history;
15819         no next item$" to "^End of defaults; no next item$".
15821 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15823         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
15825         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
15826         to with-no-warnings.
15828 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
15830         Sync with Tramp 2.1.13.
15832         * net/tramp-ftp.el: Require 'cl when byte-compiling.
15834         * net/trampver.el: Update release number.
15836 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15838         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
15839         the current backend.
15841         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
15842         (vc-status-refresh): Create a temporary buffer and call the
15843         `dir-status' backend function from that buffer.
15845         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
15846         (vc-bzr-after-dir-status): Don't kill the buffer.
15848         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
15849         (vc-cvs-after-dir-status): Don't kill the buffer.
15851         * vc-git.el (vc-git-dir-status): Don't create a buffer.
15852         (vc-git-after-dir-status-stage2): Don't kill the buffer.
15854         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
15855         (vc-hg-after-dir-status): Don't kill the buffer.
15857         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
15858         (vc-svn-after-dir-status): Don't kill the buffer.
15860 2008-03-29  Glenn Morris  <rgm@gnu.org>
15862         * calendar/calendar.el (diary-file, american-date-diary-pattern)
15863         (european-date-diary-pattern, european-calendar-display-form)
15864         (american-calendar-display-form, diary-display-hook): Doc fixes.
15865         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
15866         custom :set.  Mark as obsolete.
15867         (calendar-date-style, iso-date-diary-pattern)
15868         (iso-calendar-display-form): New user variables.
15869         (diary-date-forms, calendar-date-display-form): Set using
15870         calendar-date-style.  Doc fix.
15871         (calendar-set-date-style): New command.
15872         (european-calendar, american-calendar): Use calendar-set-date-style.
15873         Mark as obsolete.
15875         * calendar/diary-lib.el (number): Move declaration where needed.
15876         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
15877         (diary-make-date): New function.
15878         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
15879         Use diary-make-date.
15880         (diary-date-display-form, diary-insert-entry-1): New functions.
15881         (insert-monthly-diary-entry, insert-yearly-diary-entry):
15882         Use diary-insert-entry-1.
15883         (insert-anniversary-diary-entry, insert-block-diary-entry)
15884         (insert-cyclic-diary-entry): Use diary-date-display-form.
15886         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15887         Autoload diary-insert-entry-1.
15888         * calendar/cal-bahai.el (diary-bahai-insert-entry)
15889         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
15890         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
15891         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
15892         * calendar/cal-islam.el (insert-islamic-diary-entry)
15893         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
15894         Use diary-insert-entry-1.
15896         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
15897         (diary-yahrzeit): Doc fix.  Use diary-make-date.
15899         * calendar/icalendar.el (icalendar--datetime-to-american-date):
15900         New name for icalendar--datetime-to-noneuropean-date.  Make old name
15901         obsolete alias.
15902         (icalendar--datetime-to-iso-date): New function.
15903         (icalendar--datetime-to-diary-date): Doc fix.  Respect
15904         calendar-date-style if bound.
15906         * textmodes/remember.el (remember-diary-convert-entry):
15907         Respect calendar-date-style if bound.
15909 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15911         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
15912         (xterm-mouse-handle-delete-frame): Delete.
15914         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
15915         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
15916         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
15917         in xterm-modify-other-keys-terminal-list.
15919         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
15920         are conflicts.
15922 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15924         * vc.el (vc-update): Check if the buffer is unsaved only if it
15925         actually exists.
15926         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
15927         vc-print-log.
15929 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15931         * net/dns.el (dns-write): Use set-buffer-multibyte.
15933 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15935         * vc-bzr.el (vc-bzr-sha1): New fun.
15936         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
15937         (vc-bzr-registered): Use it.
15939 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
15941         * vc.el (vc-status-kill-dir-status-process): Simplify.
15942         (vc-status-refresh): Make sure the buffer is live.
15943         (ring): Don't require it, not used.
15945 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
15947         * progmodes/verilog-mode.el (verilog-auto-inout-module):
15948         Add optional regular expression to AUTOINOUTMODULE.
15949         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
15950         (verilog-auto-inst-param, verilog-auto-reg)
15951         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
15952         (verilog-auto-output-every, verilog-auto-input)
15953         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
15954         (verilog-auto-unused, verilog-auto): Update documentation to use
15955         more obvious instance module names versus cell names.
15957 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
15959         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
15960         kill if a process is running.
15962         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
15964 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
15966         * vc.el: Add new backend function 'status-extra-headers.
15967         (vc-default-status-extra-headers): New function.
15968         (vc-status-headers): Call 'status-extra-headers.  Add colors.
15970         * vc-git.el (vc-git-status-extra-headers): New function.
15972 2008-03-28  Glenn Morris  <rgm@gnu.org>
15974         * calendar/cal-menu.el (cal-menu-holidays-menu)
15975         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
15976         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
15977         holiday-list is optional.
15978         (calendar-mouse-holidays): Remove un-needed local `l'.
15980         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
15981         Remove un-needed local `date'.
15982         (calendar-cursor-to-visible-date): Use let rather than let*.
15983         Remove un-needed local `first-of-month-weekday'.
15985         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
15987         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
15988         Doc fixes.
15989         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
15990         (diary-header-line-flag, diary-header-line-format): Declare.
15991         (diary-pull-attrs): Check for multiple matches.
15992         (diary-list-entries-2): Simplify finding start of date.
15993         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
15994         pop-up-frames.
15995         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
15996         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
15998 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
16000         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
16002         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
16004 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16006         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
16008         * image-mode.el (image-mode-reapply-winprops): Fix last change.
16010 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
16012         * international/mule-conf.el (define-iso-single-byte-charset):
16013         Don't make latin-iso8859-* supplementary.
16014         (#'set-charset-priority): Don't change the priority of charsets
16015         `unicode' and `emacs'.
16017 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16019         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
16020         temp buffer.
16022 2008-03-27  Glenn Morris  <rgm@gnu.org>
16024         * calendar/cal-bahai.el (diary-bahai-list-entries):
16025         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
16026         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
16028         * calendar/calendar.el (diary-file): Doc fix.
16030         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
16031         (list-diary-entries-hook, mark-diary-entries-hook)
16032         (include-other-diary-files, diary-mail-entries)
16033         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
16034         (diary-set-header): New function.
16035         (diary-header-line-flag, diary-header-line-format):
16036         Use diary-set-header for custom :set function.
16037         (diary-set-maybe-redraw): Use symbol-value rather than eval.
16038         (diary-attrtype-convert): Use intern-soft rather than read.
16039         (diary-display-no-entries): New function.
16040         (simple-diary-display, fancy-diary-display): Use it.
16041         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
16042         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
16044         * calendar/holidays.el (list-holidays): Doc fix.
16046 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
16048         * calc/calc-store.el (calc-read-var-name-history): New variable.
16049         (calc-read-var-name): Use `calc-read-var-name-history'.
16051 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16053         * image-mode.el (image-mode-reapply-winprops): Simplify now that
16054         window-configuration-change-hook works buffer-locally.
16056 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
16058         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
16059         for Emacs Lisp, not Lisp.
16061 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
16063         * help-fns.el (describe-function-1, describe-variable):
16064         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
16066         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
16067         replacement is provided, don't print "use nil instead".
16069 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
16071         * complete.el (PC-do-completion): Use regexp-quote.
16073 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
16075         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
16076         Detect missing files.
16078         * vc-git.el (vc-git-extra-menu-map): New key map.
16079         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
16080         New functions.
16082         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
16083         and 'missing files.
16085 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16087         * calendar/holidays.el (list-holidays): Make Y2 optional.
16089         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
16090         buffers shown to the user.
16091         (appt-disp-window): Disable undo explicitly now that the leading space
16092         is gone.
16094         * simple.el (activate-mark): New function.
16095         (set-mark-command): Use it with region-active-p to clean up the code.
16096         (exchange-point-and-mark): Invert the meaning of C-u when
16097         transient-mark-mode is active.
16099         * dired-aux.el (dired-create-files): Use dolist.
16101         * bindings.el (mode-line-change-eol): Use with-selected-window.
16103         * apropos.el (apropos-command): Include macros.
16105 2008-03-26  Glenn Morris  <rgm@gnu.org>
16107         * calendar/cal-bahai.el: Require calendar, not cal-julian.
16108         (calendar-bahai-epoch): Doc fix.
16110         * calendar/cal-china.el: Explicitly require calendar.
16112         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
16113         Require calendar rather than cal-julian.
16114         Autoload calendar-absolute-from-julian.
16115         * calendar/cal-coptic.el (coptic-calendar-epoch):
16116         * calendar/cal-islam.el (calendar-islamic-epoch):
16117         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
16119         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
16121         * calendar/cal-dst.el: Don't require cal-persia.
16122         (calendar-absolute-from-persian): Autoload it.
16123         (dst-adjust-time): Doc fix.
16125         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
16126         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
16127         calendar.
16129         * calendar/cal-menu.el: Require calendar rather than declaring
16130         functions.
16131         * calendar/calendar.el: Provide calendar before requiring cal-menu.
16133         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
16134         calendar-after-frame-setup-hooks.  Update callers, make old name an
16135         obsolete alias.  Doc fix.
16136         (calendar-frame-1): Doc fix.
16138         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
16140         * calendar/calendar.el (oriental-holidays, solar-holidays):
16141         * calendar/holidays.el (list-holidays): Assume atan always bound.
16143         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
16144         Explicitly require calendar, not cal-julian.
16145         * calendar/lunar.el: Explicitly require cal-dst.
16147 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16149         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
16151         * help-fns.el (describe-function-1, describe-variable): If no
16152         replacement is provided, don't print "use nil instead".
16154 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16156         * proced.el: New file.
16158 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
16160         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
16162 2008-03-25  Juri Linkov  <juri@jurta.org>
16164         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
16165         in battery-mode-line-format.
16167         * bindings.el (minibuffer-local-map): For the command
16168         file-cache-minibuffer-complete replace keymap minibuffer-local-map
16169         with map which is already locally bound to minibuffer-local-map.
16171 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16173         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
16174         Remove `sort-first' argument.
16176         * subr.el (redisplay-end-trigger-functions)
16177         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
16178         (process-filter-multibyte-p, set-process-filter-multibyte):
16179         Mark as obsolete.
16181 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
16183         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
16184         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
16185         use the LOCAL arg of `add-hook'.
16186         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
16187         Remove spurious * from defcustom docstrings.
16188         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
16189         Fix typos in messages.
16190         (reb-mode-buffer-p): New function.
16191         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
16192         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
16193         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
16194         Use `unless', `when'.
16195         (re-builder-unload-function): New function.
16197 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
16199         * vc-hooks.el (vc-state): Add documentation for 'missing.
16201 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
16203         * progmodes/verilog-mode.el (verilog-auto-output)
16204         (verilog-auto-input, verilog-auto-inout, verilog-auto)
16205         (verilog-delete-auto): Add optional regular expression to
16206         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
16207         (verilog-signals-matching-regexp): New internal function for
16208         signal matching.
16210 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
16212         * info.el (Info-isearch-search): Always return point.
16214 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16216         * diff-mode.el (diff-remembered-defdir): New var.
16217         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
16219 2008-03-25  Glenn Morris  <rgm@gnu.org>
16221         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
16222         calendar-bahai-prompt-for-date.  Update callers, make old name an
16223         obsolete alias.  Doc fix.
16224         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
16225         coptic-prompt-for-date.  Update callers, make old name an
16226         obsolete alias.  Doc fix.
16227         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
16228         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
16229         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
16230         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
16231         * calendar/cal-iso.el (calendar-iso-read-date): New name for
16232         calendar-iso-read-args.  Update callers, make old name an obsolete
16233         alias.
16234         * calendar/cal-persia.el (calendar-persian-read-date): New name for
16235         persian-prompt-for-date.  Update callers, make old name an
16236         obsolete alias.  Doc fix.  Move definition before use.
16238         * calendar/cal-x.el (diary-frame-parameters)
16239         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16240         (calendar-frame-1): Doc fixes.
16241         (make-fancy-diary-buffer): Remove declaration.
16242         (calendar-dedicate-diary): Replace call to deleted function
16243         make-fancy-diary-buffer.
16244         (calendar-frame-setup): New function.
16245         (calendar-one-frame-setup, calendar-only-one-frame-setup)
16246         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
16247         work, and mark as obsolete.
16248         (special-display-buffer-names): Don't mess with this; it's not our
16249         business.
16250         (cal-x-load-hook): Defvar it, and mark as obsolete.
16252         * calendar/calendar.el (calendar-remove-frame-by-deleting):
16253         Default to t.  Add to 'calendar group.
16254         (calendar): Doc fix.  Use calendar-frame-setup.
16255         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
16256         (generate-calendar-window): Doc fix.
16258 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16260         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
16262 2008-03-24  Drew Adams  <drew.adams@oracle.com>
16264         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
16265         New variables.
16266         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
16267         (finder-exit): Ignore errors rather than avoiding them.
16268         Kill *Finder-package* buffer also.
16270 2008-03-24  Andreas Schwab  <schwab@suse.de>
16272         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
16274 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
16276         * vc-hg.el (vc-hg-after-dir-status):
16277         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
16279         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
16280         Detect removed files.
16282         * vc.el (vc-status-printer): Use a different face for missing files.
16283         (vc-status-hide-up-to-date): Rename from
16284         vc-status-remove-up-to-date.  Update all callers.
16285         (vc-status-mode-map): Bind C-m.
16287 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
16289         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
16290         code ...
16291         (vc-git--state-code): ... to this new function.
16292         (vc-git-state): Use it.
16294 2008-03-24  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
16296         * textmodes/remember.el (remember-mail-date)
16297         (remember-store-in-mailbox): Write date and From line in such a
16298         way that Mutt can read it.
16300 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
16302         * simple.el (transient-mark-mode): Turn on by default.
16304 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
16306         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
16307         'unregistered for unregistered files.
16309         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
16311         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
16313         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
16314         subdirectories.
16316         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
16317         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
16318         Add :enable for vc-status-refresh.
16319         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
16320         (vc-status-tool-bar-map): Add binding for
16321         vc-status-kill-dir-status-process.
16322         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
16323         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
16324         Reset vc-status-process-buffer.
16325         (vc-status-refresh): Don't run two refreshes at a time.
16326         (vc-status): If the buffer is already in vc-status-mode only refresh.
16327         (vc-status-mark-buffer-changed): Add an optional file parameter.
16328         (vc-resynch-buffer): Use it.
16329         (vc-delete-file): Expand the file name before using it.
16330         Be careful to not create a new buffer with the old file contents.
16331         Update the VC state after performing the operation.
16333 2008-03-23  Andreas Schwab  <schwab@suse.de>
16335         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
16336         Fix radio button condition.
16337         [box]: Likewise.
16338         [customize]: Add radio button.
16340 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
16342         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
16343         (calc-user-parse-tables, calc-gnuplot-default-device)
16344         (calc-gnuplot-default-output, calc-gnuplot-print-device)
16345         (calc-gnuplot-print-output, calc-gnuplot-geometry)
16346         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
16347         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
16348         (calc-undo-list, calc-redo-list, calc-main-buffer)
16349         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
16350         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
16351         (calc-said-hello, calc-executing-macro, calc-any-selections)
16352         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
16353         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
16354         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
16355         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
16356         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
16357         (calc-create-buffer, calc-quit): Add docstrings.
16359 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
16361         * makefile.w32-in (WINS_ALMOST): Add org.
16363 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
16365         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
16366         New functions to implement vc-status support.
16368 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
16370         * vc.el (vc-status-prepare-status-buffer): New function.
16371         (vc-status): Use it.
16373         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
16374         appropriate.
16376 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
16378         * vc-git.el (vc-git--empty-db-p)
16379         (vc-git-after-dir-status-stage1-empty-db): New functions.
16380         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
16381         Add support for empty repositories.
16383 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
16385         * vc-git.el (vc-git-annotate-extract-revision-at-line):
16386         Allow "^" in a version name.
16388         * vc-mtn.el (vc-mtn-state): Support the added state.
16390 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
16392         * org: New directory for Org-mode.
16394         * org/org-export-latex.el: Moved from lisp/textmodes.
16396         * org/org-irc.el: Moved from lisp/textmodes.
16398         * org/org-mac-message.el: Moved from lisp/textmodes.
16400         * org/org-mouse.el: Moved from lisp/textmodes.
16402         * org/org-publish.el: Moved from lisp/textmodes.
16404 2008-03-21  Juri Linkov  <juri@jurta.org>
16406         * comint.el (comint-dynamic-simple-complete):
16407         Use variable `stub' for the second arg `common-substring'
16408         of `comint-dynamic-list-completions'.
16409         (comint-dynamic-list-filename-completions):
16410         Use variable `filenondir' for the second arg `common-substring'
16411         of `comint-dynamic-list-completions'.
16412         (comint-dynamic-list-completions): Add new optional arg
16413         `common-substring'.  Add `common-substring' as the second arg of
16414         the call to `display-completion-list'.  Doc fix.
16416         * comint.el (comint-dynamic-complete-as-filename)
16417         (comint-dynamic-list-filename-completions)
16418         (comint-dynamic-simple-complete): Use `minibuffer-message'
16419         to display message "No completions of %s" when a command
16420         is called in the minibuffer.
16421         (comint-dynamic-simple-complete): Don't display other
16422         completion messages when a command is called in the minibuffer.
16423         (comint-dynamic-list-completions): Use `minibuffer-message'
16424         to display message " [Type space to flush ...]" when a command
16425         is called in the minibuffer.
16427         * shell.el (shell-dynamic-complete-command)
16428         (shell-dynamic-complete-environment-variable): Don't display
16429         completion messages when command is called in the minibuffer.
16431         * emacs-lisp/lisp.el (lisp-complete-symbol):
16432         Use `minibuffer-message' to display message "No completions of %s"
16433         when this command is called in the minibuffer.
16435         * bindings.el (standard-mode-line-modes): Put special help-echo
16436         tooltip on recursive edit %[ %] mode-line constructs.
16438         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
16439         "^No dynamic expansion for .* found$" to allow error messages like
16440         "No dynamic expansion for \"%s\" found in this-buffer".
16442 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
16444         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
16445         "psftp".
16447 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16449         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
16450         * vc.el (vc-default-dired-state-info): Use just "modified".
16451         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
16452         (vc-cvs-mode-line-string): Make use of the better default.
16453         (vc-cvs-parse-entry): Use the new `added'.
16454         (vc-cvs-dired-state-info): Remove.
16455         * vc-svn.el (vc-svn-dired-state-info): Remove.
16456         * vc-hg.el (vc-hg-dired-state-info): Remove.
16457         * vc-git.el (vc-git-dired-state-info): Remove.
16459 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
16461         * vc-git.el (vc-git-status-result): New variable.
16462         (vc-git-dir-status): Split out ...
16463         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
16464         ... these new functions and work asynchronously.
16466 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
16468         * vc-git.el (vc-git-after-dir-status): Remove.
16469         (vc-git-dired-state-info): Reimplement.
16471 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
16473         * replace.el (occur-mode-map): Add :help.
16475         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
16476         for disassemble.
16478         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
16479         the 'added state.
16480         (vc-status-remove-up-to-date): New function.
16481         (vc-status-mode-map, vc-status-menu-map): Bind it.
16482         (vc-status-printer): Use a different face up-to-date files.
16483         (vc-resynch-buffer): Update the vc-status buffer if it exists.
16484         (Todo): Remove solved entries.
16486         * vc-hg.el (vc-hg-state):
16487         * vc-git.el (vc-git-state):
16488         * vc-cvs.el (vc-cvs-parse-status):
16489         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
16490         state.
16492 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16494         * progmodes/compile.el (compile):
16495         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
16497         * simple.el (minibuffer-local-shell-command-map): New var.
16498         (minibuffer-complete-shell-command, read-shell-command): New funs.
16499         (shell-command, shell-command-on-region): Use them.
16501 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
16503         * vc.el (vc-status-mark-buffer-changed): New function to implement
16504         updating of the *vc-status* buffer when a buffer is saved.
16505         (vc-status-mode): Use it for after-change-hook.
16506         (vc-add-to-vc-status-buffer): Rename to ...
16507         (vc-status-add-entry): ... this.
16508         (Todo): Add new entry.
16510 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16512         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
16514 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
16516         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
16517         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
16518         Remove spurious * from defcustom docstrings.
16519         (icomplete-compute-delay): Fix docstring and remove spurious *.
16520         (icomplete-delay-completions-threshold): Fix typo in docstring and
16521         remove spurious *.
16522         (icomplete-completions): While collecting the list of prospective
16523         candidates, don't overshoot `icomplete-prospects-length'.
16525 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
16527         * textmodes/refbib.el:
16528         * textmodes/reftex.el:
16529         * textmodes/reftex-global.el:
16530         * textmodes/reftex-vars.el:
16531         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
16532         compiler pacifying defvars.
16533         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
16534         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
16535         not needed.
16537 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
16539         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
16540         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
16541         (verilog-customize, verilog-font-customize)
16542         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
16543         (verilog-mode): Update documentation strings to match tool tips.
16544         (verilog-auto-search-do, verilog-auto-re-search-do)
16545         (verilog-skip-forward-comment-or-string): Fix verilog-auto
16546         expansion when a .* appears inside a string.
16547         (verilog-re-search-forward, verilog-re-search-backward):
16548         Add comment to recall how this works.
16549         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
16551 2008-03-20  Glenn Morris  <rgm@gnu.org>
16553         * calendar/calendar.el (calendar-other-dates): New function.
16554         (calendar-print-other-dates): Use calendar-other-dates.
16555         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
16556         the declarations it replaces.
16557         (calendar-mouse-print-dates): Use calendar-other-dates.
16559         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
16560         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
16561         (calendar-absolute-from-bahai): Fix the leap-year case.
16562         (calendar-bahai-from-absolute): Re-use the Gregorian month.
16563         (calendar-bahai-date-string, calendar-bahai-print-date):
16564         Handle pre-Bahai dates.
16566         * calendar/cal-china.el (chinese-calendar-celestial-stem)
16567         (chinese-calendar-terrestrial-branch): Make defcustoms.
16569         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
16570         (calendar-mouse-view-diary-entries): Use or.
16571         (calendar-mouse-chinese-date): Remove unused command.
16572         (cal-menu-load-hook): Mark as obsolete.
16574         * calendar/solar.el (calendar-location-name, calendar-latitude)
16575         (calendar-longitude, solar-arctan, sunrise-sunset)
16576         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
16578 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
16580         * calc/calc.el: Remove outdated comments.
16581         (defcalcmodevar, calc-mode-var-list-restore-default-values)
16582         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
16583         Add docstrings.
16585 2008-03-19  Jason Rumney  <jasonr@gnu.org>
16587         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
16589 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16591         * net/tls.el (open-tls-stream): Reindent.
16593 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
16595         * net/tramp.el (tramp-let-maybe): Removed.
16596         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
16597         It does not exist under XEmacs.
16598         (tramp-handle-file-truename, tramp-handle-expand-file-name)
16599         (tramp-completion-file-name-handler): Let-bind
16600         `directory-sep-char'.
16602         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
16603         `directory-sep-char'.
16605 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16607         * help-fns.el (describe-function-1): Don't signal "missing arglist"
16608         for autoloaded keymaps.
16610         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
16611         (electric-verilog-terminate-line, verilog-in-struct-region-p)
16612         (verilog-backward-ws&directives, verilog-forward-ws&directives)
16613         (verilog-in-comment-p, verilog-in-star-comment-p)
16614         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
16615         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
16616         (verilog-skip-forward-comment-or-string, verilog-in-paren)
16617         (verilog-skip-forward-comment-p): Use it.
16619 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
16621         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
16622         (org-remember-templates, org-time-stamp-rounding-minutes)
16623         (org-back-over-empty-lines, org-find-base-buffer-visiting)
16624         (org-columns-new): Fix typos in docstrings.
16626 2008-03-19  Glenn Morris  <rgm@gnu.org>
16628         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
16629         (tramp-handle-shell-command): Use condition-case rather than
16630         ignore-errors.
16632 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
16634         * diff-mode.el (diff-header): Make the color louder.
16635         (diff-refine-change): Tone the color down.
16637 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
16639         * descr-text.el (describe-char): When `describe-char-unidata-list'
16640         is set to show all properties, list them in the right order.
16642 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16644         * international/mule.el (load-with-code-conversion): Avoid setting
16645         default-enable-multibyte-characters.
16647 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
16649         * vc.el (vc-annotate-background): Fix custom type.
16651 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16653         * descr-text.el (describe-char-unidata-list): Allow specifying
16654         just all properties.
16655         (describe-char): Handle that new value.
16657         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
16659 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
16661         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
16662         instead of file name extension to make docs with uncommon
16663         extensions work.
16665 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
16667         * doc-view.el (require): Require cl at compile time because
16668         `assert' needs it.
16670 2008-03-18  Glenn Morris  <rgm@gnu.org>
16672         * calendar/calendar.el (initial-calendar-window-hook)
16673         (today-visible-calendar-hook): Doc fixes.
16675 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
16677         * net/tramp.el (tramp-root-regexp): Simplify.
16678         (tramp-completion-file-name-regexp-separate): Don't insist on
16679         leading "[".  This prevents method or user or host completion.
16680         (tramp-let-maybe): Autoload it.
16681         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
16682         is an alias for `identity'.
16683         (tramp-handle-write-region): Protect `last-coding-system-used'
16684         over the trailing statements.
16685         (tramp-completion-file-name-handler-post-function): Remove.
16686         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
16687         instead of calling `tramp-drop-volume-letter'.
16689         * net/tramp.el:
16690         * net/tramp-uu.el:
16691         * net/trampver.el: Move coding cookie at the end.
16693 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16695         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
16696         elements which may be something else than characters.
16698 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
16700         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
16701         New functions to implement vc-status support.
16703         * vc.el (vc-default-extra-status-menu)
16704         (vc-add-to-vc-status-buffer): New functions.
16706         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16707         for eldoc and ielm.
16709 2008-03-17  Glenn Morris  <rgm@gnu.org>
16711         * calendar/cal-x.el (diary-frame-parameters)
16712         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
16713         Fix custom type; add options.
16714         (calendar-frame, diary-frame): Doc fixes.
16715         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
16716         new functions.
16717         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
16718         Use calendar-frame-1 and calendar-dedicate-diary.
16719         (calendar-one-frame-setup): Also handle only-one-frame case.
16720         (calendar-only-one-frame-setup): Doc fix.  Just call
16721         calendar-one-frame-setup.
16723         * calendar/diary-lib.el: Re-order some definitions before their use.
16724         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
16725         (diary-list-entries): Doc fixes.
16726         (make-fancy-diary-display): Remove function.
16728         * calendar/calendar.el (calendar-today-marker)
16729         (initial-calendar-window-hook, today-visible-calendar-hook)
16730         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
16731         (calendar-star-date, calendar-mark-today): Doc fixes.
16732         (today-visible-calendar-hook): Add options.
16733         (calendar-in-read-only-buffer): New macro.
16734         (calendar-basic-setup): Adapt for change in calendar-read-date.
16735         Place holiday let inside if.
16736         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
16737         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
16738         (calendar-print-other-dates): Use one let rather than many.
16740         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
16741         (calendar-print-other-dates):
16742         * calendar/cal-hebrew.el (list-yahrzeit-dates):
16743         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
16744         * calendar/holidays.el (calendar-list-holidays, list-holidays)
16745         (calendar-cursor-holidays):
16746         * calendar/lunar.el (calendar-phases-of-moon): Use
16747         calendar-in-read-only-buffer to replace previous code and disable undo.
16749 2008-03-16  Juri Linkov  <juri@jurta.org>
16751         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
16752         and regexp-search-ring-yank-pointer for the HISTPOS argument of
16753         read-from-minibuffer to provide the correct initial minibuffer
16754         history position in isearch-edit-string when it is called from
16755         isearch-ring-adjust.
16757         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
16758         to check if the current buffer is the minibuffer, and in this case
16759         call abort-recursive-edit to kill the minibuffer.  Doc fix.
16760         (kill-this-buffer-enabled-p): Allow this function to return non-nil
16761         when the current buffer is the minibuffer.
16763         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
16765 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
16767         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16768         Use non-nil PARENTS attribute of make-directory instead of
16769         explicitly checking existence the current cache directory.
16771 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
16773         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
16774         M-x epa-file-select-keys.
16776 2008-03-16  Kenichi Handa  <handa@m17n.org>
16778         * international/mule.el (auto-coding-alist):
16779         Use no-conversion-multibyte for archive files.
16781 2008-03-16  Glenn Morris  <rgm@gnu.org>
16783         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
16784         New functions.
16785         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
16786         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
16787         Use calendar-mark-1.
16788         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
16789         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
16790         Use calendar-mark-complex.
16791         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
16792         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
16793         Use calendar-mark-1.
16795         * calendar/calendar.el (calendar-mod): Remove.
16796         * calendar/cal-china.el (calendar-chinese-from-absolute)
16797         (calendar-chinese-date-string): Expand calendar-mod calls.
16798         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
16799         Expand calendar-mod calls.
16801         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
16802         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16803         (diary-bahai-insert-yearly-entry): Use let rather than let*.
16804         Move obsolete aliases after the functions that replaced them.
16806         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
16807         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
16808         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
16809         Use let rather than let*.
16810         (calendar-hebrew-prompt-for-date): New function.
16811         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
16812         (holiday-tisha-b-av-etc): Use unless, let.
16814         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
16815         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
16817         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
16819         * calendar/calendar.el (calendar-for-loop): Add indent spec.
16821         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
16822         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
16823         than concat.
16824         (diary): Remove un-needed let.
16825         (view-other-diary-entries): Rename argument.
16826         (diary-list-entries-2): New function.
16827         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
16828         (print-diary-entries): Use unless.
16829         (diary-mark-entries-1): Change argument order, make all but
16830         markfunc optional.  Handle the standard (Gregorian) case.
16831         Use match-string-no-properties.  Handle marks.
16832         (mark-diary-entries): Use diary-mark-entries-1.
16833         (diary-font-lock-keywords-1): New macro.
16834         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
16836 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
16838         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
16839         (icalendar-export-hidden-diary-entries): New variable.
16840         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
16841         In case of error, insert full error-val.
16842         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
16843         Use calendar-day-of-week.  Return the day number.
16844         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
16846 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
16848         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
16849         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
16850         (icalendar-export-region): Ignore hidden diary entries.
16851         (icalendar--convert-ordinary-to-ical): Fix case where event
16852         spans across midnight boundary.
16853         (icalendar-first-weekday-of-year): New function.
16854         (icalendar--convert-weekly-to-ical): Allow user-selectable start
16855         year for recurring events (Mozilla calendars do not propagate
16856         recurring events forever, so year 2000 start date was not working).
16857         (icalendar--convert-yearly-to-ical): Remove extra spaces in
16858         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
16860 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
16862         * net/tramp.el (tramp-root-regexp): New defconst.
16863         (tramp-completion-file-name-regexp-unified)
16864         (tramp-completion-file-name-regexp-separate)
16865         (tramp-completion-file-name-regexp-url): Use it.
16866         (tramp-do-copy-or-rename-file-via-buffer):
16867         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
16868         t for `insert-file-contents-literally'.
16869         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
16870         Autoload it.
16871         (tramp-completion-file-name-handler-post-function): New defconst.
16872         (tramp-completion-file-name-handler): Use it.
16873         (tramp-maybe-open-connection): Update calls to
16874         `tramp-flush-connection-property' for removed 2nd argument.
16876 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16878         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
16879         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
16880         New functions.
16882 2008-03-15  Glenn Morris  <rgm@gnu.org>
16884         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
16885         New functions.
16886         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
16887         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16888         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16889         (diary-bahai-list-entries): Use diary-list-entries-1.
16890         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
16891         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
16892         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16893         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16894         (list-hebrew-diary-entries): Use diary-list-entries-1.
16895         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
16896         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
16897         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16898         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16899         (list-islamic-diary-entries): Use diary-list-entries-1.
16900         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
16902         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
16904         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
16906         * calendar/cal-china.el (number-chinese-months)
16907         (calendar-chinese-from-absolute): Use nth, caar.
16909         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
16911         * calendar/cal-french.el (french-calendar-accents): Doc fix.
16913         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
16914         (calendar-hebrew-month-name-array-leap-year)
16915         (hebrew-calendar-parashiot-names): Make constants.
16916         (diary-parasha): Move definition after constants it uses.
16918         * calendar/cal-html.el (cal-html-insert-link-yearpage)
16919         (cal-html-htmlify-list): Doc fix.
16920         (cal-html-htmlify-entry): Use nth.
16922         * calendar/cal-islam.el (calendar-islamic-month-name-array)
16923         (calendar-islamic-epoch): Make constants.
16924         (calendar-islamic-epoch): Doc fix.
16926         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
16928         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
16929         (cal-tex-month-name): Doc fix.
16930         (cal-tex-last-blank-p): Use zerop.
16932         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
16933         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
16934         (calendar-cursor-to-date): Doc fix.
16935         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
16936         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
16937         (calendar-day-number): Use when.
16938         (generate-calendar-month): Use dotimes.
16939         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
16940         (calendar-set-mark): Reverse conditional.
16941         (calendar-make-alist): Move definition before use.
16943         * calendar/diary-lib.el (diary-face-attrs)
16944         (diary-glob-file-regexp-prefix, diary-selective-display)
16945         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
16946         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
16947         (diary-anniversary, diary-cyclic)
16948         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
16949         (diary-header-line-format): Change wording.
16950         (diary-list-entries): Set `date-start' in let.
16951         (include-other-diary-files, mark-included-diary-files): Use format.
16952         (simple-diary-display, fancy-diary-display): Use cadr, unless.
16953         (mark-diary-entries): Use 1+.
16954         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
16955         (mark-calendar-month): Use dotimes.
16957         * calendar/holidays.el (displayed-month, displayed-year):
16958         Move declarations where needed.
16959         (calendar-list-holidays): Doc fix.
16961         * calendar/parse-time.el (parse-time-string): Simplify.
16963         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
16964         Make constants.
16965         (solar-sunrise-sunset): Rename some local variables for clarity.
16966         (sunrise-sunset): Use zerop.
16967         (solar-mean-equinoxes/solstices): Doc fix.
16969         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
16970         Use nth.
16971         (timeclock-completing-read, timeclock-generate-report): Use zerop.
16972         (timeclock-mean, timeclock-generate-report): Use dolist.
16974         * calendar/todo-mode.el (todo-add-category): Simplify.
16975         (todo-more-important-p, todo-delete-item, todo-file-item):
16976         Use unless, when.
16977         (todo-top-priorities): Use zerop.
16979 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
16981         * buff-menu.el (list-buffers-noselect): Display buffer name in
16982         tooltip instead of mouse binding when it doesn't fit in the list.
16984 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
16986         * faces.el (xw-defined-colors):
16987         * simple.el (widget-convert, shell-mode): Declare as functions
16988         instead of autoloading.
16990         * abbrev.el:
16991         * button.el:
16992         * cus-face.el:
16993         * ediff-hook.el:
16994         * emacs-lisp/backquote.el:
16995         * emacs-lisp/timer.el:
16996         * facemenu.el:
16997         * faces.el:
16998         * menu-bar.el:
16999         * simple.el:
17000         * subr.el:
17001         * textmodes/fill.el:
17002         * textmodes/paragraphs.el: Remove autoloads, redundant when the
17003         files are preloaded.
17005 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17007         * desktop.el (desktop-create-buffer): Don't catch errors if
17008         debug-on-error is set.
17010 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
17012         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
17013         ($(lisp)/calendar/diary-loaddefs.el)
17014         ($(lisp)/calendar/hol-loaddefs.el): New targets.
17015         (LOADDEFS): New macro.
17016         (autoloads): Depend on $(LOADDEFS).
17018 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
17020         * font-lock.el (featurep): Remove test, not useful anymore.
17021         (facemenu-keymap): Move key binding ...
17022         * facemenu.el (facemenu-keymap): ... here.
17024         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
17025         for each file in the list.
17026         (vc-bzr-log-view-mode): Recognize the file marker.
17028         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17029         for checkdoc and profiling.
17031 2008-03-14  Bastien Guerry  <bzg@altern.org>
17033         * textmodes/flyspell.el (nxml-mode): Add the right
17034         `flyspell-mode-predicate'.
17036         * wid-edit.el (link): Use 'mouse-face for :follow-link.
17038 2008-03-14  Glenn Morris  <rgm@gnu.org>
17040         * calendar/solar.el: Reorder so that functions are defined before use.
17041         (displayed-month, displayed-year): Move declarations where needed.
17042         (solar-get-number): Move definition before use.  Use unless.
17043         (solar-equatorial-coordinates): Simplify.
17044         (solar-sunrise-and-sunset): Use let rather than let*.
17045         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
17047         * startup.el (command-line-1): Rename -internal-script back to
17048         -scriptload (reverts previous change).
17050         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
17051         (calendar-bahai-leap-base): Add doc strings.
17052         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
17053         Move definition before use.
17054         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
17055         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
17056         variables outside the loop.  Use dolist.
17057         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
17059         * calendar/cal-china.el: Re-order so that functions are defined before
17060         use.
17061         (displayed-month, displayed-year): Move declarations where needed.
17062         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
17063         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17064         Add doc strings.
17065         (chinese-year-cache): Recenter on 2010.  Doc fix.
17066         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
17067         Doc fix.  Simplify.
17068         (chinese-year-cache-init): New function.
17069         (compute-chinese-year, holiday-chinese-new-year)
17070         (calendar-chinese-date-string, calendar-goto-chinese-date)
17071         (make-chinese-month-assoc-list): Use cadr, nth.
17072         (chinese-months): Remove un-needed let.
17074         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
17075         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
17076         (coptic-prompt-for-date): Move definition before use.
17078         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
17079         (calendar-dst-find-data, calendar-daylight-time-offset)
17080         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17081         (calendar-daylight-savings-starts-time)
17082         (calendar-daylight-savings-ends-time): Use cadr, nth.
17084         * calendar/cal-french.el (french-calendar-epoch)
17085         (calendar-goto-french-date): Doc fix.
17086         (french-calendar-month-name-array)
17087         (french-calendar-multibyte-month-name-array)
17088         (french-calendar-day-name-array, french-calendar-special-days-array):
17089         Add doc strings.
17091         * calendar/cal-hebrew.el (displayed-month, displayed-year)
17092         (original-date): Move declarations where needed.
17093         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
17094         Doc fix.
17095         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
17096         constant variables outside the loop.  Use dolist.
17098         * calendar/cal-islam.el (displayed-month, displayed-year)
17099         (original-date): Move declarations where needed.
17100         (islamic-calendar-day-number): Remove unused local variable `day'.
17101         (calendar-goto-islamic-date): Doc fix.
17102         (holiday-islamic): Use unless.
17103         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
17104         constant variables outside the loop.  Use dolist.
17105         (mark-islamic-calendar-date-pattern): Move definition before use.
17106         Use unless.
17107         (mark-islamic-diary-entries): Doc fix.
17108         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17109         (insert-yearly-islamic-diary-entry): Use let rather than let*.
17111         * calendar/cal-julian.el (calendar-absolute-from-julian):
17112         Move definition before use.  Remove un-needed local `day'.
17113         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
17115         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
17116         (calendar-mayan-tzolkin-names-array): Add doc strings.
17117         (calendar-mayan-long-count-from-absolute): Use a single let.
17118         (calendar-string-to-mayan-long-count): Simplify.
17119         (calendar-next-haab-date, calendar-previous-haab-date)
17120         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
17121         (calendar-previous-calendar-round-date)
17122         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
17123         Doc fix.
17124         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
17125         (calendar-mayan-date-string, calendar-print-mayan-date)
17126         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17127         (calendar-mayan-long-count-common-era): Move definitions before use.
17129         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
17130         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
17131         Doc fix.
17132         (calendar-mouse-goto-date): Move definition before use.
17134         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
17135         Move definition before use.
17136         (calendar-cursor-to-visible-date): Move definition before use.
17137         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
17138         and place inside the conditional.
17139         (calendar-forward-day): Simplify.
17140         (calendar-end-of-month): Use unless.
17141         (calendar-goto-day-of-year): Doc fix.
17142         Relocate obsolete aliases after their replacements.
17144         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
17146         * calendar/diary-lib.el (mark-diary-entries): Move some constant
17147         variables outside the diary-date-forms loop.
17149         * calendar/calendar.el (diary-file): Doc fix.
17150         (calendar-buffer-list): Return buffers rather than strings (fixes
17151         previous change).
17152         (hebrew-holidays-4): Fix typo.
17154         * calendar/holidays.el (displayed-month, displayed-year):
17155         Move declarations where needed.
17156         (calendar-holiday-list, calendar-list-holidays)
17157         (holiday-filter-visible-calendar): Move definitions before use.
17158         (list-holidays): Use cadr.
17159         Relocate obsolete aliases after their replacements.
17161         * calendar/lunar.el (date, displayed-month, displayed-year):
17162         Move declarations where needed.
17163         (lunar-phase-list): Move definition after functions it uses.
17164         (calendar-phases-of-moon, diary-phases-of-moon)
17165         (lunar-new-moon-on-or-after): Use cadr, nth.
17166         (lunar-new-moon-on-or-after): Doc fix.
17168         * textmodes/org-irc.el (top-level): CL not required when compiling.
17169         (org-irc-visit-erc): Replace runtime CL functions.
17171         * textmodes/org-publish.el (declare-function): Add compatibility stub.
17172         (org-publish-delete-dups): Declare as function.
17174 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
17176         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
17177         (vc-bzr-show-log-entry): Make regexp match more cases.
17178         (vc-diff-switches-list): Remove autoload, not needed.
17180 2008-03-14  Juri Linkov  <juri@jurta.org>
17182         * isearch.el (isearch-edit-string): Remove one call to
17183         `isearch-push-state' not to push an inconsistent state,
17184         but keep another correct call to `isearch-push-state'.
17185         (isearch-ring-adjust): Call `isearch-push-state' only when
17186         `search-ring-update' is non-nil since `isearch-edit-string'
17187         already pushes its state.
17188         (isearch-message): Improve matching the failed part by checking
17189         if the original message starts with the last successful message.
17191         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
17192         (dired-perm-write): Rename from `dired-warn-writable'.
17193         Change parent face from `font-lock-warning-face' to
17194         `font-lock-comment-delimiter-face'.
17195         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
17196         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
17197         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
17198         with `dired-perm-write-face'.
17200 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
17202         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
17203         Create cache dir only if it doesn't already exist.
17205 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17207         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
17208         of \ and '.
17210 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
17212         * net/browse-url.el (browse-url-text-xterm):
17213         Unquote browse-url-text-browser.
17215 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
17217         * textmodes/org-mouse.el: Version number change.
17219         * textmodes/org-publish.el (org-publish-expand-components):
17220         Remove null projects from the list of components.
17221         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
17222         Remove unused retrieval of the :publishing-directory property.
17223         (org-publish-file): Bugfix: when using a relative directory as the
17224         publishing directory, convert it to a directory filename.
17225         (org-publish-project): New alias.
17226         (org-publish-get-files): Protect against empty p.
17227         (org-publish-file): Send an error when file is not part of any project.
17228         (org-publish-file): Offer to refresh the list of files in known
17229         project when the current file is not part of any project.
17230         (org-publish-before-export-hook)
17231         (org-publish-after-export-hook): New hooks.
17232         (org-publish-org-to): Use new hooks and kill buffers.
17233         (org-publish-file): Remove the code for killing buffers.
17234         (org-publish-initialize-files-alist): Use interactive.
17235         (org-publish-file): If the publishing function creates a new
17236         buffer, kill it after publishing.
17237         (org-publish-timestamp-filename): Protect ":" in file name path
17238         under windows.
17240         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
17241         change that killed the LaTeX buffer.
17243         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
17244         in the decision tree.
17245         (org-select-remember-template): Clean the code.
17246         (org-prepare-dblock): Add the extra :content parameter.
17247         (org-write-agenda): New output type ".ics" files.
17248         (org-write-agenda): Call `org-icalendar-verify-function', both for
17249         time stamps and for TODO entries.
17250         (org-agenda-collect-markers, org-create-marker-find-array)
17251         (org-check-agenda-marker-table): New functions.
17252         (org-agenda-marker-table): New variable.
17253         (org-export-as-html): Revert the change that killed the html
17254         buffer.  Side effects first need to be studied carefully.
17255         (org-get-tags-at): Fix the structure of the condition-case statement.
17256         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
17257         (org-timestamp-change): Fix regular expressions to swallow the
17258         extra character for repeat-shift control.
17259         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
17260         (org-get-legal-level): Alias to `org-get-valid-level'.
17261         (org-dblock-write:clocktable): Add a :link parameter, linking
17262         headlines to their location in the Org agenda files.
17263         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
17264         throwing an error when getting tags before headlines.
17265         (org-timestamp-change, org-modify-ts-extra)
17266         (org-ts-regexp1): Fix timestamp editing.
17267         (org-agenda-custom-commands-local-options): New constant.
17268         (org-agenda-custom-commands):
17269         Use `org-agenda-custom-commands-local-options' to improve customize
17270         type.  "htmlize": Removed hack to fix face problem with htmlize,
17271         it no longer seem necessary.
17272         (org-follow-link-hook): New hook.
17273         (org-agenda-custom-commands): Add "Component" as a tag for each
17274         item in a command series.
17275         (org-open-at-point): Run `org-follow-link-hook'.
17276         (org-agenda-schedule): Bugfix: don't display marker type when it
17277         is nil.
17278         (org-store-link): org-irc required.
17279         (org-set-regexps-and-options): Parse the new logging options.
17280         (org-extract-log-state-settings): New function.
17281         (org-todo): Handle the new ways of recording state change stuff.
17282         (org-local-logging): New function.
17283         (org-columns-open-link): Fix bug with opening link in column view.
17284         (org-local-logging): New function.
17285         (org-todo): Make sure that LOGGING properties are honoured.
17286         (org-todo-keywords): Improve docstring.
17287         (org-startup-options): Cleanup startup options.
17288         (org-set-regexps-and-options): Process the "!" markers.
17289         (org-todo): Respect the new logging stuff.
17290         (org-log-note-how): New variable.
17291         (org-add-log-maybe): New parameter HOW that defines how logging
17292         should be done and also overrides PURPOSE.  Add a docstring.
17293         (org-add-log-note): Check if we really need to ask for a note.
17294         (org-get-current-options): Digest the new keyword.
17295         (org-agenda-reset-markers): Rename from
17296         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
17297         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
17298         function, without force argument.
17299         (org-buffer-property-keys): Bind local variables s and p.
17300         (org-make-tags-matcher): Allow "" to match an empty or
17301         non-existent property value.
17302         (org-export-as-html): Join unsorted lists when they directly
17303         follow each other.  Such lists may be created by headlines that
17304         are converted to lists.
17305         (org-nofm-to-completion): New function.
17306         (org-export-as-html): Use :html-extension instead of
17307         org-export-html-extension.
17308         (org-store-link): Support for links from `rmail-summary-mode'.
17309         (org-columns-new, org-complete, org-set-property): Set the
17310         `include-columns' argument in the call to
17311         `org-buffer-property-keys'.
17312         (org-buffer-property-keys): New argument `include-columns', to
17313         include properties expected by any of the COLUMNS formats in the
17314         current buffer.
17315         (org-cleaned-string-for-export): Get rid of drawers first, so that
17316         they will be removed also in the text before the first headline.
17317         (org-clock-report): Show the clocktable when found.
17318         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
17319         (org-version): With prefix argument, insert `org-version' at point.
17320         (org-agenda-goto): Recenter the window after finding the target
17321         location, to make sure the correct position will be displayed.
17322         (org-agenda-get-deadlines): Don't scale priority with the warning
17323         period.
17324         (org-insert-heading): Don't break line in the middle of the line.
17325         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
17326         be 0.
17327         (org-update-checkbox-count): Revamp to deal with hierarchical
17328         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
17329         (org-remove-timestamp-with-keyword): New function.
17330         (org-schedule, org-deadline):
17331         Use `org-remove-timestamp-with-keyword' to make sure all such time
17332         stamps are removed.
17333         (org-mode): Support for `align'.
17334         (org-agenda-get-deadlines): Make sure priorities increase as the
17335         due date approaches and is passed.
17336         (org-remember-apply-template): Fix problem with tags that
17337         contain "_" or "@".
17338         (org-make-link-regexps): Improve the regular expression for plain links.
17339         (org-agenda-get-closed): List each clocking entry.
17340         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
17341         (org-special-ctrl-k): New option.
17342         (org-kill-line): New function.
17343         (org-archive-all-done): Fix incorrect number of stars in regexp.
17344         (org-refile-get-location): New function.
17345         (org-refile-goto-last-stored): New function.
17346         (org-global-tags-completion-table): Add the value of org-tag-alist
17347         in each buffer, to make sure that also unused tags will be
17348         available for completion.
17349         (org-columns-edit-value)
17350         (org-columns-next-allowed-value): Only update if not in agenda.
17351         (org-clocktable-steps): New function.
17352         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
17353         (org-archive-subtree): Add the outline tree context as a property.
17354         (org-closest-date): New optional argument `prefer'.
17355         (org-goto-auto-isearch): New option.
17356         (org-goto-map, org-get-location): Implement auto-isearch.
17357         (org-goto-local-auto-isearch-map): New variable.
17358         (org-goto-local-search-forward-headings)
17359         (org-goto-local-auto-isearch): New functions.
17361 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
17363         * textmodes/org-irc.el: New file.
17365 2008-03-13  John Wiegley  <johnw@gnu.org>
17367         * textmodes/org-mac-message.el: New file.
17369 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
17371         * font-lock.el (font-lock-comment-face): Set the foreground for
17372         the light background 8 colors case.
17374 2008-03-13  Glenn Morris  <rgm@gnu.org>
17376         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
17377         generate-autoload-cookie patterns.
17379         * startup.el (command-line-1): Rename -scriptload to -internal-script.
17381         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
17382         (MH_E_SRC): Remove variable.
17383         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
17384         Simplify file header.  Use $@ for generated-autoload-file.
17386         * Makefile.in (LOADDEFS): New variable.
17387         (AUTOGENEL): Use $LOADDEFS.
17388         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
17389         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
17390         ($(lisp)/calendar/hol-loaddefs.el): New targets.
17391         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17392         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
17393         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17394         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17395         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
17396         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
17397         Add calendar-specific autoload cookies, and remove any setting of
17398         generated-autoload-file.
17399         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
17400         * calendar/diary-lib.el: Replace explicit autoloads with reading of
17401         diary-loaddefs.
17402         * calendar/holidays.el: Replace explicit autoloads with reading of
17403         hol-loaddefs.
17405         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
17406         (calendar-buffer-list): Simplify.
17407         (generate-calendar-window): Use calendar-mark-holidays rather than
17408         obsolete alias.
17410         * calendar/cal-hebrew.el (list-yahrzeit-dates):
17411         Use cal-hebrew-yahrzeit-buffer.
17413         * calendar/cal-x.el (calendar-only-one-frame-setup)
17414         (calendar-two-frame-setup): Doc fixes.
17415         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
17417         * calendar/appt.el (appt-mode-string): Mark as risky.
17418         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
17420         * calendar/cal-html.el (diary-list-entries):
17421         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
17422         (calendar-iso-from-absolute): Fix autoloads.
17424         * calendar/cal-iso.el (calendar-absolute-from-iso)
17425         (calendar-iso-read-args): Simplify.
17426         (calendar-iso-date-string, calendar-iso-read-args)
17427         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
17429         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
17430         (displayed-month, displayed-year): Move declarations where needed.
17431         (calendar-print-astro-day-number): Doc fix.
17433         * calendar/cal-persia.el (persian-calendar-month-name-array)
17434         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
17435         (persian-prompt-for-date): Remove local variable `today'.
17437         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
17439         * calendar/solar.el (solar-moment, solar-exact-local-noon)
17440         (solar-sunrise-sunset, solar-sunrise-sunset-string)
17441         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
17442         (diary-sabbath-candles, solar-equinoxes/solstices)
17443         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
17444         (solar-time-equation, solar-date-to-et): Simplify.
17446         * mail/supercite.el: Remove the `function' in `(function (lambda'.
17447         Replace `(car (cdr' with cadr'.
17449         * progmodes/f90.el (f90-font-lock-n): New function.
17450         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
17451         Use f90-font-lock-n.
17452         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
17454         * progmodes/f90.el (f90-mode-abbrev-table):
17455         * progmodes/fortran.el (fortran-mode-abbrev-table):
17456         Use newer form of define-abbrev, where supported.  No need to bind
17457         abbrevs-changed for system abbrevs.
17459 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17461         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
17462         delete-frame-functions.
17464         * bookmark.el (Info-current-node): Remove.
17466 2008-03-12  Juri Linkov  <juri@jurta.org>
17468         * help.el (describe-project): Remove defaliases for view-todo and
17469         describe-project that are now unnecessary after the merge from
17470         emacs--rel--22 that added define-obsolete-function-alias.
17472         * startup.el (inhibit-startup-screen): Revert incomplete
17473         2008-03-10 merge from emacs--rel--22 that partly reverted
17474         2008-02-28 change that added initial message to *scratch* buffer
17475         regardless of the value of `inhibit-startup-screen'.
17476         Now keep this change in the trunk, but not in the 22 branch.
17478 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17480         * international/quail.el (quail-setup-completion-buf, quail-help):
17481         * mail/binhex.el (binhex-decode-region-internal):
17482         * mail/uudecode.el (uudecode-decode-region-internal):
17483         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
17484         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
17485         setting default-enable-multibyte-characters.
17487         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
17489         * comint.el: Fix up indentation and comment style.  Remove `function'.
17491         * international/mule-cmds.el (reset-language-environment)
17492         (set-language-environment-nonascii-translation):
17493         Don't set-unibyte-charset.
17495         * doc-view.el: Remove all cb-args, use closures instead.
17496         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
17497         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
17498         doing an incorrect check).  Update all callers to use the new name.
17499         (doc-view-doc->txt): Add missing `txt' argument.
17501 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
17503         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
17504         md5 sum calculation to single-byte.
17506 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17508         * doc-view.el (doc-view-new-window-function): Add assertion.
17509         (doc-view-doc-type): New var.
17510         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
17511         (doc-view-intersection): New fun.
17512         (doc-view-mode): Use it to set the new var.
17514 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
17516         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
17517         (doc-view-already-converted-p): New functions.
17518         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
17519         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
17520         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
17521         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
17522         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
17523         (doc-view-convert-current-doc): Don't hardwire the functions the
17524         sentinels call.  Now they're provided by two args CALLBACK and
17525         CB-ARGS to the functions.
17526         (doc-view-search): Use doc-view-doc->txt.
17527         (doc-view-initiate-display): Use doc-view-already-converted-p.
17528         Mention new binding C-c C-t if doc-view-mode doesn't work.
17530 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
17532         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
17534 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17536         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
17537         Mark " outside of tags as punctuation.
17539 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17541         * menu-bar.el (minibuffer-local-map): Use the same command for the
17542         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
17543         Prefer RET over C-j for exit-minibuffer.
17545         * files.el (display-buffer-other-frame): Eliminate problematic code.
17547         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
17548         (menu-bar-select-buffer): Remove.
17549         (menu-bar-select-frame): Make non-interactive and take a frame arg.
17550         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
17552 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
17554         * icomplete.el (icomplete-completions): Remove obsolete code.
17556         * net/net-utils.el (iwconfig-program-options): Doc fix.
17557         (net-utils-run-program, run-network-program): Define as functions.
17559 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
17561         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
17563 2008-03-11  Glenn Morris  <rgm@gnu.org>
17565         * faces.el (mode-line-emphasis): New face.
17566         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
17568         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
17570 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
17572         * simple.el (set-mark-command): Doc fix.
17574 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17576         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
17578         * emacs-lisp/autoload.el (autoload-find-destination):
17579         Don't force raw-text.
17581         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
17582         * calendar/cal-loaddefs.el: Don't version control.
17584 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17586         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
17587         entries and add :help to the existing ones.
17589 2008-03-10  Glenn Morris  <rgm@gnu.org>
17591         * calendar/cal-hebrew.el (date, entry, number): Move declarations
17592         to where they are needed.
17594         * calendar/calendar.el (diary-file, hebrew-holidays-1)
17595         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17596         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
17597         (calendar-version): Doc fixes.
17598         (calendar-absolute-from-gregorian): Use zerop.
17599         (calendar-mode-line-format): Make it a defcustom.
17601         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
17602         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
17603         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
17604         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
17605         (mark-included-diary-files, mark-calendar-days-named)
17606         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
17607         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
17608         (insert-monthly-diary-entry, insert-yearly-diary-entry)
17609         (insert-anniversary-diary-entry, insert-block-diary-entry)
17610         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
17611         (diary-font-lock-sexps): Doc fixes.
17612         (diary-remind-message, mark-calendar-month): Use zerop.
17613         (diary-attrtype-convert, diary-pull-attrs): Simplify.
17614         (diary-list-entries): Revert let to let* (previous change).
17616         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
17618 2008-03-10  Kim F. Storm  <storm@cua.dk>
17620         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
17621         function aliases for the old names.
17623 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
17625         * iswitchb.el (iswitchb-use-faces): Doc fix.
17626         (iswitchb-buffer-ignore, iswitchb-read-buffer):
17627         Fix typos in docstrings.
17629 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17631         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
17632         Fix typo.
17633         (verilog-type-font-keywords): Reindent.
17635 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
17637         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
17638         Fix bug in the grouping-keyword regular expression.
17639         (verilog-font-lock-keywords): Allow users to toggle special
17640         highlight of grouping-keywords.
17641         (verilog-highlight-grouping-keywords): The toggle for special
17642         highlighting of grouping keywords.
17644 2008-03-10  Juri Linkov  <juri@jurta.org>
17646         * startup.el: Revert 2008-02-28 change that adds initial message
17647         to *scratch* buffer regardless of the value of
17648         `inhibit-startup-screen'.
17650 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17652         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
17653         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
17654         * progmodes/verilog-mode.el (verilog-mode):
17655         * net/socks.el (socks):
17656         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
17658 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17660         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
17661         (doc-view-bookmark-make-record): Use them.
17662         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
17663         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
17665         * bookmark.el (bookmark-make-record-function): Change expected return
17666         value to include a suggested bookmark name.
17667         (bookmark-make): Split into bookmark-make-record and bookmark-store.
17668         Fix reversed `overwrite' semantics.
17669         (bookmark-set): Call bookmark-make-record before prompting the user.
17670         Then pass the result to bookmark-store later on.
17671         (bookmark-make-name-function): Remove.
17672         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
17673         * info.el (bookmark-make-name-function): Remove.
17674         (Info-mode): Don't set it.
17675         (Info-bookmark-make-name): Remove.
17676         (Info-bookmark-make-record): Use Info-current-node as suggested default
17677         bookmark name.
17679         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
17680         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
17681         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
17682         (bookmark-annotation-buffer, bookmark-annotation-file)
17683         (bookmark-annotation-point, bookmark-send-annotation)
17684         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
17685         (bookmark-edit-annotation-text-func): Rename from
17686         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
17687         (bookmark-edit-annotation-mode-map): Move initialization into
17688         declaration.
17690         * bookmark.el: Remove spurious * in docstrings.
17691         (bookmark-minibuffer-read-name-map): New var.
17692         (bookmark-set): Use it.  Also pass the default value as it should.
17693         (bookmark-send-edited-annotation): Take no chances with text properties.
17694         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
17695         (bookmark-insert-buffer-name): Remove.
17696         (bookmark-buffer-file-name): Signal an error rather than returning nil.
17698 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
17700         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
17702 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
17704         * diff-mode.el (diff-mode-menu): Add :help.
17706 2008-03-09  Glenn Morris  <rgm@gnu.org>
17708         * calendar/calendar.el (general-holidays, oriental-holidays)
17709         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
17710         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
17711         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
17712         (calendar-holidays): Restore autoload cookies, because people are
17713         used to using these variables without loading calendar.el.
17715         * calendar/cal-islam.el (diary-islamic-date): Move to end.
17716         (date, number): Declare where needed.
17718         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
17719         (list-sexp-diary-entries): Doc fixes.
17720         (diary-list-entries): Doc fix.  Remove free variable `entry'.
17721         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
17722         Simplify setting of `date-holiday-list'.
17723         (mark-diary-entries): Remove free variable `entry'.
17724         (diary-list-entries, include-other-diary-files, fancy-diary-display):
17725         Use let where let* is not needed.
17727 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17729         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
17730         make-record function, instead paste it in afterwards.
17731         (bookmark-make-record-for-text-file):
17732         * doc-view.el (doc-view-bookmark-make-record):
17733         * info.el (Info-bookmark-make-record): Don't mess with annotations.
17735 2008-03-08  Glenn Morris  <rgm@gnu.org>
17737         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
17739 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17741         * calendar/diary-lib.el (diary-list-entries)
17742         (include-other-diary-files, mark-diary-entries)
17743         (mark-sexp-diary-entries, mark-included-diary-files)
17744         (diary-entry-time, list-sexp-diary-entries): Remove the special
17745         handling of ^M that dates back to the use of selective-display.
17746         (simple-diary-display): Obey setting of pop-up-frames.
17747         (body, entry): Remove unnecessary declarations.
17749         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
17750         (bookmark-get-annotation, bookmark-set-annotation)
17751         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17752         (bookmark-set-position, bookmark-get-front-context-string)
17753         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17754         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
17755         * info.el (Info-bookmark-make-record): Don't bother recording point.
17756         (bookmark-get-filename, bookmark-get-front-context-string)
17757         (bookmark-get-rear-context-string, bookmark-get-position):
17758         Don't declare any more.
17759         (bookmark-get-info-node): Remove.
17760         (bookmark-prop-get): Declare.
17761         (Info-bookmark-jump): Use it.
17763 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
17765         * subr.el (while-no-input): Don't splice BODY directly into the
17766         `or' form.
17768 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
17770         * diff-mode.el (diff-ignore-whitespace-hunk):
17771         Bind inhibit-read-only before trying to change the buffer.
17773 2008-03-08  Glenn Morris  <rgm@gnu.org>
17775         * calendar/appt.el (appt): Move custom group here from calendar.el.
17776         (appt-disp-window, appt-convert-time): Doc fixes.
17778         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
17779         (calendar-bahai-mark-date-pattern):
17780         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
17781         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
17782         * calendar/cal-julian.el (calendar-absolute-from-julian):
17783         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
17785         * calendar/cal-china.el (chinese-calendar): Move custom group here from
17786         calendar.el.
17787         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17788         Make constants.
17789         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
17790         (chinese-calendar-daylight-savings-starts)
17791         (chinese-calendar-daylight-savings-ends)
17792         (chinese-calendar-daylight-savings-starts-time)
17793         (chinese-calendar-daylight-savings-ends-time)
17794         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
17795         Doc fixes.
17797         * calendar/cal-coptic.el (coptic-name): Add doc string.
17799         * calendar/cal-french.el (french-calendar-month-name-array)
17800         (french-calendar-day-name-array, french-calendar-special-days-array):
17801         Add doc strings.
17803         * calendar/cal-bahai.el (diary-bahai-mark-entries)
17804         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17805         (diary-bahai-insert-yearly-entry):
17806         * calendar/cal-dst.el (calendar-next-time-zone-transition)
17807         (calendar-time-zone):
17808         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
17809         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
17810         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
17811         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
17812         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
17813         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
17814         (list-islamic-diary-entries, mark-islamic-diary-entries)
17815         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17816         (insert-yearly-islamic-diary-entry):
17817         * calendar/cal-iso.el (calendar-iso-read-args):
17818         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
17819         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
17820         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17821         (calendar-next-calendar-round-date)
17822         (calendar-mayan-long-count-common-era):
17823         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
17824         (cal-menu-x-popup-menu, calendar-mouse-holidays)
17825         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
17826         (calendar-mouse-goto-date):
17827         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
17828         * calendar/holidays.el (holidays):
17829         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
17830         * calendar/time-date.el (date-to-time, time-subtract, time-add)
17831         (safe-date-to-time): Doc fixes.
17833         * calendar/cal-persia.el (persian-calendar-month-name-array)
17834         (persian-calendar-epoch): Make constants.
17836         * calendar/cal-tex.el (calendar-tex): Move custom group here from
17837         calendar.el.
17839         * calendar/cal-x.el (diary-frame-parameters)
17840         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
17841         (calendar-after-frame-setup-hooks): Make defcustoms.
17842         (calendar-one-frame-setup, calendar-only-one-frame-setup)
17843         (calendar-two-frame-setup): Doc fix.
17845         * calendar/cal-loaddefs.el: New file.
17847         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17848         * calendar/cal-french.el, calendar/cal-html.el:
17849         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17850         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17851         * calendar/cal-tex.el, calendar/cal-x.el:
17852         Unquote lambda functions.  Add autoload cookies to functions formerly
17853         autoloaded in calendar.el.  Set `generated-autoload-file' to
17854         "cal-loaddefs.el".
17856         * calendar/calendar.el: Move many autoloads to separate file,
17857         cal-loaddefs.el.  Move defcustoms to start and re-order.
17858         (calendar-month-name-array, calendar-starred-day): No need to
17859         declare for compiler.
17860         (cal-loaddefs): Require it.
17861         (appt, chinese-calendar, calendar-tex): Move custom groups to the
17862         appropriate file.
17863         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
17864         Reverse logic.
17865         (diary-face, diary-file-name-prefix-function, diary-include-string)
17866         (diary-glob-file-regexp-prefix, diary-face-attrs)
17867         (diary-file-name-prefix, sexp-diary-entry-symbol)
17868         (print-diary-entries-hook, list-diary-entries-hook)
17869         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17870         (nongregorian-diary-marking-hook, diary-list-include-blanks):
17871         Move to diary-lib.
17872         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17873         (all-bahai-calendar-holidays): Doc fix.
17874         (calendar-insert-indented): Doc fix.  Use when rather than if.
17875         (exit-calendar): Use mapc rather than mapcar.
17876         (calendar-cursor-to-date): Use zerop.
17877         (calendar-mark-ring): Add doc-string.
17878         (calendar-starred-day): Defvar it.
17879         (calendar-mode): Make calendar-starred-day local.
17880         (calendar-star-date): No need to make calendar-starred-day local.
17882         * calendar/diary-lib.el: Move defcustoms to start.
17883         (diary-include-string, diary-list-include-blanks)
17884         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
17885         (diary-file-name-prefix, diary-file-name-prefix-function)
17886         (sexp-diary-entry-symbol, list-diary-entries-hook)
17887         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
17888         (nongregorian-diary-marking-hook, print-diary-entries-hook):
17889         Move here from calendar.el.
17890         (diary-file-name-prefix-function): Use 'identity.
17891         (diary-face): Make it a defcustom, and mark as obsolete.
17892         (top-level): No need to require cal-hebrew, cal-islam when compiling.
17893         (calendar-hebrew-month-name-array-leap-year)
17894         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
17895         Define for compiler.
17896         (diary-font-lock-keywords): Use format rather than concat.
17897         Add bahai-diary-entry-symbol.
17899         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
17900         * calendar/solar.el: Unquote lambda functions.
17902         * calendar/solar.el (calendar-location-name, calendar-latitude)
17903         (calendar-longitude, solar-setup, solar-sin-degrees)
17904         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
17905         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
17906         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
17907         (solar-exact-local-noon, solar-julian-ut-centuries)
17908         (solar-ephemeris-time, solar-date-next-longitude)
17909         (solar-horizontal-coordinates, solar-equatorial-coordinates)
17910         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
17911         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
17912         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
17913         Doc fixes.
17914         (solar-horizontal-coordinates, solar-equatorial-coordinates)
17915         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
17916         (solar-ecliptic-coordinates): Use unless.
17917         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
17918         Use or.
17920         * calendar/timeclock.el: Add doc-strings to all functions.
17921         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
17922         (timeclock-entry-list-length, timeclock-entry-list-projects)
17923         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
17925         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
17927         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
17928         (org-get-entries-from-diary): Require diary-lib.
17930 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
17932         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
17933         Pacify byte-compiler.
17935 2008-03-07  Alan Mackenzie  <acm@muc.de>
17937         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
17938         paren/bracket pairs parsed, to solve performance problem.
17940 2008-03-07  Bastien Guerry  <bzg@altern.org>
17942         * bookmark.el (bookmark-set): Don't check for
17943         `bookmark-make-name-function' since `bookmark-buffer-file-name'
17944         already takes care of this.
17945         (bookmark-buffer-name, bookmark-buffer-file-name):
17946         Remove Info-mode specific code.
17948         * info.el (bookmark-get-info-node): Define this function in
17949         info.el, not in bookmark.el.
17950         (Info-mode): Set `bookmark-make-name-function' to
17951         `Info-bookmark-make-name' locally.
17952         (Info-bookmark-make-name): New function.
17954         * bookmark.el (bookmark-make-name-function): New variable.
17956 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
17958         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
17959         buffer-local, not `bookmark-make-cell-function' (the old name).
17961 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
17963         * doc-view.el (doc-view-bookmark-make-record):
17964         * image-mode.el (image-bookmark-make-record):
17965         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
17967 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
17969         * vc.el (vc-status-menu-map-filter): Return orig-binding if
17970         boundp 'vc-ignore-menu-filter.
17971         (vc-status-tool-bar-map): Make it defvar.
17972         (vc-status-mode): vc-status-tool-bar-map now variable.
17973         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
17975 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
17977         Give a better name to part of the bookmark interface.
17979         This was originally a much larger change, but halfway through I
17980         updated and discovered that Stefan Monnier had done the rest.
17981         It looks like he anticipated the new name too, because he used
17982         `the-record' instead of `the-cell' for some internal variable names.
17984         * bookmark.el (bookmark-make-record-function): Was
17985         `bookmark-make-cell-function'.
17986         (bookmark-make, bookmark-send-annotation): Update for above.
17987         (bookmark-make-record-for-text-file):
17988         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
17990         * info.el: Adjust accordingly.
17991         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
17993         * image-mode.el: Adjust accordingly.
17994         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
17996         * doc-view.el: Adjust accordingly.
17997         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
17999 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18001         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
18002         Move initialization into declaration.
18003         (bookmark-get-info-node, bookmark-set-info-node): Remove.
18004         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
18005         (bookmark-info-current-node): Remove.
18006         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
18007         Add relocation fallback.  Set bookmark-current-bookmark.
18008         (bookmark-default-handler): Rename from bookmark-jump-noselect.
18009         Remove relocation fallback.  Don't set bookmark-current-bookmark.
18010         (bookmark-set): Let it be used even if there's no buffer-file-name
18011         as long as there is a bookmark-make-cell-function.
18012         * info.el (Info-bookmark-jump): Remove relocation fallback.
18013         Don't set bookmark-current-bookmark.
18015 2008-03-07  Glenn Morris  <rgm@gnu.org>
18017         * calendar/appt.el (appt-issue-message)
18018         (appt-message-warning-time, appt-audible, appt-visible)
18019         (appt-msg-window, appt-display-mode-line, appt-display-duration)
18020         (appt-display-diary): Remove autoload cookies.
18022         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
18023         Remove leading `*' from defcustom doc-strings.
18025         * calendar/cal-dst.el (calendar-dst): New custom group.
18026         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
18027         (calendar-time-zone, calendar-daylight-time-offset)
18028         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
18029         (calendar-daylight-savings-starts-time)
18030         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
18031         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
18032         Move to start.
18034         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
18036         * calendar/calendar.el (calendar-version): Use emacs-version and
18037         make it obsolete.  Move to end.
18038         (calendar-offset, view-diary-entries-initially)
18039         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
18040         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
18041         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
18042         (all-bahai-calendar-holidays, calendar-load-hook)
18043         (initial-calendar-window-hook, today-visible-calendar-hook)
18044         (today-invisible-calendar-hook, calendar-move-hook)
18045         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
18046         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
18047         (diary-include-string, sexp-diary-entry-symbol)
18048         (abbreviated-calendar-year, american-date-diary-pattern)
18049         (european-date-diary-pattern, european-calendar-display-form)
18050         (american-calendar-display-form, print-diary-entries-hook)
18051         (list-diary-entries-hook, diary-hook, diary-display-hook)
18052         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
18053         (nongregorian-diary-marking-hook, diary-list-include-blanks)
18054         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
18055         (local-holidays, other-holidays, hebrew-holidays-1)
18056         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
18057         (hebrew-holidays, christian-holidays, islamic-holidays)
18058         (bahai-holidays, solar-holidays, calendar-setup)
18059         (calendar-week-start-day): Remove autoload cookies.
18060         (diary-glob-file-regexp-prefix): Doc fix.
18061         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
18062         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
18063         (calendar-week-start-day, calendar-debug-sexp): Move to start.
18065         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
18066         (calendar-time-display-form, calendar-latitude)
18067         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
18068         cookies.
18069         (calendar-latitude, calendar-longitude): Move functions after
18070         variables.
18071         (diary-sabbath-candles-minutes): Move to start.
18072         (solar-setup): Use or rather than if.
18073         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
18074         Remove condition-case.
18075         (solar-atn2): Use zerop.
18076         (solar-equinoxes-solstices): Doc fix.
18078         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
18079         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
18081         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
18082         (calendar-longitude, calendar-latitude, calendar-location-name):
18083         Declare for compiler.
18085 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18087         * arc-mode.el (archive-ar-file-header-re): New const.
18088         (archive-ar-summarize, archive-ar-extract): New funs.
18089         (archive-find-type): Recognize ar archives.
18091         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
18092         New functions.
18094         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
18096 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
18098         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
18099         Replace :enable (mark-active) with :enable mark-active.
18101 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
18103         * vms-patch.el (make-legal-file-name): New obsolete alias.
18104         (make-valid-file-name): Rename from `make-legal-file-name'.
18105         (make-auto-save-file-name): Use it.
18107         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
18108         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
18109         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
18111         * textmodes/org.el (org-export-html-style): Doc fix.
18112         (org-get-legal-level): New obsolete alias.
18113         (org-get-valid-level): Rename from `org-get-legal-level'.
18114         (org-promote, org-demote, org-archive-subtree)
18115         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
18117 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
18119         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
18121         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
18122         (vc-status-toggle-mark): New functions.
18123         (vc-status-mode): Set tool bar map.
18125 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
18127         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
18128         Reported by Drew Adams <drew.adams@oracle.com>.
18130 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
18132         * subr.el (read-quoted-char): Resolve modifiers of the character
18133         event.
18135         * comint.el (comint-exec-1): Don't change the coding-system for
18136         decoding to dos-like EOL.
18137         (comint-carriage-motion): Fully rewrite.
18139 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
18141         * epg.el (epg-context-include-certs): Reflow docstring.
18142         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
18143         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
18144         (epg-context-set-signers, epg-context-set-sig-notations)
18145         (epg-make-import-status, epg-make-import-result)
18146         (epg-start-delete-keys): Fix typos in docstrings.
18147         (epg-start-sign-keys, epg-sign-keys):
18148         Fix typos in obsolescence declarations.
18150         * iswitchb.el: Don't check for `cadr' and `last'.
18151         (iswitchb-define-mode-map, iswitchb-default-keybindings):
18152         Add obsolescence declaration and remove redundant info from docstring.
18153         (iswitchb-set-common-completion, iswitchb-set-matches)
18154         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
18155         (recentf-list, most-len, most-is-exact):
18156         Don't wrap defvars within `eval-when-compile'.
18158 2008-03-05  Glenn Morris  <rgm@gnu.org>
18160         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
18161         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
18162         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
18163         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
18164         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
18166         * ediff-hook.el (ediff-window-setup-function): Don't autoload
18167         declaration for compiler.
18168         (ediff-xemacs-init-menus): Use when rather than if.
18170         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
18171         if+and to just and.
18172         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
18173         (ediff-delete-overlay): Move the XEmacs test inside the definition.
18175         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
18177         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
18178         test inside XEmacs test.
18179         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
18180         since it was doing nothing on Emacs.
18181         (ediff-make-bullet-proof-overlay): Use when rather than if.
18183         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
18184         (ediff-setup-control-frame): Remove
18185         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
18186         a (featurep 'xemacs) test.
18188 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
18190         * calc/calc-ext.el (calc-extended-command-history): New variable.
18191         (calc-execute-extended-command): Use `calc-extended-command-history'.
18193 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
18195         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
18196         (standard-mode-line-position): Add mouse-face.
18198         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
18199         * progmodes/grep.el (grep-mode-map): Add :help.
18201         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
18202         initialize in one step.  Add :help.  Use :enable to activate menu
18203         items.  Show the key binding for edebug-defun.
18204         (lisp-interaction-mode-map): Add a menu.
18206         * term.el (term-mode-map): Define and initialize in one step.
18208         * ediff-init.el (ediff-color-display-p): Simplify.
18209         (Xor): Remove unused function.
18210         (ediff-with-syntax-table): Simplify for Emacs.
18212         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
18213         menu-bar being loaded, it always is.
18215 2008-03-05  Glenn Morris  <rgm@gnu.org>
18217         * textmodes/tex-mode.el (tex-mode): Suppress warning about
18218         multiple definitions when compiling.
18220 2008-03-04  Alan Mackenzie  <acm@muc.de>
18222         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
18224         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
18225         doc-string, "c-old-LEN" -> "c-old-END".
18227 2008-03-04  Jason Rumney  <jasonr@gnu.org>
18229         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
18230         namespaces.
18232 2008-03-04  Glenn Morris  <rgm@gnu.org>
18234         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
18236         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
18237         than mapcar.
18239 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18241         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
18242         (byte-compile-nilconstp): Can't use recursion in a defsubst.
18244         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
18245         so that M-q can fill comments.
18246         (tex-executable-exists-p, tex-compile): Extend with special syntax for
18247         commands implemented in elisp.
18248         (tex-compile-commands): Add an entry to use doc-view for pdf files.
18249         (tex-format-cmd): New function.
18250         (tex-compile): Use it to let the user specify default arguments.
18251         (tex-cmd-bibtex-args): New var.
18252         (tex-cmd-doc-view): New function.
18254 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
18256         * faces.el (face-spec-set): Fix typos in docstring.
18258 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
18260         * bindings.el (mode-line-column-line-number-mode-map): New variable.
18261         (standard-mode-line-position): Use it to add a menu for toggling
18262         column number and line number display.
18264 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18266         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18267         Remove optimization that was working around the form-code-walker bug.
18269         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18270         Walk into the body of lambdas after byte-compile-unfold-lambda.
18272 2008-03-03  Glenn Morris  <rgm@gnu.org>
18274         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
18275         value, if set, over frame value.
18277         * simple.el (transient-mark-mode): Don't turn on by default.
18279         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
18280         accidentally removed by the 2007-12-05 merge from Gnus.
18282 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
18284         * progmodes/compile.el (compilation-menu-map): Add menu entries
18285         for useful options.
18287 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
18288             Glenn Morris  <rgm@gnu.org>
18290         * emacs-lisp/bytecomp.el (byte-recompile-directory)
18291         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
18292         Give a `bytecomp-' prefix to local variables with common names.
18294 2008-03-01  Glenn Morris  <rgm@gnu.org>
18296         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18297         Restore code commented out 2007-11-10.
18299         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
18301         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
18302         Delete macro.
18303         * emulation/viper-cmd.el, emulation/viper-ex.el:
18304         * emulation/viper-init.el, emulation/viper-keym.el:
18305         * emulation/viper-mous.el, emulation/viper-util.el:
18306         * emulation/viper.el:
18307         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
18308         featurep test.
18310         Replace obsolete frame-local variables with frame-parameters.
18311         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
18312         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
18313         (viper-vi-state-cursor-color): Only call make-variable-frame-local
18314         on XEmacs.
18315         * emulation/viper-util.el (viper-frame-value): New macro.
18316         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
18317         (viper-R-state-post-command-sentinel)
18318         (viper-replace-state-post-command-sentinel)
18319         (viper-change-state-to-insert, viper-change-state-to-emacs):
18320         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
18321         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
18322         (viper-get-saved-cursor-color-in-insert-mode)
18323         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
18324         Use viper-frame-value for viper-replace-overlay-cursor-color,
18325         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
18326         viper-vi-state-cursor-color values.
18328         * emulation/viper-cmd.el (zmacs-region-stays):
18329         * emulation/viper-util.el (zmacs-region-stays): No need to define
18330         for compiler.
18332         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
18333         mapcar on Emacs.
18335         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
18336         on XEmacs.
18338         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
18339         rather than if.
18341 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18343         * whitespace.el: New version 9.3.  As the glyph code generation was
18344         fixed, it is possible now to use character code above ?\x1FFFF in the
18345         display table.  Fix `whitespace-indentation-regexp' to not include an
18346         extra ending character.  Reported by Michael Welsh Duggan
18347         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
18348         the original whitespace package had.  Suggested by Eric Cooper
18349         <ecc@cmu.edu>.  Doc fix.
18350         (whitespace-action): New option.
18351         (whitespace-display-mappings): Changed default newline visualization to
18352         display downwards arrow, as the glyph code generation was fixed.
18353         (whitespace-unload-function): Assure that all local whitespace mode is
18354         turned off.
18355         (whitespace-global-modes): Fix type customization.
18356         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
18357         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
18358         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
18359         Fix code.
18360         (whitespace-buffer): Command removed.
18361         (whitespace-trailing-regexp, whitespace-mark-x)
18362         (whitespace-display-window, whitespace-action-when-on)
18363         (whitespace-add-local-hook, whitespace-remove-local-hook)
18364         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
18365         (whitespace-action): New funs.
18366         (whitespace-report-list, whitespace-report-text)
18367         (whitespace-report-buffer-name): New consts.
18368         (whitespace-report, whitespace-report-region): New commands.
18370 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18372         * disp-table.el (make-glyph-code): Don't test the result of
18373         `face-id', which already signals an error for invalid faces.
18374         (glyph-face): Simplify.
18376         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
18377         running `desktop-not-loaded-hook' to allow modifying it.
18378         Don't show warning message if `desktop-dirname' was modified.
18380 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18382         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
18383         we still expect more lines.
18385         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
18386         comment-paragraph filling if the commark doesn't match
18387         comment-start-skip.
18389 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
18391         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
18392         the `imap' variant.
18394 2008-03-01  Jason Rumney  <jasonr@gnu.org>
18396         * files.el (make-auto-save-file-name): Encode more characters in
18397         non-file buffer names.  Use url-encoding.
18399 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18401         * net/net-utils.el (ftp-program): Fix typo in docstring.
18402         (ifconfig-program-options, netstat-program-options)
18403         (arp-program-options, route-program-options, nslookup-program-options)
18404         (ftp-program-options, smbclient-program-options)
18405         (dns-lookup-program-options, arp, route): Doc fixes.
18407         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
18408         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
18409         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
18410         Fix typos in docstrings.
18411         (gdb-pending-triggers): Reflow docstring.
18412         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
18414 2008-03-01  Alan Mackenzie  <acm@muc.de>
18416         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
18417         typing "#" at EOB.
18419 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18421         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
18423 2008-02-29  Kim F. Storm  <storm@cua.dk>
18425         * emulation/cua-base.el (cua-remap-control-v)
18426         (cua-remap-control-z): New defcustoms.
18427         (cua-mode): Add them to set-after property.
18428         (cua--init-keymaps): Use them.
18429         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
18431         * help.el (view-emacs-todo): Rename from view-todo.
18432         (describe-gnu-project): Rename from describe-project.  Users changed.
18433         (view-help-file): New helper function.
18434         (describe-distribution, describe-copying, describe-gnu-project)
18435         (view-todo, view-order-manuals, view-emacs-problems): Use it.
18436         (view-emacs-debugging, view-external-packages): New commands.
18437         (help-map): Move describe-distribution to C-h C-o (ordering).
18438         Move view-emacs-problems to C-h C-p (problems).
18439         Bind view-emacs-debugging to C-h C-d (debugging).
18440         Bind view-external-packages to C-h C-e (extras).
18441         (help-for-help-internal): Cleanup and align descriptions.
18442         Remove command names to reduce clutter.
18444 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
18446         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
18447         and quieter face (not a warning).
18449 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
18451         * vc.el (vc-status-crt-marked): New variable.
18452         (vc-status-mode): Make it local.
18453         (vc-status-refresh): Use it to save the marked files.
18454         (vc-update-vc-status-buffer): Use it to restore the marked files.
18456         * vc-svn.el (vc-svn-after-dir-status):
18457         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
18459 2008-02-29  Glenn Morris  <rgm@gnu.org>
18461         * allout.el (allout-topic-encryption-bullet)
18462         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
18463         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
18464         from 22.0 to 22.1.
18466         * net/imap.el (imap-ping-server):
18467         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
18468         Change defcustom :version from 23.0 to 23.1.
18470 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
18472         * desktop.el (desktop-save): Save the buffer name if the
18473         uniquified base name is empty.
18475 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
18477         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
18478         correctly when user has "set print address off".
18480 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
18482         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
18483         version number of the next major Emacs release, not 23.0.
18485         * longlines.el (longlines-unload-function): New function.
18487 2008-02-28  Juri Linkov  <juri@jurta.org>
18489         * startup.el (normal-splash-screen): Add argument `concise'.
18490         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
18491         to the created buffer.  If `concise' is non-nil, call
18492         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
18493         (display-startup-screen): Add argument `concise' to the call to
18494         `normal-splash-screen'.
18496 2008-02-28  Kim F. Storm  <storm@cua.dk>
18498         * startup.el (startup-echo-area-message): Check for about-emacs.
18500 2008-02-28  Juri Linkov  <juri@jurta.org>
18502         * startup.el: Always add initial message to *scratch* buffer if
18503         `initial-scratch-message' is non-nil regardless of the value of
18504         `inhibit-startup-screen'.
18505         (inhibit-startup-screen, initial-scratch-message): Doc fix.
18506         (command-line-1): Move code that inserts `initial-scratch-message'
18507         up before the if-form that checks for `inhibit-startup-screen'.
18508         Suggested by Jonathan Rockway <jon@jrock.us>.
18510 2008-02-28  Juri Linkov  <juri@jurta.org>
18512         * cus-edit.el (custom-mode-map, custom-mode-link-map):
18513         Rename `custom-mode' to `Custom-mode' in docstrings.
18514         (custom-buffer-create-internal, customize-browse):
18515         Rename `custom-mode' to `Custom-mode'.
18516         (custom-mode-hook): Rename to `Custom-mode-hook'.
18517         (Custom-mode-hook): Renamed from `custom-mode-hook'.
18518         (custom-mode): Rename to `Custom-mode'.
18519         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
18520         (custom-mode): Add backward-compatible non-interactive variant of
18521         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
18522         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
18524         * info-look.el: Rename `custom-mode' to `Custom-mode'.
18526         * emulation/viper.el (viper-emacs-state-mode-list):
18527         Rename `custom-mode' to `Custom-mode'.
18529         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
18530         Capitalize "Tagged Files".
18531         (minibuffer-local-map): Add menu items for next/previous
18532         history elements and isearch history forward/backward.
18534         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
18535         `hs-isearch-open' with t instead of `comment' in :selected
18536         for "Code and Comment blocks" menu item.
18538 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18540         * uniquify.el (uniquify-buffer-base-name): Undo last change.
18541         Should be done in desktop.el instead.
18543 2008-02-28  Glenn Morris  <rgm@gnu.org>
18545         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
18547         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
18549         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
18550         (Info-menu, Info-goto-node): Remove declarations.
18551         (report-emacs-bug-info): Use info rather than Info-goto-node.
18553         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
18554         (idlwave-convert-xml-system-routine-info): Don't require xml.
18555         (idlwave-show-commentary, idlwave-shell-show-commentary):
18556         Don't require finder.
18557         (idlwave-info): Don't require info.  Use info rather than
18558         Info-goto-node.
18560         * textmodes/org.el (Info-goto-node): Remove declaration.
18561         (org-info): Use info rather than Info-goto-node.
18563         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
18564         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
18566 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
18568         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
18569         the menu.
18571         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
18572         (vc-finish-logentry): Check for vc-status-mode, not only for
18573         vc-dired-mode.
18575 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
18577         * isearch.el (isearch-printing-char): Don't check
18578         keyboard-coding-system.
18579         Call isearch-process-search-multibyte-characters only when
18580         current-input-method is non-nil.
18582 2008-02-27  Kim F. Storm  <storm@cua.dk>
18584         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
18585         (glyph-char, glyph-face): Handle cons encoding.
18587 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
18589         * uniquify.el (uniquify-buffer-base-name): If the base name is an
18590         empty string, return nil to allow the caller to default to the
18591         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
18593         * tool-bar.el (tool-bar-setup): Doc fix.
18595         * mail/supercite.el (sc-describe):
18596         Fix typos in obsolescence declaration.
18598 2008-02-27  Glenn Morris  <rgm@gnu.org>
18600         * autoinsert.el (auto-insert-alist): Change permission text to
18601         match FSF's GPLv3 form.
18603         * mail/supercite.el (sc-cite-original): Doc fix.
18604         (sc-version): Make obsolete.
18605         (sc-describe): Show the SC info page.  Make obsolete.
18607 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18609         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
18610         when using transient-mark-mode.
18611         (default-indicate-unused-lines): Remove unused var.
18613 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
18615         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
18616         and previous.
18618         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
18620 2008-02-26  Glenn Morris  <rgm@gnu.org>
18622         * net/net-utils.el (top-level): Don't require comint when compiling.
18623         (nslookup-font-lock-keywords): Don't require font-lock.
18624         Use font-lock faces rather than variables.
18625         (nslookup, ftp, smbclient, network-service-connection):
18626         Don't require comint.
18627         (comint-prompt-regexp, comint-input-autoexpand)
18628         (comint-input-ring): Declare for compiler.
18629         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
18630         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
18632         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
18633         doc-string.
18635 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18637         * doc-view.el (doc-view-current-page): Add a `win' argument.
18639 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18641         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
18642         Demote it to plain defvar.
18643         (doc-view-conversion-refresh-interval): Reduce interval.
18644         (doc-view-goto-page): Allow moving to pages not yet rendered.
18645         (doc-view-goto-page): Construct a file name rather than extracting it
18646         from doc-view-current-files.
18647         (doc-view-kill-proc): Ignore errors from kill-process.
18648         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
18649         (doc-view-insert-image): Use appropriate text if the page hasn't been
18650         rendered yet.  Adjust scrolling so the text is displayed.
18651         (doc-view-display): Detect not just that a page is available, but also
18652         that it wasn't available before, so as to avoid refreshing all pages
18653         repeatedly.
18654         (doc-view-mode): Make doc-view-cache-directory if needed.
18656 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18658         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
18659         toggle-read-only.
18661         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
18662         refering to a missing required field with the OPT prefix.
18663         Make unwindform more robust.
18665         * textmodes/bibtex.el: Remove support for hideshow minor mode as
18666         it duplicates the bibtex support in progmodes/hideshow.el.
18667         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
18668         entries that do not start at the beginning of a line.
18670 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
18672         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
18674 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
18676         * help-fns.el (describe-variable): Add phrases about
18677         initialization file with and without customization;
18678         use new button type help-info-variable.
18680         * help-mode.el (help-info-variable):
18681         New button able to read Info files for help-fns.el.
18683 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
18685         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
18686         (grep-mode): Use grep-mode-tool-bar-map.
18688         * progmodes/compile.el (tool-bar): Require tool-bar.
18689         (compilation-mode-tool-bar-map): New variable.
18690         (compilation-mode): Use compilation-mode-tool-bar-map.
18692         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
18694 2008-02-25  Glenn Morris  <rgm@gnu.org>
18696         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
18698 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18700         * diff-mode.el (diff-file-junk-re): New const.
18701         (diff-beginning-of-file-and-junk): Use it.
18702         (diff-file-kill): Make sure we were really inside a file diff.
18704         * diff-mode.el: Make it more robust in the presence of empty context
18705         lines in unified hunks.
18706         (diff-valid-unified-empty-line): New var.
18707         (diff-unified->context, diff-sanity-check-hunk): Obey it.
18708         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
18709         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
18710         (diff-hunk-header-re-unified): New const.
18711         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
18712         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
18713         (diff-sanity-check-hunk): Use it.
18715         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
18716         Index: line, don't search backward for the previous one.
18718 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
18720         * international/fontset.el (setup-default-fontset): Add non-OTF
18721         lao font for lao script.
18723         * language/tibetan.el: Register tibetan-composition-function in
18724         composition-function-table.
18726         * language/tibet-util.el (tibetan-composition-function):
18727         Adjust for the new calling way (argument changed).  Try font-shape-text
18728         if possible.
18730         * language/lao.el: Register lao-composition-function in
18731         composition-function-table.
18733         * language/lao-util.el (lao-composition-function): Adjust for the new
18734         calling way (argument changed).  Try font-shape-text if possible.
18736 2008-02-25  Jason Rumney  <jasonr@gnu.org>
18738         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
18740 2008-02-25  Juri Linkov  <juri@jurta.org>
18742         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
18743         background, "red4" for a dark background, "red" for 16 and
18744         8 colors, "grey" for grayscale, and inverse video otherwise.
18745         Add :version tag.
18746         (isearch-message): Keep the original isearch-message intact, and
18747         add text properties to it where necessary.  Add `isearch-error' to
18748         the condition that checks if isearch is unsuccessful.
18750 2008-02-24  Juri Linkov  <juri@jurta.org>
18752         * progmodes/compile.el (compilation-handle-exit):
18753         Use compilation-error face instead of font-lock-warning-face.
18754         Display the same message in the minibuffer as is inserted
18755         at the end of the compilation buffer.
18757 2008-02-24  Glenn Morris  <rgm@gnu.org>
18759         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
18760         multiple file case.
18762         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
18764         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
18765         multiple file case.  Use a single `let' rather than two.
18767 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18769         * progmodes/compile.el (compilation-start): Specify a face for
18770         mode-line-process.
18771         (compilation-handle-exit): Specify a face and a tooltip for
18772         mode-line-process.
18774 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18776         * hilit-chg.el: Remove spurious * in defcustom docstrings.
18777         (hilit-chg-make-ov): Simplify.
18778         (hilit-chg-fixup): Use remove-overlays.
18779         (hilit-chg-set-face-on-change): Remove redundant call to
18780         `remove-text-properties'.
18782         * dired.el (dired-mark-prompt): Don't count/display the t element.
18783         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
18785 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18787         * progmodes/verilog-mode.el (eval-when-compile): Don't define
18788         add-submenu.
18789         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
18790         Remove.  Move contents to the only use ...
18791         (verilog-menu): ... here.
18792         (verilog-statement-menu): Remove.  Move contents to the only use ...
18793         (verilog-stmt-menu): ... here.
18794         (verilog-mark-defun): Simply call mark-defun for emacs.
18795         (occur-pos-list): Declare for byte compiler.
18796         (mode-popup-menu): Don't defvar.
18797         (verilog-add-statement-menu): Remove.
18798         (verilog-mode-hook): Don't add verilog-add-statement-menu.
18799         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
18801 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
18803         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
18804         conditional.
18805         (verilog-font-grouping-keywords-face): Make the begin..end
18806         keywords standout more than other verilog keywords.
18807         (verilog-type-font-keywords): Move the begin..end out of this list
18808         to facilitate making them to (potentially) stand out more.
18809         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
18810         function & task blocks.
18811         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
18812         initial, function & task blocks.
18813         (verilog-forward-sexp): Handle the new "disable fork" statement of
18814         IEEE-1800 Verilog.
18815         (verilog-beg-block-re-ordered): Handle the new "disable fork"
18816         statement of IEEE-1800 Verilog.
18817         (verilog-calc-1): Handle the new "disable fork" statement of
18818         IEEE-1800 Verilog.
18819         (verilog-disable-fork-re): Add const to help handle the new
18820         "disable fork" statement of IEEE-1800 Verilog.
18821         (verilog-declaration-core-re): Add port directions by themselves,
18822         with no qualification, as base item of a declaration.
18823         (verilog-pretty-declarations): Add new flag to ask it to refrain
18824         from printing to the message buffer.
18825         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
18826         printing to the message buffer.  Improve handling of the many
18827         types of expression line up.
18828         (verilog-just-one-space): Remove printing of an empty message.
18829         (verilog-get-lineup-indent): Rework to support the better handling
18830         of expression lineup for verilog-pretty-expr.
18831         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18833 2008-02-24  Alan Mackenzie  <acm@muc.de>
18835         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
18836         yesterday's commit.
18838 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18840         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
18841         to mouse-set-point in buffers that aren't associated with files.
18843         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
18845 2008-02-24  Alan Mackenzie  <acm@muc.de>
18847         Set of changes so that "obtrusive" syntactic elements in a
18848         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
18849         unmatched paren) don't interact syntactically with stuff outside
18850         the CPP line.
18852         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
18853         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
18854         off-by-one bug.
18855         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
18856         a bit of refactoring.
18857         (c-awk-extend-and-syntax-tablify-region): Takes some of the
18858         functionality of c-awk-advise-fl-for-awk-region, which has been
18859         refactored away.
18861         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
18862         (c-clear-char-property-with-value): New function and macro which
18863         remove text-properties `equal' to a supplied value.
18865         * progmodes/cc-engine.el: Comment about text properties amended.
18867         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
18868         parens around "error\\|warning".
18870         * progmodes/cc-langs.el (c-get-state-before-change-function)
18871         (c-before-font-lock-function, c-anchored-cpp-prefix):
18872         New language variables.
18873         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
18875         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
18876         syntax-table text properties.
18877         (c-common-init): Call language specific before/after-change
18878         functions at mode initialisation.
18879         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
18880         (c-extend-region-for-CPP, c-neutralize-CPP-line)
18881         (c-neutralize-syntax-in-CPP): New functions.
18882         (c-before-change, c-after-change): Call the new language specific
18883         change functions defined in cc-langs.el.
18884         (c-advise-fl-for-region): New macro.
18885         (awk-mode): Remove AWK specific stuff which has been refactored
18886         into language independent stuff.
18888 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18890         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
18891         (gdb): (Re)set gdb-flush-pending-output to nil here...
18892         (gdb-init-1): ...instead of here (before gdb-prompt).
18894 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18896         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
18897         Recognize ''' just like any other char-constant.
18899 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18901         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
18902         careful enough.  Detect the uid-change all within the main loop.
18904 2008-02-24  Stefan Monnier  <monnier@pastel.home>
18906         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
18908 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18910         * hilit-chg.el (highlight-save-buffer-state): New macro.
18911         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
18912         (hilit-chg-clear): Use it to preserve the modified-p flag.
18913         (highlight-changes-rotate-faces): Don't mess with the undo-list.
18915 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18917         * font-lock.el (font-lock-set-defaults): Unset previously set variables
18918         when needed.
18920 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
18922         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
18923         from gnus-button-url-regexp.
18925 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
18927         * progmodes/compile.el (compilation-next-error): Doc fix.
18928         (compilation-find-file): Doc fix.
18930 2008-02-24  Glenn Morris  <rgm@gnu.org>
18932         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
18933         Add obsolete aliases to the old names.
18935 2008-02-24  Richard Stallman  <rms@gnu.org>
18937         * net/net-utils.el (ifconfig): Rename from ipconfig.
18938         (ipconfig): Alias to ifconfig.
18939         (ifconfig-program): Rename from ipconfig-program.
18940         (ifconfig-program-options): Rename from ipconfig-program-options.
18942 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
18944         * progmodes/verilog-mode.el (verilog-declaration-core-re):
18945         Add port directions by themselves, with no qualification, as base
18946         item of a declaration.
18947         (verilog-pretty-declarations): Add new flag that inhibits printing
18948         to the message buffer.
18949         (verilog-pretty-expr): Add new flag that inhibits printing to the
18950         message buffer.  Improve handling of the many types of expression
18951         line up.
18952         (verilog-just-one-space): Don't print an empty message.
18953         (verilog-get-lineup-indent): Rework to support the better handling
18954         of expression lineup for verilog-pretty-expr.
18955         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18956         (verilog-mode-version, verilog-mode-release-date): Update.
18958 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18960         * subr.el (cancel-change-group): Don't move point.
18962 2008-02-23  Markus Triska  <markus.triska@gmx.at>
18964         * linum.el (linum-after-config): Update all visible windows.
18966 2008-02-23  Glenn Morris  <rgm@gnu.org>
18968         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
18969         Add :help for Solitaire and Tetris.
18971         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
18973         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
18974         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
18975         (smtpmail-queue-index-file): Make it a defcustom.
18976         (smtpmail-queue-index): Delete.
18977         (smtpmail-send-it, smtpmail-send-queued-mail):
18978         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
18979         smtpmail-queue-index.
18981         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18982         Add :version.
18984 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
18986         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18987         New variables.
18988         (iwconfig): New function.
18990 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
18992         * vc.el (vc-find-revision): Make vc-parent-buffer local before
18993         setting it.
18994         (vc-status-menu-map): Do not define using easy-menu.
18995         (vc-status-menu-map): New defalias.
18996         (vc-status-mode-map): Hook up the menu.
18997         (top-level): Update TODO.
18999         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
19001         * vc-bzr.el (vc-bzr-init-version): Rename to ...
19002         (vc-bzr-init-revision): ... this.
19004 2008-02-23  Jason Rumney  <jasonr@gnu.org>
19006         * makefile.w32-in (WINS_ALMOST): Remove term.
19007         (WINS): Add term here.
19008         (custom-deps, finder-data): Use WINS_ALMOST.
19010 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
19012         * faces.el (font-weight-table): Fix value of `semi-light'.
19014 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19016         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
19017         Make those tables bijective.
19019 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
19021         Finish pdbtrack integration cleanup, settling missing-functions
19022         byte compiler warnings appropriately.
19024         * progmodes/python.el (python-point): Remove this - beginning-of-line
19025         was all that was necessary for `python-pdbtrack-overlay-arrow'.
19026         (python-end-of-def-or-class, python-beginning-of-def-or-class)
19027         (python-goto-initial-line): Drop these - they were only needed for
19028         python-point.
19029         (python-comint-output-filter-function): Use condition-case and
19030         beginning-of-line directly, instead of python-mode.el functions
19031         which require all sorts of baggage.
19032         (point-safe): Unnecessary - we're using condition-case directly,
19033         instead.
19034         (python-execute-file): Include for python-shell, which I'm leaving
19035         in keeping despite it being unnecessary for pdb tracking.
19037 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
19039         * progmodes/scheme.el (scheme-font-lock-keywords-2):
19040         Add SRFI 11 support.
19041         (let-values, let*-values): Specify scheme-indent-function.
19043 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
19045         * vc.el (vc-exec-after): Move setting mode-line-process in the
19046         busy case ...
19047         (vc-set-mode-line-busy-indicator): ... in this new function.
19048         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
19049         (vc-update-vc-status-buffer): Reset mode-line-process.
19050         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
19051         mark/unmark all the files with the same state as the current one.
19052         With a prefix argument mark/unmark all files.
19053         (vc-status-mode-menu): Adjust strings.
19054         (vc-update-vc-status-buffer): Only do something when the argument
19055         is not nil.
19056         (vc-status-kill-dir-status-process): New function.
19057         (vc-status-mode-map): Bind it.
19058         (vc-status-process-buffer): New variable.
19059         (vc-status-mode): Make it local.
19060         (vc-status-refresh): Set it.
19062         * vc-hg.el (vc-hg-dir-status):
19063         * vc-git.el (vc-git-dir-status):
19064         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
19065         command is run.
19067 2008-02-22  Glenn Morris  <rgm@gnu.org>
19069         * json.el (top-level): No need to require thingatpt.
19070         (json-read-keyword): Use thing-at-point rather than word-at-point.
19072         * time.el (top-level): No need to require time-date when compiling.
19074         * emacs-lisp/copyright.el (copyright-update-year):
19075         Fix subexpression numbering for the case when years are split over
19076         lines, and for the replace case.
19078         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
19079         (tpu-caar, tpu-cadr): Delete functions.
19080         (zmacs-regions): No need to declare for compiler.
19081         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
19082         (tpu-spell-check): Rewrite, and handle mark after point.
19083         (tpu-special-insert): Use or rather than if.
19085         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
19086         rather than spell-region.
19088         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
19089         warnings about spell-region.
19091 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
19093         * ldefs-boot.el: Regenerated.
19095         * loadup.el: Don't load language/devanagari, language/kannada,
19096         language/malayalam, and language/tamil.  Load language/sinhala.
19098         * language/indian.el (indian-font-foundry)
19099         (indian-script-language-alist, indian-font-char-index-table)
19100         (indian-font-char, indian-font-char-range, indian-script-table)
19101         (indian-default-script, indian-composable-pattern): Delete them.
19102         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
19103         language environments moved to here.
19104         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
19105         New language environments.
19107         * language/devanagari.el, language/devan-util.el,
19108         * language/kannada.el, language/knd-util.el, language/malayalam.el,
19109         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
19110         Delete them.
19112         * language/sinhala.el: New file.
19114 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
19116         Update Nick Robert's port of pdb tracking from python-mode.el.
19118         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
19119         Clarify docstring.
19120         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
19121         tracking is happening.
19122         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
19123         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
19124         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
19125         Tracking is plugged in to all comint buffers once python.el is loaded.
19126         (python-pdbtrack-overlay-arrow): Toggle activation of
19127         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
19128         (python-pdbtrack-track-stack-file): Use new
19129         `python-pdbtrack-get-source-buffer' for more flexible access to
19130         debugging source files.
19131         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
19132         according to pdb stack trace, optionally using new
19133         `python-pdbtrack-grub-for-buffer' if file is not locally available.
19134         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
19135         named buffer, or having function with indicated name.
19136         (python-shell): Remove comint-output-filter-functions hook
19137         addition, it's being done elsewhere.  Wrap long line.
19139 2008-02-21  Michael Olson  <mwolson@gnu.org>
19141         * json.el: Replace XEmacs compatibility code to get rid of
19142         compiler warnings.
19144         * time.el: Fix compiler warning.
19146 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
19148         * json.el: New file (JavaScript Object Notation parser / generator).
19150 2008-02-21  Dave Love  <fx@gnu.org>
19152         * progmodes/sym-comp.el: New file.
19154         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
19155         Require sym-comp.  Add Python buffer to same-window-buffer-names.
19156         Fixup whitespaces.
19157         (python-font-lock-keywords): Add highlighting for Python builtins.
19158         (python-font-lock-syntactic-keywords): Rewrite.
19159         (python-quote-syntax): Use syntax-ppss-context instead of parsing
19160         ppss directly.
19161         (python-mode-map): Add binding for python-find-function.
19162         (python-calculate-indentation): Clean up the logic.
19163         (python-beginning-of-defun): Explicitly set return value.
19164         (python-beginning-of-statement): Stop looping if we get stuck
19165         going backwards.
19166         (python-next-statement): Stop looping if we somehow end up inside
19167         a string while advancing.
19168         (python-preoutput-continuation, python-version-checked): New vars.
19169         (python-check-version): New function.
19170         (run-python): Set default command to python-command instead of
19171         python-python-command.
19172         (run-python): Use python-check-version.  Give PYTHONPATH
19173         precedence over data-directory in the process environment.
19174         Load function definitions in python process after.
19175         (python-check-comint-prompt): New function.
19176         (python-send-command, python-send-receive): Use it.
19177         (python-complete-symbol, python-try-complete): Functions deleted.
19178         Use symbol-complete instead of python-complete-symbol throughout.
19179         (python-fill-paragraph): Further refine the fenced-string regexp.
19180         (def-python-skeleton): Expand to the original abbrev instead if in
19181         a comment or string.  Tweak skeletons for `if', `while', `for',
19182         `try/except', `try/finally', `name'.
19183         (python-pea-hook, python-abbrev-pc-hook): New functions.
19184         (python-abbrev-syntax-table): New var.
19185         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
19186         Use symbol-completion-try-complete for hippie expansion.
19187         Turn on font lock unconditionally.
19188         (python-mode-hook): Defcustom it.  No need to use make-local
19189         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
19190         option, since it's buffer-local.
19192 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
19194         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
19196 2008-02-21  Drew Adams  <drew.adams@oracle.com>
19198         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
19199         "Turn off" and a "Help" entry when the minor mode has no menu.
19201 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
19203         * vc.el (vc-status-mark, vc-status-unmark): New functions.
19204         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
19205         vc-status-mark-file and vc-status-unmark-file.
19206         (vc-status-mark-unmark): New function.
19207         (vc-status-previous-line, vc-status-next-line): No longer interactive.
19209 2008-02-21  Glenn Morris  <rgm@gnu.org>
19211         * composite.el (encode-composition-rule): Fix typo in error message.
19212         (composition-function-table, auto-composition-mode): Doc fixes.
19214         * subr.el (sit-for): Fix obsolete form for nil second argument.
19216         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
19217         (spell-string): Make obsolete, in favor of ispell.
19219 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
19221         * language/devanagari.el: Don't setup composition-function-table
19222         here.
19223         ("Devanagari"): Change charset, coding-system, coding-priority to
19224         Unicode-based ones.  Don't require the feature devan-util.
19226         * composite.el (compose-chars-after): Fix arguments for a function
19227         in composition-function-table.
19228         (auto-compose-region): Likewise.
19230         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
19231         for Ethiopic.
19232         (ps-mule-plot-string): Ignore glyph-string based compositions.
19234 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19236         * doc-view.el: Allow different windows to show different pages.
19237         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
19238         (doc-view-current-image, doc-view-current-overlay): Remove variables,
19239         add them back as macros instead, using image-mode-winprops instead.
19240         Update all users of those variables.
19241         (doc-view-new-window-function): New function to create a new overlay
19242         for each new window.
19243         (doc-view-mode): Use it and image-mode-setup-winprops.
19244         (doc-view-clone-buffer-hook): Rewrite accordingly.
19246         * image-mode.el: Extend [hv]scroll support to per-window properties.
19247         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
19248         (image-mode-winprops-alist): New var to replace them.
19249         (image-mode-new-window-functions): New hook.
19250         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
19251         New funs.
19252         (image-set-window-vscroll, image-set-window-hscroll): Use them.
19253         Remove the `window' argument, update callers.
19254         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
19255         Use the new functions.
19256         (image-mode-reapply-winprops): New fun.
19257         (image-mode): Use it.
19259 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
19261         * calc/calc-math.el (math-sin-raw): Add optional argument
19262         to keep track of original argument.
19263         (math-cos-raw): Use optional argument when calling math-sin-raw.
19264         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
19265         with close to original precision.
19267 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19269         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
19270         args in calls of sit-for.
19272 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
19274         * vc-svn.el (vc-svn-program): Fix typo in docstring.
19275         (vc-svn-checkin): Fix typo in error message.
19277         * help-mode.el: Require easymenu when compiling.
19279 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
19281         * help-mode.el (help-mode-menu): New menu.
19283 2008-02-20  Glenn Morris  <rgm@gnu.org>
19285         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
19286         on Windows.
19288 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
19290         * ps-mule.el (ps-mule-encode-region): Return a single string.
19291         (ps-mule-plot-string): Adjust for the above change.
19292         (ps-mule-encode-header-string): Likewise.
19294         * international/latin1-disp.el (latin1-display): Don't use
19295         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
19296         standard-display-table.
19297         (latin1-display-identities): Adjust for the change of what is
19298         returned by (get-language-info charset 'charset).
19300         * international/mule-util.el (char-displayable-p): Fix for Latin-1
19301         characters and terminal case.
19303 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
19305         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
19307         * progmodes/python.el: Also require comint when loading.
19308         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
19309         Replace python-shell with run-python on menu bar.
19310         (python-shell-map): New map.
19311         (python-default-interpreter, python-python-command-args)
19312         (python-jython-command-args, python-pdbtrack-do-tracking-p):
19313         New options.
19314         (python-which-shell, python-which-args, python-which-bufname):
19315         New buffer local variables.
19316         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
19318         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
19319         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
19320         New constants.
19322         Pdbtrack features:
19324         (python-point, python-end-of-def-or-class)
19325         (python-beginning-of-def-or-class, python-goto-initial-line)
19326         (python-comint-output-filter-function)
19327         (python-pdbtrack-overlay-arrow)
19328         (python-pdbtrack-track-stack-file, python-toggle-shells)
19329         (python-shell, python-pdbtrack-toggle-stack-tracking)
19330         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
19331         New functions.
19333 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19335         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
19336         when the argument is nil.
19338 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19340         * vc.el (dir-status): Add a brief description.
19342 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
19344         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
19345         If non-nil, reverse the sense of the check.
19347         * vc-rcs.el (vc-rcs-root): New func.
19348         * vc-cvs.el (vc-cvs-root): New func.
19349         * vc-svn.el (vc-svn-root): New func.
19350         * vc-sccs.el (vc-sccs-root): New func.
19352 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
19354         * language/japan-util.el (setup-japanese-environment-internal):
19355         Call use-cjk-char-width-table.
19357         * language/japanese.el ("Japanese"): Set exit-function to
19358         use-default-char-width-table.
19360         * international/characters.el: Delete occurrences of non-Unicode
19361         tibetan and ethiopic characters.
19362         (cjk-char-width-table): New variable.
19363         (use-cjk-char-width-table, use-default-char-width-table):
19364         New functions.
19366 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19368         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
19369         (vc-status-mode-menu): Add a :filter.
19370         (vc-status-printer): Add faces.
19372         * vc-hg.el (vc-hg-extra-status-menu): New function.
19373         (vc-hg-dir-status): Clean up the buffer before using it.
19375 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19377         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
19378         (gdb): Initialize it here instead.
19380         * files.el (locate-dominating-file): Fix thinko in last change.
19381         Reported by Bruce Stephens <bruce.stephens@isode.com>.
19383 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
19385         * vc.el (vc-status-mode-menu): New menu for vc-status.
19387 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
19389         * progmodes/verilog-mode.el (customize): Fix typo in error message.
19390         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
19391         (verilog-mode-auto, verilog-indent-level-module)
19392         (verilog-minimum-comment-distance, verilog-library-flags)
19393         (verilog-library-directories, verilog-library-files)
19394         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
19395         (verilog-xemacs-menu, verilog-set-compile-command)
19396         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
19397         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
19398         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
19399         (verilog-batch-inject-auto, verilog-batch-indent)
19400         (verilog-continued-line, verilog-type-keywords)
19401         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
19402         (verilog-read-inst-pins, verilog-read-arg-pins)
19403         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
19404         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
19405         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
19406         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
19407         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
19408         (verilog-mode-version, verilog-mode-release-date)
19409         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
19410         (verilog-simulator, verilog-compiler)
19411         (verilog-auto-sense-defines-constant, verilog-company)
19412         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
19413         Fix typos in docstrings.
19414         (verilog-set-auto-endcomments, verilog-calculate-indent)
19415         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
19416         Reflow docstrings.
19417         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
19418         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
19419         (electric-verilog-forward-sexp, verilog-in-case-region-p)
19420         (verilog-in-struct-region-p, verilog-in-generate-region-p)
19421         (verilog-leap-to-head, verilog-current-indent-level)
19422         (verilog-case-indent-level, verilog-cpp-keywords)
19423         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
19424         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
19425         (verilog-signals-not-in, verilog-symbol-detick-text)
19426         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
19427         (verilog-forward-close-paren, verilog-backward-open-paren)
19428         (verilog-backward-open-bracket): Doc fixes.
19430         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
19431         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
19432         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
19433         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
19434         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
19435         Fix typos in docstrings.
19437         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
19439 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
19441         * info.el (Info-read-node-name): Removed unused `default' arg.
19443 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
19445         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
19447 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19449         * image-mode.el (image-get-display-property): New fun.
19450         (image-forward-hscroll, image-next-line, image-eol, image-eob)
19451         (image-mode, image-minor-mode, image-toggle-display-text)
19452         (image-toggle-display): Use it.
19454 2008-02-18  Jason Rumney  <jasonr@gnu.org>
19456         * international/mule.el (xml-find-file-coding-system): Don't warn
19457         about utf-16 with BOM.
19459         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
19461         * international/mule.el (sgml-xml-auto-coding-function): Detect and
19462         warn if file encoding is not utf-8 and encoding not specified.
19463         (xml-find-file-coding-system): New function.
19464         * international/mule-conf.el (file-coding-system-alist): Use it.
19466 2008-02-17  Glenn Morris  <rgm@gnu.org>
19468         * international/mule-cmds.el (set-locale-environment):
19469         Pass `frame' to getenv for LC_MESSAGES.
19471 2008-02-17  Juri Linkov  <juri@jurta.org>
19473         * time.el (emacs-init-time): Use format instead of format-seconds.
19475 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19477         * textmodes/bibtex.el (bibtex-search-entry): Rename from
19478         bibtex-find-entry.  Add autoload cookie.
19479         (bibtex-find-entry): Alias for bibtex-search-entry.
19480         (bibtex-search-crossref): Rename from bibtex-find-crossref.
19481         (bibtex-find-crossref): Alias for bibtex-search-crossref.
19482         (bibtex-clean-entry): atomic-change-group removed.
19483         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
19484         to locate buffer location where error occurred.
19485         Make error messages more specific.
19486         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
19488 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
19490         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
19491         top level.
19493         * simple.el (transient-mark-mode): Add an :init-value.
19495         * startup.el (command-line): Use custom-reevaluate-setting for
19496         transient-mark-mode.
19498 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
19500         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
19502 2008-02-16  Juri Linkov  <juri@jurta.org>
19504         * startup.el (after-init-time): New variable.
19505         (command-line): Set `after-init-time' to the current time.
19507         * time.el (emacs-init-time): New function.
19509 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19511         * files.el (locate-dominating-file): Remove initial loop because it's
19512         not careful enough.  Detect the uid-change all within the main loop.
19514 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19516         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
19518 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
19520         * vc.el (vc-annotate): Add new argument.
19521         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
19523         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
19524         Move make-variable-buffer-local code after the corresponding defvar.
19525         (hs-minor-mode-map): Define and initialize in one step.
19526         (hs-minor-mode): Change from defun to define-minor-mode.
19528 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
19530         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
19531         (gdb-ready): Move declaration...
19533         * progmodes/gdb-ui.el (gdb-ready): ...to here.
19534         (gdb-early-user-input): New variable.
19535         (gdb): Reset gdb-flush-pending-output to nil and set
19536         comint-input-sender here (before gdb-prompt), instead of...
19537         (gdb-init-1): ...here.
19538         (gdb-send): If Emacs is not ready, defer user input to...
19539         (gdb-prompt): ...here.
19541 2008-02-16  Glenn Morris  <rgm@gnu.org>
19543         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
19545         * startup.el (emacs-startup-time): Rename to `before-init-time'.
19546         (before-init-time): New name for `emacs-startup-time'.
19547         (command-line): Use before-init-time rather than emacs-startup-time.
19548         * time.el (emacs-uptime): Use before-init-time rather than
19549         emacs-startup-time.
19551         * composite.el (composition-function-table): Doc fix.
19553         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
19554         in favor of `%z' specifier.
19555         (emacs-uptime): Move to time.el.
19556         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
19557         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
19558         argument of format-seconds.
19560 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
19562         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
19564 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19566         * ielm.el (ielm-is-whitespace): Remove.
19567         (ielm-is-whitespace-or-comment): New function.
19568         (ielm-eval-input): Use it.
19570 2008-02-15  Jason Rumney  <jasonr@gnu.org>
19572         * term/mac-win.el: Fix coding tag.
19574 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
19576         * vc-hooks.el (vc-menu-map):
19577         * bindings.el (mode-line-mode-menu): Add tooltips.
19579         * bindings.el (help-echo): Add more tooltips.  Use a less
19580         telegraphic style for existing tooltips.
19582 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19584         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
19585         from the auto-generated one.
19587 2008-02-14  Glenn Morris  <rgm@gnu.org>
19589         * mail/rmail-spam-filter.el (rmail-spam-filter):
19590         Let-bind message-spam-status.
19592         * mail/smtpmail.el (password-cache-add): Declare as function.
19594 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
19596         * mail/smtpmail.el: Use password-cache.
19598 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
19600         * uniquify.el (uniquify-buffer-base-name): New function.
19601         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19603         * desktop.el (uniquify-managed): Don't defvar.
19604         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
19605         `uniquify-managed'.  Return also the buffer's base name.
19606         (desktop-save): When saving the buffer info, filter out the base name,
19607         and save it as buffer name if the buffer is managed by uniquify.
19608         (uniquify-item-base): Don't declare; not called anymore.
19610 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
19612         * vc.el (vc-annotate-find-revision-at-line): New function.
19613         (vc-annotate-mode-map): Bind it.
19614         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
19615         some entries.
19617 2008-02-14  Glenn Morris  <rgm@gnu.org>
19619         * calendar/time-date.el (format-seconds): New function.
19620         (emacs-uptime): Use format-seconds.
19622         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
19623         Remove `LC_ALL=C', since it's included in $(emacs) now.
19625 2008-02-14  Zhang Wei  <id.brep@gmail.com>
19627         * textmodes/org-publish.el (org-publish-timestamp-filename):
19628         Replace colon characters in filename too.
19630 2008-02-13  Bastien Guerry  <bzg@altern.org>
19632         * mail/rmail.el (rmail-header-name): New face.
19633         (rmail-font-lock-keywords): Use rmail-header-name.
19635         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
19636         against X-Spam-Status header field.
19637         (rmail-spam-filter): Also check X-Spam-Status header field.
19639 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
19641         * progmodes/flymake.el (flymake-allowed-file-name-masks):
19642         Add support for .pm files and .php files.
19643         (flymake-err-line-patterns): Add pattern for PHP errors.
19644         (flymake-php-init): New function.  PHP support for flymake.
19646         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19647         Add regular expression for PHP errors.
19649 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
19651         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
19652         This DTRT even on w32 machines.
19653         (ange-ftp-cf1): Quote FILENAME.
19655 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19657         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
19658         (smerge-auto-combine): New fun.
19660 2008-02-12  Juri Linkov  <juri@jurta.org>
19662         * startup.el (fancy-startup-screen, normal-splash-screen):
19663         Set default-directory to command-line-default-directory.
19665         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
19666         after reading the desktop.
19668         * progmodes/compile.el (compilation-auto-jump):
19669         Call compile-goto-error only when compilation-auto-jump-to-first-error
19670         is non-nil.
19671         (compilation-scroll-output): Replace :type 'boolean with a choice
19672         that has three options including a third option `first-error'.
19673         Doc fix.
19674         (compilation-start, compilation-forget-errors): Add an alternate
19675         condition comparing compilation-scroll-output with `first-error'
19676         in addition to compilation-auto-jump-to-first-error (to call
19677         compilation-auto-jump in the proper place).
19679 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19681         * international/mule.el (sgml-html-meta-auto-coding-function):
19682         Make sure the search limit is ahead.
19684         * tar-mode.el: Fix broken indentation.
19685         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
19686         Use with-current-buffer.
19688 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
19690         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
19691         it is already automatically buffer-local.
19693 2008-02-12  Drew Adams  <drew.adams@oracle.com>
19695         * help.el (describe-key): Join some split lines to facilitate filling.
19696         * help-fns.el (describe-function-1): Fill text of overlong lines.
19698 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
19700         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
19701         Use unibyte-string instead of string-make-unibyte.
19703         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
19705 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19707         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
19708         works also for buffers w/o buffer-file-name.  Update callers.
19709         (doc-view-clone-buffer-hook): New fun.
19710         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
19711         the `doc-view' property so they can be recognized.
19713         * simple.el (clone-indirect-buffer-hook): New hook.
19714         (clone-indirect-buffer): Run it.
19716 2008-02-11  Michael Olson  <mwolson@gnu.org>
19718         * epa-setup.el:
19719         * epg-package-info.el: Files removed.
19721 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
19723         * epa.el (epa-menu-mode): Merge into epa-mode.
19724         (epa-menu-items): Rename the label "EasyPG Assistant" to
19725         "Encryption/Decryption".
19727         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
19728         (epa-dired-mode-map): Rename from epa-dired-map.
19729         (epa-global-dired-mode): Rename the global minor mode.
19731 2008-02-11  Drew Adams  <drew.adams@oracle.com>
19733         * isearch.el (isearch-fail): New face.
19734         (isearch-message): Highlight failure part of input.
19736 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19738         * ibuffer.el (ibuffer-header-line-format): New var.
19739         (ibuffer-mode): Set it instead of header-line-format.
19740         (ibuffer-update): Use it to set header-line-format.
19742         * international/mule-cmds.el (ucs-insert): Inherit surrounding
19743         properties like self-insert-command.
19745 2008-02-11  Drew Adams  <drew.adams@oracle.com>
19747         * progmodes/etags.el: Add many doc strings.
19749 2008-02-11  Jason Rumney  <jasonr@gnu.org>
19751         * ldefs-boot.el: Regenerated.
19753 2008-02-11  Glenn Morris  <rgm@gnu.org>
19755         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19756         Shorten some names.
19758         * ffap.el (ffap-rfc-directories): Add :version.
19760 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
19762         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
19763         files, and backup files of same.
19765 2008-02-11  Kevin Ryde  <user42@zip.com.au>
19767         * ffap.el (ffap-rfc-directories): New variable.
19768         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
19770         * info.el (Info-next-reference, Info-prev-reference)
19771         (Info-try-follow-nearest-node): Move to and follow https:// links too.
19773         * simple.el (completion-list-mode): Show full completion-list-mode-map
19774         in the docstring.
19776 2008-02-11  Sam Steingold  <sds@gnu.org>
19778         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
19780 2008-02-11  Glenn Morris  <rgm@gnu.org>
19782         * startup.el (emacs-startup-time): New variable.
19783         (command-line): Set emacs-startup-time.
19785         * calendar/time-date.el (emacs-uptime): New function.
19787 2008-02-10  Bastien Guerry  <bzg@altern.org>
19789         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
19790         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
19791         it is nil.
19793 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
19795         * epg-config.el: Expand the contents of epg-package-info.el.
19796         (epg-package-name): New constant.
19797         (epg-version-number): New constant.
19798         (epg-bug-report-address): New constant.
19800         * epa-mail.el (epa-mail-mode): Add autoload cookie.
19801         (epa-global-mail-mode): New global minor mode.
19803         * epa-file.el (epa-file-mode): New global minor mode.
19805         * epa-dired.el (epa-dired-mode): New global minor mode.
19807         * epa.el (epa-menu): New variable.
19808         (epa-menu-items): New variable.
19809         (epa-menu-mode): New global minor mode.
19810         (epa-global-minor-modes): New user option.
19811         (epa-mode): New global minor mode.
19813 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
19815         * net/dbus.el: Remove `no-byte-compile' cookie.
19816         (dbus-call-method, dbus-register-signal, dbus-debug)
19817         (dbus-registered-functions-table): Declare them with
19818         `declare-function' or `defvar', respectively.
19819         (top): Don't assert any longer.  Require 'cl when compiling.
19820         Apply `ignore-errors' but `dbus-ignore-errors'.
19822 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
19824         * diff-mode.el (diff-add-change-log-entries-other-window):
19825         Use add-change-log-entry.
19827 2008-02-09  Jason Rumney  <jasonr@gnu.org>
19829         * button.el (button-map):
19830         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
19831         * ldefs-boot.el: Regenerate.
19833 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
19835         * epa.el (epa-faces, epa):
19836         * epa-file.el (epa-file):
19837         * epg-config.el (epg): Add :version.
19839 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
19841         * vc.el (vc-exec-after): Append CODE to previous fragments.
19842         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
19843         take MESSAGES instead of VERBOSE; use it when non-nil.
19844         (vc-diff-internal): Compute messages once; use them;
19845         update call to vc-diff-finish.
19847 2008-02-09  Michael Olson  <mwolson@gnu.org>
19849         * net/tramp.el (tramp-process-sentinel): Avoid error when process
19850         buffer has been killed, such as by
19851         `tramp-cleanup-all-connections'.
19853 2008-02-09  Miles Bader  <miles@gnu.org>
19855         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
19857 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19859         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
19860         splitter in context hunks.
19862 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
19864         * international/fontset.el (setup-default-fontset): Fix arabic otf
19865         font specification.
19867 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
19869         * epa-dired.el:
19870         * epa-file.el:
19871         * epa-mail.el:
19872         * epa-setup.el:
19873         * epa.el:
19874         * epg-config.el:
19875         * epg-package-info.el:
19876         * epg.el: Initial check-in of EasyPG.
19878 2008-02-08  Glenn Morris  <rgm@gnu.org>
19880         * woman.el (woman-locale): New defcustom.
19881         (woman-expand-locale, woman-manpath-add-locales): New functions.
19882         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
19884         * international/mule-cmds.el (locale-translate): New function,
19885         with old code extracted from set-locale-environment.
19886         (set-locale-environment): Use locale-translate.  Set woman-locale.
19888         * cus-start.el (selection-coding-system): Remove, since it's now
19889         defined in select.el rather than in xselect.c.
19890         * select.el (selection-coding-system): Make it a defcustom, and
19891         add the properties from cus-start.el.  Bump :version.
19893         * custom.el (custom-theme-set-variables): Sort symbols that are
19894         dependencies before symbols that depend on them.
19895         (custom-enabled-themes): Set after custom-theme-directory.
19897         * pcmpl-unix.el (top-level): Move provide statement to end.
19898         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
19899         `*' from doc-string.  Allow to be nil.
19900         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
19901         Allow to be nil.  Add :version.
19902         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
19903         without hostnames, and multiple hostnames per line.
19905         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
19907 2008-02-08  Phil Hagelberg  <phil@evri.com>
19909         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
19910         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
19912 2008-02-07  Timo Savola  <timo.savola@iki.fi>
19914         * startup.el (command-line-x-option-alist): Add --parent-id.
19916         * term/x-win.el (x-handle-parent-id): New function.
19918 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
19920         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
19921         "Font Menu".
19923 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
19925         * net/dbus.el (dbus-interface-peer): New defconst.
19926         (dbus-ping): New defun.
19928 2008-02-06  Sam Steingold  <sds@gnu.org>
19930         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
19932 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19934         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
19935         Just return nil and let the C code provide a fallback.
19937 2008-02-05  Glenn Morris  <rgm@gnu.org>
19939         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
19940         tramp-flush-connection-property for removed 2nd argument.
19942 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19944         * diff-mode.el (diff-add-change-log-entries-other-window):
19945         Rename from diff-create-changelog.  Change users.
19946         Minor change to hopefully work with plain diffs.
19947         (diff-mode-map): Add binding for it.
19949 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
19951         * diff-mode.el: Add new TODO entry.
19952         (diff-create-changelog): New function.
19953         (diff-mode-menu): Bind it.
19955 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
19957         * international/mule-diag.el (print-fontset-element): Handle the
19958         case of inhibiting the fallback fonts.
19960 2008-02-04  Kim F. Storm  <storm@cua.dk>
19962         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19963         (ido-magic-delete-char): Use prefix arg.
19965 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
19967         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
19968         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
19969         of today, the most recent libpng is 1.2.24).
19971 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
19973         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
19975         * net/dbus.el (top): Check (featurep 'dbusbind).
19977         * net/tramp.el (tramp-process-sentinel): New defun.
19978         (tramp-do-copy-or-rename-file-out-of-band)
19979         (tramp-maybe-open-connection): Use it as process sentinel.
19980         (tramp-handle-delete-directory): Don't use the "-f" option; it
19981         isn't portable.
19982         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
19983         after the command.
19984         (tramp-handle-shell-command): Set `mode-line-process' in the
19985         asynchronous case.
19987         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
19989         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
19990         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
19991         Use `tramp-process-sentinel' as process sentinel.
19993 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
19995         * whitespace.el (global-whitespace-mode): Revert last change.
19996         (whitespace-unload-function): Force `global-whitespace-mode'
19997         to deactivate local modes in a slightly less intrusive way.
19999 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
20001         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
20003 2008-02-02  Glenn Morris  <rgm@gnu.org>
20005         * international/latin1-disp.el (latin1-display):
20006         * progmodes/fortran.el (fortran-comment-indent-char):
20007         * progmodes/idlw-shell.el (top-level):
20008         * term/mac-win.el (mac-keyboard-translate-char):
20009         * whitespace.el (whitespace-char-valid-p):
20010         * wid-edit.el (widget-key-sequence-read-event):
20011         Use characterp rather than char-valid-p.
20013         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
20014         to capitalized-find-word-boundary.  Doc fix.  Update callers.
20015         (capitalized-next-word-boundary-function-table): Rename to
20016         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
20018         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
20019         string-to-int.
20021         * ps-def.el (declare-function): Add compatibility definition.
20022         (ps-plot-with-face, ps-plot-string): Declare as functions.
20023         (ps-bold-faces, ps-italic-faces): Declare variables.
20025         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
20026         (ps-mule-end-job): Declare as functions.
20028         * wid-edit.el (widget-string-complete): Use assoc-string rather
20029         than assoc-ignore-case.
20031 See ChangeLog.13 for earlier changes.
20033 ;; Local Variables:
20034 ;; coding: utf-8
20035 ;; End:
20037     Copyright (C) 2008, 2009  Free Software Foundation, Inc.
20039   This file is part of GNU Emacs.
20041   GNU Emacs is free software: you can redistribute it and/or modify
20042   it under the terms of the GNU General Public License as published by
20043   the Free Software Foundation, either version 3 of the License, or
20044   (at your option) any later version.
20046   GNU Emacs is distributed in the hope that it will be useful,
20047   but WITHOUT ANY WARRANTY; without even the implied warranty of
20048   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20049   GNU General Public License for more details.
20051   You should have received a copy of the GNU General Public License
20052   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20054 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc