epa-file: fix garble with decode-coding-inserted-region
[emacs.git] / lisp / ChangeLog
blob8367d64871be3158e6a46203042146595e00878d
1 2009-04-18  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>
3         * epa-file.el (epa-file-decode-and-insert): Use
4         string-to-multibyte instead of set-buffer-multibyte.
5         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=15259>
7 2009-04-18  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
9         * net/rcirc.el (rcirc): Use correct property names (Bug#3037).
11 2009-04-18  Chong Yidong  <cyd@stupidchicken.com>
13         * thingatpt.el (thing-at-point-bounds-of-list-at-point): New
14         function (Bug#3027).
16 2009-04-17  Kenichi Handa  <handa@m17n.org>
18         * international/uni-decomposition.el: Re-generated.
20 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
22         * textmodes/flyspell.el (flyspell-correct-word-before-point):
23         Don't create markers.
24         (tex-mode-flyspell-verify): Don't create markers.  Use
25         line-end-position.
26         (sgml-mode-flyspell-verify): Don't create markers.  Simplify code
27         using looking-at and looking-back.
29 2009-04-16  Robert Brown  <brown@google.com>  (tiny change)
31         * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
32         property (Bug#2984).
34 2009-04-16  Leo  <sdl.web@gmail.com>  (tiny change)
36         * ediff-wind.el (ediff-make-wide-display): Fix typo in frame
37         parameter alist.
39 2009-04-15  William Xu  <william.xwl@gmail.com>
41         * outline.el (hide-sublevels): Ensure that arguments are passed to
42         outline-flag-region in the correct order (Bug#3000).
44 2009-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
46         * net/browse-url.el (browse-url-filename-alist): Correct file
47         URI (Bug#2922).
49 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
51         * subr.el (posn-col-row): Properly compute line spacing.
52         Suggested by Nikolaj Schumacher (Bug#2933).
54 2009-04-15  Ulf Jasper  <ulf.jasper@web.de>
56         * net/newst-treeview.el (newsticker-treeview-jump): Enable virtual
57         feeds.
59 2009-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
61         * vc-svn.el (vc-svn-after-dir-status): Fix regexp to allow for
62         file names with leading spaces.  Ignore "." if it appears as a
63         filename.
65 2009-04-14  Juanma Barranquero  <lekktu@gmail.com>
67         * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
68         (scan-buf-previous-region): Fix typo in docstring.
70 2009-04-14  Edward Wiebe  <usenet@pusto.de>  (tiny change)
72         * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
74 2009-04-14  Michael Albinus  <michael.albinus@gmx.de>
76         * net/tramp.el (tramp-handle-dired-recursive-delete-directory):
77         Fix an error in flushing cache data.
78         (tramp-handle-process-file): Flush all file cache values for the
79         connection, because the remote process could have changed them.
80         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
81         Handle QUIT.
83         * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
84         of directory "".
86 2009-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
88         * minibuffer.el (completion--try-word-completion): Don't disable
89         `partial-completion' any more.  Mark the added char instead.
90         (completion-pcm--string->pattern): Notice chars added by
91         completion--try-word-completion and treat them specially.
93 2009-04-13  Jason Rumney  <jasonr@gnu.org>
95         * faces.el (frame-set-background-mode): Window system frames
96         default to light. Use default in cases where specified color
97         does not exist (Bug#2969).
99 2009-04-13  Kenichi Handa  <handa@m17n.org>
101         * language/japanese.el (cp932): Delete alias for japanese-shift-jis.
103 2009-04-12  Michael Albinus  <michael.albinus@gmx.de>
105         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
106         Overwrite always the tmpfile.  (Bug#2962).
108 2009-04-11  Chong Yidong  <cyd@stupidchicken.com>
110         * files.el (dir-locals-directory-cache): Change format to include
111         the mtime of the directory-local variables file (Bug#2833).
112         (dir-locals-set-directory-class): New arg mtime.  Store it in
113         dir-locals-directory-cache.
114         (dir-locals-find-file): Check cache validity using the mtime.
115         (dir-locals-read-from-file): Save the file mtime in the cache.
116         (hack-dir-local-variables): Adapt to new
117         dir-locals-directory-cache entry format.
119         * international/mule-diag.el (describe-font-internal):
120         Rename ignored argument to IGNORED.
121         (describe-font): Elide unnecessary argument to
122         describe-font-internal (Bug#2945).
124 2009-04-10  Richard M Stallman  <rms@gnu.org>
126         * mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.
128         * vc-dir.el (vc-dir): Doc fix.
130 2009-04-10  Eli Zaretskii  <eliz@gnu.org>
132         * mail/unrmail.el (unrmail): If "Mail-From" header is found,
133         append a newline to it.
135         * mail/rmail.el (rmail-unrmail-new-mail)
136         (rmail-unrmail-new-mail-maybe): New functions.
137         (rmail-insert-inbox-text): Use rmail-unrmail-new-mail-maybe to
138         convert Babyl-formatted new mail to mbox format.  (Bug#2942)
140 2009-04-09  Kim F. Storm  <storm@cua.dk>
142         * emulation/cua-rect.el (cua--indent-rectangle): Insert tabs using
143         tab-to-tab-stop to respect indent-tabs-mode.
145 2009-04-09  Richard M Stallman  <rms@gnu.org>
147         * mail/rmailkwd.el (rmail-set-label): Warn if multipe labels spec'd.
148         (rmail-kill-label, rmail-add-label): Doc fixes.
150         * mail/rmailout.el (rmail-output): If file is visited,
151         check the buffer's format.
153         * mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".
155         * mail/rmailout.el (rmail-output-to-rmail-buffer):
156         Call rmail-modify-format.
158         Don't query before visiting a Babyl file.
159         Instead, query before modifications that would save it.
161         * mail/rmail.el (rmail-was-converted): New variable.
162         (rmail-seriously-modified): New variable.
163         (rmail-perm-variables): Set them to nil.
164         (rmail-convert-babyl-to-mbox): Don't query about converting Babyl file.
165         Instead, set rmail-was-converted.
166         (rmail-modify-format): New function.  Query if save will change format.
167         (rmail-dont-modify-format): New function.
168         (rmail-duplicate-message, rmail-get-new-mail):
169         Call rmail-modify-format.
170         (rmail-set-header): Call rmail-dont-modify-format.
171         (rmail-set-attribute): Likewise.
172         (rmail-expunge-confirmed): Call rmail-modify-format.
174         * mail/sendmail.el (sendmail-send-it): Replace any
175         pre-existing Content-type header if we insert one.
177 2009-04-09  Michael Albinus  <michael.albinus@gmx.de>
179         * net/tramp.el (tramp-file-name-handler-alist): Add `vc-registered'.
180         (tramp-handle-vc-registered ): New defun.  (Bug#1741)
182         * net/tramp-cache.el (tramp-flush-directory-property): Use the
183         localname of KEY for check.
185 2009-04-09  Kenichi Handa  <handa@m17n.org>
187         * international/charprop.el: Re-generated.
188         * international/uni-bidi.el: Re-generated.
189         * international/uni-category.el: Re-generated.
190         * international/uni-combining.el: Re-generated.
191         * international/uni-decomposition.el: Re-generated.
192         * international/uni-mirrored.el: Re-generated.
193         * international/uni-name.el: Re-generated.
195 2009-04-08  Eli Zaretskii  <eliz@gnu.org>
197         * files.el (append-to-file): Doc fix.
199         * term/pc-win.el (msdos-last-help-message): New defvar.
200         (msdos-show-help): Use it to avoid saving the last message if it
201         was also a help message (Bug#2895).
203         * mail/rmail.el (rmail-simplified-subject): Normalize whitespace
204         in subject.  This resurrects a feature, lost in transition to
205         mbox, whereby Subject is matched even if it's broken into several
206         lines at arbitrary places.
208 2009-04-08  Nick Roberts  <nickrob@snap.net.nz>
210         * progmodes/gdb-ui.el: Give hint for GDB in Emacs on Mac OSX.
212 2009-04-08  Chong Yidong  <cyd@stupidchicken.com>
214         * textmodes/fill.el (fill-paragraph): Doc fix.
216 2009-04-07  Chong Yidong  <cyd@stupidchicken.com>
218         * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
220 2009-04-07  Glenn Morris  <rgm@gnu.org>
222         * term/ns-win.el (ns-pop-up-frames): Make it a defcustom.
224         * mail/rmail.el (rmail-expunge-and-save): Let rmail-expunge show the
225         message.
226         (rmail-quit): Mark summary unmodified.
227         (rmail-expunge): Doc fix.  Always show a message.  (Bug#2763)
229 2009-04-07  Chong Yidong  <cyd@stupidchicken.com>
231         * vc-bzr.el (vc-bzr-log-view-mode): Tweak
232         log-view-message-re (Bug#2872).
234         * descr-text.el (describe-property-list, describe-char): Add
235         follow-link properties to buttons that need them.
237         * tooltip.el (tooltip-show-help-non-mode): Don't save the last
238         message if it was also a help message (Bug#2895).
240 2009-04-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
242         * textmodes/bibtex.el (bibtex-format-entry)
243         (bibtex-search-crossref): Allow OPT prefix for name of crossref
244         field.
246 2009-04-06  Sam Steingold  <sds@gnu.org>
248         * simple.el (completion-list-mode-map): Bind "q" to quit-window,
249         just like in all other read-only buffers.
251 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
253         * simple.el (handle-shift-selection): Clarify docstring.
255 2009-04-05  Michael Albinus  <michael.albinus@gmx.de>
257         * dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
258         `file-modes' returns nil.
260         * net/ange-ftp.el (ange-ftp-set-file-modes): New defun.  Change
261         `ange-ftp' property of `set-file-modes' to
262         `ange-ftp-set-file-modes' (Bug#2865).
263         (ange-ftp-call-chmod): Add error handling.
265         * net/tramp.el (tramp-default-file-modes) New defun.  Replace all
266         calls of `file-modes' by this (Bug#2869).
267         (tramp-handle-find-backup-file-name): Use `symbol-value' instead
268         of `boundp'.
270         * net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
271         Use `tramp-default-file-modes'.
273 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
275         * frame.el (make-frame): Doc fix.
277 2009-04-04  Eli Zaretskii  <eliz@gnu.org>
279         * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of
280         summary lines.
282 2009-04-02  Chong Yidong  <cyd@stupidchicken.com>
284         * dired.el (dired-get-filename): Always pass filename through
285         `read' to ensure unquoting is performed (Bug#2862).
287 2009-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
289         * doc-view.el (doc-view-mode): Don't give up if the file doesn't exist.
291 2009-04-02  Glenn Morris  <rgm@gnu.org>
293         * calendar/diary-lib.el (diary-cyclic): Check for +ve N.
295         * calendar/holidays.el (calendar-holidays):
296         Don't autoload it.  (Bug#2811)
298 2009-04-02  Kenichi Handa  <handa@m17n.org>
300         * international/fontset.el (setup-default-fontset):
301         Specify iso10646-1 font for characters in PUA of BMP.  (Bug#2830)
303 2009-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
305         * simple.el (auto-fill-function): Mark it as safe for nil.
306         Suggested by Leo <sdl.web@gmail.com>.
308 2009-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
310         * vc-mtn.el (vc-mtn-register): Fix optional arguments.
312         * vc-hooks.el (vc-name): Avoid calling vc-backend twice.
313         (vc-mode-line): Accept and use an optional argument for the backend.
314         (vc-find-file-hook): Use when instead of if.  Avoid calling
315         vc-backend multiple times, pass down the value computed the first time.
317 2009-03-30  Andreas Schwab  <schwab@linux-m68k.org>
319         * ansi-color.el (ansi-color-get-face):
320         Use ansi-color-parameter-regexp to match parameters.
321         (ansi-color-regexp): Include final `m' in first group.
323 2009-03-30  Jason Rumney  <jasonr@gnu.org>
325         * files.el (locate-dominating-stop-dir-regexp): Stop searching
326         when a UNC mount point is reached.
328 2009-03-30  Jay Belanger  <jay.p.belanger@gmail.com>
330         * calc/calc-embed.el (calc-embedded-restore-original-modes):
331         Add argument for Calculator buffer.
332         (calc-do-embedded): Use specific Calculator buffer when cancelling
333         embedded mode.
335         * calc/calc.el (calc-buffer-list): New variable.
336         (calc-kill-stack-buffer): New function.
337         (calc-mode): Add `calc-kill-stack-buffer' to
338         `kill-buffer-query-functions'.  Add current buffer to
339         `calc-buffer-list'.
341 2009-03-30  Kenichi Handa  <handa@m17n.org>
343         * language/chinese.el (chinese-big5): Change type to `big5'.
345 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
347         * help-mode.el (help-buffer): Add docstring.
349 2009-03-28  David Reitter  <david.reitter@gmail.com>
351         * term/ns-win.el (ns-expand-space): Remove defvar.
352         (S-,): Bind to `customize' in line with menu item.
353         ([global-map windows]): Remove (in line with other platforms).
354         (menu-bar-update-frames, force-menu-bar-update-buffers):
355         Remove, not needed.
356         (menu-bar-update-hook): Do not alter.
357         (generate-fontset-menu, mouse-set-font): Amend doc string
358         of these defaliases to point out their altered meaning in NS.
360 2009-03-28  Juri Linkov  <juri@jurta.org>
362         * simple.el (minibuffer-default-add-completions):
363         Remove `(interactive)'.  (Bug#2805)
365 2009-03-28  Eli Zaretskii  <eliz@gnu.org>
367         * files.el (shell-quote-wildcard-pattern): Doc fix.
369 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
371         * ls-lisp.el (ls-lisp-insert-directory): Allow for a trailing '/'
372         when looking for "." and "..".  (Bug#2801)
374 2009-03-27  Andreas Schwab  <schwab@linux-m68k.org>
376         * simple.el (shift-select-mode): Make it a defcustom.
377         * cus-start.el: Remove shift-select-mode.
379 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
381         * simple.el (shift-select-mode): Move declaration from callint.c.
382         (handle-shift-selection): Remove `deactivate' arg and check
383         shift-select-mode instead.
385 2009-03-26  Juanma Barranquero  <lekktu@gmail.com>
387         * align.el (align-large-region, align-perl-modes, align-rules-list)
388         (align-open-comment-modes): Fix typos in docstrings.
389         (align-region-separate): Doc fixes.
391 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
393         * arc-mode.el (archive-ar-summarize): Don't burp on special GNU
394         extension entries for lookup tables or extended file name tables.
395         Distinguish the internal and external name, so lookup is easier.
396         (archive-ar-extract): Take advantage of more precise name.
397         Preserve point.
399 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
401         * play/bubbles.el (bubbles): Doc fix (Bug#2776).
403 2009-03-25  Juanma Barranquero  <lekktu@gmail.com>
405         * composite.el (auto-compose-chars): Fix typo in docstring.
407 2009-03-24  Michael Albinus  <michael.albinus@gmx.de>
409         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
411 2009-03-24  Glenn Morris  <rgm@gnu.org>
413         * wid-edit.el (widget-specify-field): Don't add a second overlay for a
414         field with just a newline character.
415         (widget-field-value-get): Don't reduce fields with just a space
416         character to null.
417         (character): Accept newline.  (Bug#2689)
419 2009-03-24  Kenichi Handa  <handa@m17n.org>
421         * international/fontset.el (font-encoding-alist): Add an entry for
422         muletibetan-0.  (Bug#2722)
424 2009-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
426         * vc-bzr.el (vc-bzr-working-revision): Add support for lightweight
427         checkouts.  (Bug#2157)
428         (vc-bzr-after-dir-status): Ignore a warning for bzr status.
429         (vc-bzr-dir-extra-headers): Add headers for lightweight checkouts.
431 2009-03-22  Richard M Stallman  <rms@gnu.org>
433         * mail/rmail.el (rmail-expunge): Update summary buffer even if DONT-SHOW.
434         (rmail-expunge): Without DONT-SHOW, show the message even after
435         updating summary.
437 2009-03-21  Jari Aalto  <jari.aalto@cante.net>
439         * time.el (display-time-default-load-average): Doc fix.
441 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
443         * simple.el (handle-shift-selection): Doc fix.  (Bug#2738)
445 2009-03-21  Chong Yidong  <cyd@stupidchicken.com>
447         * files.el (file-modes-rights-to-number): Doc fix.
448         (file-modes-symbolic-to-number): Handle empty permissions
449         arg (Bug#2729).
451 2009-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
453         * vc.el (Todo): Add note on simplifying vc-register.
455 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
457         * eshell/em-ls.el (eshell-ls-dir):
458         Call eshell-directory-files-and-attributes with additional argument
459         'integer or 'string, according to numeric-uid-gid.
460         (eshell-ls-file): Don't convert UID and GID to strings, as
461         eshell-ls-dir already did.  Enlarge max user-name string length to
462         14 characters.
463         (eshell-do-ls): Fix the long name of the -L option.
465         * eshell/esh-util.el (directory-files-and-attributes): Accept and
466         ignore additional optional argument id-format.
467         (eshell-directory-files-and-attributes):
468         Call directory-files-and-attributes with additional argument id-format.
470         * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8.
471         (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
472         argument nil.
474 2009-03-21  David Reitter  <david.reitter@gmail.com>
476         * cus-start.el (all): Use existing `ns' rather than new `nextstep'
477         group for variables affected by last two changes.
479 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
481         * cus-start.el (all): Fix last change.
483 2009-03-21  David Reitter  <david.reitter@gmail.com>
485         * cus-start.el (all): Add ns-control-modifier,
486         ns-command-modifier, ns-alternate-modifier, ns-function-modifier,
487         ns-antialias-text, and ns-use-qd-smoothing.
489 2009-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
491         * vc-dir.el (vc-dir-deduce-fileset): Make the error message more explicit.
493 2009-03-19  Juanma Barranquero  <lekktu@gmail.com>
495         * subr.el (forward-point): Add obsolescence declaration.
497         * paren.el (show-paren-function):
498         * simple.el (kill-forward-chars, kill-backward-chars):
499          Use (+/- (point) N), instead of `forward-point'.
501 2009-03-19  Glenn Morris  <rgm@gnu.org>
503         * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag.
505         * mail/supercite.el (sc-version): Doc fix.
507 2009-03-19  Leo  <sdl.web@gmail.com>  (tiny change)
509         * mail/supercite.el (sc-version): Fix typo in interactive spec.
511 2009-03-19  Kenichi Handa  <handa@m17n.org>
513         * international/quail.el (quail-update-leim-list-file):
514         Save leim-list.el in utf-8.
516         * international/mule-cmds.el (leim-list-header):
517         Use utf-8 coding tag.
519         * term/ns-win.el: Call create-default-fontset, not
520         setup-default-fontset.  Call create-fontset-from-fontset-spec
521         within condition-case.
523         * term/w32-win.el (w32-initialize-window-system):
524         Call create-default-fontset, not setup-default-fontset.
525         Call create-fontset-from-fontset-spec within condition-case.
527         * term/x-win.el (x-initialize-window-system):
528         Call create-default-fontset, not setup-default-fontset.
529         Call create-fontset-from-fontset-spec within condition-case.
531         * international/fontset.el (create-default-fontset): New function.
532         (create-fontset-from-x-resource): Use display-warning instead of
533         message.
535 2009-03-18  Richard M Stallman  <rms@gnu.org>
537         * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
538         (rmail-retry-failure): Undo previous change.
540 2009-03-18  Kenichi Handa  <handa@m17n.org>
542         * international/mule.el (after-insert-file-set-coding):
543         Set buffer-file-coding-system directly without calling
544         set-buffer-file-coding-system.  (Fixes bug described in
545         follow-up to bug#2317).
547 2009-03-17  Juanma Barranquero  <lekktu@gmail.com>
549         * emacs-lisp/benchmark.el (benchmark): Reflow docstring.
551 2009-03-17  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
553         * international/characters.el (cjk-char-width-table):
554         Add cp932-2-byte.
556 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
558         * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
560 2009-03-16  David Reitter  <david.reitter@gmail.com>
562         * faces.el (set-face-attributes-from-resources)
563         (face-set-after-frame-default): Do not import X resources on NS
564         because NS does not have system-wide X resources.
566 2009-03-16  Richard M Stallman  <rms@gnu.org>
568         * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
569         (rmail-expunge): Show the message only once, and only if needed.
570         If the current message was current before, just re-swap.
572 2009-03-16  Kenichi Handa  <handa@m17n.org>
574         * international/ccl.el (ccl-compile-if): Signal an error for
575         invalid operator.
577 2009-03-16  Chong Yidong  <cyd@stupidchicken.com>
579         * minibuffer.el (read-file-name): Doc fix.
581         * tooltip.el (tooltip-show-help-non-mode): Don't set
582         tooltip-previous-message if called with the same tooltip that is
583         showing (Bug#2680).
585         * emacs-lisp/crm.el (crm--choose-completion-string): New function.
586         (completing-read-multiple): Set and restore
587         choose-completion-string-functions (Bug#1080).
589 2009-03-15  Glenn Morris  <rgm@gnu.org>
591         * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
592         value to help people with the formatting.
594         * mail/sendmail.el (mail-yank-prefix): Doc fix.
595         (mail-mode-map): Only enable the "Cite Original" menu-item when
596         appropriate.  Standardize the text used for other headers re hyphens.
598         * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
599         like "Reply-To".
601 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
603         * minibuffer.el (completion-styles): Add emacs22 completion style
604         as fallback.
606 2009-03-15  Dan Nicolaescu  <dann@ics.uci.edu>
608         * vc.el (vc-checkin): Add an extra argument for the VC backend,
609         pass it down to vc-start-logentry.
610         (vc-next-action, vc-transfer-file): Pass the VC backend to
611         vc-checkin.
612         (vc-next-action): Do not assume that all backends in
613         vc-handled-backends are upper case.
615 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
617         * files.el (get-free-disk-space): Ensure that default-directory is
618         usable before calling call-process.  Suggested by Kevin
619         Ryde (Bug#2631).
621 2009-03-14  David Reitter  <david.reitter@gmail.com>
623         * term/ns-win.el (ns-expand-space): Remove.
624         (ns-show-prefs event): Run `customize'.
625         (ns-power-off): Run `save-buffers-kill-emacs', but ask user
626         whether to save files (as is standard).
627         (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
628         (menu-bar-enable-clipboard): Do not undefine these.
629         (ns-save-preferences, ns-save-options, ns-show-preferences-help):
630         Remove.
632 2009-03-14  Glenn Morris  <rgm@gnu.org>
634         * mail/mailalias.el: Remove leading `*' from defcustom docs.
636         * mail/sendmail.el (mail-interactive): Doc fix.
637         (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
638         (mail-setup): Use the function mail-signature.
639         (mail-mode-hook): Doc fix.
640         (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
641         (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
642         (mail-signature): Check the signature file is readable.
643         With the argument ATPOINT, really insert at point.
644         Handle the case when the variable mail-signature is an expression.
646 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
648         * simple.el (undo-outer-limit-truncate): Mention that
649         warning-suppress-types is defined in the warnings
650         library (Bug#2668).
652 2009-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
654         * vc.el (vc-default-receive-file): The 'register method now
655         expects a list, pass a list.
657 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
659         * doc-view.el (doc-view-sentinel): Strip trailing newline from
660         event message.
662 2009-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
664         * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
665         modified status before running the major-mode.
667         * simple.el (undo): Don't loop when encountering empty undo records.
669 2009-03-13  Tassilo Horn  <tassilo@member.fsf.org>
671         * doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
673 2009-03-13  Alexandre Julliard  <julliard@winehq.org>
675         * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
676         Fall back to original commit if vc-git-symbolic-commit fails to
677         find a symbolic name.
678         (vc-git-symbolic-commit): Don't limit search to tags.
679         Treat "undefined" as an error.  (Bug #2110)
681 2009-03-13  D. Goel  <deego3@gmail.com>
683         * ibuf-ext.el:
684         * midnight.el (midnight-next):
685         * progmodes/ebrowse.el:
686         * progmodes/flymake.el (flymake-float-time):
687         When calling (multiple-value-bind/setq .. ls) replace ls
688         by (values-list ls) throughout.
690 2009-03-13  Agustín Martín  <agustin.martin@hispalinux.es>
692         * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
693         params.  (Bug #2654)
695 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
697         * files.el (auto-mode-alist): Add rules for OpenOffice extension
698         packages, as well as Opkg/Ipkg packages.
700         * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
701         (tar-summarize-buffer): Don't silently skip incomplete headers.
702         (tar-mode): Revert to fundamental-mode in case of malformed tar data.
703         (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
704         treat a tar file member as being a tar file itself, just because
705         its own filename includes the parent tar file's.
707 2009-03-13  Kenichi Handa  <handa@m17n.org>
709         * international/mule-diag.el (print-fontset): Handling of the
710         argument FONTSET changed for consistency.  Reorder the printed
711         information to match with the font searching strategy.
712         (describe-fontset): Use face-attribute to get the fontset of the
713         selected frame.
714         (mule-diag): Likewise.  Print both font and fontset of the frame.
716 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
718         * term.el (term-send-raw-string): Deactivate mark.
719         (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
721 2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
723         * register.el (get-register): Rename arg REG to REGISTER for
724         consistency with other register functions.
725         (set-register, jump-to-register): Fix typos in docstrings.
726         (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
728 2009-03-12  Glenn Morris  <rgm@gnu.org>
730         * mail/mailabbrev.el (mail-abbrev-next-line)
731         (mail-abbrev-end-of-buffer): Doc fixes.
733 2009-03-11  Jason Rumney  <jasonr@gnu.org>
735         * term/w32-win.el (w32-initialize-window-system): Don't override
736         Japanese font settings.
737         (xlfd-regexp-registry-subnum): Remove unused declaration.
738         (w32-drag-n-drop-debug): Comment out unused debug function.
740 2009-03-11  Glenn Morris  <rgm@gnu.org>
742         * mail/rmailedit.el (rmail-edit-mode):
743         Set write-region-annotate-functions.  (Bug#2625)
745 2009-03-10  Juanma Barranquero  <lekktu@gmail.com>
747         * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
749 2009-03-10  Jason Rumney  <jasonr@gnu.org>
751         * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
753 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
755         * server.el (server-process-filter): Use expand-file-name rather than
756         command-line-normalize-file-name so as to use the `dir' when provided.
758         * doc-view.el (doc-view-convert-current-doc): Fix last change.
760 2009-03-10  Glenn Morris  <rgm@gnu.org>
762         * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
763         Doc fixes.
764         (mail-mailing-lists): Remove leading `*' from defcustom doc.
766         * simple.el (compose-mail): Doc fix.
768 2009-03-10  Alexander Becher  <alexander.becher@capgemini-sdm.com>  (tiny change)
770         * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
772 2009-03-09  Jason Rumney  <jasonr@gnu.org>
774         * minibuffer.el (read-file-name): Only split dir name when
775         default filename is missing.  (Bug#2585)
777 2009-03-08  Chong Yidong  <cyd@stupidchicken.com>
779         * finder.el (finder-commentary): Don't delete other
780         windows (Bug#2291).
782         * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
783         first (Bug#2449).
785 2009-03-08  Andreas Schwab  <schwab@linux-m68k.org>
787         * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
789 2009-03-07  Eli Zaretskii  <eliz@gnu.org>
791         * woman.el (woman-parse-colon-path): Return a list even if there's
792         only one directory in PATHS.
793         (woman-mode): Restore tab-width value after the call to Man-mode,
794         since Man-mode resets it to the default, and that makes right
795         margin extend beyond woman-fill-column.
797         * man.el (Man-init-defvars) [windows-nt]: Use a special command
798         list.  Don't invoke Awk.
800 2009-03-06  Glenn Morris  <rgm@gnu.org>
802         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
803         custom type.
805 2009-03-05  Tassilo Horn  <tassilo@member.fsf.org>
807         * doc-view.el (doc-view-convert-current-doc): Save the current
808         resolution in the cache directory.
809         (doc-view-initiate-display): Restore the saved resolution when
810         using cached image files.
812 2009-03-05  Glenn Morris  <rgm@gnu.org>
814         * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
815         buffer-local in the view buffer, not the rmail buffer.
817         * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
818         at the end of the existing messages, ensuring there is a blank line
819         between them.  (Bug#2521)
821         * mail/rmail.el (rmail-ensure-blank-line): New function.
822         * mail/rmailedit.el (rmail-cease-edit):
823         * mail/rmailout.el (rmail-output-as-mbox):
824         * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
826         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
827         (rmail-mime-attachment-dirs-alist): Doc fixes.  Fix custom-type.
828         Add version.
829         (rmail-mime-total-number-of-bulk-attachments): Doc fix.
830         (rmail-mime): Doc fix.  Use rmail-apply-in-message.
831         Disable undo in the mime buffer, mark unmodified.
833 2009-03-04  David Reitter  <david.reitter@gmail.com>
835         * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
836         if unbound in order to enable the item.
837         For paste menu item, same, and check kill-ring.
839 2009-03-04  Sam Steingold  <sds@gnu.org>
841         * progmodes/compile.el (compilation-error-regexp-alist-alist):
842         Handle "omake -P" messages "file foo changed".
844 2009-03-04  Glenn Morris  <rgm@gnu.org>
846         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
848         * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
849         (rmail-sort-by-date, rmail-sort-by-subject)
850         (rmail-sort-by-author, rmail-sort-by-recipient)
851         (rmail-sort-by-correspondent, rmail-select-correspondent)
852         (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
853         (rmail-make-date-sortable): Doc fixes.
854         (rmail-sort-by-correspondent): Downcase correspondents.
855         (rmail-sort-by-labels): Make it work.
856         (rmail-sort-messages): Restore undo if it was initially enabled.
857         Fix bobp/bolp typo that was adding a line on every sort.
859         * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
860         Disable undo in the summary buffer.
861         (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
862         (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
863         (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
864         (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
865         (rmail-summary-sort-by-labels): Replace `(function (lambda'
866         by `(lambda'.
868 2009-03-03  Sam Steingold  <sds@gnu.org>
870         * progmodes/compile.el (compilation-move-to-column):
871         Guard against negative col values.
873 2009-03-03  Simon Josefsson  <simon@josefsson.org>
875         * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
876         in preference order.
877         (smtpmail-try-auth-methods): Improve which authentication
878         mechanism to use, so that the locally most preferred and mutually
879         supported mechanism is used.
881 2009-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
883         * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
884         the function takes no argument.
886 2009-03-03  Glenn Morris  <rgm@gnu.org>
888         * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
889         (rmail-header-name): Doc fixes.
890         (rmail-show-message-verbose-min): Add :version.
891         (rmail-highlight-headers): Add doc string.  Simplify.
893         * mail/rmailsum.el (rmail-summary-scroll-between-messages)
894         (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
895         (rmail-summary-by-senders): Doc fix.
896         (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
897         Make the output menu-items consistent with rmail-mode-map.
898         Bind rmail-summary-by-senders to C-M-f.
899         (rmail-summary-search): Ensure the selected message shows.
901 2009-03-03  Kenichi Handa  <handa@m17n.org>
903         * files.el (basic-save-buffer-1): Set car part of
904         buffer-file-coding-system-explicit.
905         (revert-buffer): Check car part of buffer-file-coding-system-explicit.
907         * international/mule-cmds.el (select-safe-coding-system): If cdr
908         part of buffer-file-coding-system-explicit is set, ignore
909         default-buffer-file-coding-system and the most preferred coding system.
911         * international/mule.el (set-buffer-file-coding-system): Set cdr
912         part of buffer-file-coding-system-explicit.
913         (after-insert-file-set-coding):
914         Set buffer-file-coding-system-explicit to a cons.
916 2009-03-02  Glenn Morris  <rgm@gnu.org>
918         * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
919         Add :set-after listing variables on which we might depend.
921         * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
922         function has access to all the headers, not just the visible ones.
923         Avoid extraneous leading whitespace in `References'.
924         (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
925         Doc fixes.
926         (rmail-retry-failure): Use rmail-get-header rather than a magical
927         save-excursion/restriction combination that does nothing.
928         (rmail-delete-headers): New function.
929         (rmail-retry-failure): Restore yet another feature mbox Rmail removed
930         without telling anyone, namely rmail-retry-ignored-headers.
932 2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
934         * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
936 2009-03-01  Glenn Morris  <rgm@gnu.org>
938         * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
939         rmail-resend in the menu.
941         * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
942         custom choice.  (Bug#2506)
944 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
946         * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
947         Use "--color=always".
949 2009-02-28  Glenn Morris  <rgm@gnu.org>
951         * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
953         * mail/rmailmm.el (rmail-mime): Add autoload cookie.
954         * mail/rmail.el (rmail-mode-map):
955         * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
957         * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
958         Fix custom choice to match default.
959         (rmail-get-new-mail): Doc fix.
960         (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
961         header style.
963 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
965         * replace.el (keep-lines-read-args): Use empty string as
966         default (Bug#2495).
968         * menu-bar.el (menu-set-font): Fix last fix.
970 2009-02-27  Glenn Morris  <rgm@gnu.org>
972         * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
973         just a buffer, to find a definition.
975         * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
976         part against rmail-output's oddness.
978 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
980         * menu-bar.el (menu-set-font): Assign the same font object to all
981         frames (Bug#2476).
983 2009-02-26  Michael Albinus  <michael.albinus@gmx.de>
985         * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
987 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
989         * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
990         (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
991         (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
992         (x-dnd-init-motif-for-frame): Fix typos in docstrings.
993         (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
994         Reflow docstrings.
996 2009-02-26  Glenn Morris  <rgm@gnu.org>
998         * mail/rmailsum.el (rmail-summary-rmail-update):
999         Use rmail-message-unseen-p.  (Bug#2477)
1000         (rmail-summary-mark-seen): Add option to mark as unseen.
1001         (rmail-summary-rmail-update): Store a position in
1002         rmail-summary-put-back-unseen rather than just a flag, and use it to put
1003         back the "-" mark in the summary.
1005         * progmodes/cc-vars.el (c-style-variables-are-local-p):
1006         Mark as safe if boolean.  (Bug#2197)
1008 2009-02-26  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1010         * mail/sendmail.el (sendmail-send-it): `call-process-region' can
1011         return a string.  (Bug#2428)
1013 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
1015         * bs.el (bs--down):
1016         * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
1018 2009-02-25  Glenn Morris  <rgm@gnu.org>
1020         * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
1022         * simple.el (eval-expression):
1023         * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
1025 2009-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
1027         * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
1029 2009-02-25  David Reitter  <david.reitter@gmail.com>
1031         * mail/mailclient.el (clipboard-kill-ring-save): Declare.
1033 2009-02-25  Kenichi Handa  <handa@m17n.org>
1035         * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
1037         * composite.el (auto-composition-mode): Don't add a hook to
1038         after-change-functions.  Don't decompose the buffer.
1039         (auto-composition-after-change): Delete it.
1040         (toggle-auto-composition): Make it an alias of
1041         auto-composition-mode.
1042         (auto-compose-region): Delete it.
1044 2009-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1046         * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
1047         (ns-working-overlay-len): Remove.  Use ns-working-overlay instead.
1048         (ns-delete-working-text): Merge with ns-unecho-working-text.
1049         Decide which to use based on ns-working-overlay.
1050         (ns-unecho-working-text): Remove.
1051         (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
1053 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
1055         * textmodes/ispell.el (ispell-region): Adapt "done" message to
1056         coding conventions.  (Bug#2447)
1058         * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
1059         argument is 0.  Doc fix.  (Bug#1527)
1061         * w32-vars.el (w32-system-shells): Doc fix.
1063         * image.el (image-load-path-for-library, insert-sliced-image):
1064         Fix typos in docstrings.
1066 2009-02-24  Glenn Morris  <rgm@gnu.org>
1068         * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
1069         :set function.  (Bug#2429)
1071         * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
1072         potential use.
1074         * progmodes/cperl-mode.el (cperl-find-pods-heres):
1075         Don't globally bind `name'.
1077         * emacs-lisp/elint.el (elint-unknown-builtin-args):
1078         Fix encode-time spec.  (Bug#2453)
1079         (elint-find-builtin-args): Make the match more restrictive.
1080         Handle errors.  Return a result actually containing the function name.
1082         * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
1083         already did.  (Bug#2440)
1084         (rmail-quit): Don't swap buffers.  (Bug#2441)
1085         (rmail-list-to-menu): Don't globally bind `name'.
1087 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
1089         * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
1090         manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
1092 2009-02-23  Juanma Barranquero  <lekktu@gmail.com>
1094         * bs.el (bs--down): When wrapping around, use `forward-line',
1095         not `goto-line', to avoid distracting "Mark set" message.
1097 2009-02-23  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1099         * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
1100         clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
1102 2009-02-23  Miles Bader  <miles@gnu.org>
1104         * proced.el (proced-process-attributes):
1105         * server.el (server-running-p): Rename `system-process-attributes'
1106         to `process-attributes'.
1108 2009-02-22  Juri Linkov  <juri@jurta.org>
1110         * dired-aux.el (minibuffer-default-add-dired-shell-commands):
1111         Doc fix.
1113         * dired-x.el (dired-guess-shell-command): Use read-shell-command
1114         instead of read-from-minibuffer.
1115         (dired-read-shell-command): Add code that uses
1116         minibuffer-with-setup-hook to set minibuffer-default-add-function
1117         to minibuffer-default-add-dired-shell-commands exactly like
1118         `dired-read-shell-command' in dired-aux.el already does.  Doc fix.
1120         * dired-x.el (dired-smart-shell-command): Remove code that uses
1121         minibuffer-with-setup-hook to set minibuffer-default-add-function
1122         to minibuffer-default-add-shell-commands because the same code was
1123         already moved to `read-shell-command' 2008-07-31.  (Bug#2414)
1125 2009-02-21  Jay Belanger  <jay.p.belanger@gmail.com>
1127         * calc/calc-math.el (math-use-emacs-fn): Make sure that the
1128         lisp number is in decimal.
1130 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
1132         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1133         Tweak regexp (Bug#2173).
1135         * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
1136         avoid yanks (Bug#2408).
1138 2009-02-21  Alan Mackenzie  <acm@muc.de>
1140         * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
1142         * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
1143         parse case clauses with (compile-time) expressions.
1145 2009-02-21  Eli Zaretskii  <eliz@gnu.org>
1147         * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
1148         encoding during editing.  Make sure to use encoding that can
1149         safely encode the message.  Rewrite MIME charset= header if the
1150         new encoding is different from the old one.
1152 2009-02-21  Glenn Morris  <rgm@gnu.org>
1154         * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
1155         at the start of the headers.
1156         (sc-mail-check-from): New function.
1158 2009-02-20  Martin Rudalics  <rudalics@gmx.at>
1160         * progmodes/python.el (python-shift-left, python-shift-right):
1161         When the mark is not active shift the current line.  (Bug#2381)
1162         Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
1164 2009-02-20  Andreas Schwab  <schwab@suse.de>
1166         * startup.el (command-line): Don't match an empty argument as an
1167         option.
1168         (command-line-1): Likewise.
1170 2009-02-20  Daniel Jensen  <daniel@bigwalter.net>  (tiny change)
1172         * apropos.el (apropos-library): Check for null filename in load-history.
1174 2009-02-20  Glenn Morris  <rgm@gnu.org>
1176         * apropos.el (apropos-library): Remove the element with null filename,
1177         if present, from the completion list.
1179         * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
1180         (rmail-speedbar-find-file): Use rmail rather than find-file.
1182 2009-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1184         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
1186 2009-02-20  Era Eriksson  <era@iki.fi>  (tiny change)
1188         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
1189         Fix regexp (Bug#2385).
1190         (bibtex-autokey-get-title): Observe case for
1191         bibtex-autokey-titleword-ignore.
1193 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
1195         * server.el (server-start): Make the warning more
1196         verbose (Bug#2395).
1198 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1200         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1201         Make sure we stop when we reach the limit.
1203         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
1204         a "..." does not quote anything.  (Bug#2384)
1206         * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
1208 2009-02-19  Andreas Schwab  <schwab@suse.de>
1210         * term.el: Remap self-insert-command to term-send-raw in
1211         term-raw-map.  (Bug#2386)
1213 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1215         * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
1216         of the function as being part of the function.
1218 2009-02-19  Nick Roberts  <nickrob@snap.net.nz>
1220         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1221         Move entry for maven (alphabetical order).
1223 2009-02-19  Glenn Morris  <rgm@gnu.org>
1225         * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
1226         Regexp-quote default argument taken from current subject.
1227         (rmail-new-summary-1): Error if empty summary.  (Bug#2333)
1229         * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
1230         Move here from rmail.el.  Be more careful about error-handling.
1231         Restore the feature of temporarily setting all old messages
1232         undeleted before expunging (removed 2009-02-18).
1234         * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
1235         Don't declare.
1236         (rmail-get-new-mail-filter-spam): Declare.  Move definition to
1237         rmail-spam-filter.el.
1238         (rmail-get-new-mail-1): Move the beep and sleep to
1239         rmail-get-new-mail-filter-spam.
1241 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1243         * cus-edit.el (custom-group-value-create): Insert some
1244         informatory text in the WIDGET-misses-doc-string case.
1246 2009-02-18  Sam Steingold  <sds@gnu.org>
1248         * progmodes/compile.el: Require comint at top level to fix the
1249         last patch.
1251 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1253         * cus-edit.el (custom-group-value-create): Don't throw an error
1254         when WIDGET has no doc-string.  (Bug#2356)
1256 2009-02-18  Juanma Barranquero  <lekktu@gmail.com>
1258         * progmodes/cc-menus.el (imenu-progress-message):
1259         Remove bogus cc-bytecomp-defun.
1260         (cc-imenu-objc-function): Don't call `imenu-progress-message'.
1261         Don't let-bind variable `stupid'.  (Bug#1638)
1263 2009-02-18  Glenn Morris  <rgm@gnu.org>
1265         * mail/rmail.el (rmail-get-new-mail-filter-spam):
1266         * mail/rmail-spam-filter.el (rmail-spam-filter):
1267         Show a message rather than the raw mbox while prompting.
1269 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1271         * progmodes/flymake.el (flymake): Add defgroup.  (Bug#2356)
1273 2009-02-18  Glenn Morris  <rgm@gnu.org>
1275         * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
1276         declaration.
1277         (top-level): No need for cl now.
1278         (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
1279         (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
1280         (rsf-autosave-newly-added-definitions, rsf-white-list)
1281         (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
1282         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
1283         (rsf-customize-spam-definitions, rsf-customize-group)
1284         (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
1285         (rsf-check-field): Use setcar and setcdr rather than setf.
1286         (rmail-spam-filter): Simplify.
1287         (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
1288         (rsf-add-region-to-spam-list): Use rmail-get-header or
1289         buffer-substring-no-properties.  Regexp-quote the extracted data.
1290         Make the messages less verbose.
1291         (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
1292         simplify things.
1293         (rsf-add-content-type-field): Make the message less verbose.
1295         * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
1296         (rmail-get-new-mail-filter-spam): Simplify.  Don't mess with
1297         rmail-deleted-vector.
1298         (rmail-insert-inbox-text, rmail-collect-deleted)
1299         (rmail-set-message-deleted-p, rmail-only-expunge)
1300         (rmail-make-in-reply-to-field): Replace ?\  with ?\s.
1301         (rmail-get-labels): Remove unused local `blurb'.
1302         (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
1303         (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
1304         (rmail-set-message-deleted-p): Doc fixes.
1306         * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
1307         Update callers for associated name change.
1308         * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
1309         * mail/unrmail.el (unrmail): Use mail-mbox-from.
1311 2009-02-17  Richard M Stallman  <rms@gnu.org>
1313         * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
1315         * mail/rmail.el (rmail-copy-headers): When copying full headers,
1316         correctly put point at the end.
1318 2009-02-17  Sam Steingold  <sds@gnu.org>
1320         * progmodes/compile.el (compilation-filter):
1321         Call `comint-carriage-motion', just like `comint-output-filter'.
1323 2009-02-17  Jason Rumney  <jasonr@gnu.org>
1325         * files.el (make-directory): Stop recursing if parent is
1326         self. (Bug#2309)
1328 2009-02-17  Juanma Barranquero  <lekktu@gmail.com>
1330         * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
1332         * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
1334 2009-02-17  Miles Bader  <miles@gnu.org>
1336         * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
1337         copyright statements where the years follow the name.
1339 2009-02-17  Glenn Morris  <rgm@gnu.org>
1341         * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
1342         move point.  (Bug#2209)
1344         * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
1345         (rmail-delete-unwanted-fields): Ignore case.  Use line-beg-pos.
1346         (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
1347         to "not-rmail", and make it work.  Simplify.
1348         (rmail-mbox-from): New function.
1349         (rmail-output-as-mbox): Use rmail-mbox-from.
1350         (rmail-output): Ensure a From line in the not-rmail Babyl case.
1352         * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
1353         error if the header is corrupt.
1355 2009-02-16  Ulf Jasper  <ulf.jasper@web.de>
1357         * net/newst-treeview.el (newsticker--treeview-load):
1358         Offer deletion of old groups file.
1360 2009-02-16  Glenn Morris  <rgm@gnu.org>
1362         * mail/rmailout.el (rmail-delete-unwanted-fields)
1363         (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
1364         (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
1365         (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
1366         (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
1368 2009-02-15  Glenn Morris  <rgm@gnu.org>
1370         * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
1372         * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
1373         (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
1374         Remove unnecessary use of with-no-warnings.
1375         (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
1376         (rmail-output-as-mbox): Start search from point-min.  If constructing a
1377         "From " line, prefer the date header over the current time.
1378         (rmail-update-summary): Move declaration earlier in file.
1380 2009-02-15  Richard M Stallman  <rms@gnu.org>
1382         * mail/rmailedit.el (rmail-edit-diff-headers):
1383         Delete spurious reference to OLD.
1385 2009-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1387         * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
1388         the `with-buffer-unmodified' to avoid useless `readlink' calls.
1390 2009-02-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1392         * textmodes/bibtex.el (bibtex-global-key-alist)
1393         (bibtex-initialize): Exclude current buffer if it does not use
1394         bibtex-mode.
1395         (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
1396         (bibtex-sort-buffer, bibtex-search-entry)
1397         (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
1398         test whether bibtex-strings and bibtex-reference-keys have their
1399         initial values.
1401 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
1403         * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
1404         around forms that refer to translation-table-for-input.
1406         * isearch.el (isearch-search-string): Use `with-no-warnings'
1407         around forms that refer to translation-table-for-input.
1409         * international/quail.el (quail-input-string-to-events)
1410         (quail-store-decode-map-key, quail-char-equal-p):
1411         Use `with-no-warnings' around forms that refer to
1412         translation-table-for-input.
1414         * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
1415         around forms that refer to translation-table-for-input.
1417         * subr.el (translation-table-for-input): Declare obsolete again.
1419 2009-02-14  Glenn Morris  <rgm@gnu.org>
1421         * mail/rmail.el (rmail): When reverting, swap buffers before setting
1422         counters.  (Bug#2229)
1423         (rmail-revert): Swap buffers before replacing contents.
1425 2009-02-14  Ian Eure  <ian@digg.com>  (tiny change)
1427         * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
1428         Remove host, user, password options not applicable to SQlite. (Bug#1904)
1430 2009-02-14  Richard M Stallman  <rms@gnu.org>
1432         * mail/rmailedit.el: Handle editing of header fields.
1433         (rmail-old-headers): New variable.
1434         (rmail-edit-current-message): Set it, recording current headers.
1435         (rmail-cease-edit): Compute new headers and diff against old ones.
1436         Update the mbox buffer with the changes that were made.
1437         (rmail-edit-headers-alist): New function.
1438         (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
1440         * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
1441         in default file name.
1443         * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
1444         (rmail-add-mbox-headers): Likewise.
1446 2009-02-13  Eli Zaretskii  <eliz@gnu.org>
1448         * files.el (load-library): Doc fix.
1450         * subr.el (locate-library): Doc fix.  (Bug#2291)
1452 2009-02-13  Alan Mackenzie  <acm@muc.de>
1454         * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
1455         in narrowed buffers.
1457 2009-02-13  Kenichi Handa  <handa@m17n.org>
1459         * international/titdic-cnv.el (tit-process-header):
1460         Use buffer-substring-no-properties instead of buffer-substring.
1461         (tit-process-body): Likewise.
1462         (tsang-quick-converter): Handle superfluous CR at eol.
1463         (py-converter): Use buffer-substring-no-properties instead of
1464         buffer-substring.  Handle superfluous CR at eol.
1465         (ziranma-converter): Likewise.
1466         (ctlau-converter): Likewise.
1467         (miscdic-convert): Read a file without eol conversion.  (Bug#2307)
1469 2009-02-13  Juanma Barranquero  <lekktu@gmail.com>
1471         * minibuffer.el (internal-complete-buffer-except): Doc fix.  (Bug#2315)
1473 2009-02-13  Glenn Morris  <rgm@gnu.org>
1475         * mail/rmail.el (rmail-show-message-1): New name for the old
1476         rmail-show-message.
1477         * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
1478         * mail/rmailsort.el: Update for rmail-show-message name change.
1480         * mail/rmail.el (rmail-show-message): New name for the old
1481         rmail-show-message-maybe.
1482         * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
1483         name change.
1485         * mail/rmailsum.el (msgnum): Remove declaration.
1486         (rmail-summary-redo): Add missing initialization value.
1487         (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
1488         (rmail-summary-mark-deleted, rmail-summary-deleted-p):
1489         Fix skip-chars-forward calls.
1490         (rmail-summary-mark-seen): New function.  As well as removing the '-'
1491         mark, update the summary-vector.  (Bug#2135)
1492         (rmail-summary-rmail-update, rmail-summary-goto-msg):
1493         Use rmail-summary-mark-seen.
1495         * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
1497         * mail/unrmail.el (unrmail): When getting message keywords, don't
1498         include a leading space, but do include the space after the separating
1499         comma.  (Bug#2303)
1501         * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
1502         header altogether.
1503         (rmail-set-header): Doc fix.
1504         * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
1505         labels are removed.  (Bug#2302)
1507 2009-02-12  Juri Linkov  <juri@jurta.org>
1509         * image-mode.el (image-toggle-display):
1510         Let-bind `buffer-file-truename' to nil around the call to
1511         `add-text-properties' to prevent directory time modification
1512         by lock_file.  Replace `set-buffer-modified-p' with
1513         `restore-buffer-modified-p'.  (Bug#2295)
1515 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1517         * progmodes/python.el (python-use-skeletons): Re-add.
1518         (def-python-skeleton): Use it.  (Bug#2238)
1520         * international/quail.el (quail-make-guidance-frame): Remove the
1521         `parent-id' parameter.
1522         (quail-show-guidance): Make the new window dedicated.
1524 2009-02-12  Juanma Barranquero  <lekktu@gmail.com>
1526         * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
1527         Fix typos in docstrings.
1529 2009-02-12  Alan Mackenzie  <acm@muc.de>
1531         * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
1532         to `eq'.  (Bug#2304)
1534 2009-02-12  Glenn Morris  <rgm@gnu.org>
1536         * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
1537         already present.  (Bug#2210)
1539 2009-02-12  Kenichi Handa  <handa@m17n.org>
1541         * international/characters.el (?.): New character category for
1542         Base characters.  Set them in the standard category table.
1544         * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
1545         a base character.
1547 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * isearch.el (isearch-yank-char-in-minibuffer)
1550         (isearch-other-meta-char): Use with-current-buffer.
1552         * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
1553         syntax-ppss.  (Bug#1243)
1555         * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
1556         to beginning-of-defun-raw.
1558         * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
1559         calling end-of-defun-function if it already moved to BOL.
1561 2009-02-12  Richard M Stallman  <rms@gnu.org>
1563         * mail/rmail.el (rmail-show-message-verbose-min): New option.
1564         (rmail-show-message): Conditionally show start and finish in echo area.
1566 2009-02-12  Glenn Morris  <rgm@gnu.org>
1568         * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
1569         for use in completion.
1570         * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
1571         summary exists, since it's already done.
1573         * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
1574         (rmail-enable-multibyte): Don't really define, only for compiler.
1576 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1578         * files.el (read-buffer-to-switch):
1579         Add table to icomplete-with-completion-tables.
1581 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
1583         * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
1584         switches (Bug#2261).
1586 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
1588         * server.el (server-with-environment): Don't fail for negative
1589         entries in ENV.
1591 2009-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
1593         * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
1594         (vc-default-dir-printer): Add a comment about updating this function.
1596         * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
1597         for the file name.
1599 2009-02-11  Glenn Morris  <rgm@gnu.org>
1601         * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
1602         (calendar-set-mode-line): Fall back to a default width if we seem to be
1603         called from daemon.  (Bug#2199)
1605         * mail/rmailkwd.el (rmail-make-label): Doc fix.
1606         (rmail-read-label): Add current labels to completion list.  (Bug#2222)
1607         (rmail-set-label): Use `or'.
1609 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
1611         * emacs-lisp/find-func.el (find-library-name, find-library):
1612         Doc fixes.  (Part of bug#2270)
1614 2009-02-10  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1616         * env.el (getenv): When FRAME is non-nil, pass the frame environment
1617         to `getenv-internal', not the frame.  (Bug#2259)
1619 2009-02-10  Kenichi Handa  <handa@m17n.org>
1621         * descr-text.el (describe-char-display): On terminal, if terminal
1622         coding system is nil, assume us-ascii.
1623         (describe-char): Don't show the composition information if it is
1624         trivial.
1626 2009-02-10  Nick Roberts  <nickrob@snap.net.nz>
1628         * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
1629         number as it isn't present for unregistered files.
1631         * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
1632         (vc-dir-mouse-map): New keymap.
1633         (vc-default-dir-printer): Use it locally.
1635 2009-02-10  Glenn Morris  <rgm@gnu.org>
1637         * speedbar.el: Avoid messing up font-lock-global-modes.
1639         * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
1640         (mail-file-babyl-p): Use with-temp-buffer.
1642         * mail/rmailsort.el: Just require rmail.
1644         * mail/rmailedit.el: Just require rmail.
1645         (rmail-old-pruned): Add doc string.
1646         (rmail-edit-current-message): Use rmail-msg-is-pruned.
1647         (rmail-cease-edit): Don't mangle the leading From line.
1648         Don't mark as edited if there were no changes.  (Bug#2256)
1649         Correctly restore header state.
1651         * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
1652         (rmail-current-message, rmail-total-messages)
1653         (rmail-message-vector, rmail-deleted-vector): Add doc strings.
1654         (rmail-duplicate-message): Doc fix.
1655         (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
1656         New functions.
1657         (rmail-get-header, rmail-set-header, rmail-set-attribute):
1658         Use rmail-apply-in-message.
1659         (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
1660         unswapped-ness.
1661         (rmail-get-attr-names): Check for missing or corrupt attribute headers.
1662         (rmail-auto-file): Set the filed attribute, rather than explicitly not
1663         doing so.  (Bug#2231)
1664         (rmail-set-attribute): Allow ATTR to be a string.
1666 2009-02-09  Ulf Jasper  <ulf.jasper@web.de>
1668         * net/newst-treeview.el (newsticker-treeview-save)
1669         (newsticker--treeview-load): Kill groups buffer after saving/loading.
1671 2009-02-09  Tassilo Horn  <tassilo@member.fsf.org>
1673         * doc-view.el (doc-view-scroll-up-or-next-page)
1674         (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
1675         Reset the old hscroll value after switching pages.
1677 2009-02-09  Glenn Morris  <rgm@gnu.org>
1679         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1680         (calendar-holiday-marker): Drop test for color display.
1682 2009-02-08  Glenn Morris  <rgm@gnu.org>
1684         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1685         (calendar-holiday-marker, calendar-mark-visible-date):
1686         * calendar/diary-lib.el (diary-fancy-display):
1687         It doesn't make sense to check font-lock-mode (see comments;
1688         reverts 2008-04-02 change).  (Bug#2199)
1690 2009-02-08  Juri Linkov  <juri@jurta.org>
1692         * simple.el (toggle-word-wrap): New command.
1694 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1696         * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
1697         (ps-run-make-tmp-filename): Use temporary-file-directory.
1699         * textmodes/artist.el (artist-system): Allow make-temp-file to use
1700         temporary-file-directory.
1702         * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
1703         Use temporary-file-directory.
1705 2009-02-07  Glenn Morris  <rgm@gnu.org>
1707         * mail/unrmail.el (rmime-magic-string): Define for compiler.
1709 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1711         * mail/rmail.el (rmail): Bind coding-system-for-read to
1712         no-conversion before calling find-file-noselect.  (Bug#2015)
1714 2009-02-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1716         * proced.el (proced-after-send-signal-hook): Use defcustom.
1717         (proced-header-line): Handle header lines that are shorter than
1718         window-hscroll.
1719         (proced-send-signal): Rebind split-width-threshold analogous to
1720         dired-pop-to-buffer.
1722 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1724         * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
1725         message; instead, just rewrite the X-Coding-System header with the
1726         new encoding, and let rmail-show-message do the rest.
1727         Remove unused argument RAW.  Fix doc string to be consistent with the
1728         new implementation.
1729         (rmail-show-message): Honor X-Coding-System header, if present, in
1730         preference to Content-Type header.
1732 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1734         * server.el (server-execute): Enable quit.
1736 2009-02-07  Andreas Schwab  <schwab@suse.de>
1738         * image-mode.el (image-mode): Always set image-type.
1739         (image-minor-mode): Likewise.
1741 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1743         * mail/rmailedit.el (rmail-cease-edit): Look for the message's
1744         encoding, and its "content-transfer-encoding" and "content-type"
1745         headers only in the headers' portion.  (Bug#2017)
1747 2009-02-07  Ulf Jasper  <ulf.jasper@web.de>
1749         * net/newst-treeview.el
1750         (newsticker-treeview-next-new-or-immortal-item): New arg
1751         DONT-WRAP-TREES to prevent infinite recursion.
1753 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1755         * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
1756         extracting mail message headers.  Use encode-coding-region instead
1757         of insert-buffer-substring for re-encoding edited message.
1758         Add qp/b64 encoding only after text was encoded.
1760 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1762         * subr.el: Don't declare `translation-table-for-input' obsolete.
1763         Equivalent info added to its doc string, q.v.
1765         * files.el (save-buffer): Display "Saving file FOO..." message
1766         regardless of buffer's size.  (Bug#2137)
1768 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1770         * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
1772 2009-02-07  Alex Schroeder  <alex@gnu.org>
1774         * mail/unrmail.el (unrmail): Use regexps to find message separators so
1775         as not to match any fake rmime.el separators.  Remove any sections added
1776         by rmime.el.
1778 2009-02-07  Glenn Morris  <rgm@gnu.org>
1780         * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
1781         that is no longer appropriate to mbox Rmail.
1783         * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
1784         before trying to move to the start of the message.
1785         (rmail-summary-undelete-many, rmail-summary-rmail-update):
1786         Fix rmail-set-attribute calls.
1788         * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
1789         Doc fix.
1790         (rmail-output-to-rmail-buffer): Autoload it.
1791         (mail-do-fcc): Give it a doc string.  Update for mbox Rmail, simplify.
1793 2009-02-06  Glenn Morris  <rgm@gnu.org>
1795         * mail/unrmail.el (unrmail): Use current-time-string.
1797         * simple.el (kill-whole-line): Provide a default argument of 1.
1799         * mail/undigest.el (rmail-mail-separator): Delete.
1800         (undigestify-rmail-message, unforward-rmail-message): Update for
1801         mbox Rmail.
1803 2009-02-05  Kenichi Handa  <handa@m17n.org>
1805         * international/fontset.el (script-representative-chars):
1806         Remove mathematical.
1807         (setup-default-fontset): Add entries for each subgroup of
1808         mathematical script.
1810 2009-02-05  Juri Linkov  <juri@jurta.org>
1812         * image-mode.el (image-mode): Use `image-get-display-property'
1813         instead of `get-text-property'.
1814         (image-minor-mode): Sync the logic with `image-mode' including the
1815         displaying an image file as the actual image by default.
1817 2009-02-05  Alan Mackenzie  <acm@muc.de>
1819         * progmodes/cc-defs.el (c-emacs-features): Check the working of
1820         beginning/end-of-defun-function more rigorously before setting
1821         argumentative-bod-function.
1823 2009-02-05  Dan Nicolaescu  <dann@ics.uci.edu>
1825         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1826         (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
1827         mode on the initial terminal.
1829 2009-02-05  Glenn Morris  <rgm@gnu.org>
1831         * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
1832         Make these functions work.
1834         * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
1835         (rmail-narrow-to-non-pruned-header): Remove autoload.
1836         (mairix-rmail-fetch-field): Handle mbox Rmail.
1838 2009-02-04  Dave Love  <fx@gnu.org>
1840         * net/imap.el (imap-fetch-safe): Bind debug-on-error.
1841         (imap-debug): Add imap-fetch-safe.
1843 2009-02-04  Teodor Zlatanov  <tzlatanov@jumptrading.com>
1845         * net/netrc.el (netrc-machine-user-or-password): Use list of
1846         auth-source modes.
1848 2009-02-04  Nick Roberts  <nickrob@snap.net.nz>
1850         * vc-svn.el (vc-svn-diff): Revert previous change but add a test
1851         for newvars is nil. (C-u C-x v = with default values).
1853 2009-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
1855         * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
1856         format.  Use when instead of if.
1858 2009-02-04  Miles Bader  <miles@gnu.org>
1860         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
1861         (backward-list, backward-up-list, beginning-of-defun)
1862         (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
1864 2009-02-04  Glenn Morris  <rgm@gnu.org>
1866         * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
1867         ill-advised.
1869         * mail/rmail.el: No need for mule-util when compiling.
1870         (rmail-first-message): Unbreak it.
1872         * mail/rmailmsc.el: Require rmail not just when compiling.
1873         Remove unneeded declarations.
1875         * term/ns-win.el (ns): Define as a custom group.
1877 2009-02-04  Kenichi Handa  <handa@m17n.org>
1879         * international/mule-cmds.el (select-safe-coding-system):
1880         Use buffer-chars-modified-tick instead of buffer-modified-tick.
1882         * descr-text.el (describe-char): Check font-object by fontp.
1884         * composite.el (compose-gstring-for-terminal): If a character is
1885         not supported by the current terminal, don't make a multi-glyph
1886         grapheme cluster.
1887         (auto-compose-chars): Check font-object by fontp.
1889 2009-02-03  Glenn Morris  <rgm@gnu.org>
1891         * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
1892         over current-time.  (Bug#2175)
1894         * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
1895         inserting the converted mailbox.
1896         (rmail-get-new-mail): Restore the loop over inboxes when two or more
1897         have the same basename.  (Bug#2164)
1898         Set the return value according to whether any mail was found,
1899         not just in the last inbox.  Only show a message and run the hook after
1900         checking all inboxes.
1901         (rmail-get-new-mail-1): Move message display and running the hook to
1902         rmail-get-new-mail.
1904         * mail/rmailkwd.el (rmail-label-obarray): Initialize using
1905         rmail-attr-array.
1906         (rmail-make-label, rmail-read-label): Give it a doc string.
1907         (rmail-add-label, rmail-kill-label): Change argument name to match the
1908         doc.  Doc fix.
1909         (rmail-set-label): Doc fix.  Also update summary in attr case.
1910         Accept labels as a string or a symbol.  (Bug#2165)
1912         * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
1913         null.
1915 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1917         * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
1918         (vhdl-prepare-search-2): Properly cleanup on `quit'.
1920         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1921         Mark the entries as being "system" entries rather than "user" entries.
1923 2009-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
1925         * smerge-mode.el (smerge-start-session): Add interactive spec.
1927 2009-02-02  Glenn Morris  <rgm@gnu.org>
1929         * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
1930         (rmail-retry-ignored-headers, rmail-highlighted-headers):
1931         Restore autoloads.
1933 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1935         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
1937 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1939         * cmuscheme.el (scheme-args-to-list): Remove.
1940         (run-scheme): Use split-string-and-unquote instead, so as to allow
1941         spaces in the command name and/or the arguments.
1943 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
1945         * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
1947 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
1949         Sync with Tramp 2.1.15.
1951         * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
1952         used.
1954         * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
1956         * net/trampver.el: Update release number.
1958 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1960         * mail/rmail.el (rmail-view-buffer): Make buffer-local.
1961         (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
1962         (rmail-undelete-previous-message, rmail-mark-message)
1963         (rmail-speedbar-buttons): Use with-current-buffer.
1964         (rmail-mode-map): Move initialization into declaration.
1965         (rmail-swap-buffers, rmail-unfontify-buffer-function)
1966         (rmail-fontify-message): Use restore-buffer-modified-p.
1967         (rmail-expunge-and-save): Don't swap buffer.
1968         (rmail-get-header, rmail-set-header, rmail-set-attribute)
1969         (rmail-apply-in-message): Swap save-excursion and save-restriction.
1971         * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
1972         if possible.
1974         * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
1975         (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
1977 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1979         * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
1981         * progmodes/ebrowse.el:
1982         * international/robin.el:
1983         * emulation/viper-util.el:
1984         * emulation/viper-mous.el:
1985         * emulation/viper-keym.el:
1986         * ediff.el:
1987         * ediff-wind.el:
1988         * ediff-vers.el:
1989         * ediff-ptch.el:
1990         * ediff-mult.el:
1991         * ediff-merg.el:
1992         * ediff-diff.el: Follow commenting conventions.
1994 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
1996         * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
1997         obsolete eight-bit-control and eight-bit-graphic.
1999 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2001         * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
2003 2009-01-31  Chong Yidong  <cyd@stupidchicken.com>
2005         * emacs-lisp/lisp.el (end-of-defun): Protect against
2006         infloops (Bug#2106).
2008 2009-01-31  Dan Nicolaescu  <dann@ics.uci.edu>
2010         * vc-dir.el (vc-dir-mouse-map):
2011         (vc-default-dir-printer):
2012         (vc-dir-find-file-other-window): Undo previous change, it breaks
2013         the behavior of mouse-2.
2014         (vc-dir-mode): Fix docstring.
2016         * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
2017         logic, it makes the makes the normal case too slow.
2019 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
2021         * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
2022         file to `raw-text-unix'.  Bind coding-system-for-write when
2023         writing out the converted message, and make sure it uses Unix EOLs.
2025         * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
2026         encoding to `raw-text-unix'.
2027         (rmail-perm-variables): Set encoding of rmail-view-buffer to
2028         `undecided-unix'.
2029         (rmail-redecode-body): Don't change EOL conversion of the new
2030         encoding if the old one left it unspecified.
2031         (rmail-automatic-folder-directives, rmail): Doc fixes.
2032         (rmail-swap-buffers): New function.
2033         (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
2034         (rmail-show-message): Use rmail-swap-buffers.
2035         (rmail-decode-region): If DESTINATION is a buffer, set the
2036         encoding of that buffer, rather than the current buffer.
2037         (rmail-show-message): Make error message about uuencoded mail
2038         more explicit.
2039         (rmail-show-message-maybe): Simplify code.  Doc fix.
2040         (rmail-show-message): Doc fix.
2042 2009-01-31  Glenn Morris  <rgm@gnu.org>
2044         * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
2045         folder.
2047         * mail/rmail.el (rmail-msg-is-pruned): New function.
2048         (rmail-toggle-header): Doc fix.  Use rmail-msg-is-pruned.
2049         (rmail-reply): Set up to yank from the decoded message rather than the
2050         raw one.  (Bug#2104).
2052         * mail/mail-utils.el (mail-fetch-field): Doc fix.
2054         * mail/uce.el (rmail-current-message): Remove unneeded declaration.
2055         (uce-message-text, uce-default-headers): Fix custom type.
2056         (rmail-buffer, rmail-msg-is-pruned): Declare.
2057         (uce-reply-to-uce): Add autoload cookie.  Doc fix.
2058         Update for mbox Rmail.
2060 2009-01-31  Nick Roberts  <nickrob@snap.net.nz>
2062         * vc-dir.el (vc-dir-mouse-map): New keymap.
2063         (vc-default-dir-printer): Use it locally.
2064         (vc-dir-find-file-other-window): Allow mouse events.
2066 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
2068         * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
2069         into Rmail-mbox attributes.
2071         * mail/rmail.el (rmail-convert-babyl-to-mbox):
2072         Bind coding-system-for-read to `raw-text', and use insert-file-contents
2073         instead of insert-file-contents-literally.  Fixes bug #2019.
2074         (rmail-resent-attr-index): Fix index value.
2076 2009-01-30  Nick Roberts  <nickrob@snap.net.nz>
2078         * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
2079         precedence even when its value is t.  (Bug#2093)
2081         * vc-svn.el (vc-svn-dir-status): Correct logic for remote
2082         connection.  (Bug#2093)
2083         (vc-svn-diff): Use old version number even when it is the working
2084         revision.  This is needed, e.g, in the vc-print-log buffer.  (Bug#2092)
2086 2009-01-30  Glenn Morris  <rgm@gnu.org>
2088         * mail/rmail.el (rmail-reply): Handle empty folders.
2089         (rmail-speedbar-buttons)
2090         (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
2092         * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
2093         line-beginning-position calls.
2094         (rmail-header-summary): Use line-end-position.
2096 2009-01-30  Toby Speight  <streapadair@gmx.net>  (tiny change)
2098         * generic-x.el (hosts-generic-mode, named-database-generic-mode):
2099         Fix regexp quoting.  (Bug#1739)
2101 2009-01-29  Michael Albinus  <michael.albinus@gmx.de>
2103         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2104         Allow correction of passwords.
2106 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
2108         * mail/rmail.el (rmail-toggle-header): Determine current header
2109         style using the buffer-local value of rmail-header-style in the
2110         view buffer.
2111         (rmail-show-message): Set a buffer-local value of
2112         rmail-header-style in the view buffer.  (Bug#2016)
2114 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
2116         * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
2117         Fix typos in docstrings.
2119 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
2121         * bindings.el (completion-ignored-extensions):
2122         Add entries for VCS metadata directories (CVS/, .svn, etc).
2124         * pcvs.el (completion-ignored-extensions):
2125         * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
2126         directory, now done in bindings.el.
2128 2009-01-29  Klaus Straubinger  <KSNetz@UseNet.ArcorNews.DE>  (tiny change)
2130         * pcmpl-rpm.el (pcmpl-rpm): Doc fix.  (Bug#2094)
2132 2009-01-29  Glenn Morris  <rgm@gnu.org>
2134         * mail/rmail.el (rmail-file-name): Remove duplicate definition.
2135         (rmail-set-header): Ensure header changes get saved.
2137         * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
2139         * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
2140         one, after a label is added.
2142         * mail/rmailsum.el (rmail-summary-update-line): New function.
2143         (rmail-summary-goto-msg): Return a value according to whether message
2144         was found.
2145         (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
2146         property.  Use line-end-position.
2148 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
2150         * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
2151         quoted From lines.
2153         * mail/rmail.el (rmail-redecode-body): New function, based on old
2154         version removed in 2009-01-22 change.
2155         (rmail-show-message): Unquote From lines.
2157 2009-01-28  Tassilo Horn  <tassilo@member.fsf.org>
2159         * doc-view.el (doc-view-mode): Don't use string-match and file
2160         extension to choose fallback mode on empty/non-existing files but
2161         let-bind auto-mode-alist and call normal-mode.
2163 2009-01-28  Eli Zaretskii  <eliz@gnu.org>
2165         * ls-lisp.el (ls-lisp-classify): Propertize file name before
2166         concatenating the type indicating character.
2167         (ls-lisp-format): Don't propertize file-name only if
2168         ls-lisp-classify already did.
2170 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
2172         * net/dbus.el (dbus-event-error-hooks): Fix docstring.
2173         Describe second parameter of hook functions.
2174         (dbus-handle-event): Apply it.
2176 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
2178         * mail/rmail.el (rmail-toggle-header): Don't reset
2179         rmail-header-style permanently (bug#2016).
2181 2009-01-28  Denis Howe  <denis.howe@gmail.com>
2183         * complete.el (PC-do-completion): Correct case when completion is
2184         unambiguous.
2186 2009-01-28  Stephen Berman  <stephen.berman@gmx.net>
2188         * calendar/todo-mode.el (todo-insert-item-here):
2189         Prevent insertion of a new entry inside of an existing entry.
2190         Minor code cleanup.  (Bug#2084)
2191         (todo-add-category): Change the interactive spec.  Signal an error
2192         if the Todo file is non-empty but contains no category.
2193         Reject category names that could induce bugs and confusion.
2194         Call todo-mode if the Todo file is new and unsaved.  Simplify handling
2195         of local variables cookie.  Properly display the newly added
2196         category in Todo mode.
2197         (todo-show): Call todo-initial-setup only if there is neither a
2198         Todo file nor a corresponding unsaved buffer.  (Bug#2085)
2199         (todo-category-alist): Delete function.
2200         (todo-completing-read): New function.
2201         (todo-insert-item, todo-jump-to-category): Use it.
2202         (todo-insert-item): Make the use of the prefix argument conform to
2203         the doc string.  (Bug#2086)
2205 2009-01-28  Glenn Morris  <rgm@gnu.org>
2207         * mail/rmail.el (rmail-expunge-and-save): Always show a message,
2208         even when called from the summary.  (Bug#2075)
2209         (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
2210         (rmail-show-message-maybe): Use rmail-no-mail-p.
2211         (rmail-show-message): If empty folder, do nothing.  (Bug#2076)
2212         (rmail-get-labels): Separate status and label fields with a semicolon,
2213         rather than a comma, for consistency with old Rmail.
2215         * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
2216         starting from the beginning, since mail-fetch-field does not care.
2217         (rmail-create-summary-line): Fix unseen handling.  (Bug#2089)
2218         (rmail-get-summary-status): New name for old rmail-get-summary-labels.
2219         (rmail-get-summary-labels): New function.  Returns labels rather than
2220         status (edited, etc).
2221         (rmail-create-summary): Insert an extra space after the status
2222         flags, for consistency with old rmail, and with current
2223         rmail-summary-font-lock-keywords.
2225 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
2227         * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
2228         if region is active.  Use cond instead of nested ifs.  (Bug#2053)
2230 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2232         * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
2233         converting.
2235         * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
2236         which are recognized by the new Rmail, instead of X-BABYL-V6-*.
2238 2009-01-27  Christopher Oliver  <coliver@message.nmc.edu>
2240         * mouse.el (mouse-select-font): Return a string instead of a list.
2242 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2244         * bindings.el: Swap C-delete and C-backspace bindings here, so we
2245         don't have to do it in normal-erase-is-backspace-mode.
2247         * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
2248         and C-backspace; the latter is not available on ttys anyway.
2250 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
2252         (doc-view-mode): Fix broken call to string-match.
2254 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
2256         * doc-view.el (doc-view-mode): Enhance docstring and fallback to
2257         fundamental-mode or ps-mode if the file is empty or doesn't exist
2258         at all.
2259         (doc-view-initiate-display): Better info message if doc-view-mode
2260         cannot be used.  (Missing utility or no png support/no X frame.)
2261         (Bug#2058)
2263 2009-01-27  Glenn Morris  <rgm@gnu.org>
2265         * mail/rmail.el (rmail-copy-headers): Doc fix.  Leave point at the end
2266         of the headers in the full header case.  (Bug#2073)
2268 2009-01-27  Kenichi Handa  <handa@m17n.org>
2270         * mail/rmail.el (rmail-get-coding-system): Re-search
2271         rmail-mime-charset-pattern directly instead of using
2272         mail-fetch-field.  Use coding-system-from-name.
2274         * international/mule-cmds.el (canonicalize-coding-system-name)
2275         (coding-system-from-name): New functions.
2277 2009-01-27  Glenn Morris  <rgm@gnu.org>
2279         * dired-x.el (dired-bind-vm): Doc fix.
2281         * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
2282         Replace `first' and `rest' with `car' and `cdr' throughout.
2283         (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
2284         (rsf-scanning-messages-now): Doc fix.
2285         (rsf-check-field): Rename from `check-field' and update callers.
2286         (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
2287         Use rmail-output rather than deleted rmail-output-to-rmail-file.
2289         * mail/rmail.el: Remove leading `*' from defcustom docs.
2290         Remove needless autoloads of many defcustoms and hooks.
2291         (rmail-enable-mime, rmail-insert-mime-resent-message-function)
2292         (rmail-search-mime-message-function, rmail-search-mime-header-function)
2293         (rmail-decode-mime-charset): Doc fix.
2294         (rmail-search-message, rmail-resend): Check functions set before use.
2296         * mail/rmailout.el: Remove leading `*' from defcustom docs.
2297         Remove needless autoloads of many defcustoms.
2298         (rmail-output-to-babyl-buffer): Rename from
2299         rmail-output-to-r-mail-buffer and update caller.
2300         (rmail-output): Doc fix.
2302         * mail/rmailsum.el: Remove leading `*' from defcustom docs.
2303         Remove needless autoloads of many defcustoms.
2304         (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
2305         is set.
2307         * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
2308         (batch-unrmail, unrmail): Doc fix.
2310         * mail/rmailsum.el (rmail-message-recipients-p-1)
2311         (rmail-message-regexp-p-1): Ensure searches start from the
2312         beginning of the header.
2314 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2316         * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
2318 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
2320         * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
2321         expand the denominator.
2323 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
2325         * net/dbus.el (dbus-event-error-hooks): New variable.
2326         (dbus-handle-event): Use it.
2328 2009-01-26  Glenn Morris  <rgm@gnu.org>
2330         * Makefile.in (ELCFILES): Update.
2332         * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
2333         replies.  (Bug#512)
2335 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2337         * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
2339 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
2341         * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
2342         Remove from global map and key definitions.
2343         (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
2344         definitions.
2345         (ns-show-preferences-help, ns-unput-working-text): New functions.
2346         (ns-unecho-working-text): Update message.
2348 2009-01-25  Craig Markwardt  <cbmarkwardt@gmail.com>
2350         * calendar/icalendar.el (icalendar-uid-format): New defcustom
2351         variable to allow the user to choose icalendar UID format.
2352         (icalendar--diarytime-to-isotime): Bug fix, now times in the range
2353         12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
2354         (icalendar-export-region,icalendar--create-uid): Use custom
2355         function to compute icalendar UID for each entry.
2356         (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
2357         with description, location, etc. fields (need to keep active count
2358         of fields encountered).  Another bug fix to the regex that matches
2359         multiple lines (need \' regex instead of $ to match end-of-entry).
2361 2009-01-25  Juri Linkov  <juri@jurta.org>
2363         * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
2364         change its title from "Recursive grep..." to "Grep via Find...".
2365         Add menu items for lgrep and rgrep.
2367 2009-01-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2369         * ps-print.el (ps-print-version): New version 7.3.4.
2371 2009-01-24  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2373         * ps-print.el: Fix face background/foreground extraction.
2374         (ps-face-extract-color): New fun.
2375         (ps-face-attributes, ps-face-attribute-list): Code fix.
2377 2009-01-24  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2379         * align.el (align-region): Avoid infloop.
2381 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
2383         * env.el (environment): Function removed.
2385         * international/mule-cmds.el (set-language-environment-coding-systems):
2386         If default-buffer-file-coding-system is nil, set up to have EOLs that
2387         are native for the underlying system-type.  (Bug#1853)
2388         (prefer-coding-system, set-default-coding-systems): Doc fix.
2390 2009-01-24  Juanma Barranquero  <lekktu@gmail.com>
2392         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2393         Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
2394         (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
2395         Use `string-match-p'.
2397 2009-01-24  Ulf Jasper  <ulf.jasper@web.de>
2399         * net/newst-treeview.el (newsticker--treeview-first-feed): New.
2400         (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
2401         next-feed does not succeed.  Fixes bug#1710 even more.
2402         (newsticker-treeview-next-feed): Simplify.
2403         (newsticker--group-get-feeds): Suppress group names in result.
2405 2009-01-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
2407         * term/ns-win.el (menu-bar-select-frame): Drop this override.
2408         (menu-bar-update-frames): Update call to menu-bar-select-frame.
2410 2009-01-24  Glenn Morris  <rgm@gnu.org>
2412         * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
2413         "popmail" by "pormail".
2415         * language/ethio-util.el (rmail-current-message, rmail-message-vector):
2416         Remove unneeded declarations.
2418 2009-01-24  Jay Belanger  <jay.p.belanger@gmail.com>
2420         * calc/calc-poly.el (calcFunc-apart): Improve test for
2421         rational functions.
2423 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2425         * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
2426         return value of rmail-get-labels.
2428         * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
2429         return value of rmail-get-labels.
2431         * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
2432         (rmail-buffer-swapped): Fix last change.  (Bug#1997)
2434 2009-01-23  Ulf Jasper  <ulf.jasper@web.de>
2436         * net/newst-backend.el (newsticker--cache-read): Offer deletion of
2437         old cache file.  Fixes bug#1710.
2439 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2441         * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
2443 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
2445         * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
2446         Switch names and update comments for clarity.
2448 2009-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2450         * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
2451         start is nil, as was done in tar-mode.el.
2453 2009-01-23  Glenn Morris  <rgm@gnu.org>
2455         * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
2456         more.
2458         * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
2460 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2462         * server.el (server-name): Make it a defcustom.  (Bug#1995)
2464         * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
2466 2009-01-23  Glenn Morris  <rgm@gnu.org>
2468         * Makefile.in (ELCFILES): Update.
2470 2009-01-22  Ulf Jasper  <ulf.jasper@web.de>
2472         * net/newst-treeview.el
2473         (newsticker-treeview-next-new-or-immortal-item): New optional arg
2474         current-item-counts.  Move to next feed if necessary.  (Bug#1569)
2475         (newsticker-treeview-prev-new-or-immortal-item): Move to previous
2476         feed if necessary.  (Bug#1569)
2477         (newsticker-treeview-next-feed)
2478         (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
2479         Don't activate node nil.  (Bug#1569)
2481 2009-01-22  Paul Reilly  <pmr@pajato.com>
2482             Henrik Enberg  <enberg@printf.se>
2483             Alex Schroeder  <alex@gnu.org>
2484             Chong Yidong  <cyd@stupidchicken.com>
2485             Richard M Stallman  <rms@gnu.org>
2486             Glenn Morris  <rgm@gnu.org>
2487             Juanma Barranquero  <lekktu@gmail.com>
2489         * mail/rmail.el: Code implementing Rmail-mbox functionality.
2490         (rmail-attribute-header, rmail-keyword-header)
2491         (rmail-answered-attr-index, rmail-deleted-attr-index)
2492         (rmail-edited-attr-index, rmail-filed-attr-index)
2493         (rmail-retried-attr-index, rmail-forwarded-attr-index)
2494         (rmail-unseen-attr-index, rmail-resent-attr-index)
2495         (rmail-attr-array, rmail-header-style, rmail-file-name)
2496         (rmail-buffer-swapped): New vars.
2497         (rmail-convert-file-maybe, rmail-error-bad-format)
2498         (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
2499         (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
2500         (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
2501         (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
2502         (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
2503         (rmail-get-header, rmail-set-header, rmail-get-attr-names)
2504         (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
2505         (rmail-message-attr-p, rmail-message-unseen-p)
2506         (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
2507         (rmail-show-message-maybe, rmail-copy-headers)
2508         (rmail-simplified-subject, rmail-simplified-subject-regexp)
2509         (rmail-write-region-annotate): New functions.
2511         (rmail-keywords, rmail-default-rmail-file): Delete vars.
2512         (rmail-convert-mailpath, rmail-convert-file)
2513         (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
2514         (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
2515         (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
2516         (rmail-redecode-body)
2517         (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
2518         (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
2519         (rmail-count-screen-lines, rmail-message-regexp-p)
2520         (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
2521         (rmail-nuke-pinhead-header): Move to rmailout.el.
2523         (rmail-ignored-headers): Add additional headers.
2524         (rmail-mode-map): Update key commands.
2525         (rmail-tool-bar-map): Build tool-bar unconditionally.
2526         (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
2527         conversion and new buffer swapping mechanism.
2528         (rmail-perm-variables): Use new vars, and remove deleted ones.
2529         (rmail-revert): Use rmail-convert-file-maybe.
2530         (rmail-duplicate-message): Use rmail-show-message-maybe.
2531         (rmail-get-new-mail): Don't leave the buffer screwed up if we get
2532         a disk-full error.
2533         (rmail-parse-url): Strip embedded password.
2534         (rmail-insert-inbox-text): Default to movemail if
2535         rmail-movemail-program is null.  Handle mbox format.
2536         (rmail-decode-region): New arg.
2537         (rmail-display-labels): Don't perform Babyl processing.
2538         (rmail-set-attribute, rmail-message-labels-p, rmail-search)
2539         (rmail-set-message-counters, rmail-count-new-messages)
2540         (rmail-set-message-counters-counter, rmail-show-message)
2541         (rmail-next-same-subject, rmail-reply): Use mbox format.
2542         (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
2543         (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
2544         buffer swapping mechanism.
2546         * mail/rmailedit.el: Require rmailsum.el.
2547         (rmail-edit-mode): First check if buffer is swapped.
2548         (rmail-edit-saved-coding-system): Delete var.
2549         (rmail-edit-current-message): Don't call deleted vars.
2550         (rmail-cease-edit): Handle mbox format.
2551         (rmail-abort-edit): Widen buffer.
2553         * mail/rmailkwd.el: Require rmail.el.  Remove unneeded function
2554         declarations.
2555         (rmail-buffer, rmail-current-message, rmail-last-label)
2556         (rmail-last-multi-labels, rmail-summary-vector)
2557         (rmail-total-messages, rmail-attributes, rmail-deleted-label)
2558         (rmail-keywords): Delete vars.
2559         (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
2560         (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
2561         (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
2562         (rmail-make-label): New function.
2563         (rmail-read-label): Don't call rmail-parse-file-keywords.
2564         (rmail-set-label): Rewrite using rmail-set-attribute.
2565         (rmail-next-labeled-message): Use rmail-get-labels.
2567         * mail/rmailmm.el: New file.
2569         * mail/rmailmsc.el: Require rmail.el.
2570         (set-rmail-inbox-list): Set rmail-inbox-list directly.
2572         * mail/rmailout.el (rmail-output-decode-coding): New var.
2573         (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
2574         (rmail-convert-to-babyl-format, rmail-output-as-mbox)
2575         (rmail-output-to-rmail-buffer): New functions.
2576         (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
2577         Delete functions.
2578         (rmail-nuke-pinhead-header): Move from rmail.el.
2579         (rmail-output): Rewrite to accept both mbox and babyl output.
2580         (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
2581         use mbox internal format.
2583         * mail/rmailsort.el: Eval mail-utils when compiled.  Require rmail.el.
2584         (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
2585         (rmail-sort-by-recipient, rmail-sort-by-correspondent):
2586         Use rmail-get-header.
2587         (rmail-sort-messages): Use new buffer swapping mechanism.
2588         Handle mbox internal format.
2590         * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
2591         (rmail-message-recipients-p, rmail-message-recipients-p-1)
2592         (rmail-message-regexp-p, rmail-new-summary-1)
2593         (rmail-get-create-summary-buffer, rmail-get-summary)
2594         (rmail-create-summary-line, rmail-get-summary-labels)
2595         (rmail-create-summary, rmail-header-summary)
2596         (rmail-summary-output, rmail-summary-output-as-seen): New functions.
2597         (rmail-summary-by-topic, rmail-message-senders-p)
2598         (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
2599         internal format.
2600         (rmail-new-summary): Rewrite window handling.
2601         (rmail-make-summary-line, rmail-make-summary-line-1)
2602         (rmail-make-basic-summary-line)
2603         (rmail-summary-output-to-rmail-file): Functions deleted.
2604         (rmail-summary-undelete, rmail-summary-rmail-update)
2605         (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
2606         (rmail-summary-show-message, rmail-summary-wipe)
2607         (rmail-summary-toggle-header, rmail-summary-reply):
2608         Use rmail-buffer instead of rmail-view-buffer.
2609         (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
2610         (rmail-summary-goto-msg): Use rmail-show-message-maybe.
2611         (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
2613 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
2615         * term/ns-win.el (ns-show-manual): Fix node name.
2616         (x-open-connection): Fix typo in declaration filename.
2618 2009-01-22  Romain Francoise  <romain@orebokech.com>
2620         * Makefile.in (ELCFILES): Update.
2622 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
2624         * frame.el (make-frame-on-tty): Remove function, inline contents
2625         in the only user ...
2627         * server.el (server-create-tty-frame): ... here.
2629 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
2631         * format.el (format-annotate-function):
2632         Set write-region-post-annotation-function.
2634 2009-01-21  John Wiegley  <johnw@newartisans.com>
2636         * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
2637         list of output filters.
2638         (eshell-mode): Change the default binding of C-a to eshell-bol.
2639         I don't think it's actually bound at all by default in eshell;
2640         it just falls back to the default binding of C-a.
2642 2009-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2644         * minibuffer.el (completion--insert-strings): Fix up computation of
2645         column position which manifested e.g. in proced's signal completion.
2647 2009-01-21  Chong Yidong  <cyd@stupidchicken.com>
2649         * server.el (server-start): Allow server to shut down when no
2650         frames are available in daemon-mode.
2652 2009-01-21  Juanma Barranquero  <lekktu@gmail.com>
2654         * term.el (term-previous-matching-input, term-next-matching-input)
2655         (term-previous-matching-input-from-input)
2656         (term-next-matching-input-from-input, term-backward-matching-input)
2657         (term-forward-matching-input): Change argument name to match docstring.
2659 2009-01-21  Glenn Morris  <rgm@gnu.org>
2661         * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
2662         that are no longer needed.
2663         (authors-scan-change-log): Doc fix.
2664         (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2666 2009-01-20  Agustín Martín  <agustin.martin@hispalinux.es>
2668         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2669         Use aspell default dict.
2671 2009-01-20  Kenichi Handa  <handa@m17n.org>
2673         * descr-text.el (describe-char): Improve description of eight-bit
2674         char in a unibyte buffer.  (Bug#1935)
2676 2009-01-20  Glenn Morris  <rgm@gnu.org>
2678         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2679         Add some entries.
2681 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
2683         * progmodes/ruby-mode.el: Autoload other interpreter names.
2685 2009-01-19  Juanma Barranquero  <lekktu@gmail.com>
2687         * descr-text.el (describe-char-categories): New defsubst.
2688         (describe-char): Use it.
2690 2009-01-19  Michael Albinus  <michael.albinus@gmx.de>
2692         * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
2693         IPv4 mapped IPv6 addresses.
2695 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
2697         * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
2698         the beginning of the buffer.  (Bug#1949)
2700 2009-01-18  Markus Triska  <markus.triska@gmx.at>
2702         * linum.el (linum-update-window): Use `delq' instead of `delete';
2703         compare strings with `equal-including-properties'.
2705 2009-01-17  Glenn Morris  <rgm@gnu.org>
2707         * progmodes/cc-langs.el (declare-function): Add compatibility stub.
2708         (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
2710         * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
2711         (eldoc-message-commands, eldoc-print-current-symbol-info):
2712         Doc fix (consistent case of "ElDoc").
2714 2009-01-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2716         * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
2718 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
2720         * dos-w32.el (find-buffer-file-type-coding-system): If `(car
2721         TARGET)' does not exist, try again with its basename replaced by
2722         `(cdr TARGET)'.  (Related to Bug #1853.)
2724         * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
2726 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2728         * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
2729         unless flyspell-mode is enabled.
2730         (flyspell-pre-point): Make buffer-local.
2732 2009-01-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2734         * textmodes/bibtex.el (bibtex-format-entry): For updating field
2735         delimiters, allow fields that are composed of strings and string
2736         constants.
2737         (bibtex-mode): Doc fix.
2739 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2741         * textmodes/ispell.el: Protect against declare-function undefined
2742         in XEmacs.
2743         (ispell-program-name): Search also for hunspell when setting default.
2744         (ispell-find-aspell-dictionaries): Better error message.  Use correct
2745         dictionary alist for default.  Better fallback default dictionary.
2747 2009-01-16  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2749         * international/quail.el (quail-insert-kbd-layout):
2750         Delete superfluous handling of 8-bit code.  (Bug#1418)
2752 2009-01-16  Glenn Morris  <rgm@gnu.org>
2754         * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
2755         (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
2756         (eldoc-highlight-function-argument): Doc fix - mention effect of
2757         eldoc-documentation-function.
2758         (eldoc-message-commands-table-size, eldoc-message-commands)
2759         (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
2760         (eldoc-documentation-function): Mention effect on user options.
2762         * emacs-lisp/copyright.el (copyright-update): Doc fix.
2764 2009-01-16  Kevin Ryde  <user42@zip.com.au>
2766         * tar-mode.el (tar-rename-entry): Only test the magic string, without
2767         its version number, and then set both.
2769 2009-01-16  Richard M Stallman  <rms@gnu.org>
2771         * textmodes/paragraphs.el (sentence-end): Accept non-break space.
2773 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2775         * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
2776         Refer to revert-buffer, not Buffer-menu-revert.
2777         (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
2778         (Buffer-menu-revert): Remove function, unused.
2779         (Buffer-menu-mode-map): Don't bind keys already
2780         bound by special-mode.
2781         (Buffer-menu-mode-map): Add a menu.
2783 2009-01-15  Stephen Eglen  <stephen@gnu.org>
2785         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
2787 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2789         * vc-hg.el (vc-hg-diff): Pass relative file names.  (Bug#1903)
2791 2009-01-15  Martin Rudalics  <rudalics@gmx.at>
2793         * window.el (special-display-p): Revert 2009-01-14 change.
2795 2009-01-15  Glenn Morris  <rgm@gnu.org>
2797         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2798         (authors-obsolete-files-regexps, authors-ignored-files):
2799         (authors-renamed-files-alist): Add some entries.
2800         (authors-fixed-entries): Change some entries.
2801         (authors-canonical-file-name): Doc fix.
2802         (authors-scan-change-log): Handle joint authorship in ChangeLogs.
2804 2009-01-14  Juri Linkov  <juri@jurta.org>
2806         * info.el (Info-isearch-filter): Don't filter out invisible text
2807         when search-invisible is t.  (Bug#1848)
2809         * simple.el (blink-matching-open): Use `minibuffer-message' to
2810         display messages in the minibuffer.
2812         * help.el (view-help-file):
2813         * menu-bar.el (menu-bar-help-extra-packages):
2814         Use goto-address-mode instead of goto-address.
2816         * net/goto-addr.el (goto-address-url-face): Change default value
2817         from `bold' to `link'.
2819 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2821         * international/mule-diag.el (print-list): Fix 2008-12-03 change.
2823 2009-01-14  Martin Rudalics  <rudalics@gmx.at>
2825         * frame.el (special-display-popup-frame): Rewrite doc-string and
2826         simplify code.
2828         * window.el (special-display-buffer-names)
2829         (special-display-regexps): Add customization support for
2830         function/other-args elements.  Rewrite doc-strings.
2831         (special-display-function): Rewrite doc-string.
2832         (same-window-buffer-names, same-window-regexps):
2833         Minor doc-string fixes.
2834         (special-display-p): Minor rewrite.
2836 2009-01-14  Glenn Morris  <rgm@gnu.org>
2838         * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
2840 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2842         * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
2843         MESSAGEs with internal square brackets (i.e., " this [test] message").
2844         Use `string-match-p'.
2845         (completion--make-envvar-table, completion--file-name-table)
2846         (completion-pcm--string->pattern, completion-pcm--all-completions)
2847         (completion-pcm--filename-try-filter): Use `string-match-p'.
2849 2009-01-14  Juri Linkov  <juri@jurta.org>
2851         * progmodes/bug-reference.el (bug-reference-fontify): Check for
2852         non-nil `bug-reference-url-format' before putting an overlay
2853         property `bug-reference-url'.
2854         (bug-reference-mode, bug-reference-prog-mode): Don't check for
2855         `bug-reference-url-format'.  Doc fix.  (Bug#1744)
2857 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
2859         * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
2860         for exit-emacs item.  Bind it to save-buffers-kill-terminal.
2862         * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
2863         loaded.
2865 2009-01-13  Jason Rumney  <jasonr@gnu.org>
2867         * faces.el (face-valid-attribute-values): No stipple on w32.  (Bug#884)
2869 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
2871         * subr.el (play-sound): Doc fix.  (Bug#250)
2872         (shell-quote-argument, field-at-pos): Fix typos in docstrings.
2874 2009-01-12  Alan Mackenzie  <acm@muc.de>
2876         * textmodes/paragraphs.el (forward-sentence): Change limit of
2877         re-search-backward to allow values of `sentence-end' anchored at BOL.
2879 2009-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2881         * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
2882         subfield of the magic string.
2884 2009-01-11  Jay Belanger  <jay.p.belanger@gmail.com>
2886         * calc/calc-lang.el (math-compose-tex-sqrt): New function.
2887         (math-special-function-table): Use `math-compose-tex-sqrt' to
2888         compose sqrts in TeX and LaTeX mode.
2890 2009-01-11  Chong Yidong  <cyd@stupidchicken.com>
2892         * faces.el (describe-face): Ignore anonymous faces.
2894         * server.el (server-save-buffers-kill-terminal): Args changed.
2895         Handle nowait client frames.
2897         * files.el (save-buffers-kill-terminal): Args for
2898         server-save-buffers-kill-terminal changed.
2900 2009-01-11  Juanma Barranquero  <lekktu@gmail.com>
2902         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2904 2009-01-11  Glenn Morris  <rgm@gnu.org>
2906         * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
2907         Silence compiler.
2909         * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
2910         some entries.
2911         (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
2912         (authors-renamed-files-alist): Add entries.
2913         (authors-fixed-entries): Update for renamed and removed files.
2914         (authors-canonical-file-name): Add entries to
2915         authors-checked-files-alist based on their full names, expanded relative
2916         to each log-file directory.
2917         (authors-scan-el, authors-add-to-author-list, authors):
2918         Handle multiple authors in a file, via a new :cowrote category.
2920         * emacs-lisp/copyright.el (copyright-update): Add doc-string.
2922 2009-01-10  Richard M Stallman  <rms@gnu.org>
2924         * mail/mail-utils.el (mail-quote-printable-region): New function.
2926 2009-01-10  Glenn Morris  <rgm@gnu.org>
2928         * calendar/cal-move.el (calendar-scroll-left-three-months)
2929         (calendar-scroll-right-three-months):
2930         * calendar/holidays.el (calendar-list-holidays)
2931         (calendar-mark-holidays):
2932         * calendar/lunar.el (calendar-lunar-phases):
2933         Add event handling, for when called from menus with the calendar buffer
2934         not current.
2936 2009-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
2938         * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
2939         Move setting up whitepace-mode ...
2940         (diff-mode): ... here.
2941         (diff-mode-menu): Add a menu entry for showing trailing whitespace.
2943 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
2945         * faces.el (x-font-family-list): Remove entirely.
2947 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
2949         Fix Bug #876:
2951         * info.el (info-insert-file-contents, Info-insert-dir):
2952         Bind inhibit-null-byte-detection to non-nil.
2954 2009-01-10  Martin Rudalics  <rudalics@gmx.at>
2956         * tool-bar.el (tool-bar-mode): Modify all frame parameters when
2957         toggling tool bars on.  (Bug#1754)
2959 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
2961         * faces.el (face-valid-attribute-values): Use string as value for
2962         :family attribute.  Now, font-family-list returns a list of strings.
2963         (x-font-family-list): Obsolete compatibility version of function
2964         from xfaces.c.
2966 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
2968         * window.el (special-display-buffer-names)
2969         (special-display-regexps, special-display-function):
2970         In doc-strings say "same-window" instead of "same-buffer".
2972 2009-01-09  Michael Albinus  <michael.albinus@gmx.de>
2974         * net/tramp.el: Revert previous patch.  `last-command-char' is
2975         used in code intended only for XEmacs, where it is different from
2976         `last-command-event'.
2978 2009-01-09  Glenn Morris  <rgm@gnu.org>
2980         * subr.el (last-input-char, last-command-char):
2981         Move here from src/keyboard.c.
2983         * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
2984         * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
2985         * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
2986         * wdired.el:
2987         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
2988         * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
2989         * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
2990         * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
2991         * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
2992         * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
2993         * eshell/em-smart.el, eshell/esh-mode.el:
2994         * international/mule-cmds.el:
2995         * mail/mailabbrev.el:
2996         * net/tramp.el:
2997         * play/mpuz.el:
2998         * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
2999         * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
3000         * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
3001         * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
3002         * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
3003         * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
3004         * progmodes/vhdl-mode.el, progmodes/xscheme.el:
3005         * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
3006         Replace last-command-char with last-command-event.
3008         * double.el, electric.el, replace.el, term.el, terminal.el:
3009         * calc/calc.el:
3010         * emulation/viper-cmd.el:
3011         * international/mule-cmds.el:
3012         * obsolete/iso-acc.el:
3013         * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
3015         * emacs-lisp/edebug.el: Remove references to last-command-char and
3016         last-input-char, since these have been identical to last-command-event
3017         and last-input-event since at least Emacs 19.
3018         (edebug-outside-last-command-char, edebug-outside-last-input-char):
3019         Remove.
3021 2009-01-09  Dave Love  <fx@gnu.org>
3023         * calendar/time-date.el: Require cl for `declare'.
3025 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3027         * calendar/time-date.el (format-seconds): Explain `assoc-string'.
3028         Suggested by Dave Love.
3030 2009-01-09  Dave Love  <fx@gnu.org>
3032         * net/imap.el (imap-string-to-integer): Fix typo.
3033         (imap-fetch-safe): New function.
3034         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3036         * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
3037         (imap-parse-greeting): Fix doc strings.
3038         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3039         (imap-parse-flag-list): Make messages unique.
3040         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3042         * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
3043         call.
3045         * net/imap.el: Fix author email.  Doc fixes.
3046         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3047         reply.
3049 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3051         * net/dns.el (dns-set-servers): Check "Address".  Fix typo.
3053 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3055         * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
3056         Call nslookup if resolv.conf isn't available.
3057         (dns-query): Rename from query-dns.
3058         (dns-query-cached): Rename from query-dns-cached.
3060 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3062         * net/imap.el (imap-enable-exchange-bug-workaround):
3063         Explain auto-detection in the doc string.
3065 2009-01-09  Juanma Barranquero  <lekktu@gmail.com>
3067         * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
3068         (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
3069         (ispell-begin-skip-region-regexp, ispell-skip-region-list)
3070         (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
3071         (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
3072         Fix typos in docstrings.
3073         (ispell-command-loop): Reflow docstring.
3075 2009-01-08  Agustín Martín  <agustin.martin@hispalinux.es>
3077         * textmodes/ispell.el (ispell-encoding8-command): New variable.
3078         (ispell-aspell-supports-utf8): Mark as obsoleted by
3079         ispell-encoding8-command.
3080         (ispell-check-version): Set ispell-encoding8-command.
3081         (ispell-check-spellchecker-params, ispell-start-process):
3082         Use ispell-encoding8-command.
3084         * textmodes/flyspell.el (flyspell-large-region):
3085         Use ispell-encoding8-command.
3087 2009-01-08  Glenn Morris  <rgm@gnu.org>
3089         * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
3090         scroll the calendar.
3092         * international/mule-cmds.el (universal-coding-system-argument):
3093         last-input-char need not be a char.
3095         * textmodes/ispell.el (ispell-check-minver): Declare.
3096         Use string-to-number rather than string-to-int.
3098 2009-01-07  Juanma Barranquero  <lekktu@gmail.com>
3100         * add-log.el (change-log-search-tag-name): Reflow docstring.
3101         (change-log-mode): Fix typo in docstring.
3103         * international/mule.el (define-coding-system): Doc fix.
3105 2009-01-07  Kenichi Handa  <handa@m17n.org>
3107         * international/mule.el (define-coding-system): Fix docstring
3108         about :bom usage.
3110 2009-01-07  Martin Rudalics  <rudalics@gmx.at>
3112         * dired.el (dired-pop-to-buffer): Don't split windows
3113         horizontally.  (Bug#1806)
3115 2009-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3117         * tar-mode.el (tar-mode, tar-mode-write-contents)
3118         (tar-write-region-annotate): Undo Andreas's last change.
3120 2009-01-06  Michael Albinus  <michael.albinus@gmx.de>
3122         * net/tramp.el (tramp-do-copy-or-rename-file-directly)
3123         (tramp-handle-file-local-copy, tramp-handle-write-region)
3124         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3125         (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
3127 2009-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3129         * minibuffer.el (completion-hilit-commonality): Don't presume
3130         all-completions always include the input as prefix.
3131         (completion-pcm--pattern-trivial-p): Accept a few more patterns
3132         as trivial.
3133         (completion-pcm--hilit-commonality): Remove leftover code that used to
3134         deal with the now removed cdr-in-last-cons.
3136 2009-01-06  Juanma Barranquero  <lekktu@gmail.com>
3138         * international/mule.el (define-coding-system): Fix typos in docstring.
3140 2009-01-05  Alan Mackenzie  <acm@muc.de>
3142         * progmodes/cc-styles.el (c-setup-paragraph-variables):
3143         Ensure paragraph-\(start\|separate\) match blank lines.  For AWK Mode.
3145 2009-01-05  Michael Albinus  <michael.albinus@gmx.de>
3147         * net/tramp.el (tramp-handle-load)
3148         (tramp-do-copy-or-rename-file-directly)
3149         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3150         (tramp-handle-write-region)
3151         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3152         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3153         Delete temporary file in case of error.
3155 2009-01-05  Agustín Martín  <agustin.martin@hispalinux.es>
3157         * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
3159 2009-01-05  Richard M Stallman  <rms@gnu.org>
3161         * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
3163 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
3165         * window.el (display-buffer): Fix last fix.
3167 2009-01-05  Juanma Barranquero  <lekktu@gmail.com>
3169         * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
3170         to shorten the desktop file directory shown in message.
3172 2009-01-05  Glenn Morris  <rgm@gnu.org>
3174         * version.el (emacs-copyright):
3175         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3176         Update copyrights for 2009.
3178 2009-01-04  Stephen Leake  <stephen_leake@member.fsf.org>
3180         * progmodes/ada-mode.el (ada-mode): Simplify doc string.
3181         (ada-get-indent-paramlist): Use ada-broken-indent instead of
3182         hard-coded 0.
3183         (ada-get-indent-loop): Fix list access bug.
3185 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
3187         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
3188         (lisp-interaction-mode): Add a blank line in the docstring
3189         before the keymap listing.
3191 2009-01-04  Martin Rudalics  <rudalics@gmx.at>
3193         * window.el (display-buffer): When a buffer is displayed in the
3194         selected and some other window, and not-this-window is non-nil,
3195         try to return that other window instead of popping up a new
3196         frame.  (Bug#30)
3198 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
3200         * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
3202 2009-01-04  Ulrich Mueller  <ulm@kph.uni-mainz.de>
3204         * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
3206 2009-01-03  Michael Olson  <mwolson@gnu.org>
3208         * net/imap.el (imap-parse-fetch): Courier can insert spurious
3209         blank characters which will confuse `read', so skip past them.
3211 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3213         * emacs-lisp/authors.el (authors-aliases): Addition.
3214         (authors): Allow to use it for other projects.
3216         * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
3217         Clarify MATCH argument.  Print filenames.
3219 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
3221         * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
3223         * net/tramp.el (tramp-local-host-regexp)
3224         (tramp-prefix-domain-format)
3225         (tramp-prefix-domain-regexp, tramp-domain-regexp)
3226         (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
3227         (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
3228         (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
3229         (tramp-file-name-structure, tramp-file-name-regexp-unified)
3230         (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
3231         (tramp-dissect-file-name, tramp-make-tramp-file-name)
3232         (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
3233         (tramp-handle-insert-file-contents): Fix setting of
3234         `buffer-read-only'.
3235         (tramp-compute-multi-hops, tramp-local-host-p):
3236         Use `tramp-local-host-regexp'.
3237         (tramp-file-name-real-user, tramp-file-name-domain):
3238         Use `tramp-user-with-domain-regexp'.
3240         * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
3241         (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
3243 2009-01-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3245         * proced.el (proced-grammar-alist): Refiner can be a
3246         list (function help-echo) instead of a cons pair.
3247         (proced-post-display-hook): New variable.
3248         (proced-tree-depth): Rename from proced-tree-indent.
3249         (proced-mode): Derive mode from special-mode.
3250         (proced-mode-map): Change accordingly.
3251         (proced, proced-update): Run proced-post-display-hook.
3252         (proced-do-mark-all): Count processes for which mark has been updated.
3253         (proced-format): Check for ppid attribute.
3254         (proced-process-attributes): Take time and ctime attribute from
3255         system-process-attributes.
3256         (proced-send-signal): Doc fix.  Collect properly the info on
3257         marked processes.  Use fit-window-to-buffer instead of
3258         dired-pop-to-buffer.
3260 2009-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3262         * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
3263         point-min==1.
3265 2009-01-02  Juanma Barranquero  <lekktu@gmail.com>
3267         * bindings.el (mode-line-eol-desc): Fix typo in help message.
3268         (mode-line-client): Fix typo in help message and docstring.
3270 2009-01-02  Jason Rumney  <jasonr@gnu.org>
3272         * term/w32-win.el (image-library-alist): Add gobject library.
3274 2009-01-02  Martin Rudalics  <rudalics@gmx.at>
3276         * frame.el (window-system-default-frame-alist)
3277         (initial-frame-alist, minibuffer-frame-alist)
3278         (pop-up-frame-alist, pop-up-frame-function)
3279         (special-display-frame-alist): Rewrite and reformat doc-strings.
3281 2009-01-01  Martin Rudalics  <rudalics@gmx.at>
3283         * simple.el (minibuffer-default-add-shell-commands):
3284         Fix doc-string typo.
3286 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
3288         * language/cham.el: Fix setting of composition-function-table.
3290         * language/khmer.el: Fix setting of composition-function-table.
3292         * language/tibet-util.el (tibetan-composition-function):
3293         Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
3295         * simple.el (minibuffer-default): Add defvar.
3297         * hippie-exp.el: Require comint.
3299 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
3301         * simple.el (last-buffer): Don't set major mode of *scratch* if
3302         that buffer exists already.  Rewrite doc-string.
3304 2008-12-31  Andreas Schwab  <schwab@suse.de>
3306         * tar-mode.el (tar-mode): Set write-contents-functions instead of
3307         write-region-annotate-functions.
3308         (tar-mode-write-contents): New function.
3309         (tar-write-region-annotate): Remove.
3311 2008-12-31  Chong Yidong  <cyd@stupidchicken.com>
3313         * files.el (basic-save-buffer): Revert 2008-12-22 change.
3314         (buffer-swapped-with): Var removed.
3316 2008-12-30  Kenichi Handa  <handa@m17n.org>
3318         * language/japanese.el (compose-gstring-for-variation-glyph):
3319         New function.  Register it in composition-function-table.
3321         * composite.el (lglyph-set-code): New function.
3323 2008-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3325         * tar-mode.el (tar-data-swapped): New var.
3326         (tar-data-swapped-p, tar-swap-data):
3327         Use it instead of buffer-swapped-with.
3328         (tar-write-region-annotate): Re-add (partial undo of last change).
3329         (tar-mode): Use it again (partial undo as well).
3331 2008-12-30  Ed Swarthout  <Ed.Swarthout@hwdebug.com>  (tiny change)
3333         * textmodes/table.el (table-capture): Fix symbol quoting typo.
3335 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3337         * follow.el (follow-select-if-visible): Improve the check for the
3338         last line of the window.
3339         (follow-post-command-hook): Perform redisplay in more
3340         circumstances, to avoid getting point stuck on partially visible lines.
3342 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3344         * follow.el (follow-calc-win-end): Use with-selected-window.
3345         (follow-windows-start-end, follow-pos-visible)
3346         (follow-windows-aligned-p): Code cleanup.
3347         (follow-select-if-visible): Try to avoid partially-visible lines.
3348         (follow-select-if-visible-from-first): Call follow-redisplay and
3349         move point to destination.
3350         (follow-redisplay): New arg, to keep selected window unchanged.
3351         (follow-post-command-hook): In final check for destination
3352         visibility, use window-start and window-end instead of the less
3353         accurate follow-pos-visible.  If the selected window is redrawn,
3354         tell follow-redisplay to preserve it.
3355         (follow-calculate-first-window-start-from-below): Avoid looping
3356         forever if vertical-motion returns an unexpected value.
3358 2008-12-30  Andreas Schwab  <schwab@suse.de>
3360         * server.el (server-running-p): Remove interactive spec.
3361         Fix regexp.
3363 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3365         * follow.el (follow-calc-win-start): Don't use `inline'.
3366         (follow-update-window-start, follow-select-if-visible)
3367         (follow-calculate-first-window-start-from-below)
3368         (follow-post-command-hook): Code cleanup.
3369         (follow-downward, follow-calculate-first-window-start):
3370         Delete function and merge into follow-redisplay.
3371         (follow-redisplay): Merge code from follow-downward and
3372         follow-calculate-first-window-start.
3374 2008-12-30  Juanma Barranquero  <lekktu@gmail.com>
3376         * proced.el (proced-tree-flag): Fix typo in docstring.
3378 2008-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3380         * proced.el (proced-temp-alist): Rename from variable
3381         proced-children-alist.
3382         (proced-process-tree, proced-toggle-tree): Fix docstring.
3383         (proced-tree): Fix docstring.  Simplify.  Use proced-temp-alist.
3384         (proced-temp-internal): Use proced-temp-alist.
3386 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3388         * subr.el (mkdir): New defalias.
3390 2008-12-29  Juri Linkov  <juri@jurta.org>
3392         * proced.el (proced-mode-map): Bind " " to next-line instead of the
3393         command `proced-next-line' removed on 2008-09-06.
3395 2008-12-28  Juri Linkov  <juri@jurta.org>
3397         * misearch.el (multi-isearch-next-buffer-function): Doc fix.
3398         (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
3400         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3401         Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
3402         (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
3403         is bound set it to `reftex-isearch-switch-to-next-file'.  Otherwise,
3404         set 4 obsolete variables for backward-compatibility with Emacs 22.
3406 2008-12-28  Juri Linkov  <juri@jurta.org>
3408         * misc.el (butterfly): Doc fix.  Add `animate-string' and `browse-url'.
3410 2008-12-28  Raffael Mancini  <raffael.mancini@hcl-club.lu>  (tiny change)
3412         * misc.el (butterfly): New command.
3414 2008-12-28  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3416         * proced.el (proced-grammar-alist): Allow predicate nil.
3417         New attribute tree.
3418         (proced-format-alist): Use attribute tree.
3419         (proced-tree-flag, proced-tree-indent): New variables.
3420         (proced-children-alist): Rename from proced-process-tree.
3421         PPID must refer to a process in process-alist.
3422         Ignore PPIDs that equal PID (Bug#1718).
3423         Children alist inherits sorting order from process-alist.
3424         (proced-process-tree): New variable.  New function.
3425         (proced-process-tree-internal, proced-toggle-tree)
3426         (proced-tree, proced-tree-insert, proced-format-tree): New functions.
3427         (proced-mark-process-alist): Add docstring.
3428         (proced-filter-parents): PPID must refer to a process in
3429         process-alist.  Ignore PPIDs that equal PID (Bug#1718).
3430         (proced-sort): Throw error if attribute is not sortable.
3431         (proced-sort-interactive): Restrict completion to sortable attributes.
3432         (proced-format): Include tree in standard attributes if
3433         proced-tree-flag is non-nil.  Make header clickable only if
3434         corresponding predicate is non-nil.
3435         (proced-update): Use proced-tree.
3437 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
3439         * diff.el (diff): Doc fix.
3441         * emacs-lisp/rx.el (rx): Doc fix.
3443         * files.el (move-file-to-trash): Bind backup-directory-alist to nil
3444         before uniquifying backup trash file name.
3446 2008-12-27  Andreas Schwab  <schwab@suse.de>
3448         * vc-git.el (vc-git-dir-printer): Fix filename column.
3450 2008-12-27  Nicholas Maniscalco  <nicholas@maniscalco.com>  (tiny change)
3452         * term.el (term-emulate-terminal): Decode substring just prior to
3453         inserting it, i.e. revert part of the 2008-09-24 change.  (Bug#1469)
3455 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
3457         * makefile.w32-in (MH_E_DIR): New variable.
3458         ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3459         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3460         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3461         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3462         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3463         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3464         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3465         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3466         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3467         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3468         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3470         * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3471         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3472         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3473         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3474         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3475         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3476         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3477         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3478         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3479         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3480         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3482 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3484         * files.el (dosified-file-name): Declare.
3486 2008-12-26  Andreas Schwab  <schwab@suse.de>
3488         * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
3490         * tar-mode.el (tar-swap-data): New function.
3491         (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
3492         (tar-mode-revert): Likewise.
3493         (tar-mode): Likewise.  Don't set write-region-annotate-functions.
3494         (tar-data-swapped-p): Test buffer-swapped-with.
3495         (tar-write-region-annotate): Remove.
3496         (tar-header-block-tokenize): Add argument `coding' and use it
3497         instead of tar-file-name-coding-system.
3498         (tar-summarize-buffer): Pass tar-file-name-coding-system here.
3500 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3502         * dos-fns.el (dosified-file-name): New function.
3504         * files.el (dir-locals-find-file): Run dir-locals-file through
3505         dosified-file-name.  Compare files case-insensitively on systems
3506         whose filesystems are case-insensitive.
3508 2008-12-25  Martin Rudalics  <rudalics@gmx.at>
3510         * help.el (help-for-help-internal): Fix entry for "l".
3512 2008-12-25  Richard M Stallman  <rms@gnu.org>
3514         * shadowfile.el (shadow-copy-file): Revert previous change.
3515         This code as it was should work properly with buffer-swapped-with.
3517 2008-12-24  Francois Fleuret  <francois.fleuret@idiap.ch>  (tiny change)
3519         * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
3521 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
3523         * subr.el (chmod): New defalias for set-file-modes.
3525 2008-12-23  Juri Linkov  <juri@jurta.org>
3527         * isearch.el (isearch-filter-predicate, isearch-search):
3528         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3529         (isearch-filter-visible): Rename from
3530         `isearch-filter-invisible'.  Doc fix.
3532         * dired-aux.el (dired-isearch-filenames-toggle): Use the original
3533         value from `dired-isearch-filter-predicate-orig' instead of the
3534         symbol `isearch-filter-invisible'.  Doc fix.
3535         (dired-isearch-filter-filenames): Doc fix.
3536         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3538         * info.el (Info-find-node-2): Use negative offset 2 instead of 1
3539         for Info-point-loc since it is more correct in all cases.
3540         (Info-isearch-filter): Rename from
3541         `Info-isearch-filter-predicate'.  Doc fix.
3542         (Info-mode): Replace `Info-isearch-filter-predicate' with
3543         `Info-isearch-filter'.
3545 2008-12-23  Daiki Ueno  <ueno@unixuser.org>
3547         * pgg.el: Add obsolescence info.
3549 2008-12-22  Richard M Stallman  <rms@gnu.org>
3551         * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
3553         * files.el (buffer-swapped-with): New variable.
3554         (basic-save-buffer-0): Most of basic-save-buffer moved here.
3555         (basic-save-buffer): Unswap the buffer temporarily if nec.
3557         * dired.el (dired-readin): Inhibit modification hooks.
3559 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
3561         * net/newst-backend.el (newst-backend):
3562         Remove wrong duplicate provide statement.
3564 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
3566         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
3567         end, before updating.
3568         (tramp-convert-file-attributes): Add "l" indicator to file modes.
3569         (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
3571 2008-12-21  Martin Rudalics  <rudalics@gmx.at>
3573         * window.el (set-window-text-height): Fix doc-string.
3575 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3577         * minibuffer.el (completion-all-completions-with-base-size): Remove.
3578         (completion-all-completions): Don't set it.
3579         (completion-table-with-context, completion--file-name-table):
3580         Don't add base-size in last cdr.
3581         (completion-hilit-commonality): Add argument `base-size'.
3582         (display-completion-list, completion-emacs21-all-completions)
3583         (completion-emacs22-all-completions, completion-basic-all-completions):
3584         Provide it.
3585         (completion-pcm--all-completions): Don't need to remove the base-size
3586         in last-cdr any more.
3588 2008-12-20  Agustín Martín  <agustin.martin@hispalinux.es>
3590         * textmodes/ispell.el (ispell-check-minver): New function.
3591         (ispell-check-version): Rewrite spellchecker and version checking.
3592         Use (ispell-check-minver).  Handle hunspell versions.
3594 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
3596         * ido.el (ido-read-internal): Handle `confirm' and
3597         `confirm-after-completion' values for the require-match argument.
3599 2008-12-20  Jason Rumney  <jasonr@gnu.org>
3601         * international/mule.el (auto-coding-regexp-alist):
3602         Use utf-8-with-signature for files starting with UTF-8 BOM.  (Bug#269)
3604 2008-12-20  Ami Fischman  <ami@fischman.org>
3606         * bindings.el (mode-line-eol-desc): Use assoc to query
3607         mode-line-eol-desc-cache.
3609 2008-12-20  Glenn Morris  <rgm@gnu.org>
3611         * comint.el (comint-save-input-ring-index): Add missing initial value.
3613 2008-12-19  Juanma Barranquero  <lekktu@gmail.com>
3615         * proced.el (proced-grammar-alist): Doc fix.
3616         (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
3617         (proced-filter-parents, proced-sort-header, proced-update, proced-help)
3618         (proced-undo): Fix typos in docstrings.
3620 2008-12-19  Glenn Morris  <rgm@gnu.org>
3622         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3623         (authors-fixed-case): New constant.
3624         (authors-public-domain-files, authors-ignored-files):
3625         (authors-valid-file-names, authors-renamed-files-alist): Update lists.
3626         (authors-renamed-files-regexps): Add some new entries.
3627         (authors-canonical-file-name): Don't complain about ignored files.
3628         (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
3629         (authors): Ensure error buffer is writable.
3631 2008-12-18  Agustín Martín  <agustin.martin@hispalinux.es>
3633         (ispell-really-hunspell): New variable to signal hunspell.
3634         (ispell-check-version):
3635         Check if hunspell and set ispell-really-hunspell if needed.
3636         (ispell-send-string, ispell-start-process, flyspell-large-region):
3637         Pass right options for hunspell if needed.
3639 2008-12-18  Kenichi Handa  <handa@m17n.org>
3641         * international/fontset.el (script-representative-chars)
3642         (setup-default-fontset): Add more scripts.
3644         * international/characters.el: Add more scripts.
3646 2008-12-19  Juri Linkov  <juri@jurta.org>
3648         * info.el (Info-isearch-search): Implement lax version of
3649         incremental word search in Info.
3650         (Info-isearch-start): Set Info-isearch-initial-node to the
3651         current node when search is nonincremental to not stop at the
3652         initial node in this case.
3653         (Info-mode-map): Unbind "\M-s" from `Info-search'.
3655 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
3657         * textmodes/rst.el (rst-promote-region): Reflow docstring.
3658         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
3659         (rst-repeat-last-character): Fix typos in docstrings.
3660         (rst-mode, rst-backward-section): Doc fixes.
3662 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
3664         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
3665         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
3666         (newsticker--treeview-load): Check whether groups file exists.
3668         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
3669         (newsticker-dir): Use `locate-user-emacs-file'.
3671 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
3673         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
3674         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
3676 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
3678         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
3680         * startup.el (command-line): Do not mention the server name in
3681         case the user has not mentioned it, print a more explicit message.
3683         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
3684         Change all callers.
3686 2008-12-18  Sam Steingold  <sds@gnu.org>
3688         * vc-dir.el (vc-at-event): Handle (tool-bar) events.  Fix bug#1585.
3690 2008-12-18  Juri Linkov  <juri@jurta.org>
3692         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
3693         `isearch-edit-string-set-word'.
3694         (isearch-edit-string-set-word): Remove.
3695         (isearch-occur): Imitate the C function `wordify' by replacing
3696         non-word character with the \\W+ regexp.
3697         (isearch-search-fun): Add `isearch-nonincremental' to the
3698         condition of using a non-lax version of `word-search-forward'.
3700 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
3702         * epa-file.el (epa-file-insert-file-contents):
3703         Set buffer-file-name before decrypting a file.
3705 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
3707         * server.el (server-start): If unable to start the server,
3708         display a warning instead of raising an error.
3710         * startup.el (server-process): Add defvar.
3711         (command-line): If the daemon is unable to start the server,
3712         display a message and exit Emacs.
3714 2008-12-15  Sam Steingold  <sds@gnu.org>
3716         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
3717         mostly for CLISP modules, but could also be useful elsewhere.
3719 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
3721         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
3722         * icomplete.el (icomplete-prospects-height):
3723         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
3725 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
3727         * international/mule.el (find-auto-coding): Fix typo in docstring.
3729         * international/mule-cmds.el (select-safe-coding-system):
3730         * mail/rmail.el (rmail-require-mime-maybe):
3731         Fix arguments of `display-warning'.
3733         * simple.el (bad-package-check): Fix arguments of `display-warning',
3734         using the package name as TYPE.  Use `string-match-p'.
3736 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3738         * proced.el (proced-sort-interactive, proced-sort-pcpu)
3739         (proced-sort-pmem, proced-sort-start, proced-sort-time)
3740         (proced-sort-user, proced-sort-header): Prefix arg determines
3741         sorting order.  Suggested by Dan Nicolaescu.
3742         (proced-revert): Doc fix.
3744 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3746         * proced.el (proced-grammar-alist): Allow refiner elements that
3747         are cons pairs (function . help-echo) or nil.
3748         (proced-refine): Use them.
3749         (proced-format-alist): Allow alternatives.
3750         (proced-descend): New variable.
3751         (proced-sort): New arg descend.
3752         (proced-sort-interactive): Repeated calls toggle sort order.
3753         (proced-format): Accomodate changes of proced-format-alist.
3754         Undefined attributes are displayed as "?".
3755         (proced-process-attributes): New optional arg pid-list.
3756         Ignore processes with empty attribute list.
3758 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3760         * proced.el (proced-auto-update-interval): Rename from
3761         proced-timer-interval.
3762         (proced-auto-update-flag): Rename from proced-timer-flag.
3763         (proced-auto-update-timer): Rename from proced-timer.
3764         (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
3765         (proced-available): Initialize appropriately.
3767 2008-12-13  Glenn Morris  <rgm@gnu.org>
3769         * subr.el (declare-function): Doc fix.
3771         * font-core.el (font-lock-defaults): Doc fix: mention levels;
3772         refer to elisp manual.
3774 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
3776         * window.el (fit-window-to-buffer): Return non-nil when height
3777         was orderly adjusted, nil otherwise.
3779 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
3780             Stefan Monnier  <monnier@iro.umontreal.ca>
3782         * server.el (server-sentinel): Uncomment code to delete connection file.
3783         (server-start): Save the connection file in the server property list.
3784         Delete it only when we are reasonably convinced that it is not owned by
3785         a running server.
3786         (server-force-delete): New command to force-delete the connection file,
3787         and stop the server if it is running.
3788         (server-running-p): Return t also for local TCP servers when we find a
3789         process with a matching PID, and :other for undecided cases.
3791 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
3793         * window.el (fit-window-to-buffer): Use with-selected-window and
3794         condition-case.  Do not delete more windows than necessary in
3795         the shrinking (delta < 0) case.  Do not raise an error when the
3796         containing frame is too small to show all of buffer.  (Bug#1488)
3798         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3799         min-height arg 1 to make sure that small buffers are shown.
3801 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3803         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
3804         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
3805         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
3806         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
3807         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
3808         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
3809         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
3810         (ruby-backward-sexp, ruby-add-log-current-method)
3811         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3812         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
3813         (ruby-deep-indent-paren): Doc fix.
3814         (ruby-insert-encoding-magic-comment): Remove * from docstring.
3815         (ruby-here-doc-find-end): Reflow docstring.
3817 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
3819         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
3820         dired-shrink-to-fit is non-nil.  (Bug#1488)
3822 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3824         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
3825         decoding of long locale info is now done in `w32-get-locale-info'.
3827 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
3829         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
3831 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
3833         * Makefile.in (ELCFILES): Add ruby-mode.elc.
3835         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
3836         terminal variable assignment.
3838 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
3839             Nobuyoshi Nakada  <nobu@ruby-lang.org>
3841         * progmodes/ruby-mode.el: New file.
3843 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
3845         * net/tramp.el (top): Don't fail if there is no current message.
3846         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
3848 2008-12-10  Kenichi Handa  <handa@m17n.org>
3850         * international/fontset.el (setup-default-fontset): Add an entry
3851         for characters in the Unicode SIP area.
3853 2008-12-10  Glenn Morris  <rgm@gnu.org>
3855         * vc-mcvs.el: Move to obsolete/, with warning comment.
3856         * Makefile.in (ELCFILES): Update.
3858 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
3860         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
3861         buffer unmodified.  (Bug#1509)
3862         * epa-file.el (epa-file-insert-file-contents): Set buffer's
3863         modification time if visiting a file and the content is
3864         successfully decrypted.
3866 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
3868         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
3869         check whether the buffer is still alive.
3871 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3873         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
3875 2008-12-09  Glenn Morris  <rgm@gnu.org>
3877         * Makefile.in (ELCFILES): Update.
3879 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3881         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
3882         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
3884 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
3886         * term/xterm.el (terminal-init-xterm): Discard pending input
3887         before reading a reply to the terminal attributes query.
3889 2008-12-05  Andreas Schwab  <schwab@suse.de>
3891         * dired.el (dired-font-lock-keywords): Fix last change.
3893 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3895         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
3896         into (defcustom ... "..." :type ... :group...).
3898 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
3900         * international/mule-diag.el (mule-diag): Display the window
3901         system version in a less laconic way.
3903 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
3905         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
3906         if the sorting functions are not loaded.  (Bug#1432)
3908 2008-12-04  Sam Steingold  <sds@gnu.org>
3910         * progmodes/compile.el (compilation-read-command): Extract from
3911         compile.
3912         (compile): Use it.
3913         (recompile): Accept an optional argument to enable editing the
3914         command line.
3916 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
3918         * net/tramp.el (top): Write a message, when loading Tramp.
3920         * net/tramp-cache.el (tramp-dump-connection-properties):
3921         Polish the check, whether to dump the data.
3923 2008-12-04  Lute Kamstra  <lute@gnu.org>
3925         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
3926         check if the file "CVS/Entries" exists.
3928 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
3930         * international/mule-diag.el (list-character-sets): Doc fix.
3931         (list-character-sets-2): Fix info in header.  Simplify.
3932         (print-coding-system): Simplify.
3933         (list-input-methods-1): Simplify.
3934         (mule-diag): Display current font/fontset for all window systems,
3935         not just X.  Simplify.
3937 2008-12-04  Glenn Morris  <rgm@gnu.org>
3939         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
3940         (vc-cvs-register): Doc fix.
3941         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
3942         (vc-mcvs-register): Doc fix.
3943         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
3944         (vc-rcs-register): Doc fix.
3945         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
3946         (vc-sccs-register): Doc fix.
3947         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
3948         (vc-svn-register): Doc fix.
3950         * files.el (toggle-read-only): Doc fix.
3952 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3954         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
3955         be used in compact layout and vice-versa.
3957 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
3959         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
3960         like most list-* commands.
3962         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
3963         They already exist in descr-text.el as `describe-char-unicodedata-file'
3964         and `describe-char-unicode-data'.
3965         (print-list): Simplify.
3966         (read-charset): Reflow docstring.
3967         (list-coding-systems): Doc fix.
3969 2008-12-03  Glenn Morris  <rgm@gnu.org>
3971         * vc.el (vc-diff-switches): Doc fix.
3972         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
3973         (vc-bzr-log-switches): Doc fix.
3974         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
3975         * vc-git.el (vc-git-diff-switches): Doc fix.
3976         * vc-hg.el (vc-hg-diff-switches): Doc fix.
3977         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
3978         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
3979         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
3980         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
3982         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
3983         other backends.
3984         (vc-arch-diff): Apply switches.
3986         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
3987         than appending.
3989         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
3991 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
3993         * epa.el (epa--show-key): Use past tense of "expire" if the key
3994         has already been expired.  Thanks to Peter BARABAS.
3996 2008-12-03  Lute Kamstra  <lute@gnu.org>
3998         * align.el:
3999         * allout.el:
4000         * apropos.el:
4001         * arc-mode.el:
4002         * autoinsert.el:
4003         * avoid.el:
4004         * battery.el:
4005         * bookmark.el:
4006         * buff-menu.el:
4007         * calculator.el:
4008         * chistory.el:
4009         * cmuscheme.el:
4010         * comint.el:
4011         * compare-w.el:
4012         * dabbrev.el:
4013         * delim-col.el:
4014         * desktop.el:
4015         * diff-mode.el:
4016         * diff.el:
4017         * dired-aux.el:
4018         * dired-x.el:
4019         * dired.el:
4020         * dos-vars.el:
4021         * ediff-diff.el:
4022         * ediff-help.el:
4023         * ediff-init.el:
4024         * ediff-merg.el:
4025         * ediff-mult.el:
4026         * ediff-ptch.el:
4027         * ediff-vers.el:
4028         * ediff-wind.el:
4029         * ediff.el:
4030         * emerge.el:
4031         * facemenu.el:
4032         * faces.el:
4033         * ffap.el:
4034         * filecache.el:
4035         * find-dired.el:
4036         * font-core.el:
4037         * font-lock.el:
4038         * forms.el:
4039         * fringe.el:
4040         * help-at-pt.el:
4041         * hippie-exp.el:
4042         * ido.el:
4043         * image-file.el:
4044         * imenu.el:
4045         * indent.el:
4046         * info.el:
4047         * isearchb.el:
4048         * iswitchb.el:
4049         * jit-lock.el:
4050         * jka-compr.el:
4051         * log-edit.el:
4052         * lpr.el:
4053         * ls-lisp.el:
4054         * man.el:
4055         * menu-bar.el:
4056         * midnight.el:
4057         * mouse-sel.el:
4058         * mouse.el:
4059         * msb.el:
4060         * outline.el:
4061         * paren.el:
4062         * pcmpl-cvs.el:
4063         * pcmpl-gnu.el:
4064         * pcomplete.el:
4065         * pcvs-info.el:
4066         * pcvs-parse.el:
4067         * printing.el:
4068         * ps-mule.el:
4069         * ps-print.el:
4070         * replace.el:
4071         * ruler-mode.el:
4072         * saveplace.el:
4073         * sb-image.el:
4074         * scroll-bar.el:
4075         * sha1.el:
4076         * shadowfile.el:
4077         * shell.el:
4078         * sort.el:
4079         * speedbar.el:
4080         * strokes.el:
4081         * tempo.el:
4082         * term.el:
4083         * terminal.el:
4084         * time-stamp.el:
4085         * time.el:
4086         * tree-widget.el:
4087         * type-break.el:
4088         * vc-cvs.el:
4089         * vc-hg.el:
4090         * vc-mcvs.el:
4091         * vc-rcs.el:
4092         * vc-sccs.el:
4093         * vc.el:
4094         * view.el:
4095         * w32-vars.el:
4096         * whitespace.el:
4097         * wid-edit.el: Remove leading * from docstrings of defcustoms,
4098         deffaces, defconsts and defuns.
4100 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4102         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
4103         the prompt was added to the minibuffer.
4105 2008-12-02  Glenn Morris  <rgm@gnu.org>
4107         * format.el (format-write-file): Rewrite doc yet again.
4109         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
4110         Doc fix.  (Bug#1368)
4112         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
4114 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
4116         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
4117         case where point is at the beginning of the buffer.  (Bug#1239)
4119 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
4121         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
4122         already have the correct indentation.  (Bug#859)
4124 2008-12-02  Kenichi Handa  <handa@m17n.org>
4126         * international/uni-decomposition.el: Re-generated.
4128 2008-12-01  Andreas Schwab  <schwab@suse.de>
4130         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
4131         ending in a colon as directory header.
4133 2008-12-01  Kenichi Handa  <handa@m17n.org>
4135         * international/uni-numeric.el: Re-generated.
4137         * international/charprop.el: Re-generated.
4139 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
4141         * international/mule-cmds.el (locale-preferred-coding-systems):
4142         Fix alist item.
4144 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
4146         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
4147         (tramp-set-connection-property, tramp-flush-connection-property)
4148         (tramp-dump-connection-properties): Use it.
4150 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
4152         * wdired.el (wdired-finish-edit): If displaying a single file,
4153         change dired-directory if that file was renamed.
4155         * emacs-lisp/byte-run.el (macro-declaration-function):
4156         Disallow declare specs with lengths of 3 or more.
4158         * dirtrack.el (dirtrack): Fix error message.
4160 2008-11-30  Glenn Morris  <rgm@gnu.org>
4162         * vc-svn.el (vc-svn-diff-switches): Doc fix.
4163         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
4165         * vc-git.el (vc-git-diff):
4166         * vc-hg.el (vc-hg-diff):
4167         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
4169         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
4170         (eshell-needs-pipe-p): New function.
4171         (eshell-gather-process-output): Set process-connection-type according to
4172         eshell-needs-pipe-p.  (Bug#1388)
4174 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
4176         * calendar/diary-lib.el (diary-cyclic): Doc fix.
4177         (diary-remind-message, diary-number-of-entries)
4178         (diary-include-other-diary-files, diary-mark-included-diary-files)
4179         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
4180         (diary-font-lock-keywords-1): Reflow docstrings.
4181         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
4182         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
4184         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
4185         (timer-duration): Use `string-match-p'.
4187 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
4189         * complete.el (PC-do-complete-and-exit):
4190         Use minibuffer-confirm-exit-commands.
4192         * minibuffer.el (minibuffer-confirm-exit-commands):
4193         Add PC-complete and PC-complete-word to the list.
4195 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
4197         * files.el (break-hardlink-on-save): Fix typo in docstring.
4198         Add :version tag.
4200         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
4201         (reb-mode): Define with `define-derived-mode'.
4203 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
4205         * files.el (break-hardlink-on-save): New variable.
4206         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
4207         (file-precious-flag): Mention it in doc string.
4209 2008-11-29  Miles Bader  <miles@gnu.org>
4211         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
4212         (minibuffer-complete-and-exit): Use it.
4214 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
4216         * term/x-win.el (x-gtk-stock-cache): New hash table.
4217         (x-gtk-map-stock): Perform caching to prevent excess consing
4218         during redisplay.
4220 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4222         * minibuffer.el (completion--try-word-completion): Don't ignore
4223         partial-completion if it's the only style.
4225 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
4227         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
4228         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
4229         (reb-initialize-buffer): Update matches, in case we're reentering
4230         RE Builder mode.
4232 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
4234         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
4235         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
4236         values for minibuffer-completion-confirm.
4238 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
4240         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
4241         any but the first "*" in a doc-string.
4243 2008-11-28  Glenn Morris  <rgm@gnu.org>
4245         * format.el (format-write-file): Improve previous doc fix.
4247 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
4249         * simple.el (use-empty-active-region, use-region-p)
4250         (region-active-p): Doc fix.
4252 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
4254         * window.el (display-buffer): Fix handling of not-this-window
4255         argument.  (Bug#1415)
4257 2008-11-27  Kenichi Handa  <handa@m17n.org>
4259         * international/characters.el: Set category 'C' to characters
4260         #x20000..#x2AFFF, #x2F800..#x2FFFF.
4262         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
4264 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
4266         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
4267         (tool-bar-find-image): Function deleted.
4268         (tool-bar-local-item, tool-bar-local-item-from-menu):
4269         Use find-image instead of tool-bar-find-image.
4270         (tool-bar-keymap-cache): New hash table.
4271         (tool-bar-make-keymap): Use it.
4272         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
4274 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4276         * net/dbus.el (dbus-handle-event): The result of a message call
4277         handler can also be an object, which is not a consp.
4279 2008-11-25  Alan Mackenzie  <acm@muc.de>
4281         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
4282         (forward-list, backward-list, down-list, backward-up-list)
4283         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
4284         (insert-pair, insert-parentheses): State that the command assumes
4285         that point is not in a string or comment.
4287 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4289         * net/dbus.el (dbus-string-to-byte-array)
4290         (dbus-byte-array-to-string, dbus-escape-as-identifier)
4291         (dbus-unescape-from-identifier): New defuns.
4292         (dbus-handle-event): The result of a message call is a list of
4293         arguments, which must be expanded when passing to
4294         `dbus-method-return-internal'.
4296         * net/tramp.el (tramp-handle-write-region): Improve the check for
4297         calling direct copy.
4298         (tramp-find-inline-encoding): Don't raise an error but a warning,
4299         when no inline encoding is found.
4300         (tramp-get-remote-coding): Check for a symbol.  The negative check
4301         for a string fails, when there is an empty string.
4303 2008-11-26  Glenn Morris  <rgm@gnu.org>
4305         * vc-git.el (vc-git-diff-switches): New option.
4306         (vc-git-diff): Apply diff switches.  (Bug#1386)
4307         Give it a basic doc string.
4309         * term/pc-win.el (x-font-family-list): Replace redefinition with
4310         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
4312 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4314         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
4315         of the polynomial rather than the whole polynomial.
4317 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
4319         * mail/mailabbrev.el (define-mail-abbrev): When reading from
4320         mailrc, recognize string quoting.  When reading from Lisp, accept
4321         rfc822-like addresses.
4323         * mail/mailalias.el (define-mail-alias): Sync code with
4324         define-mail-abbrev.
4326 2008-11-25  Glenn Morris  <rgm@gnu.org>
4328         * eshell/esh-proc.el (eshell-gather-process-output):
4329         Revert previous change.  (re-opens Bug#1388)
4331         * select.el (x-set-cut-buffer): Fix signal arguments.
4333         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
4335 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
4337         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
4338         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
4339         (bubbles--empty-char): Use "\s".
4341 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
4343         * calc/calc.el (calc-settings-file, calc-language-alist)
4344         (calc-embedded-announce-formula)
4345         (calc-embedded-announce-formula-alist)
4346         (calc-embedded-open-formula, calc-embedded-close-formula)
4347         (calc-embedded-open-close-formula-alist)
4348         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
4349         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
4350         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4351         (calc-embedded-open-close-new-formula-alist)
4352         (calc-embedded-open-mode, calc-embedded-close-mode)
4353         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
4354         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
4355         (calc-multiplication-has-precedence): Remove unnecessary asterisks
4356         from docstrings.
4358 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
4360         * calculator.el (calculator-op-or-exp): Reflow docstring.
4361         (calculator-remove-zeros, calculator-repR, calculator-repL):
4362         Fix typos in docstrings.
4364 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4366         * log-view.el (log-view-annotate-version): Let vc-annotate manage
4367         windows instead of calling switch-to-buffer.
4369         * diff.el (diff-sentinel): Take note of diff error return value.
4371 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
4373         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
4374         frame can't be split.
4376 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
4378         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
4379         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
4380         (newsticker--treeview-tree-update-tag): Remove dead code.
4381         (newsticker-treeview-update): Don't update cache.
4382         (newsticker-treeview-quit): Don't save cache.
4383         (newsticker-treeview-save): Don't save cache.  Use `newsticker-dir'.
4384         (newsticker-treeview-save): Use `newsticker-dir'.
4385         (newsticker--treeview-load): Use `newsticker-dir'.
4386         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
4387         Update tags.
4388         (newsticker-treeview-tree-do-click): Slightly simplified.
4390         * net/newst-backend.el (newsticker-dir): New.
4391         (newsticker-start): Use `newsticker--cache-read'.
4392         (newsticker-stop): Use `newsticker--cache-save'.
4393         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
4394         (newsticker--images-dir): New.
4395         (newsticker--image-get, newsticker--image-sentinel):
4396         Use `newsticker--images-dir'.
4397         (newsticker--cache-save-version1): Backup version of
4398         `newsticker--cache-save'.
4399         (newsticker--cache-update): Create newsticker-dir if necessary.
4400         (newsticker--cache-dir): New.
4401         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
4402         (newsticker--cache-save-feed): New.
4403         (newsticker--cache-read-version1): New.  Backuped version for reading
4404         cache data..
4405         (newsticker--cache-read, newsticker--cache-do-read): New.
4407         * net/newst-reader.el (newsticker--image-read):
4408         Use `newsticker--images-dir'.
4410 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4412         * files.el (confirm-nonexistent-file-or-buffer):
4413         Allow `after-completion' value to request confirm only after TAB.
4414         (confirm-nonexistent-file-or-buffer): New function.
4415         (read-buffer-to-switch, find-file, find-file-other-window)
4416         (find-file-other-frame, find-file-read-only)
4417         (find-file-read-only-other-window)
4418         (find-file-read-only-other-frame): Use it.
4419         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
4420         Thanks to Alan Mackenzie for suggesting the new behavior.
4422         * minibuffer.el (minibuffer-complete-and-exit):
4423         Change `confirm-only' value of minibuffer-completion-confirm to
4424         `confirm', and handle a `confirm-after-completion' value.
4426 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
4428         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
4430 2008-11-24  Andreas Schwab  <schwab@suse.de>
4432         * image.el (image-type-header-regexps): Recognize more xbm format
4433         variants.
4435 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
4437         * textmodes/artist.el (artist-charlist-to-string): Simplify.
4438         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
4439         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
4440         (artist-replace-string, artist-draw-rect, artist-draw-line)
4441         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
4442         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
4443         (artist-pen, artist-pen-line, artist-text-insert-common)
4444         (artist-text-overwrite, artist-spray-get-interval)
4445         (artist-spray-clear-circle, artist-erase-char)
4446         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
4447         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
4448         (artist-key-draw-1point, artist-key-draw-2points)
4449         (artist-mouse-draw-continously): Fix typos in docstrings.
4450         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
4451         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
4452         (artist-backward-char, artist-forward-char): Doc fixes.
4453         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
4454         Reflow docstrings.
4456 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4458         * international/quail.el (quail-vunion): New function.
4459         (quail-defrule-internal): Use it to prevent accumulating redundant
4460         alternatives when `append' is set.
4461         (quail-insert-decode-map): Simplify computation of the max-key-width.
4462         Compute it right for multiple-list.
4464 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4466         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
4467         explicitly.  Doc fix.
4469 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
4471         * calendar/appt.el (appt-disp-window): Move minibuffer check
4472         after binding this-window and do not set-buffer to make sure we
4473         won't deselect the minibuffer.  (Bug#1413)
4475 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
4477         * vc-hg.el (vc-hg-program): Remove.
4478         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4479         Undo previous change.
4481 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
4483         * info-look.el (info-lookup): When Info buffer is visible on
4484         another frame, raise that frame.
4486 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
4488         * allout.el (allout-mode): Fix typo in docstring.
4490         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
4491         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
4493 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4495         * vc-hooks.el (vc-follow-link): Complete last change.
4497 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
4499         * textmodes/remember.el (remember-region): Doc fix.
4500         (remember-filter-functions, remember-handler-functions)
4501         (remember-save-after-remembering, remember-mailbox)
4502         (remember-default-priority, remember-data-file, remember-leader-text)
4503         (remember-diary-file): Remove * from defcustom docstrings.
4504         (remember-run-all-annotation-functions-flag)
4505         (remember-all-handler-functions): Reflow docstrings.
4506         (remember-store-in-mailbox): Fix typo in docstring.
4507         (remember-mode): Define with `define-derived-mode'.  Doc fix.
4509 2008-11-23  Glenn Morris  <rgm@gnu.org>
4511         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
4512         (eshell-do-pipelines): Add optional argument to distinguish recursive
4513         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
4514         in a pipeline.
4516         * eshell/esh-proc.el (eshell-gather-process-output):
4517         Set process-connection-type nil for all but the first element of a
4518         pipeline.  (Bug#1388)
4520 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4522         * ediff-hook.el: Add tooltips to Emacs menus.
4524         * ediff.el: Change date of last update.
4526 2008-11-22  Juri Linkov  <juri@jurta.org>
4528         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
4529         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
4530         Doc fix.
4531         (dired-isearch-filenames-setup): Run filename Isearch only when
4532         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
4533         and the text property `dired-filename' at point is non-nil.
4534         In this case also set isearch-message-prefix-add to "filename ".
4535         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
4536         (dired-isearch-filenames, dired-isearch-filenames-regexp):
4537         Don't let-bind isearch-message-prefix-add since this is done now
4538         in dired-isearch-filenames-setup.
4540         * isearch.el (isearch-mode): Change the order of calling
4541         `isearch-update' and running the `isearch-mode-hook' to call
4542         `isearch-update' with Isearch parameters set in this hook.
4544         * progmodes/compile.el (compilation-auto-jump-to-first-error):
4545         Fix docstring - change "during `compile'" to "during compilation".
4547         * descr-text.el (describe-char-unidata-list): Move `old-name' to
4548         be immediately after `name'.
4550         * startup.el (initial-buffer-choice): Change an abstract file name
4551         "file.txt" to more reasonable default file name value "~/.emacs".
4553 2008-11-22  Juri Linkov  <juri@jurta.org>
4555         * files.el (hack-local-variables-confirm): Rename arg `project' to
4556         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
4557         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
4558         (hack-local-variables): Rename call of `hack-project-variables' to
4559         `hack-dir-local-variables'.  Change error text to "Directory-local
4560         variables error".
4561         (dir-locals-class-alist): Rename from `project-class-alist'.
4562         (dir-locals-directory-alist): Rename from `project-directory-alist'.
4563         (dir-locals-get-class-variables): Rename from `project-get-alist'.
4564         (dir-locals-collect-mode-variables): Rename from
4565         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
4566         `mode-variables', and arg `settings' to `variables'.
4567         (dir-locals-collect-variables): Rename from
4568         `project-collect-binding-list'.  Rename arg `binding-list' to
4569         `class-variables', and arg `settings' to `variables'.
4570         (dir-locals-set-directory-class): Rename from `set-directory-project'.
4571         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
4572         Rename arg `settings' to `variables'.
4573         (dir-locals-file): New defconst.
4574         (dir-locals-find-file): Rename from `project-find-settings-file'.
4575         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
4576         and `pda' to `dir-elt'.
4577         (dir-locals-read-from-file): Rename from
4578         `project-define-from-project-file'.  Rename arg `settings-file'
4579         to `file'.  Rename let-bound `list' to `variables'.
4580         (hack-dir-local-variables): Rename from `hack-project-variables'.
4581         Rename let-bound `settings' to `variables-file', `root-dir'
4582         to `dir-name', and `bindings' to `variables'.
4584 2008-11-22  Lute Kamstra  <lute@gnu.org>
4586         * simple.el (goto-line): Rename argument.
4588 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
4590         * makefile.w32-in (compile-first): New target.
4591         (recompile): Depend on compile-first.
4593         * Makefile.in (recompile): Depend on compile-first.
4595 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
4597         * files.el (switch-to-buffer-other-window)
4598         (switch-to-buffer-other-frame): Rename buffer argument to
4599         buffer-or-name.  Reword and mention new option
4600         confirm-nonexistent-file-or-buffer in doc-string.
4602 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4604         * emulation/viper.el: Date change.
4606         * emulation/viper-cmd.el (viper-envelop-ESC-key):
4607         viper-translate-all-ESC-keysequences is now a function.
4609         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
4610         Make this variable.
4612 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4614         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
4615         Use buffer-file-truename to handle symlinks in any part of the filename.
4617 2008-11-22  Glenn Morris  <rgm@gnu.org>
4619         * vc-mtn.el (vc-mtn-diff-switches): New option.
4620         (vc-mtn-program): Rename from vc-mtn-command, for
4621         consistency with other backends.  Keep old name as alias.
4622         Update callers.  Make it a defcustom.
4623         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
4625         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
4626         consistency with other backends.  Keep old name as alias.
4627         Make it a defcustom.
4628         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
4630         * vc-hg.el (vc-hg-program): New option.
4631         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4632         Use vc-hg-program rather than hard-coded "hg".
4634         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
4635         (vc-svn-program): Move defcustom to start.
4636         (vc-svn-create-repo, vc-svn-modify-change-comment):
4637         Use vc-svn-program rather than hard-coded "svn".
4639         * menu-bar.el: Stylistic consistency fixes for various menu and
4640         help texts.
4642         * kmacro.el (kmacro-insert-counter): Doc fix.
4644 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
4646         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
4648 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4650         * international/quail.el (quail-indent-to): New function.
4651         (quail-completion-1, quail-completion-list-translations)
4652         (quail-insert-decode-map): Use it to improve alignment.
4653         (quail-build-decode-map): Don't ignore latin-1 chars.
4654         (quail-help): Increase the max decode-map size so that even the TeX map
4655         gets printed.
4657         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
4658         Signal error for invalid bookmark.
4659         (bookmark-get-bookmark-record): Undo last change.
4660         (bookmark-store, bookmark-delete): Use new arg `noerror'.
4662         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
4663         Suggested by Toru TSUNEYOSHI.
4665 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4667         * byte-opt.el (byte-compile-butlast): Move up in file.
4668         (byte-optimize-plus): Don't call
4669         byte-optimize-delay-constants-math (bug#1334).
4670         Use byte-optimize-predicate to optimize constants.
4671         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
4672         Remove zero arguments first
4673         if possible.  Call byte-optimize-predicate to optimize constants.
4674         (byte-optimize-multiply): Remove optimizations for arguments of 0
4675         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
4676         Call byte-optimize-predicate.
4677         (byte-optimize-divide): Leave runtime errors unchanged.
4678         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
4679         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
4681 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
4683         * bookmark.el (bookmark-jump-noselect): Add obsolescence
4684         declaration and remove redundant info from docstring.
4686         * isearch.el (isearch-search-string): Doc fix.
4687         (search-exit-option, search-slow-window-lines, search-slow-speed)
4688         (search-upper-case, search-nonincremental-instead)
4689         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
4690         (search-ring-update, search-highlight, isearch-lazy-highlight)
4691         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4692         (lazy-highlight-interval): Remove * from defcustom docstrings.
4693         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
4694         Remove * from defcustom docstrings; fix typos.
4695         (isearch-push-state-function, isearch-help-for-help-internal)
4696         (isearch-help-for-help, isearch-describe-bindings)
4697         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
4698         (isearch-pop-fun-state, isearch-search-fun-function)
4699         (isearch-lazy-highlight-search): Fix typos in docstrings.
4700         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
4701         (isearch-forward): Fix typo and reflow docstring.
4702         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
4703         (isearch-mode-map): Don't use `let*'.
4705 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
4707         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
4709 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4711         * isearch.el (isearch-search-string): Simplify and convert docstring.
4713         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
4715 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4717         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
4718         (lookup-nested-alist): Doc fix.
4719         (with-coding-priority): Reflow docstring.
4720         (detect-coding-with-priority): Fix typos in obsolescence declaration.
4721         (char-displayable-p): Reflow docstring.  Use `when'.
4723 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4725         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
4726         week forward/backward.
4728 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4730         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
4731         (with-electric-help): Fix typo and reflow docstring.
4733 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4735         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
4736         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
4737         (list-buffers-noselect): Don't need to pad.
4739 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4741         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
4742         Pay attention to char widths when computing string sizes.
4744 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4746         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
4747         (byte-compile-output-docform): Reflow docstrings.
4748         (no-byte-compile): Fix typo in docstring.
4749         (byte-recompile-directory, compile-defun): Doc fixes.
4750         (emacs-lisp-file-regexp, byte-compile-verbose)
4751         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
4752         (byte-compile-dynamic-docstrings, byte-optimize-log)
4753         (byte-compile-error-on-warn, byte-compile-warnings)
4754         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
4755         Remove * from defcustom docstrings.
4757 2008-11-20  Glenn Morris  <rgm@gnu.org>
4759         * format.el (format-alist, format-write-file): Doc fix.
4761         * proced.el (proced-available): New variable.
4762         (proced-process-attributes): Move availability check from previous
4763         change from here...
4764         (proced): ... to here.
4766         * vc-hg.el (vc-hg-diff-switches): New option.
4767         (vc-hg-diff): Apply diff switches.  (Bug#1017)
4769         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
4771         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
4773 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
4775         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
4777 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
4779         * calc/calc-units.el (math-units-table): Doc fix.
4780         (math-standard-units): Fix typo in constant's description.
4781         (math-additional-units): Fix typo in docstring.
4783 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
4785         * calc/calc-units.el (math-standard-units): Add eps0,
4786         permittivity of vacuum.
4788 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
4790         * files.el (project-settings-file): Remove.
4791         (project-find-settings-file): Undo previous change that added the
4792         use of project-settings-file.
4794 2008-11-19  Glenn Morris  <rgm@gnu.org>
4796         * proced.el (proced, proced-format-time): Doc fixes.
4797         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
4799 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
4801         * bookmark.el (bookmark-jump-noselect): Move the deprecation
4802         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
4804 2008-11-19  Lute Kamstra  <lute@gnu.org>
4806         * autoinsert.el (auto-insert-alist): Don't use match data.
4808 2008-11-19  Glenn Morris  <rgm@gnu.org>
4810         * progmodes/f90.el (f90-mode-map): Add some menu :help.
4812         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
4814         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
4815         * term/w32-win.el (x-select-font): Declare.
4817         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
4818         Use the imperative for all help strings.
4820 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4822         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
4823         case where the default dictionary is French, Spanish, younameit.
4825         * window.el (window--frame-usable-p): Consider dedicated windows
4826         as usable.
4828         * files.el (confirm-nonexistent-file-or-buffer):
4829         Rename from find-file-confirm-nonexistent-file.
4830         (read-buffer-to-switch): Use it.
4832 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4834         * server.el (server-temp-file-p): Use `string-match-p'.
4835         (server-socket-dir): Set to nil if local sockets are unsupported.
4836         (server-start): Don't try to delete local socket if unsupported.
4837         (server-kill-new-buffers): Reflow docstring.
4838         (server-delete-client, server-handle-delete-frame)
4839         (server-save-buffers-kill-terminal): Doc fixes.
4840         (server-send-string): Fix typo in docstring.
4842 2008-11-18  Sam Steingold  <sds@gnu.org>
4844         * progmodes/compile.el (compilation-start-hook): New hook.
4845         (compilation-start): Run it on the compilation process.
4847 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4849         * international/mule-cmds.el (update-leim-list-file): Simplify.
4850         (prefer-coding-system, find-coding-systems-for-charsets):
4851         Fix docstring typos.
4852         (select-safe-coding-system, input-method-exit-on-first-char)
4853         (language-info-alist, language-info-custom-alist): Reflow docstrings.
4854         (toggle-input-method, read-multilingual-string): Doc fixes.
4855         Reflow docstrings.
4856         (locale-name-match, sort-coding-systems, find-multibyte-characters)
4857         (read-char-by-name): Use `string-match-p'.
4858         (get-char-code-property, put-char-code-property)
4859         (char-code-property-description): Be silent while loading uni-* files.
4860         (ucs-names): Use `dotimes-with-progress-reporter', because loading
4861         the Unicode character names is *slow*.
4863 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
4865         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
4867         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
4869 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
4871         * international/mule-cmds.el (ucs-completions): Mark as risky.
4873 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
4875         * help-macro.el (three-step-help): Remove * from defcustom.
4876         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
4877         Use when instead of if and cond within condition-case.
4879         * window.el (quit-window): Bind window to selected window when
4880         trying to delete it.
4882 2008-11-17  Glenn Morris  <rgm@gnu.org>
4884         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
4885         definition of 'ignore, rather than nil.  (Bug#1353)
4887 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4889         * window.el (window--frame-usable-p): Allow use for soft-dedication.
4891 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
4893         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
4895         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
4896         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
4897         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
4898         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
4899         (shell-command, repeat-complex-command): Reflow docstrings.
4900         (pop-to-mark-command): Fix typos in docstring.
4902 2008-11-17  Juri Linkov  <juri@jurta.org>
4904         * isearch.el (isearch-filter-predicate): Rename from
4905         `isearch-success-function'.  Rename default value from
4906         `isearch-success-function-default' to
4907         `isearch-filter-invisible'.  Doc fix.
4908         (isearch-filter-invisible): Rename from
4909         `isearch-success-function-default'.  Doc fix.
4910         (isearch-search, isearch-lazy-highlight-search):
4911         Rename `isearch-success-function' to `isearch-filter-predicate'.
4913         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
4914         `dired-isearch-orig-success-function'.
4915         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4916         (dired-isearch-filenames-end): Rename `isearch-success-function' to
4917         `isearch-filter-predicate'.  Doc fix.
4918         (dired-isearch-filter-filenames): Rename from
4919         `dired-isearch-success-function'.
4921         * info.el (Info-search, Info-mode):
4922         Rename `isearch-success-function' to `isearch-filter-predicate'.
4923         (Info-isearch-filter-predicate): Rename from
4924         `Info-search-success-function'.
4926         * simple.el (minibuffer-default-add-function): Fix docstring to
4927         use clear text "default values" instead of obscure references to
4928         the dynamic variable `minibuffer-default'.
4930 2008-11-16  Glenn Morris  <rgm@gnu.org>
4932         * term/ns-win.el (ns-extended-platform-support-mode):
4933         Tweak menu entry from previous change.
4935         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
4937         * cus-edit.el (custom-buffer-create-internal): Always insert the
4938         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
4940 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4942         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
4944 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4946         * ielm.el (ielm-eval-input): Fix thinko in last change.
4948 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4950         * subr.el (read-passwd): Yank current kill if the user enters C-y.
4952 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
4954         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
4955         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
4957         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
4958         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4959         Handle `file-name-as-directory'.
4961 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4963         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
4964         usual variable-pitch face.
4966 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
4968         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
4969         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
4970         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
4971         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
4972         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
4973         (ange-ftp-quote-string, ange-ftp-process-handle-line)
4974         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
4975         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
4976         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
4977         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
4978         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
4979         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
4980         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
4981         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
4982         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
4983         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
4984         (ange-ftp-default-user, ange-ftp-default-password)
4985         (ange-ftp-default-account, ange-ftp-netrc-default-password)
4986         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
4987         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
4988         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
4989         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
4990         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
4991         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
4992         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
4993         (ange-ftp-make-backup-files, ange-ftp-retry-time)
4994         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
4995         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
4996         (ange-ftp-gateway-tmp-name-template)
4997         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
4998         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
4999         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
5000         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
5001         (ange-ftp-gateway-program): Remove * from docstring and reflow.
5002         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
5003         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
5004         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
5005         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
5006         (ange-ftp-rename-local-to-remote): Doc fixes.
5007         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
5008         Use `when', `unless'.
5009         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
5010         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
5011         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
5012         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
5013         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
5014         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
5015         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
5016         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
5017         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
5018         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
5019         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
5020         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
5021         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
5022         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
5023         `(save-match-data (string-match ...))'.
5024         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
5025         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
5026         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
5027         Doc fixes.
5029 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
5031         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
5032         function instead of a variable.
5034         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
5035         viper-ESC-keyseq-timeout as a function.
5036         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
5037         defsubst.
5039         * emulation/viper-cmd.el: Let line-move-visual to nil when using
5040         next-line or previous-line.
5041         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
5043         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
5045         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
5046         live.
5047         (ediff-save-buffer): Let window-min-height to 2.
5049         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
5050         the minibuffer.
5052 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
5054         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
5055         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
5056         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
5057         (ielm-map): Define within defvar.  Add docstring.
5058         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
5059         (ielm-complete-filename): Use `when', `unless'.
5060         (ielm-is-whitespace-or-comment): Use `string-match-p'.
5061         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
5062         (ielm-change-working-buffer): Check that the buffer is live.
5063         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
5064         Simplify.  Reflow docstring.
5065         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
5066         New aliases, to satisfy `define-derived-mode' expectations.
5068 2008-11-15  Glenn Morris  <rgm@gnu.org>
5069             Martin Rudalics  <rudalics@gmx.at>
5071         * emacs-lisp/find-func.el (find-function-advised-original): New.
5072         (find-function-C-source, find-function-noselect):
5073         Use find-function-advised-original to handle advised funcs.  (Bug#789)
5075 2008-11-15  Glenn Morris  <rgm@gnu.org>
5077         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
5078         alias message.
5080         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
5081         Remove uniquify-after-kill-buffer-p dependency.
5082         (uniquify-kill-buffer-function): New function.
5083         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
5085         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
5086         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
5087         main Emacs manual.
5089 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
5091         * window.el (quit-window): Restore delete window with second
5092         arg non-nil behavior as of before 2008-10-30 change.
5094 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
5096         * help-fns.el (describe-function-1): Do char-range check for
5097         self-insert-command.
5099 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
5101         * files.el (file-precious-flag): Document that this flag is advisory.
5103 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5105         * emacs-lisp/bytecomp.el (byte-compile-associative)
5106         (byte-compile-minus, byte-compile-quo): If there are more than two
5107         operands, don't use binary operation code (bug#1334).
5109 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
5111         * w32-fns.el (w32-shell-dos-semantics):
5112         * calendar/diary-lib.el (diary-face-attrs):
5113         * international/mule-cmds.el (set-default-coding-systems)
5114         (prefer-coding-system):
5115         * net/tramp.el (tramp-set-completion-function):
5116         * progmodes/vhdl-mode.el (vhdl-file-header):
5117         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
5119         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
5121         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
5122         (kill-matching-buffers, save-buffers-kill-emacs)
5123         (save-buffers-kill-terminal): Fix typos in docstrings.
5124         (switch-to-buffer-other-window): Reflow docstring.
5125         (revert-buffer): Doc fix.
5126         (define-project-bindings): Rename arg LIST to SETTINGS.
5127         (project-find-settings-file): Use `let', not `let*'.
5128         Use `when'.
5130 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
5132         * files.el (project-settings-file, locate-dominating-file):
5133         Fix typos in docstrings.
5134         (find-file-visit-truename): Remove * from defcustom docstring.
5136 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
5138         * files.el (project-settings-file): New variable.
5139         (project-find-settings-file): Use it, instead of hardcoding
5140         .dir.settings.el.
5142 2008-11-13  Glenn Morris  <rgm@gnu.org>
5144         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
5146 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
5148         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
5149         in mail bodies.
5151 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
5153         * international/mule.el (autoload-coding-system, with-category-table)
5154         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
5155         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
5156         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
5157         (set-file-name-coding-system, ctext-pre-write-conversion)
5158         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
5159         Reflow docstrings.
5160         (charset-list, set-coding-priority): Remove redundant obsolescence info.
5161         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
5162         (char-valid-p): Define with `define-obsolete-function-alias'.
5164         * textmodes/artist.el (artist-mode): Fix typos in docstring.
5166 2008-11-12  Sam Steingold  <sds@gnu.org>
5168         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
5169         between hostname and path.
5171 2008-11-11  Juri Linkov  <juri@jurta.org>
5173         * dired-aux.el (dired-isearch-filenames)
5174         (dired-isearch-filenames-regexp):
5175         Let-bind isearch-message-prefix-add to "filename ".
5177         * isearch.el (isearch-message-prefix-add)
5178         (isearch-message-suffix-add): New variables.
5179         (isearch-message-prefix): Show additional text from
5180         `isearch-message-prefix-add' before "I-search".
5181         (isearch-message-suffix): Show additional text from
5182         `isearch-message-suffix-add' at the end.
5184         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
5185         `isearch-search'.  Call isearch-success-function to skip matches
5186         outside the current isearch scope.  Let-bind search-invisible to
5187         nil to not match invisible text.
5189         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
5190         Let-bind `isearch-recursive-edit' to nil to prevent calling
5191         `exit-recursive-edit' in `isearch-done' that terminates the
5192         execution of these commands when it is non-nil.  Call
5193         `exit-recursive-edit' explicitly at the end.
5194         (isearch-occur): For word search construct the correct regexp
5195         with word boundaries to proceed with occur.
5197         * isearch.el (isearch-search-fun): Compare the length of the
5198         current search string with the length of the string from the
5199         previous search state to detect the situation when the user
5200         adds or removes characters in the search string.
5201         Use word-search-forward-lax and word-search-backward-lax in this
5202         case, and otherwise word-search-forward and word-search-backward.
5204 2008-11-11  Sam Steingold  <sds@gnu.org>
5206         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
5207         the "Version Control" group (for C-x v g).
5209 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
5211         * server.el (server-process-filter): Fix typos and reflow docstring.
5213 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
5215         * mail/footnote.el (footnote-mode): Improve doc-string.
5216         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
5218 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
5220         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
5222 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5224         * mail/smtpmail.el (smtpmail-open-stream): Use
5225         `starttls-any-program-available'.  Auto-load starttls.el for it.
5227 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
5229         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
5230         version (bug@1285).
5232 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
5234         * startup.el (command-line): Ignore init-file-user when checking
5235         user's home directory on MS-DOS as well.
5237 2008-11-07  Sam Steingold  <sds@gnu.org>
5239         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
5241 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
5243         * frame.el (make-frame-on-display): Use `string-match-p'.
5245 2008-11-07  Glenn Morris  <rgm@gnu.org>
5247         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
5249 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
5251         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
5252         to initialize font-lock keyword case sensitivity.
5253         (lisp-mode): Use it.
5255 2008-11-06  Glenn Morris  <rgm@gnu.org>
5257         * eshell/esh-maint.el: Remove unused file.
5259         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
5261         * cus-edit.el (custom-comment-tag): Doc fix.
5262         (custom-comment, custom-variable-value-create, custom-face):
5263         Use face names sans -face suffix rather than aliases.
5265 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
5267         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
5268         window width.
5270 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
5272         * server.el (server-process-filter): Only default to emacsclient's
5273         terminal in daemon mode.
5275 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
5277         * window.el (quit-window): Restore prefix argument behavior
5278         removed in 2008-10-30 change.  (Bug#1308)
5280 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
5282         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
5283         function to kill-buffer-hook, not to kill-buffer.
5284         Reported by Markus Triska <markus.triska@gmx.at>
5286 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
5288         * calc/calc.el (calc-quit): Make sure that the keypad buffer
5289         exists before deleting its windows.
5291 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
5293         * server.el (server-process-filter): Don't call
5294         server-create-tty-frame when no tty name is specified.
5296 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
5298         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
5300 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
5302         * international/mule-cmds.el (toggle-enable-multibyte-characters)
5303         (define-char-code-property):
5304         * textmodes/reftex.el (reftex-index):
5305         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
5307 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
5309         * vc-bzr.el (vc-bzr-dir-printer): Rename from
5310         vc-bzr-status-printer.
5312         * startup.el (startup-echo-area-message): Display a different
5313         message in daemon mode.  Suggested by Stephen Turnbull.
5315         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
5316         Windows.
5318 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
5320         * dframe.el (dframe-mouse-position-function)
5321         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
5322         (dframe-mouse-set-point): Fix typos in docstrings.
5324 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5326         * vc-dir.el (vc-dir-headers): Undo previous change.
5328 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
5330         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
5331         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
5333 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
5335         * subr.el (looking-back): Fix doc-string typo.
5337         * electric.el (Electric-pop-up-window): Call window-end with
5338         UPDATE set to t.
5340         * window.el (save-selected-window): Make it behave like
5341         save-selected-window-norecord.
5342         (save-selected-window-norecord): Remove, since functionality
5343         fully taken over by save-selected-window.
5344         (walk-windows, set-window-text-height, fit-window-to-buffer):
5345         Use save-selected-window instead of save-selected-window-norecord.
5346         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
5347         save-selected-window-norecord.
5348         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
5349         indent-function for save-selected-window-norecord.
5351 2008-11-03  Alan Mackenzie  <acm@muc.de>
5353         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
5355 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
5357         * subr.el (looking-back): Doc fix.
5359         * term/x-win.el (x-initialize-window-system):
5360         Call x-wm-set-size-hint after initialization.
5362         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
5363         to t.
5365         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
5366         2000-12-08 (bug#1297).
5368         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
5370 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5372         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
5373         when appropriate.
5375 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
5377         * window.el (save-selected-window-norecord): New macro.
5378         (walk-windows): Use save-selected-window-norecord and call
5379         select-window with NORECORD set.  (Bug#1237)
5380         (set-window-text-height, fit-window-to-buffer):
5381         Use save-selected-window-norecord and call select-window with
5382         NORECORD set.
5383         * subr.el (with-selected-window): Call set-frame-selected-window
5384         with new argument NORECORD set.  Update doc-string.
5385         (with-selected-frame): Call select-frame with new argument
5386         NORECORD set.  Update doc-string.
5387         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
5388         Put indent-function for save-selected-window-norecord.
5389         * font-lock.el (lisp-font-lock-keywords-2):
5390         Add save-selected-window-norecord.
5392 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5394         * cus-edit.el (customize-apropos-options, custom-comment)
5395         (custom-comment-tag, custom-face-edit-attribute-tag):
5396         Fix typos in docstrings.
5397         (custom-buffer-done-kill): Remove * from defcustom docstring.
5398         (custom-file): Fix typo in doc of defcustom choice.
5400         * frame.el (display-visual-class): Fix typo in docstring.
5401         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
5402         (special-display-frame-alist, show-trailing-whitespace)
5403         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
5404         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5405         Remove * from defcustom docstrings.
5407         * md4.el (md4-buffer): Fix typo in docstring.
5408         (md4, md4-64): Doc fixes.
5409         (md4-pack-int32): Reflow docstring.
5411         * paths.el (rmail-file-name): Remove * from defcustom docstring.
5412         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
5414         * rect.el (open-rectangle): Reflow docstring.
5415         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
5417         * select.el (x-get-cut-buffer): Fix typo in docstring.
5419         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
5420         (timezone-time-zone-from-absolute, timezone-leap-year-p):
5421         Fix typos in docstrings.
5423         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
5424         Fix typos in docstrings.
5426 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
5428         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
5430         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
5431         (newsticker--treeview-list-update, newsticker--treeview-item-show)
5432         (newsticker--treeview-tree-update)
5433         (newsticker--treeview-tree-update-highlight)
5434         (newsticker-treeview-update)
5435         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
5436         (newsticker-treeview-next-new-or-immortal-item)
5437         (newsticker-treeview-prev-new-or-immortal-item)
5438         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
5439         (newsticker-treeview-tree-click): Watch for layout changes.
5440         (newsticker--treeview-set-current-node): Cleanup.
5441         (newsticker--treeview-restore-layout): Rename from
5442         newsticker--treeview-restore-buffers.
5443         (newsticker--treeview-mark-item): Update cache file.
5445 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
5447         * calendar/icalendar.el (icalendar--uid-count): New.
5448         (icalendar--create-uid): New.  Extracted from
5449         `icalendar-export-region' and add uid counter.
5450         (icalendar-export-region): Use `icalendar--create-uid'.
5452 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
5454         * tooltip.el (tooltip-frame-parameters): Doc fix.
5456 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
5458         * window.el (window-body-height, window-current-scroll-bars)
5459         (walk-windows, get-window-with-predicate, get-buffer-window-list)
5460         (minibuffer-window-active-p, count-windows)
5461         (window-safely-shrinkable-p, window--splittable-p)
5462         (window--try-to-split-window, window--frame-usable-p)
5463         (window--even-window-heights, window--display-buffer-1)
5464         (window--display-buffer-2, set-window-text-height)
5465         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
5466         (truncated-partial-width-window-p): Rewrite doc-string.
5467         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
5468         (split-window-vertically, split-window-horizontally):
5469         Rename args, rewrite doc-string, and simplify code.
5470         (split-window-save-restore-data): Rename args and use
5471         when instead of if.
5473 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
5475         * indent.el (indent-for-tab-command): Use use-region-p.
5477         * vc.el (vc-revert): Limit the length of the query string.
5479 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
5481         * simple.el (idle-update-delay, next-error-highlight)
5482         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
5483         (minibuffer-history-case-insensitive-variables, kill-ring-max)
5484         (kill-read-only-ok, backward-delete-char-untabify-method)
5485         (kill-whole-line, mark-ring-max, global-mark-ring-max)
5486         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
5487         (goal-column, line-move-ignore-invisible, fill-prefix)
5488         (auto-fill-inhibit-regexp, blink-matching-paren)
5489         (blink-matching-paren-on-screen, blink-matching-paren-distance)
5490         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
5491         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
5492         (minibuffer-history-isearch-wrap, transient-mark-mode)
5493         (next-logical-line, auto-fill-mode, line-number-mode)
5494         (column-number-mode, size-indication-mode, clone-indirect-buffer)
5495         (normal-erase-is-backspace-mode): Doc fixes.
5496         (current-kill, transient-mark-mode, toggle-truncate-lines)
5497         (visible-mode): Reflow docstrings.
5498         (minibuffer-local-shell-command-map, interprogram-paste-function):
5499         Fix typos in docstrings.
5501 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
5503         * server.el (server-process-filter): In daemon mode, default to
5504         emacsclient's tty if not opening a new frame and only the
5505         terminal-frame is available.
5507 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
5509         * window.el (quit-window): Simplify code.  Say in doc-string
5510         that it operates on the selected window's buffer.  (Bug#1259)
5512 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
5514         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
5515         nil so that log-view-diff-changeset works.
5517 2008-10-30  Glenn Morris  <rgm@gnu.org>
5519         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
5521         * resume.el: Move to obsolete/.
5522         * Makefile.in (ELCFILES): Update.
5524 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
5526         * electric.el (Electric-pop-up-window): Don't shrink the window if
5527         it's already big enough.
5529         * minibuffer.el (delete-minibuffer-contents): Delete all
5530         minibuffer contents instead of just the current field.
5532         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
5534         * bookmark.el (bookmark-handle-bookmark): Rename from
5535         bookmark-jump-noselect.
5536         (bookmark--jump-via, bookmark-insert): Callers changed.
5537         (bookmark-jump-noselect): Wrapper function for
5538         bookmark-handle-bookmark.
5539         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
5541         * textmodes/ispell.el (ispell-word): Use use-region-p.
5543 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
5545         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
5546         to follow naming conventions for abnormal hooks.  Doc fix.
5547         (tooltip-mode, tooltip-timeout): Use it.
5548         (tooltip-hook): New obsolete alias.
5549         (tooltip-help-tips): Doc fix.
5551         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
5553 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
5555         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
5556         of hardcoded /tmp.
5558 2008-10-29  Glenn Morris  <rgm@gnu.org>
5560         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
5562         * vc-hooks.el (vc-find-root): Remove bogus alias.
5564 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5566         * international/quail.el (quail-show-guidance): Don't create
5567         a guidance-frame if current buffer is not a minibuffer, since even if
5568         selected-window is mini-p, the buffer will never be displayed in it, so
5569         it wil be usable for guidance.
5571 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5573         * smerge-mode.el: Require diff-mode at run-time as well.
5575 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
5577         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
5578         * vc-hooks.el (vc-stay-local): Likewise.
5580 2008-10-28  Phil Sung  <psung@mit.edu>
5582         * follow.el (follow-scroll-down, follow-calc-win-end)
5583         (follow-estimate-first-window-start): Reduce effective window
5584         height when header line is present.  (Bug#925)
5586 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
5588         * subr.el (locate-user-emacs-file): Simplify.  Don't create
5589         `user-emacs-directory' when Emacs is running in batch mode.
5591         * startup.el (inhibit-startup-screen): Reflow docstring.
5592         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
5594 2008-10-27  Kenichi Handa  <handa@m17n.org>
5596         * descr-text.el (describe-char): Fix terminal case (where font is nil).
5598 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
5600         * face-remap.el (text-scale-increase, text-scale-decrease)
5601         (text-scale-adjust): Remove &optional keyword from the arg list;
5602         the INC argument is not really optional, if the functions happen
5603         to be called from elisp.
5605 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
5607         * vc.el: Rename VC methods that were missed when vc-status was
5608         renamed to vc-dir.
5609         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
5610         vc-svn-status-extra-headers.
5611         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
5612         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
5613         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
5614         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
5615         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
5616         vc-dir-status-printer.
5617         (vc-dir-headers): Use `dir-extra-headers' instead of
5618         `status-extra-headers'.
5619         (vc-dir-printer): Rename from vc-dir-status-printer.
5620         (vc-default-dir-extra-headers): Rename from
5621         vc-default-status-extra-headers.
5622         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
5623         vc-cvs-status-extra-headers.
5625         * startup.el (server-name): Pacify byte compiler.
5626         (command-line): If --daemon=SERVER_NAME was used, set server-name
5627         before calling server-start.
5629 2008-10-26  Romain Francoise  <romain@orebokech.com>
5631         * startup.el (command-line): Call daemon-initialized after
5632         starting the server.
5634 2008-10-26  Kenichi Handa  <handa@m17n.org>
5636         * help-fns.el (describe-categories): Display the terse legend at
5637         the head.
5639         * international/characters.el: Docstrings of categories improved.
5641 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5643         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
5645         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
5646         to the courier family.
5647         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
5648         usually not serif'd and hence rather unlike verbatim's printed output.
5650 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
5652         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
5653         when reporting the module.
5655         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
5657         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
5659 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5661         * files.el (locate-dominating-stop-dir-regexp): New var.
5662         (locate-dominating-file): Change arg from a regexp to a file name.
5663         Rewrite using the vc-find-root code to avoid directory-files which is
5664         too slow.  Obey locate-dominating-stop-dir-regexp.
5665         Don't pay attention to changes in owner.
5666         (project-find-settings-file): Adjust call to locate-dominating-file.
5668         * progmodes/flymake.el (flymake-find-buildfile):
5669         Adjust call to locate-dominating-file.
5671         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
5672         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
5674 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
5676         * subr.el (with-current-buffer): Rename buffer argument to
5677         buffer-or-name.
5678         * window.el (get-buffer-window-list): Rename buffer argument to
5679         buffer-or-name and make it optional.
5681 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
5683         * completion.el (add-completion-to-head, add-completion): Doc fixes.
5684         (completion-search-next, add-completions-from-file):
5685         Fix typos in docstrings.
5687         * filesets.el (filesets-menu-ensure-use-cached)
5688         (filesets-ingroup-patterns, filesets-filetype-property):
5689         * tutorial.el (get-lang-string):
5690         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
5691         Fix typos in docstrings.
5693         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
5694         (image-dired-line-up-method, image-dired-thumb-size)
5695         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
5696         (image-dired-track-original-file, image-dired-track-thumbnail)
5697         (image-dired-dired-next-line, image-dired-dired-previous-line)
5698         (image-dired-write-comments): Reflow docstrings.
5699         (image-dired-show-all-from-dir-max-files)
5700         (image-dired-format-properties-string, image-dired-create-thumbs)
5701         (image-dired-mark-tagged-files, image-dired-gallery-generate):
5702         Fix typos in docstrings.
5704         * savehist.el (savehist-save-minibuffer-history, savehist-file)
5705         (savehist-additional-variables, savehist-ignored-variables)
5706         (savehist-file-modes, savehist-autosave-interval):
5707         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
5708         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
5709         (fancy-splash-image):
5710         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
5711         (thumbs-conversion-program, thumbs-margin):
5712         Remove spurious * in docstrings.
5714 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
5716         * thingatpt.el (end-of-sexp, beginning-of-sexp)
5717         (forward-same-syntax): Omit default arguments to char-after and
5718         char-before.
5720 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
5722         * subr.el (locate-user-emacs-file): New function.
5723         (user-emacs-directory): Mention it in docstring.
5725         * completion.el (save-completions-file-name):
5726         * filesets.el (filesets-menu-cache-file):
5727         * image-dired.el (image-dired-dir, image-dired-db-file)
5728         (image-dired-temp-image-file, image-dired-gallery-dir)
5729         (image-dired-temp-rotate-image-file):
5730         * savehist.el (savehist-file):
5731         * server.el (server-auth-dir):
5732         * thumbs.el (thumbs-thumbsdir):
5733         * tutorial.el (tutorial--saved-dir):
5734         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
5736 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
5738         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
5739         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
5741 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
5743         * filesets.el: Update author email.
5744         (filesets-data): Doc fix.
5746 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
5748         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
5750 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
5752         * international/mule-cmds.el (describe-language-environment):
5753         Indent sample text.
5755 2008-10-23  Glenn Morris  <rgm@gnu.org>
5757         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5759         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
5760         byte-compile a redefinition of a function with special byte-compile
5761         handling.  (Bug#411)
5763 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5765         * ps-print.el: Deal with page sizes for label printes.  Suggested by
5766         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
5767         (ps-print-version): New version 7.3.3.
5768         (ps-page-dimensions-database): New page sizes for label printers.
5769         (ps-n-up-printing): Fix code.
5771 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
5773         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
5775         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
5776         (list-at-point): Add docstrings.
5778         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
5780         * dired-aux.el (dired-do-create-files): Doc fix.
5782 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
5784         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
5785         with other documentation.
5787 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
5789         * replace.el (how-many): Fix typo in docstring.
5790         Reported by Leo <sdl.web@gmail.com>.
5792 2008-10-22  Glenn Morris  <rgm@gnu.org>
5794         * international/mule-cmds.el (universal-coding-system-argument):
5795         Check for C-g.  (Bug#1205)
5797 2008-10-22  Kenichi Handa  <handa@m17n.org>
5799         * international/characters.el: Don't setup
5800         find-word-boundary-function-table.
5801         (next-word-boundary-han, next-word-boundary-kana): Delete them.
5802         (word-combining-categories, word-separating-categories):
5803         Adjust to the change of the docstrings.
5805 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
5807         * simple.el (region-active-p): Doc fix.
5809 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5811         * subr.el (apply-partially): Move from here...
5813         * simple.el (apply-partially): ...to here.
5815 2008-10-20  Andreas Schwab  <schwab@suse.de>
5817         * subr.el (split-string-and-unquote): Simplify regexp.
5819 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5821         * subr.el (top-level): Require `cl' when compiling.
5823 2008-10-20  David Reitter  <david.reitter@gmail.com>
5825         * info.el (Info-mode): Do not remove an existing header line if
5826         `Info-use-header-line' is nil.
5828 2008-10-19  Juri Linkov  <juri@jurta.org>
5830         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5831         Add arg `delimited' as in `query-replace' for the case when
5832         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
5833         Add more indicators to the prompt ("word" and "in region").
5835         * replace.el (query-replace, query-replace-regexp)
5836         (replace-string, replace-regexp, perform-replace): Add "word"
5837         indicatiors to the prompt for word delimited replacements.
5839         * replace.el (read-regexp): Rename arg `default' to `default-value'.
5840         Doc fix.
5842 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5844         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
5846         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
5848 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
5850         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
5851         Make argument names follow Elisp manual.
5853 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5855         * textmodes/remember.el (remember-data-file):
5856         * shadowfile.el (shadow-initialize)
5857         <shadow-info-file, shadow-todo-file>:
5858         * savehist.el (savehist-file):
5859         * recentf.el (recentf-save-file):
5860         * pcvs-defs.el (cvs-cvsrc-file):
5861         * international/kkc.el (kkc-init-file-name):
5862         * ido.el (ido-save-directory-list-file):
5863         * calendar/todo-mode.el (todo-file-do, todo-file-done)
5864         (todo-file-top): Run file names that begin with a period thru
5865         `convert-standard-filename'.
5867         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
5868         before-init-hook.
5870         Fix Bug #1183:
5872         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
5873         coding-system-for-read to ediff-coding-system-for-write.
5875         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
5876         coding-system-for-write to ediff-coding-system-for-write.
5878         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
5879         (ediff-coding-system-for-write): Set to emacs-internal.
5881 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5883         * international/mule-conf.el (emacs-internal): New coding system alias.
5885 2008-10-18  Juri Linkov  <juri@jurta.org>
5887         * info.el (Info-file-supports-index-cookies-list): New variable.
5888         (Info-file-supports-index-cookies): New function.
5889         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
5890         (Info-index-nodes): Let-bind Info-point-loc to nil for files
5891         without an index cookie to ignore it when Info-index-nodes is
5892         called during navigating from an index node with line numbers.
5893         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
5895         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
5896         variable definition section.
5898         * info.el (Info-find-node-2): Put initial point below the header line
5899         and breadcrumbs line.
5901 2008-10-18  Glenn Morris  <rgm@gnu.org>
5903         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
5904         the needed external programs were not found.
5906 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
5908         * files.el (trash-directory): Run thru `convert-standard-filename'.
5909         (file-modes-char-to-who, file-modes-char-to-right)
5910         (file-modes-rights-to-number, file-modes-symbolic-to-number)
5911         (read-file-modes): Doc fixes.
5913 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
5915         * abbrev.el (define-abbrev): Doc fix.
5917 2008-10-17  Alan Mackenzie  <acm@muc.de>
5919         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
5920         foo bar [] = { ...".
5922 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
5924         * faces.el (face-spec-set-2): Don't pass invalid attributes to
5925         set-face-attribute.
5927 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
5929         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
5930         according to `locale-coding-system'.  (This fixes trivial bug reported
5931         as part of bug#1179).
5932         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
5933         particular order).  Use `when'.
5935 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
5937         * w32-fns.el (w32-check-shell-configuration): Doc fix.
5938         (w32-add-charset-info): Fix typo in docstring.
5940 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5942         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
5943         after discussion.
5945 2008-10-16  Magnus Henoch  <mange@freemail.hu>
5947         * vc-arch.el (vc-arch-dir-status): New function.
5948         (vc-arch-after-dir-status): New function.
5950 2008-10-16  Glenn Morris  <rgm@gnu.org>
5952         * man.el (Man-getpage-in-background): Force recent `man's to output
5953         escape sequences even when stdout is not a tty.  (Bug#1142)
5955 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5957         * international/mule-conf.el: Add `utf8' and `UTF8' as
5958         aliases for the `utf-8' coding system.
5960 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
5962         * find-file.el (ff-get-file): Doc fix.
5963         (ff-get-file-name): Use `let', not `let*'.
5964         (ff-search-directories): Fix typo in docstring.
5965         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5966         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
5967         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
5968         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
5969         (cc-other-file-alist, modula2-other-file-alist):
5970         Remove spurious * in docstrings.
5972 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
5974         * faces.el (set-face-attribute): Set family and foundry before
5975         other attributes.
5976         (face-spec-set-2): Pass unmodified args to set-face-attribute.
5978 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
5980         * hl-line.el (hl-line-unload-function): New function.
5981         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
5982         (hl-line-sticky-flag): Remove spurious * in docstring.
5984 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5986         * vc-git.el (vc-git-show-log-entry): Include the revision in the
5987         search string.
5989 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
5991         * net/tramp.el (tramp-process-one-action): Embed regexp in
5992         parentheses, before adding end-of-buffer construct.  Suggested by
5993         Markus Triska <markus.triska@gmx.at>.
5995 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
5997         * net/newst-plainview.el (w3m-toggle-inline-image):
5998         Define 'declare-function if necessary, for compatibility.
6000         * net/newst-treeview.el (w3m-toggle-inline-images):
6001         Define 'declare-function if necessary, for compatibility.
6003 2008-10-13  Alan Mackenzie  <acm@muc.de>
6005         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
6006         so that the function works on one-line macros.
6008         * progmodes/cc-engine.el: Amend several doc strings and comments.
6010 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6012         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
6014         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
6015         (vc-cvs-stay-local): Add a new choice and default to it.
6016         (vc-cvs-dir-status): Use the new vc-stay-local choice.
6018         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
6020 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
6022         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
6023         Add support for extended return statement.
6025         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
6026         and obj-dir; keep user order.
6028 2008-10-12  Glenn Morris  <rgm@gnu.org>
6030         * Makefile.in (ELCFILES): Update.
6032         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
6033         (shell-file-name-quote-list): Declare.
6035 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
6037         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
6039 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
6041         * startup.el (command-line): If toolbar is disabled but ought to
6042         be initialized, call tool-bar-setup.
6044         * tool-bar.el (tool-bar-setup): Variable deleted.
6045         (tool-bar-setup): Set it up unconditionally.
6047         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
6049         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
6050         tool-bar-map has been initialized before setting it up.
6052         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
6053         tool-bar-map has been initialized before setting it up.
6055 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
6057         * emacs-lisp/warnings.el (display-warning): Issue a message if
6058         called during daemon initialization.
6060         * tool-bar.el (tool-bar-local-item)
6061         (tool-bar-local-item-from-menu): Put the check for number of
6062         display colors into the image expression.
6063         (tool-bar-setup): Don't be a no-op on ttys.
6065         * info.el (info-tool-bar-map):
6066         * progmodes/gud.el (gud-tool-bar-map):
6067         * progmodes/grep.el (grep-mode-tool-bar-map):
6068         * progmodes/compile.el (compilation-mode-tool-bar-map):
6069         Initialize it unconditionally.
6071 2008-10-11  Romain Francoise  <romain@orebokech.com>
6073         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
6074         * kmacro.el (kmacro-edit-lossage): Ditto.
6075         * edmacro.el (edit-kbd-macro): Ditto.
6077 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
6079         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
6080         Fix variable names.
6082 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
6084         * startup.el (command-line): Revert 2008-09-26 change, not
6085         necessary anymore.
6087 2008-10-10  Andreas Schwab  <schwab@suse.de>
6089         * simple.el (minibuffer-complete-shell-command):
6090         Bind comint-delimiter-argument-list, comint-file-name-chars and
6091         comint-file-name-quote-list like shell-mode.
6093 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
6095         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
6096         call of select-window.
6098 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
6100         * calc/calc.el (calc-embedded-word-regexp)
6101         (calc-embedded-word-regexp-alist): New variables.
6102         (calc-embedded-open-word, calc-embedded-close-word)
6103         (calc-embedded-open-close-word-alist): Remove unused variables.
6105         * calc/calc-embed.el (calc-embedded-make-info):
6106         Use `calc-embedded-word-regexp' to find words.
6108 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
6110         * info.el (Info-extract-menu-counting): New argument no-detail to
6111         skip detailed node listings.
6112         (Info-forward-node): New argument not-up to inhibit going up.
6113         (Info-final-node): Call Info-extract-menu-counting and
6114         Info-forward-node with the new arguments set to avoid infinite
6115         looping.  (Bug#1116)
6117 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
6119         * startup.el (command-line): Don't invoke tool-bar-mode if it is
6120         not fboundp.
6122 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
6124         * startup.el (command-line): Enable tool-bar-mode as long as it is
6125         not suppressed by X resources, regardless of the terminal.
6127         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
6128         graphical terminals.
6129         (tool-bar-setup): No-op if called on a tty.
6131 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
6133         * frame.el (make-frame-on-tty): Use "F" inside interactive.
6134         Support `pc' ``window-system''.
6136         * progmodes/compile.el (compilation-start): Resurrect the version
6137         for systems that don't support asynchronous subprocesses.
6139 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
6141         * window.el (pop-up-frames): Add choice graphic-only.
6142         (display-buffer): When pop-up-frames equals graphic-only do
6143         not pop up new frame on text-only terminals.  (Bug#1061)
6145 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
6147         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
6148         (vc-cvs-dir-status): Use it.
6150 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
6152         * json.el (json-skip-whitespace): Fix last change.
6154 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
6156         * bs.el (bs-unload-function): New function.
6158 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
6160         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
6161         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6162         For clarity, explicitly require cl.
6164 2008-10-08  Michael Olson  <mwolson@gnu.org>
6166         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
6167         can avoid a bad interaction with programs that add functions to
6168         the window-scroll-functions hook.  This fixes Bug #858.
6170 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
6172         * startup.el (command-line): Use display-warning to warn about an
6173         init file error.
6174         (command-line-1): Remove init file error delay.
6176 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6178         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
6179         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
6180         (rx-group-if): New function.
6181         (rx-parent): New variable.
6182         (rx-and, rx-or): Put shy groups only when necessary.
6183         (rx-bracket): Remove.
6184         (rx-anything): New function.
6185         (rx-any-delete-from-range, rx-any-condense-range)
6186         (rx-check-any-string): New functions.
6187         (rx-check-any): Return result as a list.  Don't convert chars to
6188         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
6189         Check char category string.  Call rx-form instead of rx-to-string.
6190         (rx-any): Rebuid to complete the function.
6191         (rx-check-not): Fix char category regexp pattern string.
6192         Call rx-form instead of rx-to-string.
6193         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
6194         "[^^]".  Call regexp-quote for one char string when not called from
6195         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
6196         "\\[SCBW]" to toggle.
6197         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
6198         instead of rx-to-string.
6199         (rx-kleene): Call rx-form instead of rx-to-string.
6200         Call rx-group-if to adjust putting of shy groups.
6201         (rx-atomic-p): Make check more precisely.
6202         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
6203         (rx-regexp): Call rx-group-if.
6204         (rx-form): New function.
6205         (rx-to-string): Call rx-form, rx-group-if.
6206         Refine definition of NO-GROUP.
6208 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
6210         * json.el (json-advance): Use forward-char.
6211         (json-skip-whitespace): Use skip-syntax-forward.
6213 2008-10-07  Alan Mackenzie  <acm@muc.de>
6215         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
6216         indenting a macro followed by blank lines doesn't backslash the
6217         following non-blank line into the macro.
6219 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
6221         * startup.el (before-init-time, after-init-time): Move into emacs.c.
6222         (command-line): Set after-init-time to nil before initialization.
6224 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
6226         * calc/calc-units.el (math-standard-units): Update the values
6227         of the units.
6229 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
6231         * bookmark.el (bookmark-unload-function): New function.
6233 2008-10-06  Andreas Schwab  <schwab@suse.de>
6235         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6237 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
6239         * mail/footnote.el: Remove * in defcustom docstrings and tell
6240         for most options that customizing them doesn't affect buffers
6241         already displaying footnotes.
6242         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
6243         Fix handling of text properties and identical start/end tags.
6244         Do not use format when renumbering.
6245         (Footnote-set-style): Make it work.
6246         (Footnote-insert-numbered-footnote): Simplify.
6247         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
6248         (Footnote-goto-footnote): Fix handling of empty section tag.
6249         (Footnote-delete-footnote): Fix handling of identical start/end
6250         tags, empty section tag, and spaced footnotes.  Do not use
6251         kill-region.
6252         (footnote-mode): Make most options buffer-local to avoid that
6253         customizing messes up handling of footnotes in buffers that
6254         already display them.
6256 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
6258         * faces.el (x-create-frame-with-faces): Undo previous change.
6260         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
6261         existent files.
6263 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
6265         * international/mule-cmds.el (universal-coding-system-argument):
6266         Handle digit-argument too.
6268 2008-10-05  Mario Lang  <mlang@delysid.org>
6270         * xml.el (xml-parse-string): Use skip-chars-forward.
6272 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6274         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
6275         existent files.
6276         (vc-bzr-dir-status-files): New function.
6278 2008-10-04  Glenn Morris  <rgm@gnu.org>
6280         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
6282         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
6283         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
6285         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
6286         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
6288 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
6290         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6291         Fix typo.  (Bug#1074)
6293 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
6295         * progmodes/compile.el (compilation-start): Make sure to move to
6296         point-max only when we are in the compilation buffer.  (Bug#1073)
6298 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
6300         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
6301         tool-bar-mode is on.
6303         * vc-svn.el (vc-svn-dir-status-files):
6304         * vc-cvs.el (vc-cvs-dir-status-files): New function.
6306 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6308         * vc-hg.el (vc-hg-dir-status-files): New function.
6310 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
6312         * window.el (window--display-buffer-1): Don't care about
6313         visibility since raise-frame does.
6315 2008-10-03  Mario Lang  <mlang@delysid.org>
6317         * nxml/xmltok.el (xmltok-forward): Simplify.
6319 2008-10-03  Glenn Morris  <rgm@gnu.org>
6321         * Makefile.in (ELCFILES): Update.
6323         * frame.el (set-default-font): Make obsolete.
6324         * mouse.el (mouse-set-font): Use set-frame-font.
6326         * jka-cmpr-hook.el (jka-compr-compression-info-list)
6327         (jka-compr-mode-alist-additions): Also match `.tbz2'.
6329         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
6330         * files.el (auto-mode-alist): Add .PRO as per above autoload.
6332 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6334         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
6335         (vc-dir-refresh): Set it here instead.  (Bug#1067)
6337 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
6339         * faces.el (inhibit-frame-set-background-mode): New var.
6340         (frame-set-background-mode): Use it to avoid a loop in
6341         face-spec-recalc.
6343 2008-10-02  Glenn Morris  <rgm@gnu.org>
6345         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
6346         vc-diff-switches.
6348 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6350         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
6351         that is, to take some action when a buffer is killed.  Suggested by
6352         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
6353         11.2.2.
6354         (whitespace-action): Docstring and :type fix.
6355         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
6356         Code fix.
6357         (whitespace-add-local-hook, whitespace-remove-local-hook)
6358         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
6360 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6362         * net/tls.el (open-tls-stream): Show the actual command being
6363         executed, instead of the format string.
6365 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
6367         * term/internal.el (dos-locale-alist): New alist.
6368         (dos-codepage-setup): Use it to compute a value of locale with
6369         which to call set-locale-environment.  Remove code to set
6370         terminal, keyboard, and file-name encoding (done by
6371         set-locale-environment).
6373         * international/mule-cmds.el
6374         (set-language-environment-nonascii-translation): Fix nonascii
6375         value for `pc' ``window-system''.
6376         (set-display-table-and-terminal-coding-system)
6377         (set-default-coding-systems): Don't special-case `pc'.
6379 2008-10-01  Glenn Morris  <rgm@gnu.org>
6381         * filesets.el (filesets-menu-name): Fix type.
6382         (filesets-menu-path, filesets-menu-before): Fix types.
6383         Change defaults to be consistent with recentf.  (Bug#1056)
6385 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6387         * term/xterm.el (xterm-turn-on-modify-other-keys)
6388         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
6389         Don't forget to pass `terminal' to `send-string-to-terminal'.
6391 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
6393         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
6394         (vc-file-not-found-hook): Check, that `buffer-file-name' is
6395         non-nil.  It is not clear, whether this is only fixing symptoms on
6396         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
6397         is embedded by that check.  So it might be TRT.  Suggested by Dan
6398         Nicolaescu <dann@ics.uci.edu>.
6400 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
6402         * Makefile.in (ELCFILES): Remove codepage.elc.
6404         * international/codepage.el: File removed, as even ms-dos doesn't
6405         need it anymore.
6407         * loadup.el [ms-dos]: Don't load ccl and codepage.
6409         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
6410         (IT-character-translations, cjk-codepages-alist): Remove variables.
6411         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
6412         (IT-unicode-translations): Remove charset and base elements.
6413         Add translations for Latin-1 characters.
6414         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
6415         base and chset elements of IT-unicode-translations.  Don't wrap
6416         translation in "{...}".  Set up translations only for characters
6417         for which unencodable-char-position returns non-nil.
6418         (dos-codepage-setup): Don't use special-case codepages in
6419         cjk-codepages-alist.
6421         * files.el (locate-dominating-file): Wrap directory-files with
6422         condition-case, instead of calling file-directory-p, which stats
6423         the directory one more time.
6425         * mail/mail-utils.el (mail-unquote-printable-region):
6426         Use insert-byte instead of insert-char, when the UNIBYTE arg is
6427         non-nil.
6429 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
6431         * epa-file.el (epa-file-insert-file-contents): Fix typo.
6433 2008-09-30  Glenn Morris  <rgm@gnu.org>
6435         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
6437 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
6439         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
6440         (which-function): Handle nested imenu trees.
6442         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
6443         some nested menu items.
6445 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
6447         * calc/calc-units.el (math-standard-units): Add entries used to
6448         display the values in the units buffer.
6449         (math-build-units-table): Add entries to the units table to be used
6450         to display the values in the units buffer.
6451         (math-build-units-table-buffer): Use the display entry of the units
6452         table when non-nil.
6453         (calc-define-unit): Add option to enter display value of unit.
6455 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
6457         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
6459 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
6461         * files.el (locate-dominating-file): Take file-attributes of
6462         `dir', not of `file' (which never changes).
6464 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
6466         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
6467         also be `localname'.
6469         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
6470         IDENTIFICATION.
6472 2008-09-28  Glenn Morris  <rgm@gnu.org>
6474         * vc.el (vc-switches): Give it a doc string.
6476 2008-09-28  Romain Francoise  <romain@orebokech.com>
6478         * comint.el (comint-show-output): Adjust to stickiness changes of
6479         the output field.
6481         * startup.el (command-line): Start the daemon server later.
6483 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
6485         * subr.el (read-quoted-char): Call char-resolve-modifiers
6486         instead of char-resolve-modifers.
6488 2008-09-27  Glenn Morris  <rgm@gnu.org>
6490         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
6491         than [return].  (Bug#1031)
6493 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
6495         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
6497 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
6499         * epg.el (epg-wait-for-status): Check if there is no pending status.
6500         Reported by Ted Romer <ted@romerfamily.com>.
6502 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
6504         * startup.el (command-line): Turn on menu-bar-mode and
6505         tool-bar-mode when running as a daemon.
6507 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
6509         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
6510         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6511         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6512         ($(lisp)/progmodes/cc-engine.elc)
6513         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6514         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6515         ($(lisp)/progmodes/cc-subword.elc)
6516         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6518         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
6519         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6520         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6521         ($(lisp)/progmodes/cc-engine.elc)
6522         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6523         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6524         ($(lisp)/progmodes/cc-subword.elc)
6525         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6527 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6529         * informat.el (Info-split-threshold): New variable.
6530         (Info-split): Use it.
6532         * textmodes/texinfmt.el (texinfo-format-buffer):
6533         Use Info-split-threshold to decide whether to split Info files.
6535 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6537         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
6538         quoting.
6540         * comint.el (comint-dynamic-complete-as-filename): Quote directory
6541         name when reinserting it.
6543         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
6544         word-search-backward-lax for incremental word search.
6546 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
6548         * generic-x.el (generic-other-modes): Fix typo in docstring.
6549         (generic-use-find-file-hook, generic-lines-to-scan)
6550         (generic-find-file-regexp, generic-ignore-files-regexp)
6551         (generic-define-mswindows-modes, generic-define-unix-modes):
6552         Remove `*' from docstring.
6553         (generic-mode-find-file-hook): Use `string-match-p'.
6554         (apache-log-generic-mode, mailagent-rules-generic-mode)
6555         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
6556         (java-manifest-generic-mode, java-properties-generic-mode)
6557         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
6558         for consistency with other modes in generic-x.el.
6560 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
6562         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
6563         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
6564         parens specially only if latex-handle-escaped-parens is non-nil.
6565         (latex-indent-within-escaped-parens): New option.
6566         (latex-find-indent): Bind latex-handle-escaped-parens to
6567         latex-indent-within-escaped-parens.  Do not treat escaped parens
6568         specially when this is nil.  (Bug#954)
6570 2008-09-25  Glenn Morris  <rgm@gnu.org>
6572         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
6574 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6576         * vc.el (vc-mark-resolved): Move message here from
6577         vc-default-mark-resolved.
6578         (vc-default-mark-resolved): Change to an alias for ignore.
6580 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6582         * term.el (term-emulate-terminal): Encode input string before
6583         checking its length.
6585 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
6587         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
6588         is loaded.
6590         * server.el (server-buffer-done): Avoid changing the buffer when
6591         deleting the client's frame (bug#640).
6593         * vc.el (vc-default-mark-resolved): New function.
6595 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
6597         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
6598         from raising a wrong-type-argument error.
6600 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
6602         * help-fns.el (describe-function-1, describe-variable): Print
6603         relative file name in help buffer.
6604         * faces.el (describe-face): Print relative file name in help
6605         buffer.
6607 2008-09-23  Romain Francoise  <romain@orebokech.com>
6609         * subr.el (with-output-to-string): Make sure that the temporary
6610         buffer gets killed.
6612 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
6614         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
6615         indentation problem with keyword symbols when a list starts with
6616         ,@ or spaces.  (Bug#1012)
6618 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
6620         * textmodes/tex-mode.el (latex-find-indent): Try to handle
6621         escaped close parens correctly.  (Bug#954)
6623 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
6625         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
6626         usage of `fortune-file' even though a FILE argument was passed to
6627         the function.
6629 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6631         * startup.el (command-line): Start the server when in daemon mode.
6632         Remove always true test.
6634         * frame.el (frame-initialize): Remove spurious setting of
6635         special-display-function with the default value.
6637 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6639         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
6641 2008-09-20  Glenn Morris  <rgm@gnu.org>
6643         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
6644         Fix custom type.  (Bug#1011)
6646 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
6648         * files.el (move-file-to-trash): Avoid recursive trashing if
6649         rename-file calls delete-file.
6651 2008-09-20  Glenn Morris  <rgm@gnu.org>
6653         * play/fortune.el: Remove leading `*' from defcustom docs.
6654         (fortune-program-options): Doc fix.  Allow to be a string again.
6655         Add :version.
6656         (fortune-in-buffer): Handle fortune-program-options as a string.
6657         Don't rely on fortune program accepting options after fortune file.
6659 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
6661         * play/fortune.el (fortune-program-options): Change to a list.
6662         (fortune-in-buffer): Use apply.
6664 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
6666         * emacs-lisp/authors.el: Change encoding of file to utf-8.
6667         (authors-coding-system): Likewise.
6669 2008-09-20  Ami Fischman  <ami@fischman.org>
6671         * savehist.el (savehist-save): Handle errors in writing as well as
6672         reading.
6674 2008-09-20  Michael Olson  <mwolson@gnu.org>
6676         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
6677         to provide a minimal performance boost.
6679 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6681         * proced.el (proced-grammar-alist, proced-custom-attributes)
6682         (proced-format-alist, proced-format, proced-filter-alist)
6683         (proced-filter, proced-sort): Use defcustom.
6684         (proced-mode): Fix docstring.
6685         (proced-process-attributes): Handle return value nil of functions
6686         in proced-custom-attributes.
6688 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
6690         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
6691         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
6693 2008-09-19  Miles Bader  <miles@gnu.org>
6695         * comint.el (comint-output-filter): Make field properties for
6696         output text front-sticky.
6698 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
6700         * vc-bzr.el (vc-bzr-show-log-entry):
6701         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
6702         C-x v l for a directory uses that.
6704 2008-09-18  Simon Josefsson  <simon@josefsson.org>
6706         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
6707         .sieve files.
6709 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
6711         * help-macro.el (make-help-screen): Preserve key bindings
6712         established in help-mode call when exiting this macro.
6714 2008-09-17  Kenichi Handa  <handa@m17n.org>
6716         * language/burmese.el: Fix setting of composition-function-table.
6718 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
6720         * info.el (Info-follow-nearest-node): Don't raise an error for
6721         mouse-1 clicks.
6723 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
6725         * calc/calc-units.el (calc-convert-temperature): Use default
6726         units when appropriate.
6728 2008-09-16  Markus Triska  <markus.triska@gmx.at>
6730         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
6731         catch errors raised in `texmathp'.
6732         (flyspell-tex-math-initialized): Remove.
6734 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
6736         * frame.el (select-frame-set-input-focus): With non-nil
6737         mouse-autoselect-window always move mouse cursor to frame's
6738         selected window.  Otherwise restore pre 2008-09-13 behavior.
6739         (select-frame-by-name): Use select-frame-set-input-focus.
6741         * files.el (switch-to-buffer-other-frame): Don't raise frame since
6742         pop-to-buffer already does it.
6743         (display-buffer-other-frame): Fix doc-string.
6745 2008-09-16  Glenn Morris  <rgm@gnu.org>
6747         * add-log.el (diff-find-source-location): Update declaration.
6749         * progmodes/make-mode.el (makefile-match-function-end):
6750         Move point.  (Bug#983)
6752 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
6754         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
6756 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
6758         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
6759         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
6761 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6763         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
6765 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
6767         * files.el (file-truename): Don't raise args-out-of-range error
6768         when filename has no separator on windows-nt.  (Bug#982)
6770 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6772         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
6773         be more honest when we don't know.
6774         (diff-tell-file-name): Don't prompt before the actual prompt.
6775         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
6776         (diff-find-source-location): Add `noprompt' argument.
6777         (diff-current-defun): Don't prompt.
6779 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6781         * proced.el (proced-mark-face, proced-marked-face)
6782         (proced-sort-header-face): Remove.
6783         (proced-font-lock-keywords): Simplify.
6784         (proced-format): Use face proced-sort-header.
6785         (proced-format-interactive, proced-sort-interactive)
6786         (proced-filter-interactive): Only call proced-update if the scheme
6787         has changed.
6788         (proced-sort-header): Use posn-actual-col-row.
6790 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
6792         * add-log.el (change-log-find-window): New variable.
6793         (change-log-goto-source-1, change-log-goto-source):
6794         Set change-log-find-window to window displaying source.
6795         (change-log-next-error): Select window specified by
6796         change-log-find-window.
6798 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
6800         * frame.el (select-frame-set-input-focus): With focus follows
6801         mouse move mouse cursor to right window.
6802         * window.el (pop-to-buffer): Select window before calling
6803         select-frame-set-input-focus.
6805 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6807         * proced.el (proced-sort-header): New face.
6808         (proced-sort-header-face): New variable.
6809         (proced-format): Allow format value nil.
6810         Use proced-sort-header-face for header of sort column.
6811         (proced-format-args): New function.
6812         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
6813         (proced-header-help-echo, proced-field-help-echo, proced-timer)
6814         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
6815         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
6816         (proced-sort-header): Bind also to mouse-1.
6817         (proced-move-to-goal-column): Return position of point.
6818         (proced-filter-interactive): Always revert listing.
6819         (proced-format-ttname): Simplify.
6820         (proced-update): Do not keep undo information.  Put point at
6821         beginning of buffer if we generate the first listing.
6823 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
6825         * doc-view.el (doc-view-scroll-up-or-next-page)
6826         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
6827         vertically split windows.
6829 2008-09-12  Glenn Morris  <rgm@gnu.org>
6831         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
6833         * indent.el (indent-line-function): Doc fix.
6834         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
6836 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
6838         * window.el (pop-to-buffer): If the window for buffer-or-name is
6839         not on the selected frame, raise that window's frame and give it
6840         input focus.  (Bug#745)
6842 2008-09-11  Glenn Morris  <rgm@gnu.org>
6844         * ido.el (ido-mode): Initialize with custom-initialize-default,
6845         rather than a set function.  (Bug#947)
6847 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
6849         * replace.el (perform-replace): Don't set inhibit-read-only using
6850         query-replace-skip-read-only (bug#956).
6852         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
6853         of the <<foo>> form.
6855 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
6857         * window.el (display-buffer): Fix doc-string typo.
6859 2008-09-10  Kenichi Handa  <handa@m17n.org>
6861         * composite.el (compose-gstring-for-graphic): Fix previous change.
6863 2008-09-10  Glenn Morris  <rgm@gnu.org>
6865         * info.el (Info-try-follow-nearest-node): Fix doc typo.
6867 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
6869         * info.el (Info-mouse-follow-nearest-node): Follow links to different
6870         manuals.  (Bug#886)
6872 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
6874         * ido.el (ido-unload-function): New function.
6876 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
6878         * ido.el (ido-file-internal): Fix typo in prompt.
6879         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
6880         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
6881         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
6882         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
6883         Fix typos in docstrings.
6885 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
6887         * help-fns.el (describe-function-1): Don't print extra newline
6888         after filling.
6890 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6892         * help-fns.el (find-lisp-object-file-name): Handle case where
6893         library is compressed.
6895 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
6897         * complete.el (PC-do-completion): Don't replace buffer
6898         contents (bug#227).
6900 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
6902         * loadhist.el (unload-feature-special-hooks):
6903         Add `choose-completion-string-functions'.
6905 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6907         * vc-svn.el (vc-svn-root):
6908         * vc-sccs.el (vc-sccs-root):
6909         * vc-rcs.el (vc-rcs-root):
6910         * vc-cvs.el (vc-cvs-root): Delete.
6911         * vc-hooks.el (vc-find-root): Remove `invert' argument.
6913 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>
6915         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
6916         errors occurring in different files.
6918 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
6920         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
6921         (vc-bzr-status-printer): New function.
6922         (vc-bzr-after-dir-status): Deal with renamed files.
6924 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
6926         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
6927         buffer's filename.
6929 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
6931         * subr.el (cancel-change-group): Widen buffer temporarily when
6932         undoing changes.  (Bug#810)
6934 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
6936         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
6937         with gud-stop-subjob rather than exit debugger.
6939 2008-09-07  Kenichi Handa  <handa@m17n.org>
6941         * composite.el: Compose combining characters only when it
6942         follows a character matching with "[[:alpha:]]".
6944 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6946         * proced.el: Require time-date.
6947         (proced-command-alist, proced-command, proced-goal-header-re)
6948         (proced-sorting-schemes-alist, proced-sorting-scheme)
6949         (proced-header-alist, proced-sorting-schemes-re)
6950         (proced-skip-regexp, proced-next-line, proced-previous-line)
6951         (proced-listing-type, proced-sorting-scheme-p): Remove.
6952         (proced-grammar-alist, proced-custom-attributes)
6953         (proced-format-alist, proced-format, proced-filter-alist)
6954         (proced-filter, proced-sort, proced-goal-attribute)
6955         (proced-timer-interval, proced-timer-flag, proced-timer)
6956         (proced-process-alist, proced-sort-internal, proced-process-tree)
6957         (proced-header-help-echo, proced-field-help-echo): New variables.
6958         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
6959         (proced-omit-process, proced-filter, proced-process-tree)
6960         (proced-filter-children, proced-children-pids)
6961         (proced-filter-parents, proced-<, proced-string-lessp)
6962         (proced-time-lessp, proced-xor, proced-sort-p)
6963         (proced-format-time, proced-format-start, proced-format-ttname)
6964         (proced-format, proced-process-attributes): New functions.
6965         (proced-toggle-timer-flag, proced-mark-children)
6966         (proced-mark-parents, proced-filter-interactive)
6967         (proced-filter-attribute, proced-sort-interactive)
6968         (proced-sort-header, proced-format-interactive): New commands.
6969         (proced-move-to-goal-column): Use goal-column.
6970         (proced-mode): Use proced-timer.
6971         (proced-do-mark-all): Display process count.  Use use-region-p.
6972         Simplify.
6973         (proced-omit-processes): Use use-region-p.
6974         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
6975         (proced-sort-start, proced-sort-time, proced-sort-user):
6976         Use proced-sort-interactive.
6977         (proced-sort): Make it a function that performs the actual sort.
6978         (proced-update): New arg revert.  Use proced-process-alist,
6979         proced-filter, proced-sort, proced-format, and
6980         proced-grammar-alist.  Preserve position of point based on fields.
6981         Make header line and fields clickable.
6982         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
6983         (proced-why): Use save-selected-window.
6984         (proced-log): Use buffer-read-only.
6986 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
6988         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
6990 2008-09-06  Glenn Morris  <rgm@gnu.org>
6992         * add-log.el (diff-find-source-location): Declare.
6993         (find-change-log): If called from a diff buffer, try to switch to the
6994         source buffer (e.g. to respect change-log-default-name there).
6996         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
6997         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
6999         * Makefile.in (ELCFILES): Update.
7001 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
7003         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
7004         user enters a mouse event in another frame, or a special event.
7006         * server.el (server-switch-buffer): New arg.
7007         (server-execute): If reusing an existing window, set file position
7008         if required.
7010 2008-09-06  Kenichi Handa  <handa@m17n.org>
7012         * language/lao.el: Fix setting of composition-function-table.
7014 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
7016         * term/pc-win.el (msdos-show-help): Don't truncate lines while
7017         displaying help echo messages.
7019 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
7021         * subr.el (symbol-file): Fix doc-string.
7023 2008-09-06  Glenn Morris  <rgm@gnu.org>
7025         * help-mode.el (help-xref-forward-stack): Doc fix.
7027         * add-log.el (change-log-default-name): Autoload safety.
7029 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
7031         * verilog-mode.el (verilog-library-extensions): Enable .sv
7032         filename extensions to call verilog-mode.
7033         (verilog-auto, verilog-auto-inst, verilog-faq)
7034         (verilog-submit-bug-report): Update author support URLs.
7035         (verilog-delete-auto, verilog-auto-inout-module)
7036         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
7037         creating complemented testbench modules.  Suggested by Yishay Belkind.
7038         (verilog-auto-inst-port, verilog-simplify-range-expression):
7039         When verilog-auto-inst-param-value is set, don't require a
7040         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
7041         Yishay Belkind.
7042         (verilog-auto-inst-param-value): Add safe variable.
7043         (verilog-re-search-forward, verilog-re-search-backward):
7044         Fix returning wrong search results on Emacs 22.1.
7045         (verilog-modi-cache-results, verilog-auto): Fix warning message
7046         about "toggling font-lock-mode."
7047         (verilog-auto): Fix losing font-lock on errors.
7048         (verilog-auto-inst-param-value, verilog-mode-version)
7049         (verilog-mode-version-date, verilog-read-inst-param-value)
7050         (verilog-auto-inst, verilog-auto-inst-param)
7051         (verilog-auto-inst-port, verilog-simplify-range-expression):
7052         Allow parameters to be replaced with their values, on the expansion of
7053         an AUTOINST with Verilog 2001 style parameter settings.
7054         Suggested by David Rogoff.
7056 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
7058         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
7059         Better support for the property statement.  Sometimes this keyword
7060         introduces a statement which requires an endproperty keyword, and
7061         sometimes it doesn't, depending on the work before the property
7062         word.  If property is prefixed with assert, assume or cover
7063         keyword, then the statement is ended with a ';'.  Otherwise,
7064         property is like task or specify, and is followed by some number
7065         of statements, which are ended with an endproperty keyword.
7066         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
7067         in a highlighted region: indent each line in region according to
7068         mode.  Supply this so it works in XEmacs and older Emacs.
7070 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7072         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
7073         Don't clean up a buffer when killing it.
7075 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7077         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
7078         buffers (bug#360).  New version 11.2.1.
7079         (whitespace-action): New value `warn-read-only' to give a warning when
7080         buffer is read-only and whitespace action is cleanup or auto-cleanup.
7081         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
7082         (whitespace-warn-read-only): New fun.
7084 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
7086         * international/quail.el: Require help-mode.
7087         (quail-help-init): Function removed.
7088         (quail-keyboard-layout-button, quail-keyboard-customize-button):
7089         Define directly.
7091         * dired.el (dired-get-filename): Rewrite octal escape character
7092         processor (bug#885).
7094 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
7096         * cus-edit.el (custom-button-pressed): Default to inverse-video.
7098         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
7099         not just for terminal-frame.
7101 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
7103         * window.el (window--try-to-split-window): Don't split when window
7104         is not splittable in last disjunct.  (Bug#888)
7106 2008-09-05  Kenichi Handa  <handa@m17n.org>
7108         * language/tibetan.el: Fix setting of composition-function-table.
7110         * composite.el (find-composition): Mention about the automatic
7111         composition in the docstring.
7112         (compose-gstring-for-graphic): Fix handling "above" marks.
7114         * descr-text.el (describe-char): Fix handling of automatic composition.
7116 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
7118         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
7119         (tramp-parse-connection-properties): Reflow docstring.
7121 2008-09-04  Kim F. Storm  <storm@cua.dk>
7123         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
7124         and other-frame methods when switching between file and buffer modes.
7126 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
7128         * info.el (Info-dir-remove-duplicates): Narrow buffer when
7129         removing duplicate entries under same heading.  Don't skip char
7130         matching anything but a space or tab at bol.  (Bug#864)
7132 2008-09-03  Alan Mackenzie  <acm@muc.de>
7134         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
7136 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7138         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
7139         (completion-pcm--all-completions): Move the case-fold-search binding to
7140         it also applies to completion-regexp-list (used in all-completions).
7141         (completion-pcm--hilit-commonality): Add missing case-fold-search.
7143 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
7145         * window.el (pop-up-frame-function): Move ...
7146         * frame.el (pop-up-frame-function): ... here, to avoid
7147         "CHANGED outside Customize;".
7149 2008-09-03  Glenn Morris  <rgm@gnu.org>
7151         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
7153 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
7155         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
7156         non-alphabetical characters properly.
7158 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7160         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
7162 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
7164         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
7165         control-prefixed keys.  (Bug#835)
7167 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
7169         * image-mode.el (image-mode): Fix 2008-07-19 change.
7171 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
7173         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
7175         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
7177 2008-09-02  Glenn Morris  <rgm@gnu.org>
7179         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
7181         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
7183 2008-09-01  Glenn Morris  <rgm@gnu.org>
7185         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
7186         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
7187         and fix name typos.  (Bug#856)
7189 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
7191         * minibuffer.el (completion-pcm--pattern->regex):
7192         When completion-ignore-case is non-nil, generate a regexp that
7193         ignores case.
7195         * window.el (recenter-top-bottom): Doc fix.
7197 2008-09-01  Simon South  <ssouth@member.fsf.org>
7199         * progmodes/delphi.el: New maintainer.
7200         (delphi-interface-types): New var.
7201         (delphi-composite-types): Use it.
7202         (delphi-enclosing-indent-of): Distinguish between "interface"
7203         keyword as a unit separator and used like a class declaration.
7205 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
7207         * help-fns.el (describe-simplify-lib-file-name)
7208         (find-source-lisp-file): Remove.
7209         (find-lisp-object-file-name): New function giving preference to
7210         files found via load-path instead of loaddefs.el.
7211         (describe-function-1): Use new function instead of the removed
7212         ones.  (Bugs #587, #669, #690)
7213         * faces.el (describe-face): Use find-lisp-object-file-name instead
7214         of describe-simplify-lib-file-name.
7216 2008-09-01  Kenichi Handa  <handa@m17n.org>
7218         * international/mule-diag.el (font-show-log): Fix previous change.
7220         * international/mule-cmds.el (set-language-environment):
7221         Don't overwrite current-iso639-language if the current language
7222         environment doesn't provide that data.
7223         (set-locale-environment): Set current-iso639-language from the
7224         locale name.
7226         * international/fontset.el (script-representative-chars): Re-add
7227         the entry for symbol, but with vector of characters.
7228         (setup-default-fontset): Cancel previous change.
7230 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
7232         * ido.el: Move provide statement to the end of the file.
7234 2008-08-30  Markus Triska  <markus.triska@gmx.at>
7236         * linum.el (linum-mode): `window-size-change-functions' can now be
7237         buffer-local.
7238         (linum-update-window): Use result of `move-overlay'.
7240 2008-08-30  Glenn Morris  <rgm@gnu.org>
7242         * subr.el (make-variable-frame-local): Tweak obsolescence message.
7244         * info.el (Info-hide-note-references, Info-refill-paragraphs):
7245         Doc fixes.
7247         * apropos.el (apropos-command): Report documentation errors.
7248         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
7250 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
7252         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
7253         string.
7255 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
7257         * bindings.el (mode-line-frame-identification): Fix last change.
7259 2008-08-29  Kenichi Handa  <handa@m17n.org>
7261         These changes are to adjust the automatic composition for the new
7262         implementation (avoid using text property).
7264         * composite.el (composition-function-table): Move declaration to
7265         composite.c.
7266         (terminal-composition-base-character-p): Delete it.
7267         (terminal-composition-function): Delete it.
7268         (terminal-composition-function-table): Delete it.
7269         (lgstring-header, lgstring-set-header, lgstring-font)
7270         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
7271         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
7272         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
7273         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
7274         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
7275         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
7276         (compose-glyph-string, compose-glyph-string-relative)
7277         (compose-gstring-for-graphic, compose-gstring-for-terminal):
7278         New functions.
7279         (auto-compose-chars): Argument changed.
7281         * language/european.el: Don't setup composition-function-table.
7282         (diacritic-composition-pattern, diacritic-compose-region)
7283         (diacritic-compose-string, diacritic-compose-buffer)
7284         (diacritic-composition-function): Delete them.
7286         * language/lao-util.el (lao-composition-function): Argument changed.
7288         * language/sinhala.el: Fix setting up of composition-function-table.
7290         * language/thai.el: Fix setting up of composition-function-table.
7292         * language/thai-util.el: Encoding changed to utf-8.
7293         (thai-composition-function): Argument changed.
7295         * language/indian.el: Fix setting up of composition-function-table.
7296         (devanagari-composable-pattern)
7297         (tamil-composable-pattern, kannada-composable-pattern)
7298         (malayalam-composable-pattern): New variables.
7300         * international/characters.el (unicode-category-table):
7301         Setup unicode-category-table.
7303         * international/fontset.el (setup-default-fontset): Prepend
7304         iso10646-1 fonts to the fallback font groups instead of appending.
7306 2008-08-29  Glenn Morris  <rgm@gnu.org>
7308         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
7310 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
7312         * term/x-win.el (x-win-suspend-error): Don't signal error if there
7313         are no X frames active.
7315 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
7317         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
7318         `ignore-errors' (the function must succeed always).
7320 2008-08-28  Edward O'Connor  <hober0@gmail.com>
7322         * json.el (json-read-number): New arg.  Handle explicitly signed
7323         numbers.
7324         (json-readtable): Add `+' and `.'.
7326 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
7328         * term/pc-win.el (msdos-previous-message): New variable.
7329         (msdos-show-help): New function.
7330         (msdos-initialize-window-system): Set show-help-function to
7331         msdos-show-help.
7333 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
7335         * emacs-lisp/debug.el (debug): When killing a noninteractive
7336         Emacs, give an exit status of -1.
7338 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
7340         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
7342 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
7344         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
7345         not the same as the last modification time, fall back on the
7346         backend-specific check.
7348 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
7350         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
7351         to go to the position of interest.
7353 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
7355         * textmodes/artist.el (artist-mode-init): Add comment on the
7356         setting up of the `artist-replacement-table' array.
7357         (artist-get-replacement-char): New defsubst.
7358         (artist-get-char-at-xy-conv, artist-replace-char)
7359         (artist-replace-chars, artist-replace-string): Use it instead of
7360         accessing `artist-replacement-table' directly.
7361         Reported by Rubén Berenguel <ruben@maia.ub.es>.
7363         (artist-mt): Fix structures for cut and copy operations.
7365 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
7367         * shell.el (shell-file-name-quote-list): Quote `$'.
7369         * comint.el (comint-dynamic-complete-as-filename): Generalize last
7370         change to allow quoting of characters before point.
7371         (comint-dynamic-list-filename-completions): Quote common substring.
7373 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
7375         * comint.el (comint-dynamic-complete-as-filename): If case is
7376         ignored while matching, replace the entire filename with completion.
7378         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
7379         flyspell-pre-point is valid to avoid signalling an error in
7380         post-command-hook.
7382 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
7384         * linum.el (linum): Inherit remaining face attributes from default
7385         face.
7387 2008-08-26  Markus Triska  <markus.triska@gmx.at>
7389         * linum.el (linum-delay): Disable - it should no longer be
7390         necessary, and can lead to longer delays.
7391         (linum-update-window): Renumber if margin width has changed.
7393 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
7395         * epa.el (epa--key-widget-action): Save the selected window to
7396         make `widget-button-click-moves-point' work.  (Bug#733).
7398 2008-08-26  Glenn Morris  <rgm@gnu.org>
7400         * calendar/holidays.el (calendar-holidays): Doc fix.
7402         * progmodes/gud.el (tramp-file-name-localname)
7403         (tramp-dissect-file-name): Declare.
7405         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
7407 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
7409         * bindings.el (mode-line-frame-control): New function, caters to
7410         `pc' ``window system''.
7411         (mode-line-frame-identification): Use it instead of accessing
7412         window-system directly.
7414 2008-08-25  Juri Linkov  <juri@jurta.org>
7416         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
7417         `center-line' and "\eS" from `center-paragraph'.
7418         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
7419         `center-paragraph'.
7421 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
7423         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
7424         (newsticker-treeview-treewindow-width): New.
7425         (newsticker-treeview-listwindow-height): New.
7426         (newsticker-treeview-browse-url-item): New.
7427         (newsticker-treeview-mode-map):
7428         Add newsticker-treeview-browse-url-item.
7429         (newsticker--treeview-window-init):
7430         Use newsticker-treeview-treewindow-width and
7431         newsticker-treeview-listwindow-height.
7433         * net/newst-reader.el (newsticker-browse-url-item): New.
7435 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
7437         * vc-dir.el (vc-dir-marked-only-files-and-states):
7438         (vc-dir-child-files-and-states): Reverse the list before returning it.
7440 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
7442         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
7444 2008-08-24  Romain Francoise  <romain@orebokech.com>
7446         * progmodes/python.el (run-python): Remove '' from sys.path.
7448 2008-08-23  Glenn Morris  <rgm@gnu.org>
7450         * progmodes/fortran.el (fortran-tab-mode-string)
7451         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
7453 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
7455         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
7456         Add declare-function.
7458         * startup.el (command-line): Don't call tty-register-default-colors
7459         if initial-window-system is `pc'.
7461         * term/internal.el (local-function-key-map): Fix unbalanced parens.
7462         (msdos-key-remapping-map): New variable.  Move here all the special
7463         keys we will be remapping via local-function-key-map.
7464         (msdos-setup-keyboard): New function.
7466         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
7467         make-msdos-frame.
7468         (terminal-init-internal): New function, errors out if called.
7469         (msdos-initialize-window-system): New function.
7470         (msdos-create-frame-with-faces): Set the terminal's
7471         `terminal-initted' (sic!) parameter.
7472         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
7473         (window-system-initialization-alist):
7474         Add msdos-initialize-window-system.
7475         (handle-args-function-alist): Use tty-handle-args for `pc'
7476         ``window system'' as well.
7477         (pc-win): Provide.
7479         * term/tty-colors.el (tty-register-default-colors): Remove bogus
7480         code for using msdos-color-values.
7482         * loadup.el [ms-dos]: Load term/pc-win.
7484 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
7486         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
7487         directory name.
7489 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
7491         * progmodes/gud.el (gud-common-init): Use absolute file so that
7492         perldb works with tramp (sudo).
7494         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
7495         match data in process filters.
7497 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
7499         * dired.el (dired-buffer-stale-p): Do not revert buffer that
7500         can be written.
7502 2008-08-23  Glenn Morris  <rgm@gnu.org>
7504         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
7505         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
7507 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
7509         * subr.el (temp-buffer-show-hook): Doc fix.
7511 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
7513         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
7514         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
7515         <tassilo@member.fsf.org>.
7517         * net/trampver.el: Update release number.
7519         * net/xesam.el (xesam-minor-mode): New minor mode.
7520         (xesam-highlight-buffer): Remove.  Code moved to
7521         `xesam-minor-mode'.
7522         (xesam-refresh-entry): Use `xesam-minor-mode'.
7524 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
7526         * minibuffer.el (completion--try-word-completion):
7527         Disable partial-completion when considering the addition of a space
7528         or hyphen.
7530 2008-08-21  John Paul Wallington  <jpw@pobox.com>
7532         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
7533         filename of `tofile' doesn't contain any colons on Windows,
7534         Cygwin, and MS-DOS systems.
7536 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
7538         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
7539         (epg-context-set-progress-callback): Make sure the callback is a
7540         cons of a function and a handback.  Update all callers.
7542 2008-08-20  David Reitter  <david.reitter@gmail.com>
7544         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
7545         Patch applied by Adrian Robert.
7547 2008-08-20  Kevin Ryde  <user42@zip.com.au>
7549         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
7550         directive lines.
7552 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
7554         * net/xesam.el (xesam-highlight-string): Precise doc string.
7555         (xesam-highlight-buffer): New defun.
7556         (xesam-refresh-entry): Use it.  Better check for sourceModified.
7558 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
7560         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
7561         their names.
7563 2008-08-19  Kenichi Handa  <handa@m17n.org>
7565         * language/european.el ("Esperanto"): Change the preferred
7566         charsets to iso-8859-3.
7568         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
7570         * international/fontset.el (script-representative-chars):
7571         Delete the entry for symbol.
7572         (setup-default-fontset): For symbol characters, don't specify
7573         :script property.
7575 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
7577         * minibuffer.el (completion-table-dynamic): Doc fix.
7579         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
7580         saved.
7582 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
7584         * emulation/edt.el (edt-default-emulation-setup):
7585         Share global-buffers-menu-map with the emulated global map.
7587 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7589         * term/ns-win.el (global): Uncomment "put backspace
7590         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
7592 2008-08-18  Kenichi Handa  <handa@m17n.org>
7594         * international/mule-diag.el (font-show-log): Add optional arg N
7595         to control the limit of font listing.
7597 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
7599         * window.el (recenter-top-bottom): Determine top and bottom
7600         positions using scroll-margin instead of scroll-conservatively.
7602 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7604         * proced.el (proced-send-signal): Use beginning-of-line.
7606 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7608         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
7609         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
7610         listing types.
7611         (proced-log-buffer): New variable.
7612         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
7613         region if transient-mark-mode is turned on and the region is active.
7614         (proced-omit-processes): Rename from proced-hide-processes to
7615         avoid key clash with describe-mode (bound to h).  Search for
7616         marked processes starting from point-min.
7617         (proced-header-space): Remove.
7618         (proced-send-signal): Handle errors.  Operate on current process
7619         if no process is marked.
7620         (proced-why): New command.
7621         (proced-log, proced-log-summary): New functions.
7622         (proced-help): Use proced-why.
7623         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
7624         (bibtex-autokey-year-title-separator): Fix docstring.
7626 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
7628         * net/xesam.el (xesam-vendor, xesam-notify-function):
7629         New local variables.
7630         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
7631         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
7632         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
7633         (xesam-new-search): Initialize `xesam-vendor'.
7635 2008-08-15  Glenn Morris  <rgm@gnu.org>
7637         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
7638         a pipeline.
7639         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
7640         unless at the end of the pipeline.  (Bug#699).
7642 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
7644         * minibuffer.el (completion-boundaries): Doc fix.
7645         (display-completion-list): Only default base-size to zero if
7646         completing in the minibuffer.
7648         * simple.el (completion-base-size): Doc fix.
7649         (choose-completion): Try reselecting completion-reference-buffer.
7651 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
7653         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
7654         also for remote directories.
7656 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7658         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
7659         since those precomputed values aren't used any more.
7660         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
7662 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
7664         * help.el (with-help-window): Return last value in BODY.
7666 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
7668         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
7669         notify function of the URL.
7670         (xesam-new-search): Encode special characters in the query string.
7672 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
7674         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
7676 2008-08-13  Andreas Schwab  <schwab@suse.de>
7678         * net/tramp.el (tramp-handle-shell-command): Handle output going
7679         to current buffer like shell-command.  Don't disable undo.
7681 2008-08-13  Glenn Morris  <rgm@gnu.org>
7683         * eshell/esh-cmd.el (eshell/which): Handle the case where no
7684         description is found.
7686 2008-08-12  Alan Mackenzie  <acm@muc.de>
7688         * progmodes/cc-defs.el (c-emacs-features):
7689         argumentative-bod-function: bind mark-ring to avoid accumulating a
7690         spurious mark.
7692 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
7694         * simple.el (visual-line--saved-state): New var.
7695         (visual-line-mode): Save local values of variables, and restore
7696         them when visual-line-mode is disabled.
7698 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
7700         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
7702 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
7704         * progmodes/cc-defs.el (c-emacs-features):
7705         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
7706         moving point during the test.
7708         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
7710 2008-08-11  Glenn Morris  <rgm@gnu.org>
7712         * term/ns-win.el (x-parse-geometry): Doc fix.
7714         * dired.el (x-popup-menu):
7715         * hi-lock.el (x-popup-menu):
7716         * mouse.el (font-face-attributes):
7717         * calendar/cal-menu.el (x-popup-menu):
7718         * calendar/calendar.el (x-popup-menu):
7719         * calendar/holidays.el (x-popup-menu):
7720         * progmodes/cperl-mode.el (x-popup-menu):
7721         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
7722         (x-open-connection):
7723         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
7724         (x-command-line-resources):
7725         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
7726         (x-display-name, x-command-line-resources):
7727         Add declarations for builds without X.
7729 2008-08-10  Glenn Morris  <rgm@gnu.org>
7731         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
7733 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
7735         * vc-bzr.el (vc-bzr-find-revision): Rename from
7736         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
7738 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
7740         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
7741         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
7742         "DONE", when all hits are retrieved.
7743         (xesam-search): Autoload it.
7745 2008-08-11  John Paul Wallington  <jpw@pobox.com>
7747         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
7748         empty string when no filename.
7749         (define-ibuffer-column filename): Accommodate that change.
7751         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
7752         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
7754 2008-08-10  Glenn Morris  <rgm@gnu.org>
7756         * Makefile.in (ELCFILES): Update.
7758 2008-08-10  John Paul Wallington  <jpw@pobox.com>
7760         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
7762 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
7764         * battery.el (battery-echo-area-format, battery-status-function):
7765         Handle new Linux sysfs format for battery reporting.
7766         (battery-linux-sysfs): New function.
7768 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
7770         * add-log.el (change-log-search-tag-name)
7771         (change-log-goto-source): Fix behavior when point is not on tag.
7773 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
7775         * startup.el (command-line-ns-option-alist): Use ignore instead of
7776         ns-ignore-0-arg.
7778         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
7779         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
7780         (ns-alternatives-map): New variable.
7781         (x-set-up-function-keys): Use it.
7782         (global): Comment out "put backspace ascii-character..." and friends.
7783         Move function-key-map into ns-alternatives-map.  Don't call
7784         precompute-menubar-bindings.  Don't set anything connected with
7785         browse-url.
7786         (after-make-frame-functions): Clarify comment why a hook is added.
7788 2008-08-06  Joakim Verona  <joakim@verona.se>
7790         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
7791         in url:s.
7793 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7795         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
7796         Fix 2008-01-01 change: use a shy group to not affect subsequent
7797         match calls.
7799 2008-08-06  Reto Zimmermann  <reto@gnu.org>
7801         * progmodes/vera-mode.el (vera-electric-tab):
7802         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
7803         region when active.
7805 2008-08-06  Kenichi Handa  <handa@m17n.org>
7807         * faces.el (face-valid-attribute-values): Fix handling the value
7808         of (font-family-list) and font-XXX-table.
7810 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7812         * proced.el (proced-menu): Bind the correct function to for toggling.
7814         * vc-dir.el (vc-dir-mode): Fix typo.
7816 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7818         * whitespace.el (whitespace-newline-mode)
7819         (global-whitespace-newline-mode, whitespace-mode)
7820         (global-whitespace-mode): Improve docstring.
7822 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
7824         * kmacro.el (kmacro-exec-ring-item): Add autoload.
7826         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
7828         * cus-start.el (all): Handle auto-save-visited-file-name.
7830 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
7832         * files.el (hack-one-local-variable-eval-safep): Handle
7833         lisp-indent-function and scheme-indent-function in addition to the
7834         deprecated lisp-indent-hook.
7836 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
7838         * net/xesam.el (top): Require `wid-edit' always.
7839         (xesam-mode-line, xesam-highlight): New deffaces.
7840         (xesam-objects): New local variable.
7841         (xesam-search-engines): Fix error in field list.
7842         (xesam-mode): Use `xesam-mode-line' instead of
7843         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
7844         proper initialization (why?).
7845         (xesam-highlight-string, xesam-get-hits)
7846         (xesam-kill-buffer-function): New defuns.
7847         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
7848         result of "hit.fields", it isn't a string only.  Wrap an error of
7849         the strigi search engine ("xesam:size" is returned as string).
7850         Highlight search items.
7851         (xesam-refresh-search-buffer): Make logic of counters more simple.
7852         Prefetch next hits.
7853         (xesam-signal-handler): Use `xesam-mode-line' instead of
7854         `font-lock-type-face'.
7855         (xesam-new-search): Add `xesam-kill-buffer-function' to
7856         `kill-buffer-hook'.
7858 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
7860         * add-log.el (change-log-next-error, change-log-mode): Add support
7861         for `next-error' to call `change-log-goto-source' on named files
7862         in a ChangeLog.
7864 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
7866         * calc/calc.el (math-read-number): Handle all C-like languages
7867         properly.
7869 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
7871         * calc/calc.el (math-read-number): Handle C numbers beginning with
7872         0 correctly.
7874 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7876         * term/ns-win.el ([ns-new-frame]): New global key.
7878 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
7880         * international/mule-cmds.el (read-char-by-name):
7881         Check UCS names with `assoc-string' and case folding.
7883 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
7885         * net/dbus.el (dbus-call-method-asynchronously)
7886         (dbus-method-return-internal, dbus-method-error-internal):
7887         Declare them with `declare-function'.
7889 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
7891         * descr-text.el (describe-char-display): Fix last change:
7892         don't pass CHARSET to `encoded-string-description'.
7894 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
7896         * vc.el (vc-next-action): Update list var correctly after delete.
7898 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7900         * ido.el (ido-mode): Add toggle notification.
7902         * cus-edit.el (custom-save-all): Avoid destroying symlink if
7903         already visiting the custom file.
7905         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7906         pending output coming after the status change.
7908 2008-08-02  Jason Rumney  <jasonr@gnu.org>
7910         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
7912 2008-08-01  Kenichi Handa  <handa@m17n.org>
7914         * international/mule-cmds.el (encode-coding-char):
7915         New optional arg CHARSET.
7917         * descr-text.el (describe-char-display): Call encode-coding-char
7918         with the arg CHARSET.
7919         (describe-char): Pay attention to the text-property `charset'.
7921 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
7923         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
7924         error messages.
7925         (dbus-set-property): Call `dbus-introspect-get-property' instead
7926         of `dbus-get-property'.
7928         * net/xesam.el (xesam-all-fields): Remove source and content
7929         identifiers.
7930         (xesam-dbus-unique-names): New defvar.
7931         (xesam-dbus-call-method): New defun.  Replace all calls of
7932         `dbus-call-method' by `xesam-dbus-call-method'.
7933         (xesam-get-cached-property, xesam-set-cached-property):
7934         New defuns.
7935         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
7936         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
7937         (xesam-search-engines): Make it an association list.  Take changed
7938         layout into account in the corresponding function.
7939         (xesam-delete-search-engine): Remove check for consistency of
7940         `xesam-search-engines', not needed anymore.
7941         (xesam-mode): Show XML query string only in the debug case.
7943 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
7945         * files.el (read-file-modes): Fix typo in docstring.
7947 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
7949         * Makefile.in: Avoid maintainer warning for autogenerated unicode
7950         files.
7952         * apropos.el (apropos-symbol): Don't set button skip by default.
7953         (apropos-print): Set button skip iff searching for multiple types.
7954         (apropos-print-doc): Insert blank label button when searching for
7955         a single type.
7957         * button.el (forward-button): Avoid infloop.
7959         * minibuffer.el (read-file-name-completion-ignore-case):
7960         Add cygwin to the list.
7962 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
7964         * files.el (abbreviate-file-name): When replacing $HOME with ~,
7965         turn off case-fold-search.
7967 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
7969         * net/dbus.el (top): Don't register for "NameOwnerChanged".
7970         (dbus-message-type-invalid, dbus-message-type-method-call)
7971         (dbus-message-type-method-return, dbus-message-type-error)
7972         (dbus-message-type-signal): New defconst.
7973         (dbus-ignore-errors): Fix `edebug-form-spec' property.
7974         (dbus-return-values-table): New defvar.
7975         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
7976         New defun.
7977         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
7978         Extend docstring.  Adapt implementation according to new
7979         `dbus-event' layout.
7980         (dbus-event-service-name, dbus-event-path-name)
7981         (dbus-event-interface-name, dbus-event-member-name):
7982         Adapt implementation according to new `dbus-event' layout.
7983         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
7985         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
7986         (xesam-mode): Rework implementation.
7987         (xesam-new-search): Additional parameter TYPE.
7988         (xesam-search): Adapt call of `xesam-new-search'.
7990 2008-07-31  Juri Linkov  <juri@jurta.org>
7992         * dired-aux.el (dired-do-chmod): Set default value to the original
7993         mode string using absolute notation like u=rwx,g=rx,o=rx.
7994         Use it as a new arg `default' of `dired-mark-read-string'.
7995         (dired-mark-read-string): Add new optional arg `default'.
7997         * files.el (read-file-modes): Set default value to the original
7998         mode string using absolute notation like u=rwx,g=rx,o=rx.
7999         Use it as the `default' arg of `read-string'.
8001         * filesets.el (filesets-cmd-isearch-getargs): Check if the
8002         variable `files' is bound to avoid warnings.
8004         * isearch.el (isearch-forward-regexp, isearch-forward-word)
8005         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
8006         to the command `isearch-forward' instead of displaying "See C-s".
8007         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
8008         with their interactive specifications.  Move reading the face name to
8009         the main body after calls to isearch-done and isearch-clean-overlays.
8011         * mb-depth.el: Unify all names under one common name prefix
8012         `minibuffer-depth-'.
8013         (minibuffer-depth-indicator-function): Rename from
8014         `minibuf-depth-indicator-function'.
8015         (minibuffer-depth-overlay): Rename from
8016         `minibuf-depth-overlay'.
8017         (minibuffer-depth-setup): Rename from
8018         `minibuf-depth-setup-minibuffer'.
8019         (minibuffer-depth-indicate-mode): Rename from
8020         `minibuffer-indicate-depth-mode'.
8022 2008-07-31  Juri Linkov  <juri@jurta.org>
8024         * dired-aux.el (dired-isearch-filenames-toggle): New command.
8025         (dired-isearch-filenames-setup): Bind "\M-sf" to
8026         dired-isearch-filenames-toggle in isearch-mode-map.
8027         (dired-isearch-filenames-end): Bind "\M-sf" to nil
8028         in isearch-mode-map.
8030         * isearch.el (isearch-edit-string-set-word): New command.
8031         (minibuffer-local-isearch-map): Bind "\C-w" to
8032         isearch-edit-string-set-word.
8033         (isearch-new-word): Temporary internal variable.
8034         (isearch-edit-string): Remove special case of reading the
8035         first character and checking it for C-w.
8037         * simple.el (read-shell-command, shell-command):
8038         Move code that uses minibuffer-with-setup-hook to set
8039         minibuffer-default-add-function to minibuffer-default-add-shell-commands
8040         from the interactive spec of `shell-command' to `read-shell-command'.
8042         * international/mule-cmds.el (read-char-by-name):
8043         Accept hash notation.  Doc fix.
8044         (ucs-insert): Doc fix.  Convert to number only when `arg' is
8045         a string.  Use separate error message when `arg' is not an integer.
8046         Bind `ucs-insert' to `C-x 8 RET'.
8048 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
8050         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
8051         move the (arglist-cont-nonempty) from c-offsets-alist to
8052         c-hanging-braces-alist like other styles already have.
8054 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8056         * textmodes/texinfmt.el:
8057         * nxml/nxml-enc.el:
8058         * mail/feedmail.el:
8059         * international/mule.el:
8060         * international/latexenc.el:
8061         * emulation/viper-util.el:
8062         * emulation/viper-init.el:
8063         * emulation/viper-ex.el:
8064         * emacs-lisp/bytecomp.el:
8065         * version.el:
8066         * subr.el:
8067         * startup.el:
8068         * sort.el:
8069         * shadowfile.el:
8070         * recentf.el:
8071         * printing.el:
8072         * paths.el:
8073         * minibuffer.el:
8074         * ls-lisp.el:
8075         * loadup.el:
8076         * hippie-exp.el:
8077         * finder.el:
8078         * files.el:
8079         * ediff-util.el:
8080         * ediff-ptch.el:
8081         * ediff-init.el:
8082         * ediff-diff.el:
8083         * dired.el:
8084         * dired-aux.el:
8085         * cus-edit.el:
8086         * bindings.el:
8087         * arc-mode.el:
8088         * add-log.el: Remove VMS support.
8089         * obsolete/vmsproc.el:
8090         * obsolete/vms-pmail.el:
8091         * obsolete/vms-patch.el: Remove file.
8093 2008-07-31  Alan Mackenzie  <acm@muc.de>
8095         * progmodes/cc-mode.el (c-before-hack-hook): New function
8096         (Top Level): Install c-before-hack-hook on
8097         before-hack-local-variables-hook, rather than
8098         c-postprocess-file-styles on hack-local-variables-hook.
8100 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
8102         * files.el (normal-mode): Move call to hack-project-variables into
8103         hack-local-variables.
8104         (file-local-variables-alist, before-hack-local-variables-hook):
8105         New vars.
8106         (ignored-local-variables): Add file-local-variables-alist.
8107         (hack-local-variables-filter): Renamed from
8108         hack-local-variables-apply.  Add the result to
8109         file-local-variables-alist, without applying them.
8110         (hack-local-variables): Set file-local-variables-alist to nil.
8111         Call hack-project-variables and before-hack-local-variables-hook.
8112         Apply variables here, instead of hack-local-variables-apply.
8113         Based on a patch by Alan Mackenzie.
8115 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
8117         * info-look.el (autoconf-mode :doc-spec): For
8118         "(autoconf)M4 Macro Index", if the item already
8119         begins with "AS_", don't prefix that string again.
8121 2008-07-30  Juri Linkov  <juri@jurta.org>
8123         * info.el (info, Info-mode): Doc fix.
8125         * isearch.el (isearch-mode-map): Bind `M-s r' to
8126         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
8127         (search-map): Bind `M-s w' to `isearch-forward-word' globally
8128         in the global map `search-map'.
8129         (isearch-forward): Doc fix.
8130         (isearch-forward-word, isearch-toggle-case-fold): New commands.
8132         * simple.el (quoted-insert): Comment out code that treats
8133         0240-0377 specially.
8135 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
8137         * cus-start.el: Add customization info for
8138         read-buffer-completion-ignore-case.
8140 2008-07-30  Sam Steingold  <sds@gnu.org>
8142         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
8144 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
8146         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
8147         (vc-dir-mode): Improve docstring.
8149 2008-07-30  Juri Linkov  <juri@jurta.org>
8151         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
8152         for the sake of isearch-mode-hook in dired-mode in dired.el.
8154 2008-07-19  Markus Triska  <markus.triska@gmx.at>
8156         * image-mode.el (image-mode): Set image-mode-text-map when image
8157         cannot be displayed.
8159 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
8161         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
8162         ada-xref-set-default-prj-values.
8163         (ada-prj-display-page): Ditto.
8165         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
8166         (ada-make-filename-from-adaname): Fix free variable.
8168 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
8170         * vc-git.el (vc-git-status-printer): Synchronize with the default.
8172 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
8174         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
8175         for declarations inside a parenthetical list.  The code is ill-advised,
8176         and doesn't work given user defined types.
8177         (verilog-set-auto-endcomments): Enhance function automatic
8178         endcomment to support functions that return user defined types.
8179         (verilog-mode): Add code to tell which-function-mode minor mode
8180         that Verilog supports this feature.
8181         (verilog-beg-block-re-ordered, verilog-indent-re)
8182         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
8183         (verilog-leap-to-head): Support the new virtual and/or protected
8184         tasks, as well as extern declarations of tasks for indenting and
8185         for forward/backward expression.
8187 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
8189         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
8190         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
8191         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
8192         (verilog-string-replace-matches): Avoid recursion with small
8193         replacements.
8194         (verilog-auto-inst-param-value, verilog-mode-version)
8195         (verilog-mode-version-date, verilog-read-inst-param-value)
8196         (verilog-auto-inst, verilog-auto-inst-param)
8197         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
8198         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
8199         David Rogoff.  This allows parameters to be replaced with their
8200         values, on the expansion of an AUTOINST with Verilog 2001 style
8201         parameter settings.
8203 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
8205         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
8206         to `cddr'.
8208 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
8210         * Makefile.in (ELCFILES): Add mairix.elc.
8212 2008-07-29  David Engster  <deng@randomsample.de>
8214         * net/mairix.el: New file.
8216 2008-07-29  Juri Linkov  <juri@jurta.org>
8218         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
8219         instead of variable-pitch with bold and 1.2 height.
8221         * dired-aux.el (dired-do-async-shell-command): New command.
8223         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
8224         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
8226 2008-07-29  Juri Linkov  <juri@jurta.org>
8228         * international/mule-cmds.el (ucs-names): New internal variable.
8229         (ucs-names): New function.
8230         (ucs-completions): New lazy completion variable.
8231         (read-char-by-name): New function.
8232         (ucs-insert): Replace interactive spec letter "s" with the call to
8233         `read-char-by-name'.
8235         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
8237         * replace.el (occur-read-primary-args):
8238         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8239         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
8240         second arg of `read-regexp'.
8242         * dired-aux.el (dired-isearch-filenames): New user option.
8243         (dired-isearch-orig-success-function): New internal variable.
8244         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
8245         (dired-isearch-success-function): New functions.
8246         (dired-isearch-filenames, dired-isearch-filenames-regexp):
8247         New commands.
8249         * dired.el (dired-insert-set-properties): Add new text property
8250         `dired-filename' to put on file names.
8251         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
8252         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
8253         Add menu items.
8254         (dired-mode): Add hook `dired-isearch-filenames-setup' to
8255         buffer-local `isearch-mode-hook'.
8257 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
8259         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
8260         (ada-create-case-exception): Fix typo in docstring.
8261         (ada-no-auto-case): Return nil, not the docstring.
8262         (ada-indent-current): Reflow docstring.
8264         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
8265         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
8266         (ada-prj-load-from-file): Reflow docstring.
8267         (ada-prj-display-page): Fix typo in widget.
8269         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
8270         Fix typos in docstrings.
8272         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
8273         (ada-compile-current, ada-check-current, ada-run-application)
8274         (ada-get-ali-file-name): Fix typos in docstrings.
8275         (ada-xref-confirm-compile, ada-find-references)
8276         (ada-find-local-references, ada-find-any-references): Doc fixes.
8277         (ada-get-all-references): Fix typo in error message.
8278         (ada-xref-current-project): Use `let', not `let*'.
8279         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
8281 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8283         * whitespace.el (whitespace-newline): Change initialization to have a
8284         low contrast relative to the background color.  Suggested by David
8285         Reitter <david.reitter@gmail.com>.
8287 2008-07-28  Juri Linkov  <juri@jurta.org>
8289         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
8290         New functions.
8292         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
8293         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
8295 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
8297         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
8298         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
8300 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
8302         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
8303         Add support for add-log.
8304         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
8306         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
8307         (ada-prj-save): Prompt for file name if not given.
8308         (ada-prj-display-page): Display casing exceptions.
8310         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
8311         Ada mode project files.  Delete 'main_unit' project variable;
8312         only need 'main'.  Simplify handling of default project values.
8313         Use cross-prefix consistently.
8314         (ada-find-executable): Throw error if not found.
8315         (ada-initialize-runtime-library): Improve error handling when
8316         gnatls not found.
8317         (ada-gnat-parse-gpr): New.
8318         (ada-treat-cmd-string): Allow process environment variables.
8319         (ada-xref-set-default-prj-values): Delete; replace with
8320         ada-default-prj-properties.
8321         (ada-parse-prj-file): Handle GNAT project files.
8322         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
8323         (ada-select-prj-file): New.
8324         (ada-get-absolute-dir-list): Allow project and environment variables.
8326 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
8328         Sync with Tramp 2.1.14.
8330         * net/tramp.el (tramp-perl-directory-files-and-attributes)
8331         (tramp-get-device): Make device number a cons cell.
8332         (tramp-convert-file-attributes): Make inode a cons cell.
8334         * net/trampver.el: Update release number.
8336 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8338         * faces.el (face-set-after-frame-default): Treat 'ns as all other
8339         window systems.
8341 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8343         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
8345 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8347         Remove support for Mac Carbon.
8348         * term/mac-win.el: Remove file
8349         * international/mule-cmds.el:
8350         * version.el:
8351         * startup.el:
8352         * simple.el:
8353         * mwheel.el:
8354         * mouse.el:
8355         * loadup.el:
8356         * isearch.el:
8357         * info.el:
8358         * frame.el:
8359         * faces.el:
8360         * disp-table.el:
8361         * cus-start.el:
8362         * cus-face.el:
8363         * cus-edit.el:
8364         * Makefile.in: Remove code for Carbon.
8366 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
8368         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
8369         bindings for functions deleted by Dan N. 2008-07-21.  Set
8370         where-is-preferred-modifier.  Add show-manual option to Help menu.
8372 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
8374         * net/tramp.el (tramp-handle-start-file-process):
8375         Set query-on-exit flag.  Kill temporary buffer.
8376         (tramp-process-sentinel): Remove defun.
8377         (tramp-do-copy-or-rename-file-out-of-band)
8378         (tramp-maybe-open-connection): Don't call it.
8380         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
8381         `tramp-process-sentinel'.
8383         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
8384         `tramp-process-sentinel'.
8386         * net/xesam.el (xesam-from): Remove defvar.
8387         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
8388         and `mode-line-position'.
8389         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
8390         information to the widgets.  Don't set `mode-line-position'.
8391         (xesam-refresh-search-buffer): Correct hit number computing.
8392         Don't set `mode-line-position'.
8393         (xesam-new-search): Add debug information to the mode line.
8395 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8397         * diff-mode.el (diff-show-trailing-blanks): Renamed to
8398         diff-show-trailing-whitespaces.
8400 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
8402         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
8403         invalid filename strings when parsing tex errors (bug#376).
8405 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
8407         * menu-bar.el (menu-bar-file-menu): Fix typo.
8409 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
8411         * play/solitaire.el (solitaire-mode-map): Define within defvar.
8412         (solitaire-mode): Define with `define-derived-mode'.
8413         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
8414         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
8415         (solitaire-undo, solitaire-check): Use `when'.
8416         (solitaire-solve): Err out if the solitaire is already in progress.
8417         Use `when'.
8419         * descr-text.el (describe-char): Don't overwrite local variable char
8420         when describing characters with display-table entries.  Display font
8421         backend when describing composed characters.  Simplify: use `let'
8422         instead of `let*', and `or x y' instead of `if x x y'.
8424 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
8426         * image-mode.el (image-minor-mode): Set up winprops.
8428 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8430         * diff-mode.el (diff-show-trailing-blanks): New fun.
8431         Show trailing blanks in modified lines for diff-mode.
8433 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
8435         * Makefile.in (ELCFILES): Add net/xesam.el.
8437         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
8438         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
8440         * net/xesam.el: New file.
8442 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
8444         * dired-aux.el (dired-copy-file-recursive): Avoid calling
8445         set-file-modes when creating target directories.
8447 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
8449         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
8450         Set `show-trailing-whitespace' to nil.
8451         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
8452         Fix typos in docstrings.
8454 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
8456         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
8457         key remapping, not directly.
8459 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8461         * whitespace.el: New version 11.2.
8462         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
8463         minor mode visualization.
8465 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8467         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
8469         * Makefile.in (ELCFILES): Add term/common-win.elc.
8471         * vc-dir.el (vc-dir-search, vc-dir-isearch)
8472         (vc-dir-isearch-regexp): New functions.
8473         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
8475 2008-07-23  Juri Linkov  <juri@jurta.org>
8477         * isearch-multi.el: Remove file to avoid dos file name clashes
8478         with isearch-x.el.  Move most content to misearch.el.
8480         * misearch.el: New file with most content from isearch-multi.el.
8481         Rename `isearch-buffers' name prefixes to `multi-isearch'.
8482         Remove `isearch-buffers-minor-mode'.  Add new function
8483         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
8484         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
8485         `multi-isearch-files', `multi-isearch-files-regexp'.
8487         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
8489         * isearch.el (isearch-message-prefix): Display "Multi" when
8490         `multi-isearch-next-buffer-current-function' is non-nil.
8491         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
8492         with `multi-isearch-next-buffer-current-function', and
8493         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
8495         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
8496         `multi-isearch-next-buffer-function' instead of
8497         `isearch-buffers-next-buffer-function'.  Remove call to
8498         `isearch-buffers-minor-mode'.
8500         * buff-menu.el (Buffer-menu-marked-buffers)
8501         (Buffer-menu-isearch-buffers)
8502         (Buffer-menu-isearch-buffers-regexp): New functions.
8503         (Buffer-menu-mode-map): Bind "M-s a C-s" to
8504         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
8505         `Buffer-menu-isearch-buffers-regexp'.
8506         (Buffer-menu-mode): Document new commands in docstring.
8507         (list-buffers-noselect): Add one space after Info file name
8508         according to the Info address convention.
8510         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
8511         New functions.
8513         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
8514         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
8515         (ibuffer-mode): Document new commands in docstring.
8517         * filesets.el (filesets-commands): Add commands for "Isearch" and
8518         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
8519         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
8520         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
8521         or `multi-isearch-files-regexp'.
8522         (filesets-cmd-query-replace-getargs): Call standard function
8523         `query-replace-read-args' to read `query-replace' arguments.
8524         Add `multi-query-replace-map'.
8525         (filesets-cmd-query-replace-regexp-getargs)
8526         (filesets-cmd-isearch-getargs): New functions.
8528 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
8530         * international/mule.el (recode-region): Deactivate mark at the end.
8532 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>
8534         * progmodes/flymake.el (flymake-errline, flymake-warnline):
8535         Use more suitable colors on dark displays.
8537 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
8539         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
8540         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
8541         (tramp-temp-buffer-name): New defconst.
8542         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
8543         command.  No trailing prompt.
8544         (tramp-process-sentinel): Remove temporary buffer, if existing.
8545         Don't handle trailing prompt.
8546         (tramp-open-connection-setup-interactive-shell):
8547         Use `tramp-temp-buffer-name'.
8549 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
8551         * shell.el (shell-dynamic-complete-functions):
8552         Use comint-dynamic-complete-filename as well (bug#361).
8554 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8556         * term/ns-win.el:
8557         * version.el (emacs-version):
8558         * loadup.el:
8559         * frame.el (make-frame-on-display): Check for ns instead of
8560         ns-windowing.
8562         * dired.el (dired-mode-map): Show the key binding for wdired.
8564         * menu-bar.el (menu-bar-file-menu): Show the key binding for
8565         exiting Emacs.
8567 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8569         * term/ns-win.el (x-list-fonts): Drop alias.
8571 2008-07-23  Juri Linkov  <juri@jurta.org>
8573         * replace.el (multi-query-replace-map): New variable.
8574         (perform-replace): Add processing of new multi-buffer keys bound
8575         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
8576         if last input char was `automatic-all'.  Set new local variable
8577         `multi-buffer' to t when one of new two keys were typed.  Return
8578         non-nil value of `multi-buffer' that tells to calling functions
8579         to continue replacement on the next file.
8581         * progmodes/etags.el (tags-query-replace): Set arg `map' of
8582         `perform-replace' to `multi-query-replace-map'.
8584 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8586         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
8587         otherwise displayed in every buffer.
8589         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
8590         (vc-arch-trim-one-revlib): Delete temp directories as well.
8592 2008-07-22  Stephen Eglen  <stephen@gnu.org>
8594         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
8596 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
8598         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
8600 2008-07-22  Miles Bader  <miles@gnu.org>
8602         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
8603         (sh-mode-map): Remove remapping of newline-and-indent.
8605 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8607         * vc.el (Todo): Update.
8609         * vc-hooks.el: Remove obsolete comment.
8611         * vc-git.el (vc-git-status-printer): Update the directory display
8612         to match the default.
8614         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
8616 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8618         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
8619         for "word wrap" command.
8621         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
8623 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8625         * term/ns-win.el: Rename ns- functions/variables to the
8626         corresponding x- versions.
8627         (x-select-text, x-cut-buffer-or-selection-value)
8628         (x-disown-selection-internal, x-get-selection-internal)
8629         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
8630         (x-display-mm-width, x-display-mm-height)
8631         (x-display-backing-store, x-display-save-under)
8632         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
8633         defaliases.
8635         * frame.el (ns-display-name): Remove declaration.
8636         (make-frame-on-display): Use x-display-name instead
8637         ns-display-name.  Use unless.
8639         * startup.el (command-line-1): Fix indentation.
8641         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
8642         checked in inadvertently.
8644 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8646         * term/ns-win.el: Standardize references to "Nextstep" in
8647         comments, messages, and docstrings.
8648         (ns-handle-args, x-parse-geometry)
8649         (ns-extended-platform-support-mode, x-setup-function-keys)
8650         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
8651         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
8652         (ns-initialized, ns-initialize-window-system): Doc fixes.
8654 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8656         * diff-mode.el (diff-auto-refine): Delete defcustom.
8657         (diff-auto-refine-mode): New func/var via define-minor-mode.
8658         Update var ref to use diff-auto-refine-mode.
8659         * smerge-mode.el (diff-mode): Require when compiling.
8660         (smerge-auto-refine): Delete defcustom.
8661         Update smerge-auto-refine ref to use diff-auto-refine-mode.
8663 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8665         * simple.el (visual-line): New custom group.
8666         (visual-line-fringe-indicators): New var.
8667         (visual-line-mode): Set fringe-indicator-alist based on
8668         visual-line-fringe-indicators.  Add lighter.
8670 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8672         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
8673         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8674         (x-handle-geometry, x-handle-name-switch, x-display-name)
8675         (x-handle-display, x-handle-args, x-colors): Move ...
8676         * term/common-win.el: ... here.  New file.
8677         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
8678         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8679         (x-handle-geometry, x-handle-name-switch, x-display-name)
8680         (x-handle-display, x-handle-args, x-colors): Remove.
8681         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
8683 2008-07-19  Juri Linkov  <juri@jurta.org>
8685         * startup.el (fancy-startup-text): Move the line "To quit
8686         a partially entered command, type Control-g" a few lines below
8687         to be after the line "To start".  Add text "at gnu.org" to
8688         "Overview of Emacs features".
8690         * dired.el (dired-mode-map): Fix menu text of
8691         image-dired-display-thumbs.
8693         * image-dired.el (image-dired-cmd-create-thumbnail-options)
8694         (image-dired-cmd-create-temp-image-options)
8695         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
8696         ImageMagick command line to change the dimensions of the image
8697         only if its width or height exceeds the geometry specification.
8699         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
8701         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
8702         to docstrings.
8704 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8706         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
8707         Vinicius Jose Latorre.
8709 2008-07-19  Glenn Morris  <rgm@gnu.org>
8711         * term/ns-win.el (ns-make-command-string): Use mapconcat.
8712         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
8714 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
8716         * net/dbus.el (dbus-interface-properties): New defconst.
8717         (dbus-introspect): Update docstring.
8718         (dbus-introspect-xml, dbus-introspect-get-attribute)
8719         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
8720         (dbus-introspect-get-interface-names)
8721         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
8722         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
8723         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
8724         (dbus-introspect-get-property)
8725         (dbus-introspect-get-annotation-names)
8726         (dbus-introspect-get-annotation)
8727         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
8728         (dbus-introspect-get-signature, dbus-get-property)
8729         (dbus-set-property, dbus-get-all-properties): New defuns.
8731 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
8733         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
8734         ns-grabenv.elc.
8736         * ns-carbon-compat.el: File removed.
8738         * ns-grabenv.el: File removed.
8740         * term/ns-win.el: Contents of ns-carbon-compat.el and
8741         ns-grabenv.el moved here.
8742         (ns-grabenv, ns-open-file-select-line): Doc fixes.
8743         (ns-submit-bug-report): Function removed.  Reports go to the main
8744         Emacs bug list.
8745         (ns-handle-args, ns-spi-service-call): Doc fixes.
8746         (info-ns-emacs): Function removed.  Nextstep port manual will be
8747         merged into the Emacs manual, so no separate link needed.
8749 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
8751         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
8753 2008-07-18  Glenn Morris  <rgm@gnu.org>
8755         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
8756         to XEmacs, since it does nothing for Emacs.
8758 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8760         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
8761         BUFFER that is a string but does not exist as a buffer object, as
8762         mentioned in the doc-string.
8764 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
8766         * simple.el (line-move-visual): Make it a defcustom.
8767         (line-move-1): Convert temporary-goal-column back to an integer if
8768         it was set as a float by a previous call to line-move-visual.
8769         (end-of-visual-line, beginning-of-visual-line)
8770         (next-logical-line, previous-logical-line): New functions.
8772 2008-07-17  David Reitter  <david.reitter@gmail.com>
8774         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
8775         functions.
8776         (visual-line-mode, global-visual-line-mode): New minor mode.
8777         (visual-line-mode-map): New variable.
8779 2008-07-17  Glenn Morris  <rgm@gnu.org>
8781         * term/ns-win.el (parameters): Declare for compiler.
8783 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
8785         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
8786         for Windows.
8788 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
8790         * epa.el (epa-key-list-mode): Use run-mode-hooks.
8791         (epa-key-mode): Ditto.
8792         (epa-info-mode): Ditto.
8794 2008-07-17  Glenn Morris  <rgm@gnu.org>
8796         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
8797         (ns-handle-numeric-switch): Just call ns-handle-switch.
8798         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
8799         (ns-handle-args): Simplify using `pop'.
8800         (ns-display-name): Define (used in frame.el).
8801         (menu-bar-select-frame): Add (ignored) arg to more closely match the
8802         original definition.
8803         (ns-perform-service): Declare.
8804         (ns-save-preferences): Use fewer `let's.
8806         * frame.el (ns-display-name): Declare for compiler.
8808 2008-07-17  Kenichi Handa  <handa@m17n.org>
8810         * descr-text.el (describe-char-unidata-list): Initialize to the
8811         list of name, general-category, decomposition, and old-name.
8813 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8815         * startup.el (command-line-1): Update processing of NS long options to
8816         mimic recent changes to processing of X long options.
8818 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
8820         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
8821         list of #defines for remote files.
8822         (gdb-source-info): Only show main if it has been found.
8824 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8826         * term/ns-win.el: Require CL; fix up comment style; reindent.
8827         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
8828         (ns-save-preferences): Use `case'.
8829         (ns-initialize-window-system): Use `dolist'.
8831 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8833         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
8834         windowing is used.
8835         * term/ns-win.el (ns-extended-platform-support-mode):
8836         Correct/improve documentation.
8838 2008-07-16  Glenn Morris  <rgm@gnu.org>
8840         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
8841         Simply require 'cl (see comment in cl-compat.el).
8842         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
8843         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
8844         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
8845         directly rather by subterfuge.  Provide cl before loading cl-macs.
8847         * paths.el (rmail-spool-directory): Remove settings for systems that are
8848         no longer supported.
8850         * frame.el (ns-initialize-window-system): Declare for compiler.
8852         * term/ns-win.el: Add numerous declarations for compiler.
8853         (ns-pop-up-frames): Move definition before use.  Doc fix.
8855         * emacs-lisp/check-declare.el (check-declare-locate)
8856         (check-declare-verify): Handle .m files.
8858 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
8860         * ns-carbon-compat.el: New file: user-visible compatibility of
8861         NeXTstep port with Carbon port.
8862         * ns-grabenv.el: New file: functionality useful on OS X platform to
8863         expose environment variables inside Emacs started from icon.
8864         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
8865         * cus-edit.el:
8866         * cus-face.el:
8867         * disp-table.el:
8868         * faces.el:
8869         * info.el:
8870         * mouse.el:
8871         * mwheel.el:
8872         * simple.el: Add ns to window systems treated as GUIs.
8873         * facemenu.el (facemenu-read-color): Don't require a name match under
8874         NS, to allow numeric color entry.
8875         * frame.el (make-frame-on-display): Follow code for 'x in initializing
8876         'ns window system if need be.
8877         (various): Add 'ns as described above.
8878         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
8879         ns-windowing is active.
8880         * startup.el (command-line-ns-option-alist): New constant to handle NS
8881         windowing system specific command line args analogous to how they are
8882         handled for X windows.
8883         (command-line-1): Use the above where appropriate.
8884         * version.el: Add NS port version.
8885         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
8886         Darwin (usually OS X) systems.
8887         (woman-use-own-frame): Include 'ns in list of GUI window systems.
8888         * emulation/viper-util.el (ns-display-color-p)
8889         (ns-color-defined-p): Remove these (caustically-commented) outdated
8890         compensations for a port that was never itself integrated until now.
8891         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
8892         for NS window system.
8893         * international/mule-cmds.el: Add 'ns to list of special-cased window
8894         systems (probably most of these, x/w32/mac/ns could be changed to
8895         window-system non-nil).
8896         * term/ns-win.el: New file: lisp-side support for NS windowing system.
8898 2008-07-14  Jason Rumney  <jasonr@gnu.org>
8900         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
8901         (x-handle-numeric-switch, x-handle-initial-switch)
8902         (x-handle-xrm-switch, x-handle-args, x-handle-display)
8903         (xw-defined-colors, w32-initialize-window-system):
8904         Avoid use of cl pop and push macros.
8906 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
8908         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
8909         error when change-log-search-file-name returns nil.
8911 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
8913         * add-log.el (change-log-search-file-name):
8914         Use match-string-no-properties.
8915         (change-log-search-tag-name-1, change-log-search-tag-name)
8916         (change-log-goto-source-1, change-log-goto-source): New functions.
8917         (change-log-tag-re, change-log-find-head, change-log-find-tail):
8918         New variables.
8919         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
8921 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
8923         * calc/calc-help.el (calc-describe-key): Add angles to special key
8924         descriptions.
8926 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
8928         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
8929         search for regexp.
8931 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
8933         * simple.el (line-move-visual): Handle null pixel position gracefully.
8935 2008-07-11  Jason Rumney  <jasonr@gnu.org>
8937         * files.el (file-truename): Get truename of ancestors if file does
8938         not exist on Windows.
8940 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
8942         * simple.el (line-move-visual): Obey goal-column and no-error arg.
8943         (track-eol, temporary-goal-column, previous-line, next-line):
8944         Update docstring.
8945         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
8946         to nil.
8948 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8950         * simple.el (line-move-visual): New var.
8951         (line-move-visual): New function.
8952         (line-move): Call line-move-visual.
8954 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
8956         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
8957         pattern and add patterns for C++ header files.
8959 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
8961         * window.el (truncated-partial-width-window-p): New function.
8963         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
8965         * faces.el (x-create-frame-with-faces): Don't pass parameters that
8966         are set later to x-create-frame.
8967         (face-set-after-frame-default): Apply X resources for non-default
8968         faces.
8970 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
8972         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
8973         frame-specific X resource settings.  Set faces using a list of
8974         frame parameters explicitly passed to the calling
8975         function (e.g. make-frame).
8976         (x-create-frame-with-faces, tty-create-frame-with-faces):
8977         Supply explicit frame parameter list to face-set-after-frame-default.
8979 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
8981         * net/browse-url.el (browse-url-default-browser):
8982         Fix argument list in lambda.
8984 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
8986         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
8987         from url-retrieve.
8988         (newsticker--sentinel-work): Fix xerror typo.
8990 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
8992         * vc-dir.el (vc-dir-refresh): Only update files.
8994         * vc-git.el (vc-git--ls-files-state): Remove unused function.
8996         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
8998 2008-07-06  John Paul Wallington  <jpw@pobox.com>
9000         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
9002 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
9004         * vc-git.el (vc-git-registered): Return true for removed files.
9005         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
9006         all the files instead of one per file.
9007         (vc-git-previous-revision): Add support for project-wide previous
9008         revision when specified file is nil.
9010 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
9012         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
9014         * vc-dir.el (vc-dir-find-child-files): New function.
9015         (vc-dir-resync-directory-files): New function.
9016         (vc-dir-recompute-file-state): New function, broken out of ...
9017         (vc-dir-resynch-file): ... here.  Also deal with directories.
9018         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
9019         (vc-resynch-buffer): Use it.
9021         * vc-hg.el (vc-hg-registered): Do not set vc-state.
9023         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
9025 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
9027         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
9028         if it's not part of gdb-ui, e.g, at start.
9030         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
9031         filenames in stack trace (text command mode).
9033 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9035         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
9037         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
9038         Use syntax-ppss on a position *before* the char we want to change.
9040 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
9042         * vc-dir.el (vc-dir-query-replace-regexp): New function.
9043         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
9044         (vc-dir-mode-map): Likewise.
9046 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
9048         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
9049         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
9050         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
9051         Remove spurious * in defcustom docstrings.
9053         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
9054         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
9055         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
9056         (default-justification): Remove spurious * in defcustom docstrings.
9058         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
9059         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
9060         (rst-compare-decorations, rst-default-indent, rst-update-section)
9061         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
9062         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
9063         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
9064         Fix typos in docstrings.
9065         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
9066         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
9067         (rst-get-decorations-around, rst-section-tree-point)
9068         (rst-font-lock-adornment-point): Reflow docstrings.
9069         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
9070         Doc fixes.
9071         (rst-re-enumerations): Comment out.
9073         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
9074         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
9075         (nxml-unicode-block-char-name-set):
9076         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
9077         * nxml/rng-nxml.el (rng-set-state-after):
9078         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
9080         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
9081         (rng-c-parse-annotation-body):
9082         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
9084         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
9085         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
9086         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
9087         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
9088         Fix typos in docstrings.
9089         (nxml-attribute-indent): Reflow docstring.
9090         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
9091         (nxml-default-buffer-file-coding-system): Doc fixes.
9093         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
9094         (nxml-ns-set-prefix): Fix typos in docstrings.
9095         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
9096         Reflow docstring.
9097         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
9099         * nxml/nxml-outln.el (nxml-hide-all-text-content)
9100         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
9101         (nxml-hide-direct-text-content, nxml-hide-subheadings)
9102         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
9103         (nxml-outline-display-rest, nxml-outline-set-overlay)
9104         (nxml-section-tag-forward, nxml-section-tag-backward)
9105         (nxml-back-to-section-start): Fix typos in docstrings.
9107         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
9108         Doc fixes.
9110         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
9111         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
9112         (nxml-scan-after-change): Fix typo in docstring.
9114         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
9115         (rng-name-class-possible-names): Doc fixes.
9116         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
9117         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
9118         Fix typos in docstrings.
9119         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
9120         Reflow docstrings.
9122         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
9123         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
9125         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
9126         (rng-xsd-convert-date-time): Reflow docstrings.
9127         (rng-xsd-compile): Fix typo in docstring.
9129         * nxml/rng-loc.el (rng-current-schema-file-name)
9130         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
9131         Doc fixes.
9132         (rng-set-schema-file): Fix typo in docstring.
9134         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
9135         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
9136         Fix typos in docstrings.
9137         (rng-message-overlay, rng-conditional-up-to-date-start)
9138         (rng-conditional-up-to-date-end): Doc fixes.
9139         (rng-next-error, rng-previous-error): Reflow docstrings.
9141         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
9142         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
9143         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
9144         (xmltok-merge-attributes): Fix typos in docstrings.
9145         (xmltok-make-attribute, xmltok-forward-special)
9146         (xmltok-get-declared-encoding-position): Reflow docstrings.
9148         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
9149         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
9150         Fix typos in docstrings.
9152 2008-07-02  John Paul Wallington  <jpw@pobox.com>
9154         * ibuffer.el (ibuffer-buffer-file-name):
9155         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
9156         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
9158 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
9160         * files.el (backup-extract-version): Handle versioned directories.
9161         (trash-directory): New variable.
9162         (move-file-to-trash): New function.
9164         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
9166 2008-07-02  Magnus Henoch  <mange@freemail.hu>
9168         * vc-git.el (vc-git-annotate-command): Use proper option for
9169         specifying revision.
9171 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9173         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
9174         if available.
9176 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
9178         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
9180         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
9181         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
9183         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
9185 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
9187         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
9188         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
9189         (gdb-var-list-children-regexp, gdb-var-update-regexp)
9190         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
9191         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
9192         (gdb-stack-list-locals-regexp): Future proof regexps better.
9194 2008-06-30  Juri Linkov  <juri@jurta.org>
9196         * faces.el (face-name-history): New variable.
9197         (make-face, make-empty-face): Replace interactive spec "S"
9198         with `read-from-minibuffer' where `read' arg is t and
9199         `hist' arg is `face-name-history'.
9200         (read-face-name): Set `hist' arg of `completing-read-multiple'
9201         to `face-name-history'.
9202         (list-faces-display): Use `read-regexp' instead of `read-string'
9203         to read regexp.
9205         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
9206         to `regexp-history'.
9207         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
9208         make it an obsolete alias to it.
9209         (hi-lock-face-defaults): New variable renamed from
9210         `hi-lock-face-history'.
9211         (hi-lock-line-face-buffer, hi-lock-face-buffer)
9212         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
9213         `read-from-minibuffer'.  Doc fix.
9214         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
9215         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
9216         Set `hist' arg of `completing-read' to `face-name-history'.
9217         Put a list of default faces to `default' arg instead of `hist' arg.
9219         * bindings.el (abbrev-map, narrow-map): New variables.
9220         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
9221         Rebind related commands to these new maps.
9222         (ctl-x-r-map): New variable for rectangle, register and bookmark
9223         keys.  Move rectangle keybindings to rect.el and register
9224         keybindings to register.el.
9225         (next-buffer, previous-buffer): Remove C-x prefix and move
9226         keybindings to ctl-x-map.
9228         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
9229         to the new map `ctl-x-r-map' in autoload cookies.
9231         * expand.el: Rebind two global `C-x a' keys "n", "p"
9232         to the new map `abbrev-map' in autoload cookies.
9234         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
9236         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
9238 2008-06-30  Miles Bader  <miles@gnu.org>
9240         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
9241         after processing an escape sequence.
9243 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
9245         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
9246         from 2008-06-28.  It does not work on W32.
9248 2008-06-29  Juri Linkov  <juri@jurta.org>
9250         * replace.el (read-regexp): New function.
9251         (keep-lines-read-args, occur-read-primary-args):
9252         Call `read-regexp' instead of code moved to new function.
9253         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
9254         from the end of prompt.
9255         (replace-re-search-function): Doc fix.
9257 2008-06-29  Kenichi Handa  <handa@m17n.org>
9259         * descr-text.el (describe-char-display): Always return a string.
9260         (describe-char-padded-string): New function.
9261         (describe-char): Adjusted for the change of
9262         describe-char-display.  Use describe-char-padded-string.
9264 2008-06-29  Andreas Schwab  <schwab@suse.de>
9266         * vc-dir.el (vc-dir): Make backend argument optional and use
9267         vc-responsible-backend when nil.  Interactively pass nil for
9268         backend instead of using the backend of what happens to be
9269         default-directory at the time of the call.
9271         * find-dired.el (find-dired-filter): Preserve point.
9273 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
9275         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
9276         (sasl-find-mechanism, sasl-next-step):
9277         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
9278         (sasl-ntlm-response): Fix typos in docstrings.
9280 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
9282         * international/mule-cmds.el (view-hello-file): Doc fix.
9284 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
9286         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
9287         (set-face-attribute, face-set-after-frame-default)): Don't use it.
9289 2008-06-28  John Paul Wallington  <jpw@pobox.com>
9291         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
9293 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
9295         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
9296         (tramp-convert-file-attributes): Convert symlinks only when
9297         returned from `tramp-handle-file-attributes-with-stat'.
9299         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
9300         `substitute-in-file-name' when unloading.
9301         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
9303 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
9305         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
9306         (vc-string-prefix-p): Move function ...
9307         * vc.el (vc-string-prefix-p): ... here.
9309 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9311         * vc-dir.el (vc-dir): Complete only directory names.
9313 2008-06-27  Jason Rumney  <jasonr@gnu.org>
9315         * w32-fns.el (top-level): Unconditionally define all charsets.
9317 2008-06-27  Alan Mackenzie  <acm@muc.de>
9319         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
9320         the CC Mode specific functions; this is no longer needed, since
9321         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
9323         * progmodes/cc-defs.el (c-emacs-features): New feature
9324         'argumentative-bod-function.
9326 2008-06-27  John Paul Wallington  <jpw@pobox.com>
9328         * chistory.el (list-command-history): Use `bound-and-true-p'.
9329         (command-history-map): Define within defvar.  Add docstring.
9331 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9333         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
9334         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
9335         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
9336         (image-type-from-buffer): Use `looking-at-p'.
9338 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9340         * ibuf-ext.el (diff-sentinel): Declare.
9342 2008-06-27  Glenn Morris  <rgm@gnu.org>
9344         * calendar/lunar.el (calendar-lunar-phases): Rename from
9345         calendar-phases-of-moon.  Keep old name as alias, update callers.
9346         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
9347         (diary-lunar-phases): Rename from diary-phases-of-moon.
9348         Keep old name as alias.
9349         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
9350         (cal-menu-global-mouse-menu): Update for lunar name changes.
9351         * calendar/calendar.el (calendar-mode-map): Update for name change.
9352         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
9354 2008-06-26  Glenn Morris  <rgm@gnu.org>
9356         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
9357         argument `nolocation'.
9358         (calendar-sunrise-sunset-month): New function.
9359         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
9360         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
9361         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
9362         * calendar/calendar.el (solar-sunrises-buffer): New constant.
9363         (calendar-mode-map): Use cal-menu-sunmoon-menu.
9364         (calendar-buffer-list): Add solar-sunrises-buffer.
9366         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
9368 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
9370         * cus-start.el: Add customization types for word-wrap and
9371         shift-select-mode.
9373 2008-06-26  John Paul Wallington  <jpw@pobox.com>
9375         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
9376         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
9377         (ibuffer-mark-on-buffer): Don't display message when removing marks.
9378         (ibuffer-mark-by-mode): Use `buffer-local-value'.
9380 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
9382         * vc-dir.el (tool-bar): Require.
9384         * vc.el (ewoc, tool-bar): Do not require.
9386 2008-06-26  Kenichi Handa  <handa@m17n.org>
9388         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
9389         characters.
9391         * composite.el (terminal-composition-base-character-p): New function.
9392         (terminal-composition-function):
9393         Use terminal-composition-base-character-p.  Include the base character
9394         in the composition.
9395         (auto-compose-chars): Don't check font-object for terminal display.
9397 2008-06-26  Glenn Morris  <rgm@gnu.org>
9399         * doc-view.el (bookmark-make-record-default):
9400         * image-mode.el (bookmark-make-record-default): Fix declaration.
9402         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
9403         Add default :value for sexp type.
9404         (calendar-month-edges): New variable.
9405         (calendar-month-edges): New function.
9406         (calendar-recompute-layout-variables): Set calendar-month-edges.
9407         (calendar-intermonth-header, calendar-intermonth-text): New options.
9408         (calendar-insert-at-column): New function.
9409         (calendar-generate-month): Use calendar-insert-at-column.
9410         Handle intermonth text.  Add 'date property.
9411         (calendar-column-to-month): Remove function.
9412         (calendar-column-to-segment): New function.
9413         (calendar-cursor-to-date): Use calendar-column-to-segment.
9414         Check 'date property.
9416         * calendar/calendar.el (calendar-print-other-dates):
9417         Handle mouse events.
9418         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
9419         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
9421         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
9422         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
9423         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
9425         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9426         Use calendar-column-to-segment, calendar-month-edges, and
9427         the 'date property to handle intermonth text.
9429         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
9431         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
9432         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
9433         Add doc strings.
9434         (cal-menu-context-mouse-menu): Add some :keys.
9435         (calendar-check-holidays): Declare rather than autoloading.
9436         (diary-show-holidays-flag): Remove unneeded declaration.
9438         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
9439         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
9440         event-start is nil.
9442 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9444         * minibuffer.el (completion-basic-try-completion): Use the text after
9445         point to constrain the completion candidates.
9446         (completion-basic-all-completions): Adjust accordingly.
9448 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
9450         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
9451         courier.
9453         * faces.el (set-face-attribute): Doc fix.
9455 2008-06-25  Juri Linkov  <juri@jurta.org>
9457         * bindings.el (goto-map): New variable.  Rebind goto-related
9458         commands to this `M-g' prefix keymap.
9459         (search-map): New variable for `M-s' prefix keymap.
9460         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
9461         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
9462         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
9463         `M-shw' to `hi-lock-write-interactive-patterns'.
9465         * isearch.el (isearch-mode-map): Bind `M-s h r' to
9466         `isearch-highlight-regexp'.
9467         (isearch-highlight-regexp): New function.
9469 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9471         * info.el (Info-bookmark-make-record):
9472         Use bookmark-make-record-default.
9473         (Info-bookmark-jump): Use bookmark-default-handler.
9475         * image-mode.el (image-bookmark-make-record):
9476         Use bookmark-make-record-default.
9477         (image-bookmark-jump): Use bookmark-default-handler.
9479         * doc-view.el (doc-view-bookmark-make-record):
9480         Use bookmark-make-record-default.
9481         (doc-view-bookmark-jump): Use bookmark-default-handler.
9483         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
9484         used until now in bookmark.el's code.
9485         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
9486         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
9487         used until now in bookmark.el's code.
9488         (bookmark-set-filename): Remove special code, moved to its only caller.
9489         (bookmark-store): Use the newer format.
9490         (bookmark-make-record-default): Add arg `point-only'.
9491         Rename from bookmark-make-record-for-text-file.
9492         (bookmark--jump-via): New function.
9493         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
9494         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
9495         Use it.
9496         (bookmark-jump-noselect, bookmark-default-handler):
9497         Don't return an alist, instead return the data implicitly by changing
9498         current buffer and point.  Signal an error if the file doesn't exist.
9500         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
9501         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
9503         * bs.el: Use with-current-buffer.  Simplify.
9504         (bs-toggle-readonly): Avoid vc-toggle-read-only.
9506         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
9507         is bound before using it.
9509 2008-06-25  Kenichi Handa  <handa@m17n.org>
9511         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
9513 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
9515         * vc-hg.el:
9516         * vc-git.el: Require vc-dir when compiling.
9518         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
9519         vc-dir-marked-only-files.  Change the return value.
9520         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
9521         Change the return value.
9522         (vc-dir-deduce-fileset): New function broken out from ...
9523         * vc.el (vc-deduce-fileset): ... here and ...
9524         (vc-deduce-fileset): ... here.
9526         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
9527         (vc-svn-parse-status): Do not set the vc-backend property.
9529 2008-06-25  Andreas Schwab  <schwab@suse.de>
9531         * faces.el (face-font-family-alternatives, variable-pitch):
9532         Use "Sans Serif", not "Sans-Serif".
9534 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
9536         * faces.el (face-font-family-alternatives, variable-pitch):
9537         Change "Sans" to the canonical name "Sans-Serif".
9539 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
9541         * calc/calc.el (calc-mode-map): Add extra keybindings to
9542         `calc-missing-key'.
9543         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9544         `kill-ring-save'.
9546 2008-06-24  Miles Bader  <miles@gnu.org>
9548         * mouse.el (mouse-appearance-menu): Don't do anything if the user
9549         pops up the menu but doesn't select anything.
9551 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
9553         * add-log.el (add-change-log-entry): Add new arg to force each new
9554         entry to be on a new line.
9555         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
9557         * vc-dir.el (vc-client-object): Remove.
9558         (vc-dir-prepare-status-buffer): Take a backend as an argument and
9559         use it when looking for a buffer.
9560         (vc-dir): Add a backend argument.  Set revert-buffer-function.
9561         Don't create a client object.  Move bindings ...
9562         (vc-dir-menu-map, vc-dir-mode-map): ... here.
9563         (vc-dir-revert-buffer-function): New function.
9564         (vc-generic-status-printer): Rename to ...
9565         (vc-dir-status-printer): ... this.
9566         (vc-generic-state, vc-generic-status-fileinfo-extra)
9567         (vc-dir-extra-menu, vc-make-backend-object): Remove.
9568         (vc-default-status-printer): Use a different face for
9569         directories.  Don't display any text for directories in the state
9570         column.  Add tooltips.
9572         * vc.el (Todo): Update.
9574         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
9575         * vc-rcs.el (vc-annotate-convert-time):
9576         * vc-mtn.el (vc-annotate-convert-time):
9577         * vc-git.el (vc-annotate-convert-time):
9578         * vc-cvs.el (vc-annotate-convert-time):
9579         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
9581 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9583         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
9584         instead of using view-mode.
9586 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9588         * Makefile.in (distclean): Don't delete *.elc and autogen files.
9590 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9592         * vc.el:
9593         * vc-hooks.el:
9594         * vc-dispatcher.el: Move vc-dir variables and functions ...
9595         * vc-dir.el: ... here.  New file.
9596         * Makefile.in (ELCFILES): Add vc-dir.elc.
9598         * vc.el: Move vc-annotate variables and functions ...
9599         * vc-annotate.el: ... here.  New file.
9600         * Makefile.in (ELCFILES): Add vc-annotate.elc.
9602         * vc-dav.el: Move here from url/vc-dav.el.
9603         (Todo): Note work needed to make this backend functional.
9605         * Makefile.in (ELCFILES): Update vc-dav.el location.
9607 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9609         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
9611 2008-06-21  John Paul Wallington  <jpw@pobox.com>
9613         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
9615         * textmodes/rst.el (rst-mode): Put docstring in right place.
9617 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
9619         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
9620         size for legibility.
9622         * faces.el (fixed-pitch): Use "Monospace" family.
9623         (variable-pitch): Use "Sans" family.
9624         (face-font-family-alternatives): Define alternatives for "Sans"
9625         and "Monospace".
9627 2008-06-21  Glenn Morris  <rgm@gnu.org>
9629         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
9630         Require 'cl when compiling.
9632         * emacs-lisp/debug.el (help-xref-interned): Declare.
9634         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
9635         Evaluate definition when compiling.
9637         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
9638         rather than mouse-1.
9639         (bug-reference-url-format): Autoload safe if string.
9640         (bug-reference-bug-regexp): Make space after "bug" optional.
9642         * Makefile.in (all): Explicitly pass EMACS to sub-make,
9643         for some non-GNU makes.
9645         * cus-dep.el (custom-dependencies-no-scan-regexp):
9646         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
9648         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
9649         increments.
9651         * calendar/calendar.el: Factor out the magic numbers controlling the
9652         calendar layout.
9653         (calendar-month-digit-width, calendar-month-width)
9654         (calendar-right-margin): New variables.
9655         (calendar-recompute-layout-variables, calendar-set-layout-variable):
9656         New functions.
9657         (calendar-left-margin, calendar-intermonth-spacing)
9658         (calendar-column-width, calendar-day-header-width)
9659         (calendar-day-digit-width): New options.
9660         (calendar-first-date-row): New constant.
9661         (calendar-move-to-column, calendar-ensure-newline): New functions,
9662         replacing calendar-insert-indented.
9663         (calendar-insert-indented): Remove function.
9664         (calendar-generate-month): Use calendar-move-to-column and
9665         calendar-ensure-newline.  Use layout variables.
9666         (calendar-generate, calendar-update-mode-line)
9667         (calendar-font-lock-keywords): Use layout variables.
9668         (calendar-column-to-month): New function.
9669         (calendar-cursor-to-date): Use calendar-column-to-month.
9670         Use layout variables.
9671         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9672         Use layout variables.  Use calendar-column-to-month.
9673         (calendar-cursor-to-visible-date): Use layout variables.
9675 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9677         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
9678         (all): Run compile-last.
9679         (compile-onefile): New target.
9680         (compile-first): Simplify.
9681         (compile-last): Don't treat COMPILE_FIRST specially.
9682         (COMPILE_FIRST): List the elc files rather than the el files.
9683         (ELCFILES): Update.
9685 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
9687         * net/newst-treeview.el: Remove dead code.
9688         (newsticker--window-config): Remove.
9689         (newsticker-treeview-quit): Do not save window config.
9690         (newsticker-treeview): Do not try to restore window config.
9691         (newsticker-groups, newsticker--treeview-list-sort-by-column)
9692         (newsticker--treeview-list-new-items)
9693         (newsticker--treeview-list-immortal-items)
9694         (newsticker--treeview-list-obsolete-items)
9695         (newsticker--treeview-list-all-items)
9696         (newsticker--treeview-list-feed-items): Fix documentation.
9698 2008-06-21  Miles Bader  <miles@gnu.org>
9700         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
9702 2008-06-21  Alan Mackenzie  <acm@muc.de>
9704         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
9705         infinite loop on invalid syntax.
9707 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9709         * textmodes/rst.el: Run rst-define-level-faces when loading.
9710         (rst-mode): Don't set the font-lock-multiline var.
9711         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
9712         Set the font-lock-multiline property by hand.
9714         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
9716         * Makefile.in (emacs-deps): Remove.
9717         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
9718         (all): Use them.
9719         (autogen-clean): Remove.
9721 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9723         * Makefile.in (all): New target.
9724         (bootstrap-prepare): Remove.
9726         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
9727         the .elc file to batch-byte-compile.
9729         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
9730         set-keymap-parents if set-keymap-parent doesn't exist.
9732         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
9733         Allow more than one space before the |.
9735         * textmodes/rst.el: Fix up docstring conventions.
9736         Move vars to before their first use.
9737         (rst-mode): Don't mess with font-lock-support-mode.
9738         (rst-suggest-new-decoration, rst-adjust-decoration):
9739         Avoid CL's copy-list.
9740         (rst-delete-entire-line): Use line-beginning-position.
9741         (rst-position): New fun.
9742         (rst-straighten-decorations): Use it instead of CL's position.
9743         (rst-straighten-bullets-region): Avoid CL's mapcar*.
9744         (rst-toc-mode): Use define-derived-mode.
9745         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
9746         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
9747         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
9748         (rst-replace-lines): Simplify.
9749         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
9751         * simple.el (special-mode-map): New var.
9752         (special-mode): New major mode.
9754 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
9756         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
9757         log-view-file-re.
9759         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
9760         (vc-switch-backend): Simplify.
9761         (Todo): Remove solved items.
9763         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
9764         the vc-backend property.
9766 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9768         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
9769         Bind inhibit-read-only since the buffer is always read-only.
9771 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
9773         * net/newst-treeview.el (newsticker-treeview-own-frame):
9774         Change default value to nil.
9775         (newsticker--treeview-list-add-item)
9776         (newsticker--treeview-propertize-tag): Show item title in tooltip.
9778 2008-06-20  Martin Blais  <blais@furius.ca>
9779             Stefan Merten  <smerten@oekonux.de>
9780             David Goodger  <goodger@python.org>
9782         * textmodes/rst.el: New file.
9784 2008-06-20  Sam Steingold  <sds@gnu.org>
9786         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
9787         remove DIRECTORY entries.
9789 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
9791         * makefile.w32-in (distclean): Depend on `clean'.
9792         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
9793         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
9794         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
9795         empty cus-load.el with `echo', and include "Local Variables"
9796         section to prevent the empty file from being compiled.
9797         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
9798         that generate an empty cus-load.el.
9800 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
9802         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
9803         Don't copy ldefs-boot.el over loaddefs.el.
9804         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
9805         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
9806         to loaddefs.el; they are not needed now.  Add coding cookie.
9808 2008-06-20  Miles Bader  <miles@gnu.org>
9810         * face-remap.el (face-remap-add-relative, face-remap-set-base):
9811         Strip unnecessary list levels from SPECS.
9812         (buffer-face-set, buffer-face-toggle):
9813         Change argument from FACE to &rest SPECS, and strip unnecessary
9814         list levels from SPECS.
9815         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
9817 2008-06-20  Jason Rumney  <jasonr@gnu.org>
9819         * international/fontset.el (setup-default-fontset): Specify script
9820         for latin use of iso10646-1.  Fix use of lang tags.
9822 2008-06-19  Miles Bader  <miles@gnu.org>
9824         * face-remap.el (text-scale-increase): Start from zero if
9825         text-scale-mode isn't enabled.
9827 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9829         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
9830         frame parameters after setting up the `default' face.
9832 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9834         * faces.el (face-set-after-frame-default): Don't exclude `default'.
9836 2008-06-18  Glenn Morris  <rgm@gnu.org>
9838         * mouse.el (buffer-face-mode-invoke): Declare.
9840         * Makefile.in (ELCFILES): Add org/org-id.elc.
9842         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
9843         * calendar/cal-menu.el (cal-menu-holidays-menu):
9844         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
9845         (cal-menu-today-holidays): Remove function.
9847         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
9848         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9849         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
9850         Remove unused functions.
9851         (calendar-mouse-view-diary-entries): Use format rather than concat.
9853         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
9854         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9855         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
9857         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
9858         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9859         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
9860         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
9861         cal-menu-event-to-date.
9863         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
9864         Handle mouse events.
9865         * calendar/cal-tex.el (cal-tex-cursor-year)
9866         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9867         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9868         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9869         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
9870         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9871         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
9872         (cal-tex-cursor-month): Mark N as optional.
9873         * calendar/cal-menu.el (calendar-mouse-tex-day)
9874         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
9875         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
9876         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
9877         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
9878         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
9879         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
9880         Remove functions.
9881         (cal-menu-context-mouse-menu): Replace the above functions with the
9882         cal-tex versions.  Add HTML submenu.
9884 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
9886         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
9887         text command mode.
9888         (gdb): Explain that gud-gdb is needed for text command mode.
9890 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
9892         * window.el (split-height-threshold): Remove spurious extra line.
9894 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9896         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
9897         (calendar-set-mark):
9898         * calendar/diary-lib.el (diary-insert-entry):
9899         * calendar/solar.el (calendar-sunrise-sunset): Use it.
9900         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
9901         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
9902         (cal-menu-context-mouse-menu): Use calendar-set-mark,
9903         diary-insert-entry, and calendar-sunrise-sunset instead.
9905         * vc.el (vc-deduce-fileset): Add arg `only-files'.
9906         (vc-next-action): Pass the new arg.
9907         (vc-register): Don't use `only-files'.
9908         Don't set `backup-inhibited' in the current buffer.
9910 2008-06-17  Miles Bader  <miles@gnu.org>
9912         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
9914         * face-remap.el (buffer-face-mode-face)
9915         (buffer-face-mode-remapping): New variables.
9916         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
9917         (buffer-face-mode-invoke): New functions.
9918         (variable-pitch-mode-remapping): Variable removed.
9919         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
9921         * face-remap.el (internal-lisp-face-attributes): New variable.
9922         (face-attrs-more-relative-p, face-remap-order): New functions.
9923         (face-remap-add-relative): Use `face-remap-order'.
9925 2008-06-17  Glenn Morris  <rgm@gnu.org>
9927         * mouse.el (x-select-font): Declare.
9929         * calendar/calendar.el (calendar-move-hook):
9930         Add calendar-update-mode-line as an option.
9931         (calendar-date-echo-text): New user option.
9932         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
9933         (calendar-insert-indented): Simplify newline insertion.
9934         (calendar-describe-mode): Remove unused function.
9935         (calendar-mode-line-entry): New function.
9936         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
9937         Mark as risky.
9938         (calendar-mouse-other-month): Remove function.
9939         (calendar-other-month): Handle mouse events.
9940         (calendar-goto-info-node): Call fit-window-to-buffer.
9941         (calendar-mode): Use define-derived-mode.  Doc fix.
9942         (calendar-update-mode-line): Tweak whitespace.
9944 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9946         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
9947         (vc-dir-marked-only-files): vc-string-prefix-p.
9949 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
9951         * progmodes/gdb-ui.el (gdb-memory-set-address)
9952         (gdb-memory-set-repeat-count): Allow keyboard bindings.
9953         (gdb-memory-mode-map): Bind above functions respectively
9954         to 'S' and 'N'.
9956 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
9958         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
9960 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
9962         * log-view.el (vc-diff-internal): Declare for compiler.
9964         * vc-bzr.el (log-view-per-file-logs):
9965         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
9967 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
9969         * mouse.el (mouse-appearance-menu-map): New var.
9970         (mouse-appearance-menu): New function.
9971         Bind it to S-down-mouse-1.
9973 2008-06-15  Juri Linkov  <juri@jurta.org>
9975         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
9976         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
9977         as the second element.
9978         (Info-build-toc): Add PARENT element extracted from the Up pointer.
9979         Don't print progress messages.
9980         (Info-toc-nodes): New variable and function.
9981         (Info-index-nodes): Optimize non-string file name case.
9982         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
9983         (Info-insert-breadcrumbs): Use the cached document structure instead
9984         of visiting all ancestor nodes.  Remove the initial `>'.
9986 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
9988         * log-view.el (log-view-diff-changeset): New function.
9989         (log-view-mode-map, log-view-mode-menu): Bind it.
9990         (log-view-per-file-logs, log-view-vc-fileset)
9991         (log-view-vc-backend): New variables.
9992         (log-view-find-revision, log-view-modify-change-comment)
9993         (log-view-annotate-version): Throw an error if the log is for more
9994         than one file and we can't find the current file.  Get the current
9995         file from log-view-vc-fileset if necessary.
9996         (log-view-diff): Get the current file from log-view-vc-fileset if
9997         necessary.
9999         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
10001         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
10002         (vc-hg-log-view-mode): Declare for compiler.
10003         (vc-hg-log-view-mode): Set log-view-per-file-logs and
10004         log-view-file-re.
10005         (vc-hg-diff): If no file is passed, use default-directory for cwd.
10007         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
10009         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
10011 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
10013         * net/tramp.el (tramp-handle-start-file-process):
10014         Clear modification time of the connection buffer.
10015         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
10016         (tramp-open-connection-setup-interactive-shell): Flush cache, and
10017         restart `tramp-maybe-open-connection' when the remote system has
10018         been changed.  Throw 'uname-changed event.
10019         (tramp-maybe-open-connection): Catch it.
10021         * net/tramp-cmds.el (tramp-cleanup-all-connections):
10022         Reset `tramp-locked'.
10024 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
10026         * net/newst-treeview.el (newsticker--treeview-list-update)
10027         (newsticker--treeview-item-update)
10028         (newsticker--treeview-tree-update)
10029         (newsticker-treeview-jump, newsticker-group-add-group)
10030         (newsticker-group-move-feed, newsticker-group-delete-group):
10031         Remove window dedication.
10032         (newsticker--group-manage-orphan-feeds): Handle ill-valued
10033         newsticker-groups.
10034         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
10036 2008-06-15  Andreas Schwab  <schwab@suse.de>
10038         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
10039         when parsing CVS/Repository.
10041         * wdired.el (wdired-search-and-rename): Fix undocumented change.
10043 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
10045         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
10046         (newsticker-extra-face, newsticker-enclosure-face): Moved to
10047         net/newst-reader.el.
10049         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
10050         (newsticker-extra-face, newsticker-enclosure-face): Moved from
10051         net/newst-reader.el.
10053 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10055         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
10056         Catch and recover from case when the bytes we thought we were reading
10057         turn out to be something else entirely, such as latin-1 chars from
10058         quail.  See bug#396.
10060 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10062         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
10063         (vc-register): Call the backend function only once, instead of
10064         once for each file.
10065         (vc-next-action): Update call to vc-register.
10066         (vc-dir-register): Remove function.
10067         (vc-dir): Bind vc-register instead of vc-dir-register.
10069 2008-06-14  Glenn Morris  <rgm@gnu.org>
10071         * Makefile.in (ELCFILES): Add net/newst-*.el.
10073 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10075         * wdired.el (wdired-do-renames): New function.
10076         (wdired-finish-edit): Use it to.
10077         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
10079 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10081         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
10083 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
10085         * window.el (window--even-window-heights): Even window heights
10086         only if the selected window is higher than WINDOW.
10087         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10089 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10091         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
10093 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10095         * term/linux.el (terminal-init-linux): Load t-mouse.
10097 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10098             Drew Adams  <drew.adams@oracle.com>
10100         * info.el (Info-breadcrumbs-depth): New var.
10101         (Info-insert-breadcrumbs): New function.
10102         (Info-fontify-node): Use it.
10103         (Info-mode-map): Move initialization into declaration.
10105 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
10107         Rename net/newsticker-*.el to net/newst-*.el.
10108         * net/newst-backend.el: Rename from net/newsticker-backend.el.
10109         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
10110         * net/newst-reader.el: Rename from net/newsticker-reader.el.
10111         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
10112         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
10113         * net/newsticker-backend.el: Rename to net/newst-backend.el.
10114         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
10115         * net/newsticker-reader.el: Rename to net/newst-reader.el.
10116         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
10117         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
10119 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10121         * progmodes/compile.el (compilation-start): Don't disable undo in
10122         comint buffer.  Don't override the comint-filter with our own.
10123         (compilation-filter): Change point's insertion-type.
10125         * comint.el (comint-output-filter): Use copy-marker.
10127 2008-06-13  David Reitter  <david.reitter@gmail.com>
10129         * textmodes/flyspell.el (mail-mode-flyspell-verify):
10130         Check message-signature-separator exists before using it.
10132 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
10134         * vc.el (vc-delete-file): Bind default-directory before calling
10135         the backend.
10136         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
10137         (vc-annotate-show-diff-revision-at-line-internal): ... here.
10138         New function.
10139         (vc-annotate-show-changeset-diff-revision-at-line): New function.
10140         (vc-annotate-mode-menu): Bind it.
10142 2008-06-13  Jason Rumney  <jasonr@gnu.org>
10144         * term/w32-win.el (mouse-set-font): Remove overridden function.
10145         (w32-select-font): Declare as obsolete alias for x-select-font.
10147 2008-06-13  Daniel Engeler  <engeler@gmail.com>
10149         These changes add serial port access.
10150         * term.el (term-update-mode-line): Modify.
10151         (serial-port-is-file-p, serial-nice-speed-history)
10152         (serial-no-speed, serial-mode-line-speed-menu)
10153         (serial-mode-line-config-menu): New variables and constants.
10154         (serial-name-history, serial-speed-history)
10155         (serial-supported-or-barf, serial-read-name, serial-read-speed)
10156         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
10157         (serial-mode-line-speed-menu, serial-update-speed-menu)
10158         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
10159         (serial-update-config-menu): New functions.
10161 2008-06-13  Glenn Morris  <rgm@gnu.org>
10163         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
10165         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
10167 2008-06-13  Kenichi Handa  <handa@m17n.org>
10169         * cus-face.el (custom-face-attributes): Add :foundry.
10171         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
10172         (face-x-resources): Add :foundry.
10173         (face-valid-attribute-values): Likewise.
10174         (face-attribute-name-alist): Likewise.
10175         (describe-face): Likewise.
10177 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10179         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
10181 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
10183         * longlines.el (longlines-search-forward, longlines-search-backward)
10184         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
10186 2008-06-12  Sam Steingold  <sds@gnu.org>
10188         * vc.el (vc-rename-file): DTRT when the destination is a directory
10189         name and the source is a file.
10191 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
10193         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
10195 2008-06-12  Glenn Morris  <rgm@gnu.org>
10197         * progmodes/f90.el (f90-beginning-of-subprogram)
10198         (f90-end-of-subprogram): Only give a message when interactive.
10200         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
10202         * progmodes/cperl-mode.el (cperl-info-on-command):
10203         Use display-pixel-height rather than x-display-pixel-height.
10205         * mail/rmailedit.el (rmail-cease-edit):
10206         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
10208         * emulation/edt.el (edt-xserver):
10209         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
10211         * emulation/edt-mapper.el: Drop test for Emacs < 19.
10213         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
10214         Evaluate definitions when compiling.  Reverse tests.
10216         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
10217         use unless.
10219         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
10221         * textmodes/artist.el (x-pointer-shape):
10222         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
10223         (x-open-connection, x-server-max-request-size, x-get-resource):
10224         * term/w32console.el (x-setup-function-keys):
10225         * term/w32-win.el (x-parse-geometry, x-resource-name)
10226         (generate-fontset-menu, image-library-alist, x-open-connection)
10227         (setup-default-fontset, set-fontset-font, setup-default-fontset)
10228         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
10229         (x-get-resource):
10230         * term/mac-win.el (x-parse-geometry, x-resource-name)
10231         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
10232         (new-fontset, x-display-list, x-open-connection, x-get-resource):
10233         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
10234         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
10235         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
10236         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
10237         (tooltip-identifier-from-point, define-fringe-bitmap):
10238         * play/gamegrid.el (image-size):
10239         * play/bubbles.el (image-size):
10240         * mail/emacsbug.el (x-server-vendor, x-server-version):
10241         * international/mule-util.el (internal-char-font):
10242         * international/mule-diag.el (font-info, query-fontset, fontset-info)
10243         (fontset-alias-alist, fontset-list, fontset-plain-name):
10244         * international/mule-cmds.el (x-server-vendor, x-server-version):
10245         * international/fontset.el (font-encoding-charset-alist)
10246         (otf-script-alist, new-fontset, set-fontset-font)
10247         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
10248         (fontset-list, query-fontset, x-get-resource):
10249         * emulation/edt.el (x-server-vendor):
10250         * emulation/edt-mapper.el (x-server-vendor):
10251         * emacs-lisp/map-ynp.el (x-popup-dialog):
10252         * emacs-lisp/lmenu.el (x-popup-dialog):
10253         * x-dnd.el (x-window-property, x-change-window-property)
10254         (x-get-selection-internal):
10255         * woman.el (x-list-fonts):
10256         * w32-fns.el (x-server-version):
10257         * tooltip.el (x-show-tip, x-hide-tip):
10258         * tool-bar.el (image-mask-p):
10259         * thumbs.el (image-size):
10260         * term.el (overflow-newline-into-fringe):
10261         * subr.el (scroll-bar-scale):
10262         * startup.el (x-get-resource, tool-bar-mode, image-size):
10263         * select.el (x-get-selection-internal, x-own-selection-internal)
10264         (x-disown-selection-internal):
10265         * mouse.el (generate-fontset-menu):
10266         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
10267         * image.el (image-library-alist):
10268         * image-mode.el (image-size, image-refresh):
10269         * image-dired.el (clear-image-cache):
10270         * gs.el (x-display-mm-width, x-display-pixel-width)
10271         (x-display-mm-height, x-display-pixel-height)
10272         (x-change-window-property, x-display-grayscale-p, x-window-property):
10273         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
10274         (x-focus-frame, x-list-fonts, x-display-screens)
10275         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
10276         (x-display-mm-width, x-display-backing-store, x-display-save-under)
10277         (x-display-planes, x-display-color-cells, x-display-visual-class):
10278         * faces.el (internal-face-x-get-resource)
10279         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
10280         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
10281         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
10282         (x-parse-geometry, x-create-frame, x-setup-function-keys)
10283         (tool-bar-setup):
10284         * doc-view.el (clear-image-cache, image-size, tooltip-show):
10285         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
10286         * dframe.el (x-display-pixel-width, x-display-pixel-height):
10287         * descr-text.el (internal-char-font):
10288         Define for compiler, for builds without X.
10290 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10292         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
10294 2008-06-11  Glenn Morris  <rgm@gnu.org>
10296         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
10297         before trying to move there.
10298         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
10299         is non-nil, indent most terminating statements like loop body.
10301         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
10302         Gregorian date, and add it, not the local date, to diary-entries-list.
10303         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
10305 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10307         * progmodes/compile.el (compilation-filter): Fix up last change.
10309         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
10311         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
10312         (gpm-mouse-mode): Make it into a proper global minor mode.
10314         * files.el (save-some-buffers-action-alist): Only use recursive-edit
10315         if the user enabled recursive-minibuffers.
10317         * emacs-lisp/map-ynp.el (map-y-or-n-p):
10318         Add support for scroll-other-window.
10320 2008-06-11  Jason Rumney  <jasonr@gnu.org>
10322         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
10323         Use tmm-menubar if menu is disabled in this frame.
10325         * menu-bar.el (menu-bar-open): Determine how to open menu bar
10326         from frame type, per documentation.  Add w32 case.
10328 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10330         * minibuffer.el (completion--merge-suffix): New function.
10331         (completion-basic-try-completion): Use it.
10332         (completion-pcm--find-all-completions): Add argument `filter'.
10333         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
10334         New functions.
10335         (completion-pcm-try-completion): Use them.
10337         * xt-mouse.el (turn-on-xterm-mouse-tracking)
10338         (turn-off-xterm-mouse-tracking): Use terminal-list.
10340         * cus-start.el (underline-minimum-offset): Rename from
10341         x-underline-minimum-display-offset.
10343 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
10345         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
10347 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
10349         * mouse.el (mouse-select-font): New function.
10351         * faces.el (face-spec-recalc): When the face is set using
10352         Customize, avoid recalculating it twice.
10354         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
10355         Font" menu item to it.  Apply selected font to all frames, and
10356         make it savable.
10357         (menu-bar-options-save): Save `default' font if changed.
10359 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10361         * ffap.el (ffap-string-at-point-mode-alist):
10362         Use alpha rather than lower.
10364         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
10366         * subr.el (momentary-string-display): Use an overlay.
10368         * progmodes/compile.el (compilation-mode):
10369         Set window-point-insertion-type.
10370         (compilation-filter): Don't use insert-before-markers any more.
10371         * emacs-lisp/trace.el (trace-make-advice):
10372         Set window-point-insertion-type in the trace buffer.
10373         * startup.el (normal-top-level): Set window-point-insertion-type in
10374         *Messages*.
10375         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
10376         (telnet-filter): Don't use insert-before-markers any more.
10377         * comint.el (comint-mode): Set window-point-insertion-type.
10378         (comint-output-filter): Don't use insert-before-markers any more.
10379         * button.el (make-text-button): Allow `start' to be a string.
10381 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
10383         * emacs-lisp/autoload.el (autoload-rubric):
10384         Fix coding cookie not to force Unix EOL.
10386 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
10388         * window.el (window--splittable-p, window--try-to-split-window):
10389         Don't use with-selected-window to avoid messing up get-lru-window.
10390         Reported by David Hansen <david.hansen@gmx.net>.
10392 2008-06-10  Glenn Morris  <rgm@gnu.org>
10394         * subr.el (locate-library): Doc fix.
10396         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
10397         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
10398         Check tool-bar-map is bound, for non-X builds.
10400         * net/newsticker-reader.el (newsticker--next-item-image)
10401         (newsticker--previous-item-image, newsticker--previous-feed-image)
10402         (newsticker--next-feed-image, newsticker--mark-read-image)
10403         (ewsticker--mark-immortal-image, newsticker--narrow-image)
10404         (newsticker--get-all-image, newsticker--update-image)
10405         (newsticker--browse-image): Check xpm images are available.
10406         (newsticker--mark-read-image, newsticker--mark-immortal-image)
10407         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
10409         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
10410         (newsticker--plainview-tool-bar-map, newsticker-mode):
10411         Check tool-bar-map is bound, for non-X builds.
10412         (w3m-toggle-inline-image): Declare.
10414         * net/newsticker-backend.el (tool-bar-map): Don't declare.
10416         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
10418         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
10419         (finder-compile-keywords): Move let to where needed.
10420         (finder-mouse-face-on-line): Go back one more line if needed.
10421         (finder-list-matches): Use cadr.
10422         (finder-goto-xref): New function.
10423         (finder-commentary): Add buttons to jump to foo.el libraries.
10425 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10427         * apropos.el (apropos-function, apropos-macro, apropos-command)
10428         (apropos-variable, apropos-face, apropos-group, apropos-widget)
10429         (apropos-plist): Add apropos-short-label property.
10430         (apropos-multi-type): New variables.
10431         (apropos-command, apropos-value): Set it.
10432         (apropos-compact-layout): New custom.
10433         (apropos-print, apropos-print-doc): Use it.
10434         (apropos-print): Truncate lines.
10436 2008-06-09  Kenichi Handa  <handa@m17n.org>
10438         * international/fontset.el (font-encoding-alist):
10439         Add an entry for "ascii-0".
10441 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
10443         * language/hanja-util.el (hanja-init-load): Show the message only
10444         when loading a table.
10446 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
10448         * net/newsticker-treeview.el (newsticker-treeview):
10449         * net/newsticker-plainview.el (newsticker-plainview):
10450         Add autoload cookie.
10452 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
10454         * net/newsticker.el: Split up into newsticker-backend, -ticker,
10455         -reader, -plainview, and -treeview.
10456         (newsticker-version): Change to 1.99.
10458         * net/newsticker-backend.el: New.  Move backend functionality from
10459         newsticker.el to newsticker-backend.el.
10460         (newsticker--download-logos): New.
10461         (newsticker--sentinel-callback): New.
10462         (newsticker--set-customvar): Remove.  Split up into specific
10463         functions related to retrieval, ticker, buffer, and display.
10464         (newsticker--set-customvar-retrieval): New.  Extracted from
10465         `newsticker--set-customvar'.
10466         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
10467         (newsticker-url-list-defaults):
10468         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10469         (newsticker-url-list): Doc changed.  URL can be a function.
10470         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10471         (newsticker-retrieval-method): New.
10472         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
10473         (newsticker-retrieval-interval):
10474         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10475         (newsticker-desc-comp-max): Change :group.
10476         (newsticker--cache): Doc changed.
10477         (newsticker--guid-to-string): New.
10478         (newsticker--guid): Use `newsticker--guid-to-string'.
10479         (newsticker--real-feed-name): New.
10480         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
10481         (newsticker-start): Use `insert-file-contents' for reading cache.
10482         Use `newsticker--start-feed'.
10483         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
10484         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
10485         Use `newsticker--stop-feed'.
10486         (newsticker-save-item): New.
10487         (newsticker--get-news-by-funcall): New.
10488         (newsticker-get-news): Handle new retrieval methods.
10489         (newsticker--sentinel): Use `newsticker--sentinel-work'.
10490         (newsticker--sentinel-work): New.  Extracted from
10491         `newsticker--sentinel'.  Use `newsticker--download-logos',
10492         `newsticker--sentinel-callback'.
10493         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
10494         (newsticker--parse-atom-1.0): Fix link determination.
10495         (newsticker--parse-rss-0.91): Fix time determination.
10496         (newsticker--parse-rss-0.92): Fix time determination.
10497         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
10498         (newsticker--parse-generic-feed): New arg order in
10499         `newsticker--cache-add'.
10500         (newsticker--parse-generic-items): Fix for multiple items.
10501         New arg order in `newsticker--cache-add'.
10502         (newsticker--forget-preformatted): Check whether
10503         `newsticker--buffer-set-uptodate' is fbound.
10504         (newsticker--decode-iso8601-date): Handle fractions of seconds.
10505         (newsticker--decode-rfc822-date): Partial timezone handling.
10506         (newsticker--cache-contains): Fix guid problem.
10507         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
10508         (newsticker--cache-save): New.
10509         (newsticker--cache-update): Use temp buffer.
10510         (newsticker--stat-num-items): Allow multiple AGE args.
10511         (newsticker--stat-num-items-total): New.
10512         (newsticker--opml-import-outlines): New.
10513         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
10514         (newsticker--do-run-auto-mark-filter): Doc changed.
10515         (newsticker-retrieve-random-message): New.
10517         * net/newsticker-ticker.el: New.  Move ticker functionality from
10518         net/newsticker.el to net/newsticker-ticker.el.
10519         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
10520         `newsticker--ticker-timer'.
10521         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
10522         to `newsticker--ticker-timer'.
10523         (newsticker--set-customvar-ticker): New.  Extracted from
10524         `newsticker--set-customvar'.
10525         (newsticker-ticker-interval): Rename `newsticker-display-interval'
10526         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
10527         for :set.  Change :group.
10528         (newsticker-scroll-smoothly): Doc changed.  Change :group.
10529         (newsticker-hide-immortal-items-in-echo-area)
10530         (newsticker-hide-old-items-in-echo-area)
10531         (newsticker-hide-obsolete-items-in-echo-area):
10532         Use `newsticker--set-customvar-ticker for :set.  Change :group.
10533         (newsticker-start-ticker): Rename `newsticker--display-timer' to
10534         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
10535         to `newsticker-ticker-interval'.
10536         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
10537         `newsticker--ticker-timer'.
10539         * net/newsticker-reader.el: New.  Move reader functionality from
10540         net/newsticker.el to net/newsticker-reader.el.
10541         (newsticker--set-customvar-formatting): New.  Extracted from
10542         `newsticker--set-customvar'.
10543         (newsticker-reader, newsticker-frontend): New.
10544         (newsticker-enable-logo-manipulations): Change :group.
10545         (newsticker-justification): Use `newsticker--set-customvar-formatting'
10546         for :set.  Change :group.
10547         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
10548         for :set.  Change :group.
10549         (newsticker-html-renderer): Doc changed.
10550         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
10551         (newsticker-date-format):
10552         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
10553         (newsticker--insert-enclosure):
10554         Rename `newsticker--buffer-insert-enclosure' to
10555         `newsticker--insert-enclosure'.  Add keymap arg.
10556         (newsticker--print-extra-elements):
10557         Rename `newsticker--buffer-print-extra-elements' to
10558         `newsticker--print-extra-elements'.  Add keymap arg.
10559         (newsticker--do-print-extra-element):
10560         Rename `newsticker--buffer-do-print-extra-element' to
10561         `newsticker--do-print-extra-element'.  Add keymap arg.
10562         (newsticker-show-news): Use `newsticker-frontend'.
10564         * net/newsticker-plainview.el: New.  Move plainview functionality
10565         from net/newsticker.el to net/newsticker-reader.el.
10566         (newsticker-plainview): New.
10567         (newsticker--set-customvar-sorting): New.  Extracted from
10568         `newsticker--set-customvar'.
10569         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
10570         for :set.  Changed :group.
10571         (newsticker-heading-format, newsticker-item-format)
10572         (newsticker-desc-format, newsticker-statistics-format):
10573         Use `newsticker--set-customvar-formatting for :set.  Change :group.
10574         (newsticker-faces): Change :group.
10575         (newsticker-default-face): Enable again.
10576         (newsticker-hide-old-items-in-newsticker-buffer)
10577         (newsticker-show-descriptions-of-new-items):
10578         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
10579         (newsticker-show-all-news-elements): Change :group.
10580         (newsticker-plainview-hooks): New.
10581         (newsticker-select-item-hook, newsticker-select-feed-hook)
10582         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
10583         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
10584         to `newsticker--plainview-tool-bar-map'.
10585         (newsticker--url-keymap): Add mouse-1 binding.
10586         (newsticker-plainview): New.
10587         (newsticker-mark-all-items-of-feed-as-read): Change doc.
10588         (newsticker--buffer-do-insert-text): Use renamed
10589         newsticker--[buffer-]insert-enclosure and
10590         newsticker--[buffer-]print-extra-elements.
10591         (newsticker--buffer-set-faces): Use newsticker-default-face.
10593         * net/newsticker-treeview.el: New.
10595 2008-06-08  Andreas Schwab  <schwab@suse.de>
10597         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
10599         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
10601         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
10602         empty line.
10604         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
10606 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
10608         * window.el (split-height-threshold, split-width-threshold):
10609         Add choice nil.
10610         (split-window-preferred-function): Allow either nil or a function.
10611         (window--splittable-p, window--try-to-split-window):
10612         Handle changed option values.
10614         (window--frame-usable-p): Handle nil argument.
10616         (display-buffer): Call get-lru-window when pop-up-windows is nil
10617         and window can't be split.
10619 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10621         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
10623         * net/tramp.el (top): Quote feature names.  Remove
10624         `tramp-rfn-eshadow-setup-minibuffer' from
10625         `rfn-eshadow-setup-minibuffer-hook' when unloading.
10626         (tramp-read-passwd): There is only one call to
10627         `auth-source-user-or-password' needed.  Pacify byte compiler.
10629 2008-06-08  Andreas Schwab  <schwab@suse.de>
10631         * window.el (display-buffer): Use lru window if current window
10632         cannot be split.
10634 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10636         * apropos.el (apropos-library): New command and new button.
10637         (apropos-library-button): New function.
10639         * apropos.el: Remove spurious * in docstrings.
10640         (apropos-label-face): Use variable pitch.
10641         (apropos-print): Use dolist and with-current-buffer.
10642         (apropos-print-doc): Use when.
10644         * window.el (special-display-p, display-buffer):
10645         Fix up C->Elisp transcription error.
10647 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10649         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10650         (byte-compile-file): Initialize it.
10651         (byte-compile-nogroup-warn): Keep track of the current group.
10653 2008-06-08  Glenn Morris  <rgm@gnu.org>
10655         * Makefile.in (compile, compile-always, bootstrap-prepare):
10656         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
10658 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
10660         * language/hanja-util.el (hanja-init-load): Use a char-table for
10661         hanja-table.
10662         (hangul-to-hanja-char): Adjust for the above change.
10664 2008-06-07  Glenn Morris  <rgm@gnu.org>
10666         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
10667         lm-keywords.
10669         * mail/sendmail.el (mail-interactive): Add :version.
10671         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
10672         obsolete alias.
10674         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
10675         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
10676         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
10677         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
10678         * eshell/esh-util.el, international/mule-cmds.el:
10679         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
10680         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
10681         Remove unnecessary eval-when-compiles and eval-and-compiles.
10683         * Makefile.in (bootstrap-clean): Run autogen-clean.
10684         (maintainer-clean): No need to run autogen-clean now it is included in
10685         bootstrap-clean.
10687 2008-06-06  Miles Bader  <miles@gnu.org>
10689         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
10691 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
10693         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
10694         longlines mode.
10696         * replace.el (replace-search-function)
10697         (replace-re-search-function): New vars.
10698         (perform-replace): Use them.
10700         * longlines.el (longlines-re-search-forward): New function.
10701         (longlines-mode): Bind replace-search-function and
10702         replace-re-search-function, to ensure that replacement commands
10703         treat newlines as spaces.
10704         (longlines-show-effect): Default to a pilcrow sign.
10706 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10708         * help.el (function-called-at-point):
10709         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
10710         even when calling find-tag-default.
10712 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
10714         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
10715         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
10716         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
10717         (nxml-fontify-buffer, nxml-do-fontify):
10718         Remove obsolete variables and functions.
10719         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
10720         (nxml-degrade, nxml-after-change, nxml-after-change1)
10721         (nxml-extend-region, nxml-extend-after-change-region)
10722         (nxml-extend-after-change-region1, nxml-fontify-matcher)
10723         (nxml-toggle-char-ref-extra-display): Use font-lock, and
10724         font-lock-extend-region-functions in particular, to fontify
10725         nxml-mode buffers.
10726         (nxml-debug-region): New debugging helper function.
10728         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
10729         (nxml-scan-after-change, nxml-move-tag-backwards):
10730         Adapt for font-lock changes.
10732         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
10733         (nxml-debug-set-inside, nxml-debug-clear-inside):
10734         New debugging functions.
10735         (nxml-with-degradation-on-error): New helper macro.
10737 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
10739         * window.el (display-buffer): Remove dead call to get-lru-window.
10741 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10743         * mail/sendmail.el (mail-interactive): Change default.
10745 2008-06-05  John Paul Wallington  <jpw@pobox.com>
10747         * bindings.el (completion-ignored-extensions):
10748         Add .p64fsl, .d64fsl, and .dx64fsl.
10750 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10752         * ffap.el (ffap-prompter): Don't use the region.
10754 2008-06-05  Sam Steingold  <sds@gnu.org>
10756         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
10757         subdirectory to be registered.
10759 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
10761         * window.el (display-buffer-function, special-display-p)
10762         (special-display-buffer-names, special-display-regexps)
10763         (special-display-function, same-window-p, same-window-buffer-names)
10764         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
10765         (pop-up-frame-function, pop-up-windows, even-window-heights)
10766         (split-window-preferred-function, split-height-threshold)
10767         (window--display-buffer-1, display-buffer, pop-to-buffer):
10768         Move from window.c and buffer.c.
10769         (window--splittable-p, window--try-to-split-window)
10770         (window--frame-usable-p, window--display-buffer-2)
10771         (window--even-window-heights): New functions.
10772         (split-width-threshold): New option.
10773         (split-window-preferred-horizontally): Remove.
10775         * cus-start.el: Remove corresponding declarations.
10777 2008-06-05  Sam Steingold  <sds@gnu.org>
10779         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
10780         an error on modified buffers.
10782 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10784         * progmodes/etags.el (tags-verify-table): Be careful to use and update
10785         tags-file-name and tags-table-list from the right buffer.
10786         (tags-table-check-computed-list, tags-table-extend-computed-list)
10787         (find-tag-noselect): Use with-current-buffer.
10789         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
10790         Use print-circle.
10792         * minibuffer.el (minibuffer-local-must-match-filename-map):
10793         Declare obsolete alias for the old name.
10795         * abbrev.el (unexpand-abbrev): Better preserve markers.
10797 2008-06-05  Glenn Morris  <rgm@gnu.org>
10799         * emacs-lisp/autoload.el (autoload-rubric): New function,
10800         extracted from autoload-ensure-default-file.
10801         (autoload-ensure-default-file): Use autoload-rubric.
10803         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
10804         (custom-dependencies-no-scan-regexp): New variable.
10805         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
10806         Don't scan files matching custom-dependencies-no-scan-regexp.
10807         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
10809         * finder.el (finder-headmark): Initialize and add doc string.
10810         (generated-finder-keywords-file): Doc fix.
10811         (finder-no-scan-regexp): New variable.
10812         (finder-compile-keywords): Use a single let binding.
10813         Disable undo in the output buffer.  Use autoload-rubric.
10814         Use mapc rather than mapcar.  Don't scan files matching
10815         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
10816         rather than concat.  Use directory-files to do regexp matching.
10817         No need to require jka-compr.
10818         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
10819         (finder-list-matches): Disable undo.
10820         (finder-commentary): Use let rather than let*.  Disable undo.
10821         (finder-current-item): Use zerop.
10822         (finder-mode): Use define-derived-mode.
10823         (finder-exit): Doc fix.  Use dolist.
10825         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
10826         (custom-deps): Don't require $(lisp)/cus-load.el.
10827         (custom-deps, finder-data): Don't depend on autoloads.
10828         Should not be needed now, and doing so was causing make install to
10829         re-dump emacs post-bootstrap.
10830         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
10831         mid-build forces some things to be rebuilt.
10833 2008-06-05  Miles Bader  <miles@gnu.org>
10835         * face-remap.el
10836         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
10837         (face-remap-remove-relative): Renamed from
10838         `remove-relative-face-remapping'.
10839         (face-remap-reset-base): Renamed from
10840         `set-default-base-face-remapping'.
10841         (face-remap-set-base): Renamed from `set-base-face-remapping'.
10842         (text-scale-increase): Renamed from `increase-buffer-face-height'.
10843         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
10844         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
10846         * face-remap.el (variable-pitch-mode): Autoload.
10848 2008-06-04  Sam Steingold  <sds@gnu.org>
10850         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
10851         Generate extra status headers for a Mercurial tree.
10853 2008-06-04  John Paul Wallington  <jpw@pobox.com>
10855         * echistory.el (electric-history-map): Define within defvar.
10856         Add docstring.
10858         * font-lock.el (font-lock-turn-off-thing-lock)
10859         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
10860         Use `bound-and-true-p'.
10861         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
10862         Doc fixes.
10864         * international/ccl.el (define-ccl-program): Add `doc-string'
10865         declaration.
10867 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
10869         * face-remap.el (variable-pitch-mode): Reflow docstrings.
10870         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
10872 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
10874         * emacs-lisp/rx.el (rx): Doc fix.
10876 2008-06-04  Markus Triska  <markus.triska@gmx.at>
10878         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
10880 2008-06-04  Miles Bader  <miles@gnu.org>
10882         * face-remap.el (adjust-buffer-face-height): New function.
10883         Add autoloaded keybindings in ctl-x-map.
10884         (increase-buffer-face-height, decrease-buffer-face-height):
10885         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
10887 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
10889         * simple.el (line-move-1): If we did not move as far as desired,
10890         ensure that point-left and point-entered hooks are called.
10892 2008-06-03  Sam Steingold  <sds@gnu.org>
10894         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
10896 2008-06-03  John Paul Wallington  <jpw@pobox.com>
10898         * progmodes/make-mode.el (makefile-cleanup-continuations)
10899         (makefile-warn-suspicious-lines, makefile-warn-continuations):
10900         Use `derived-mode-p'.
10902 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10904         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
10905         (ELCFILES): Update.
10907 2008-06-03  Miles Bader  <miles@gnu.org>
10909         * face-remap.el: New file.
10910         * Makefile.in (ELCFILES): Add face-remap.elc.
10912 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10914         * progmodes/flymake.el (flymake-process-filter): Make sure the source
10915         buffer isn't dead.
10917         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
10918         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
10919         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
10920         * obsolete/auto-show.el, obsolete/hscroll.el:
10921         Remove packages that were obsolete in Emacs-20, or that were obsolete
10922         in Emacs-21 and do not contain any more code.
10924         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
10925         vc-client-mode is not set.
10927         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
10928         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
10930         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
10931         yet a bit more clever at distinguishing / from /.
10933 2008-06-03  Kenichi Handa  <handa@m17n.org>
10935         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
10937 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
10939         * language/hanja-util.el: New file.
10941 2008-06-03  Glenn Morris  <rgm@gnu.org>
10943         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
10944         Check that end-of-word follows "type".
10946 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
10948         * epa-file.el (epa-file-write-region): Write the entire buffer
10949         content if START is nil.
10951 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
10953         * select.el (x-get-selection): Fix typo.
10955 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
10957         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
10958         (describe-char): Use `looking-at-p', `string-match-p' when possible.
10960 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10962         * tar-mode.el (tar-header-block-summarize): Ensure one space around
10963         user&group.
10965 2008-05-31  John Paul Wallington  <jpw@pobox.com>
10967         * help-fns.el (describe-variable-custom-version-info):
10968         Handle dotted `package-version' info.
10970 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
10972         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
10974 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
10976         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
10977         names and improve support for unregistered files.
10979 2008-05-31  Glenn Morris  <rgm@gnu.org>
10981         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
10982         Remove shell variable `elc'.  Split tests to hopefully be more portable.
10983         Fix `sel' assignment.
10985 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
10987         * minibuffer.el (completion-table-dynamic): Doc fix.
10989 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10991         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
10992         Try and return `unregistered' when applicable.
10994         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10995         Don't encourage naming variables with "-flag".
10997 2008-05-30  Glenn Morris  <rgm@gnu.org>
10999         * Makefile.in (update-elclist): Hide the warning when it does not apply,
11000         make it milder when it does.
11001         (autogen-clean): New target.
11002         (maintainer-clean): Use autogen-clean.
11004         * calendar/diary-lib.el (diary-display-function): New name for
11005         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
11006         Change custom type and version.
11007         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
11008         (diary-fancy-display): Doc fixes.
11009         (diary-list-entries, diary-include-other-diary-files)
11010         (diary-mail-entries):
11011         Use diary-display-function rather than diary-display-hook.
11013         * calendar/appt.el (appt-check): Use diary-display-function rather than
11014         diary-display-hook.
11015         * calendar/cal-x.el (calendar-dedicate-diary): Update for
11016         diary-display-function replacing diary-display-hook.
11017         * org/org-agenda.el (org-get-entries-from-diary): Also set
11018         diary-display-function.
11020         * calendar/cal-html.el (cal-html-list-diary-entries):
11021         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11022         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
11023         argument of diary-list-entries rather than setting diary-display-hook.
11025 2008-05-30  Kenichi Handa  <handa@m17n.org>
11027         * international/mule-conf.el (utf-8-with-signature): Renamed from
11028         utf-8-sig.
11029         (utf-8-auto): Adjusted for the above change.
11031         * international/mule-diag.el (describe-font): Don't check fontset
11032         here, and just call font-info.  Get the default font by from the
11033         default face.
11035 2008-05-29  Kenichi Handa  <handa@m17n.org>
11037         * international/mule-conf.el (utf-8-sig, utf-8-auto):
11038         New coding systems.
11040         * international/mule.el (define-coding-system): Accept :bom for utf-8.
11042 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
11044         * international/utf-7.el (utf-7-encode): Use the right escape char
11045         depending on imap/nonimap encoding.
11047 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11049         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
11051 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
11053         * icomplete.el (icomplete-prospects-height): Add :group.
11055 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11057         * icomplete.el (icomplete-prospects-length): Make obsolete.
11058         (icomplete-prospects-height): New var.
11059         (icomplete-completions): Use it.
11061 2008-05-29  David Kastrup  <dak@gnu.org>
11063         * autoinsert.el (auto-insert): Add :link.
11065 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11067         * tar-mode.el (tar-header): New field `header-start'.
11068         (tar-header-block-tokenize): Set it when useful.
11069         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
11070         (tar-header-data-end): New function.
11071         (tar-summarize-buffer): Use it.
11072         (tar-next-line): Fix goal column for long usernames.
11073         (tar-expunge-internal): Use header-start.
11074         (tar-rename-entry): Handle ustar-style long names.
11075         (tar-alter-one-field): Add optional `descriptor' argument.
11076         (tar-subfile-save-buffer): Use it.
11078 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11080         * tar-mode.el (tar-header): New field `header-start'.
11081         (tar-header-block-tokenize): Set header-start for longlink entries.
11082         (tar-expunge-internal): Use header-start to expunge longlink entries.
11084         * files.el (hack-local-variables): Don't signal an error if the local
11085         variable section is not properly terminated.
11087         * emacs-lisp/easymenu.el (easy-menu-convert-item)
11088         (easy-menu-convert-item-1): Move the duplicate-generation outside of
11089         the caching so it also works for identical entries.
11091         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
11092         (tar-mode): Use write-region-annotate-functions rather than
11093         write-contents-functions.
11094         (tar-extract): Remove unused var `pos'.
11095         (tar-subfile-save-buffer): Remove unused var `following-descs'.
11096         (tar-mode-write-file): Remove.
11097         (tar-write-region-annotate): New function.
11099         * progmodes/flymake.el (flymake-save-buffer-in-file):
11100         * shadowfile.el (shadow-copy-file):
11101         * arc-mode.el (archive-*-write-file-member):
11102         * files.el (diff-buffer-with-file):
11103         * subr.el (with-temp-file): Pass nil to write-region.
11104         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
11106         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
11107         the custom.
11109         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
11110         to write-region.
11112 2008-05-28  Glenn Morris  <rgm@gnu.org>
11114         * Makefile.in (update-elclist): Work around non-portability of "\"
11115         in various implementations of echo.
11117 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11119         * international/mule-diag.el (describe-current-coding-system):
11120         Don't assume selection-coding-system is always defined.
11122         * tar-mode.el: Use defstruct and markers.
11123         (tar-setf): Remove.
11124         (tar-header): Use defstruct.  Add `data-start' field.
11125         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
11126         (tar-desc-data-start): Remove (now called tar-header-data-start).
11127         (tar-roundup-512): New fun.
11128         (tar-header-block-tokenize): Receive a buffer position rather than
11129         a string.  Handle @longLink here, be more careful about it.
11130         Create a marker for data-start.
11131         (tar-summarize-buffer): Don't handle @LongLink here any more.
11132         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
11133         data-start on the following entries any more.
11134         (tar-chown-entry, tar-chgrp-entry): Use read-number.
11136         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
11137         (tar-header-offset): Remove.
11138         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
11139         Not permanent any more.
11140         (tar-data-buffer): New var.
11141         (tar-data-swapped-p, tar-change-major-mode-hook)
11142         (tar-mode-kill-buffer-hook): New funs.
11143         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
11144         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
11145         (tar-clear-modification-flags, tar-alter-one-field)
11146         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
11147         Change accordingly.
11149 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
11151         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
11152         (vc-dir-resynch-file): ... this.  Update callers.
11153         Use vc-string-prefix-p.  Ignore directory args.
11154         (vc-string-prefix-p): CSE.
11155         (vc-resynch-buffer): Restore conditional.
11157         * vc-hooks.el (vc-after-save): Improve test.
11158         (vc-mode-line): Fix indentation.
11160 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11162         * calendar/parse-time.el (parse-time-months)
11163         (parse-time-weekdays): Add long-form month and day names.
11165 2008-05-27  Glenn Morris  <rgm@gnu.org>
11167         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
11169 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11171         * vc-dispatcher.el (vc-string-prefix-p): New function.
11172         (vc-dir-parent-marked-p): Use it.
11174 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
11176         * vc.el (Problems): Remove fixed issues.
11177         (vc-expand-dirs): Avoid returning directories.
11178         (vc-dir): Fix C-x v v binding.
11179         (vc-make-backend-object): Fix name.
11180         (vc-dir-show-fileentry): Fix docstring.
11181         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
11182         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
11183         Reset the state for directories.
11184         (vc-dir-headers): Align labels.
11185         (vc-default-status-printer): Do no call prettify-state-info.
11186         (vc-deduce-fileset): Replace implementation with one based on a
11187         working older version.
11188         (vc-next-action): Use the new form of vc-deduce-fileset.
11189         Fix dealing with unregistered files.
11191         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
11192         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
11193         (vc-dir-child-files): New function.
11194         (vc-dir-node-directory): New function.
11195         (vc-dir-update, vc-dir-parent-marked-p)
11196         (vc-dir-children-marked-p, vc-dir-mark-all-files)
11197         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
11199         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
11201 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11203         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
11204         (diff-font-lock-keywords, diff-context->unified)
11205         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
11206         (diff-hunk-text, diff-find-source-location): Use it.
11207         (diff-post-command-hook): Let the user edit the hunk headers.
11209 2008-05-26  Andreas Schwab  <schwab@suse.de>
11211         * vc.el (vc-default-prettify-state-info): Fix formatting of an
11212         unknown state.
11214         * tar-mode.el (tar-summarize-buffer): Comment fix.
11216 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11218         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
11220 2008-05-26  Glenn Morris  <rgm@gnu.org>
11222         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
11224 2008-05-25  John Paul Wallington  <jpw@pobox.com>
11226         * proced.el (proced-next-line, proced-previous-line):
11227         Avoid calling `next-line' and `previous-line' from Lisp code.
11229 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
11231         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
11232         Use diary-ordinal-suffix.
11234 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
11236         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
11237         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
11238         (edebug-save-displayed-buffer-points, edebug-initial-mode)
11239         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
11240         (edebug-print-length, edebug-print-level, edebug-print-circle)
11241         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
11242         (edebug-global-break-condition, edebug-sit-for-seconds):
11243         Remove spurious * from defcustom docstrings.
11244         (edebug-unwrap*, edebug-signal, edebug-eval-display):
11245         Improve argument/docstring consistency.
11246         (edebug-test-coverage, edebug-gensym, edebug-read)
11247         (edebug-top-level-nonstop, edebug-eval-result-list)
11248         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
11249         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
11250         (edebug-display-freq-count): Reflow docstrings.
11251         (edebug-restore-status): Doc fix.
11253 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11255         * proced.el (proced-header-line): Use the :align-to 0 feature
11256         rather than computing the corresponding position manually.
11257         (proced-update): Don't hardcode point-min==1.
11259 2008-05-24  Alan Mackenzie  <acm@muc.de>
11261         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
11262         if c-file-style is set to a non-string.
11264         (c-neutralize-CPP-line): Surround by `save-excursion'.
11265         (c-neutralize-syntax-in-CPP): Optimize for speed.
11267 2008-05-24  Glenn Morris  <rgm@gnu.org>
11269         * Makefile.in (update-elclist): New target, to update ELCFILES.
11270         (bootstrap-after): Run update-elclist.
11272 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
11274         * icalendar.el (icalendar-version): Increase to "0.19".
11275         (icalendar--date-style): New function.
11276         (icalendar--datetime-to-diary-date): Doc fix.
11277         Use icalendar--date-style.
11278         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
11279         (icalendar--convert-yearly-to-ical)
11280         (icalendar--convert-recurring-to-diary): Handle iso date style,
11281         use icalendar-date-style.
11283 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
11285         * vc.el (vc-delete-file): Make sure the buffer is deleted and
11286         vc-dir buffers are updated.
11288 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11290         * vc.el (vc-delete-file): Don't try to resynch the buffer.
11292 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
11294         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
11295         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
11296         (reftex-extra-bindings): Use it.
11298         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
11299         away from the user-reserved keys.
11301         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
11302         New vars.
11303         (ada-create-keymap): Use them.
11305 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11307         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
11308         a properly-grouped regexp.
11310 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
11312         * progmodes/cap-words.el (capitalized-words-mode):
11313         Fix typos in docstring.
11315 2008-05-23  Kenichi Handa  <handa@m17n.org>
11317         * international/mule-conf.el: Don't define the charset `emacs'
11318         here, just put :docstring, :short-name, and :long-name.
11320 2008-05-22  Kenichi Handa  <handa@m17n.org>
11322         * international/mule-diag.el (font-show-log): Limit each listing
11323         to 20 items.
11325 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
11327         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
11328         (gdb-annotation-rules): New entry for "thread-changed".
11329         (gdb-thread-changed): New function.
11331 2008-05-23  Glenn Morris  <rgm@gnu.org>
11333         * Makefile.in (SOURCES): Remove, unused.
11334         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
11335         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
11336         Exclude more '*loaddefs' files.
11337         (compile-always): Simplify '.elc' deletion.
11339 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11341         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
11342         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
11344         * minibuffer.el (completion-boundaries): Change calling
11345         convention, so `string' has the same semantics as in
11346         try-completion and all-completions.
11347         (completion-table-with-context, completion--embedded-envvar-table)
11348         (completion--file-name-table)
11349         (completion-pcm--find-all-completions): Adjust code accordingly.
11351 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
11353         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
11354         prune image-mode-winprops-alist, preventing it from growing
11355         indefinitely.
11356         (image-mode-reapply-winprops): Use it.
11358 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
11360         * net/netrc.el (netrc-machine): Always match if the port is not given.
11362 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11364         * minibuffer.el (completion-pcm--find-all-completions):
11365         Don't add pseudo-completions.
11367         * icomplete.el (icomplete-eoinput): Remove.
11368         (icomplete-overlay): New var to replace it.
11369         (icomplete-tidy): Rewrite.
11370         (icomplete-exhibit): Use an overlay.
11371         (icomplete-completions): Use completion-all-sorted-completions.
11372         Obey completion-ignore-case.
11374         * files.el (locate-dominating-file): Accept non-existing argument.
11375         (project-find-settings-file): Rewrite, using locate-dominating-file.
11377 2008-05-22  Kenichi Handa  <handa@m17n.org>
11379         * faces.el (font-weight-table, font-slant-table, font-width-table):
11380         Delete them.  Don't call internal-set-font-style-table.
11382         * international/mule-diag.el (font-show-log): New function.
11384         * international/fontset.el (script-representative-chars): Add more
11385         chars for latin.  Add data for symbol.
11386         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
11388 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11390         * minibuffer.el (completion-all-sorted-completions): New var.
11391         (completion--flush-all-sorted-completions)
11392         (completion-all-sorted-completions): New functions.
11393         (minibuffer-force-complete): New command.
11395 2008-05-21  Glenn Morris  <rgm@gnu.org>
11397         * files.el (c-postprocess-file-styles): Declare for compiler.
11399         * Makefile.in: Allow for parallel byte-compiling.
11400         (ELCFILES): New variable.
11401         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
11402         (compile-first, compile-main, compile-last): New targets.
11403         (compile-always): Simplify - delete .elc files, then `make compile'.
11405         * Makefile.in (compile-calc): Use glob rather than find.
11406         ($(lisp)/progmodes/cc-mode.elc): Use $@.
11408         * eshell/esh-module.el: No need for cl when compiling.
11410         * eshell/eshell.el (eshell-defgroup): New alias.
11411         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11412         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11413         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11414         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11415         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11416         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
11417         Autoload the custom group.  Set generated-autoload-file.
11418         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
11419         for eshell-defgroup.
11420         * eshell/esh-module.el (eshell-load-defgroups): Remove.
11421         Require esh-groups rather than loading it.
11423 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11425         * proced.el (proced-header-line): New variable and new function.
11426         (proced-mode): Set header-line-format.
11427         (proced-update): Set proced-header-line.
11428         (proced-send-signal): Use proced-header-line.
11430 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11432         * macros.el (insert-kbd-macro): Use prin1-char.
11434 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11436         * minibuffer.el (completion-boundaries): New function.
11437         (completion--some): Delay errors.
11438         (complete-with-action, completion-table-with-context):
11439         Handle `boundaries' case.
11440         (completion--try-word-completion): Avoid partial-completion
11441         when the user hasn't entered anything yet.
11442         (minibuffer-local-map, minibuffer-local-filename-completion-map)
11443         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
11444         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
11445         Setup default keybindings.
11446         (completion--embedded-envvar-re): New var.
11447         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
11448         (completion--file-name-table): Handle `boundaries' case.
11449         (completion-pcm--pattern->regex): Avoid pathological backtracking.
11450         (completion-pcm--all-completions): Add a `prefix' arg.
11451         (completion-pcm--find-all-completions): New function.
11452         (completion-pcm-all-completions, completion-pcm-try-completion):
11453         Use it.
11455         * icomplete.el (icomplete-completions): Don't use `predicate' with
11456         a table of a different type than `candidates'.
11458 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11460         * proced.el (proced-goal-column): Rename from proced-procname-column.
11461         (proced-goal-header-re): Rename from proced-procname-column-regexp.
11462         (proced-move-to-goal-column): Rename from proced-move-to-procname.
11463         (proced-header-face, proced-header-regexp): Remove.
11464         (proced-font-lock-keywords): Remove proced-header-face.
11465         (proced-header-alist, proced-sorting-schemes-re): New variables.
11466         (proced): Rename Proced buffer to *Proced*.
11467         (proced-next-line, proced-previous-line): New commands.
11468         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
11469         (proced-hide-processes): Do not treat first line as special.
11470         (proced-header-space): New function.
11471         (proced-update): Use header-line-format.
11472         Initialize proced-header-alist and proced-sorting-schemes-re.
11473         Set proced-goal-column.  Include proced-command in mode-name.
11474         (proced-send-signal): Use header-line-format for *Marked
11475         Processes* buffer.
11476         (proced-sort): Restrict minibuffer completion to applicable
11477         sorting schemes.
11478         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
11480 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11482         * icomplete.el (icomplete-simple-completing-p):
11483         Allow icomplete-with-completion-tables to say "use it everywhere".
11484         (icomplete-completions): Obey completion-styles.  Try to accommodate
11485         partial-completion style.
11487 2008-05-20  Michael Olson  <mwolson@gnu.org>
11489         * files.el (project-find-settings-file): Change concat to
11490         expand-file-name.
11492 2008-05-19  Tom Tromey  <tromey@redhat.com>
11494         * files.el (normal-mode): Call hack-project-variables.
11495         (hack-local-variables-confirm): Add 'project' argument.
11496         (hack-local-variables-apply): New function.
11497         (hack-local-variables): Use it.
11498         (project-class-alist, project-directory-alist): New variables.
11499         (project-get-alist): New function.
11500         (project-collect-bindings-from-alist)
11501         (project-collect-binding-list, set-directory-project)
11502         (project-find-settings-file, project-define-from-project-file)
11503         (hack-project-variables): New functions.
11505 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11507         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
11509 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
11511         * faces.el (font-weight-table): Fix typo in docstring.
11513 2008-05-18  David Hull  <david@snap.com>  (tiny change)
11515         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
11516         (vc-hg-annotate-command): Allow white space before version number.
11518 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
11520         * calc/calc-yank.el (calc-register-alist): New variable.
11521         (calc-set-register, calc-get-register, calc-copy-to-register)
11522         (calc-insert-register, calc-add-to-register, calc-append-to-register)
11523         (calc-prepend-to-register): New functions.
11525         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
11526         `calc-copy-to-register' and `calc-insert-register'.
11527         Autoload new register functions.
11529         * calc/calc-help.el (calc-r-prefix-help): Add help for register
11530         functions.
11532 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
11534         * vc.el (Todo): Add known problems.
11535         (vc-dir-backend): New variable.
11536         (vc-dir): Set it.
11537         (vc-make-backend-object, vc-generic-status-printer)
11538         (vc-generic-state, vc-generic-status-fileinfo-extra)
11539         (vc-dir-extra-menu): Use it.
11540         (vc-generic-dir-headers): Remove, unused.
11542         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
11543         vc-dir-prev-directory for consistency with vc-dir-previous-line.
11544         (vc-dir-mode-map): Fix bindings.
11546         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
11548 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
11550         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
11551         operated on.
11552         (calc-kill-region): Kill entire lines.
11554 2008-05-17  Glenn Morris  <rgm@gnu.org>
11556         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
11557         simplify initial value.
11558         (defezimage): Drop support for Emacs without defimage, use a featurep
11559         test rather than fboundp when defining, drop with-no-warnings.
11560         (ezimage-insert-over-text): Move featurep test inside
11561         add-text-properties.
11563         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
11565         * net/tramp.el (top-level): Load auth-source when compiling.
11567         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
11569 2008-05-17  Andreas Schwab  <schwab@suse.de>
11571         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
11573 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
11575         * vc.el (vc-annotate-show-diff-revision-at-line): Change
11576         vc-diff-internal arg to match what vc-deduce-fileset returns now.
11578 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11580         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
11582 2008-05-17  Jim Meyering  <meyering@redhat.com>
11584         * ido.el (ido-save-history): Do not emit a trailing newline at the
11585         end of the ido history file.
11587 2008-05-16  John Paul Wallington  <jpw@pobox.com>
11589         * vc-dispatcher.el (top-level): Revert previous change: require cl
11590         when compiling.
11592 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
11594         * vc.el (vc-default-status-printer)
11595         (vc-default-prettify-state-info): Enhance the state prettyprinter
11596         to deal better with unknown states and indirect through it when
11597         painting vc-dir buffers.
11599 2008-05-16  John Paul Wallington  <jpw@pobox.com>
11601         * vc-dispatcher.el (top-level): Don't require cl when compiling.
11602         (vc-dir-mode-map): Fix backquote.
11603         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
11605 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
11607         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
11608         Reported by Glenn Morris <rgm@gnu.org>.
11610 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
11612         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
11613         the end of the file, it was good work at one time but has been
11614         stale since 1995 and may now be actively misleading.
11615         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
11616         CVS repository and module (assumptions for the latter a bit iffy).
11617         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
11618         SVN repository.
11620 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
11622         * vc-rcs.el (vc-rcs-create-tag):
11623         * vc-sccs.el (vc-sccs-create-tag):
11624         Fix typo in error message and pass backend arg.
11626 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
11628         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
11630 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11632         * net/tramp.el: Load auth-source library.
11633         (tramp-read-passwd): Use it for password, not login.
11635 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
11637         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
11638         (ses-print-cell): Use string-width, truncate-string-to-width,
11639         delete-region rather than length, substring, delete-char.
11640         (ses-setup): Set inhibit-point-motion-hooks to t.
11641         Calculate position by actually moving point rather than just using
11642         unibyte character length.
11643         (ses-mode): Set indent-tabs-mode to nil.
11644         (ses-center): Use string-width rather than length.
11646 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
11648         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
11649         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
11650         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
11651         vc-*-create-tag and vc-*-retrieve-tag respectively.
11653         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
11654         unneeded defalias.
11656         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
11658         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
11659         about buffer names.
11661 2008-05-15  Glenn Morris  <rgm@gnu.org>
11663         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
11665         * org/org-exp.el (org-infojs-options-inbuffer-template):
11666         Fix declaration.
11668         * progmodes/cc-mode.el (declare-function): Add compat definition.
11669         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
11671 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
11673         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
11674         list to a cons so the caller can get back both expanded and
11675         unexpanded filesets.
11676         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
11677         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
11678         Change handling of selection-set returns as required.
11680 2008-05-15  John Paul Wallington  <jpw@pobox.com>
11682         * add-log.el (top-level): Don't require cl when compiling.
11684         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
11685         (archive-*-extract): Use `zerop'.
11686         (archive-*-write-file-member): Use `or', use `zerop'.
11688         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
11690         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
11691         (ibuffer-mark-interactive, ibuffer-set-mark)
11692         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
11693         (ibuffer-map-lines, ibuffer-switch-format)
11694         (ibuffer-update-title-and-summary)
11695         (ibuffer-redisplay-engine): Use it.
11697         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
11698         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
11699         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
11700         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
11701         (ibuffer-mark-read-only-buffers)
11702         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
11704         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
11705         (define-ibuffer-column, define-ibuffer-sorter)
11706         (define-ibuffer-op, define-ibuffer-filter): Add declarations
11707         containing indentation specs, replacing equivalent top-level
11708         forms that set `lisp-indent-function' properties.
11709         (define-ibuffer-op): Use `derived-mode-p'.
11710         (define-ibuffer-filter): Remove redundant `concat' call.
11712 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
11714         * net/tramp.el (tramp-echo-mark): Update docstring.
11715         (tramp-echo-mark-marker): New defconst.
11716         (tramp-check-for-regexp): Use it.
11718 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
11720         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
11721         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
11722         as parent.
11724 2008-05-14  John Paul Wallington  <jpw@pobox.com>
11726         * international/mule.el (convert-define-charset-argument):
11727         Remove period from end of error message.
11728         (coding-system-mnemonic): Doc fix.
11729         (ctext-pre-write-conversion): Doc fix.
11731 2008-05-14  Simon Marshall  <simon@gnu.org>
11733         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
11734         from its default value and give it the risky-local-variable
11735         property (CVE-2008-2142).
11737 2008-05-14  Kenichi Handa  <handa@m17n.org>
11739         * language/korean.el ("Korean"): Set `iso639-language'
11740         property to `ko'.
11742         * language/japanese.el ("Japanese"): Set `iso639-language'
11743         property to `ja'.
11745         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11746         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
11747         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
11749         * international/mule-cmds.el (set-language-environment):
11750         Set current-iso639-language.
11752         * international/fontset.el (setup-default-fontset): For kana, han,
11753         hangul, and cjk-misc, move an entry with font-spec at the end.
11754         (generate-fontset-menu): Exclude fontset-auto* from the list.
11756         * composite.el (compose-chars-after): Assume that WINDOW is always
11757         non-nil.
11759         * faces.el (font-weight-table, font-slant-table)
11760         (font-swidth-table): Declare them by defconst.  Change the format
11761         of elements.  Call internal-set-font-style-table after their
11762         declaration.
11763         (face-valid-attribute-values): Call font-family-list.  Get values
11764         for width, weight, and slant from font-xxx-table.
11766         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
11768 2008-05-13  John Paul Wallington  <jpw@pobox.com>
11770         * ibuffer.el (ibuffer-buffer-file-name): New function.
11771         (define-ibuffer-column filename): Use it.
11773         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
11775 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11777         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
11778         as a string.
11779         (talk-add-display): Simplify.  Accept only string args.
11781 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
11783         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
11785 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11787         * Makefile.in (bootstrap-prepare): Don't chmod files.
11788         (autoloads): Do it here instead, where it's actually needed.
11790 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11792         * tool-bar.el (tool-bar-make-keymap): Account for the optional
11793         KEY-BINDING-DATA field in menu-item list.
11795 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11797         * dired.el (dired-read-dir-and-switches): Move things about to use less
11798         recursion during macroexpansion.
11800         * dired.el (dired-read-dir-and-switches): Use read-file-name.
11802         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
11803         completion-ignored-extension directories if there's something else.
11804         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
11805         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
11806         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
11807         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
11808         buffer-read-only -> inhibit-read-only.
11810 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
11812         * vc.el (vc-expand-dirs): Stop this function from tossing out
11813         explicitly specified files.
11815 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11817         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
11818         to `insert'.
11820 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11822         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
11823         cons.  Use vc-annotate-backend.
11824         (with-vc-file, edit-vc-file): Remove unused macros.
11826 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
11828         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
11829         (smtpmail-try-auth-methods): Use it.
11831 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11833         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
11834         (setf (nthcdr ..) ..) doesn't require CL at runtime.
11836 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
11838         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
11840 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11842         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
11843         (vc-bzr-revision-completion-table): Use process-file.
11844         (vc-bzr-working-revision): Pass relative file names.
11846         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
11848 2008-05-11  Juri Linkov  <juri@jurta.org>
11850         * wid-edit.el (widget-image-directory): Change default image data
11851         subdirectory from "custom" to "images/custom".
11853         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
11854         before recursive call to `Info-next-preorder' to not add
11855         intermediate nodes to the history.
11857         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
11859         * emulation/cua-base.el: Put isearch-scroll property
11860         on cua-scroll-up and cua-scroll-down.
11862 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
11864         * vc-hooks.el (vc-recompute-state): Remove (dead code).
11866 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
11868         * vc-dispatcher.el (ewoc): Require.
11869         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
11871         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
11873 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
11875         * term/w32-win.el (x-colors):
11876         * term/mac-win.el (x-colors):
11877         * term/x-win.el (x-colors): Re-order colors.
11879 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
11881         * smerge-mode.el (smerge-command-prefix): Fix custom type.
11883 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
11885         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
11886         New functions implementing motion to next and previous directory.
11888         * vc-arch.el (vc-arch-command):
11889         * vc-bzr.el (vc-bzr-command):
11890         * vc-cvs.el (vc-cvs-command):
11891         * vc-dispatcher.el (vc-do-command):
11892         * vc-git.el (vc-git-command):
11893         * vc-hg.el (vc-hg-command):
11894         * vc-mcvs.el (vc-mvcs-command):
11895         * vc-mtn.el (vc-mtn-command):
11896         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
11897         (vc-sccs-workfile-unchanged-p):
11898         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
11899         * vc-rcs.el (all methods): Remove assumption about what a nil
11900         argument to vc-do-command means.  This means no buffer name needs
11901         to be hardcoded into the dispatcher layer, and it's better to be
11902         explicit anyway.
11904         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
11906 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
11908         * vc.el: Update todo.
11910         * vc-sccs.el (vc-sccs-dir-status):
11911         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
11912         backends and returning up to date files.
11914         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
11916 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11918         * vc.el (vc-dir):
11919         * vc-hooks.el: Tweak the VC directory bindings.  These are now
11920         documented in the manual.
11922         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
11923         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
11924         (vc-dispatcher-selection-set): Allow callers to pass in an
11925         observer flag that says no buffer sync is required.
11926         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
11927         Use the observer flag.
11929 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
11931         * simple.el (start-file-process): Clarify docstring.
11933 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11935         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
11936         Remove stub implementations of, and references to, wash-log.
11937         * vc-rcs.el (vc-rcs-comment-history):
11938         * vc-cvs.el (vc-cvs-comment-history):
11939         Inline the code that used to be wash-log.
11941         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
11942         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
11943         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
11944         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
11945         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
11946         (vc-rcs-print-log): Grok directories.
11948 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11950         * vc.el (vc-mark-resolved): Add `backend' argument.
11951         (vc-next-action): Pass it the backend.
11952         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
11953         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
11954         (vc-default-comment-history, vc-default-create-snapshot)
11955         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
11956         (vc-annotate-revision-previous-to-line)
11957         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
11958         * vc-svn.el (vc-svn-checkout):
11959         * vc-mcvs.el (vc-mcvs-checkout):
11960         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
11961         (vc-working-revision, vc-before-save, vc-mode-line):
11962         Prefer vc-call-backend to vc-call so as not to recompute the backend.
11964         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
11965         state to be consistent since it's often an unwarranted restriction.
11966         Don't return the state either.
11967         (vc-next-action): Check that the state is consistent.
11968         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
11969         (vc-rollback, vc-update): Adapt to new return value of
11970         vc-deduce-fileset.
11972         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
11973         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
11974         (vc-dispatcher-in-fileset-p): New fun.
11975         (vc-dispatcher-selection-set): Use it to properly handle directories.
11977 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
11979         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
11980         (vc-update): Remove unused let bindings.
11982 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11984         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
11985         (vc-diff, vc-revert, vc-rollback, vc-update):
11986         * vc-dispatcher.el (vc-dispatcher-selection-set):
11987         Get rid of 4 special cases in fileset selection.  This involved
11988         changing the return value of (vc-deduce-fileset) so that it passes
11989         back a deduced state as well as a deduced back end.
11991 2008-05-08  Sam Steingold  <sds@gnu.org>
11993         * progmodes/compile.el (compilation-minor-mode-map)
11994         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
11995         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
11996         it to `compilation-minor-mode-map' (instead of an explicit `cons').
11998 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12000         * org/org.el (org-modules, org-format-latex-options):
12001         * org/org-archive.el (org-archive-stamp-time)
12002         (org-archive-save-context-info):
12003         * org/org-faces.el (org-hide):
12004         * org/org-irc.el (org-irc-parse-link):
12005         * org/org-macs.el (org-call-with-arg, org-autoload):
12006         * org/org-mew.el (org-mew-store-link):
12007         * org/org-remember.el (org-remember-store-without-prompt)
12008         (org-remember-templates): Fix typos in docstrings.
12010         * org/org-info.el (org-info-store-link): Remove leftover docstring.
12012         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
12013         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
12014         (org-bbdb-anniv-split): Fix typos in docstrings.
12016         * org/org-publish.el (org-publish-project-alist): Doc fixes.
12017         (org-publish-use-timestamps-flag): Reflow docstring.
12018         (org-publish-files-alist): Fix typos in docstring.
12020 2008-05-07  Sam Steingold  <sds@gnu.org>
12022         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
12023         appears to be too aggressive with window removal.
12025 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
12027         * progmodes/verilog-mode.el (verilog-type-font-keywords):
12028         Add leda and 0in as pragma keywords.
12029         (verilog-pretty-expr): Support lining up assignments which include
12030         part selects.
12031         (verilog-mode): More portable check for the availability of
12032         hideshow support.
12033         (verilog-do-indent): Remove special indent for declarations inside
12034         a parenthetical list.  The code is ill-advised, and doesn't work
12035         given the new user defined types.
12036         (verilog-set-auto-endcomments): Enhance function automatic
12037         endcomment to support functions that return user defined types.
12038         (verilog-mode): Add code to tell which-function-mode minor mode
12039         that Verilog supports this feature.
12041 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
12043         * epa-file.el: Require epa-hook.
12045         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
12047         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
12048         file-names clashes on 8+3 filesystems.  Provide epa-hook.
12050         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
12051         file-names clashes on 8+3 filesystems.
12053 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
12055         * org/org.el (org-read-date-get-relative): Interpret lone
12056         weekday abbreviation as relative to today.
12058 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12060         * abbrev.el (define-abbrev-table):
12061         * composite.el (toggle-auto-composition):
12062         * json.el (json-alist-p, json-plist-p):
12063         * minibuffer.el (completion-table-with-predicate):
12064         * ps-mule.el (ps-mule-external-libraries):
12065         * emacs-lisp/advice.el (ad-special-form-p):
12066         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12067         * eshell/em-smart.el (eshell-review-quick-commands):
12068         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
12069         (python-skip-out, python-check-comint-prompt):
12070         Don't use `iff' in docstrings.
12072         * international/robin.el (robin-package-alist): Fix typo in docstring.
12073         (robin-current-package-name): Doc fix.
12074         (robin-activate): Don't use `iff' in docstring.
12076 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
12078         * vc.el, vc-dispatcher.el: VC-Dired support removed.
12079         The code uses a ewoc-based implementation now.
12080         * vc-hooks.el: Support for Meta-CVS has been removed.
12082 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12084         * tool-bar.el: Choose images dynamically.
12085         (tool-bar-make-keymap, tool-bar-find-image): New function.
12086         (tool-bar-find-image-cache): New var.
12087         (tool-bar-local-item, tool-bar-local-item-from-menu):
12088         Don't select the image yet, do it later in tool-bar-make-keymap.
12090 2008-05-07  Andreas Schwab  <schwab@suse.de>
12092         * window.el: Require 'cl when compiling.
12094 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
12096         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
12098 2008-05-07  Glenn Morris  <rgm@gnu.org>
12100         * subr.el (ignore-errors): Move here from cl-macs.el.
12101         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
12103         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
12104         oddness.
12106 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
12108         * vc-hooks.el (vc-find-file-hook):
12109         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
12110         further from vc.el.
12111         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
12113 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
12115         * progmodes/verilog-mode.el (verilog-getopt-file):
12116         Cleanup warning message format.
12117         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
12118         (verilog-auto-inout, verilog-auto-inout-module)
12119         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
12120         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
12121         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
12122         (verilog-auto-sense-sigs, verilog-auto-tieoff)
12123         (verilog-auto-unused, verilog-auto-wire)
12124         (verilog-decls-get-assigns, verilog-decls-get-consts)
12125         (verilog-decls-get-gparams, verilog-decls-get-inouts)
12126         (verilog-decls-get-inputs, verilog-decls-get-outputs)
12127         (verilog-decls-get-ports, verilog-decls-get-regs)
12128         (verilog-decls-get-signals, verilog-decls-get-wires)
12129         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
12130         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
12131         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
12132         (verilog-inject-sense, verilog-library-filenames)
12133         (verilog-mode-release-date, verilog-mode-version)
12134         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
12135         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
12136         (verilog-modi-get-assigns, verilog-modi-get-consts)
12137         (verilog-modi-get-gparams, verilog-modi-get-inouts)
12138         (verilog-modi-get-inputs, verilog-modi-get-outputs)
12139         (verilog-modi-get-ports, verilog-modi-get-regs)
12140         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
12141         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
12142         (verilog-modi-get-wires, verilog-preserve-cache)
12143         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
12144         (verilog-read-sub-decls, verilog-read-sub-decls-line)
12145         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
12146         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
12147         Add caching of additional state, and rework signal extraction
12148         routines to improve AUTO expansion performance by 300%++.
12150 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
12152         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12153         Tweak Open Watcom regexp to distinguish between errors and warnings.
12155 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12157         * dired.el (dired-read-dir-and-switches): Fix up last change.
12159 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
12161         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
12162         out of this function, move it to vc-dispatcher-selection-set.
12164 2008-05-05  Sam Steingold  <sds@gnu.org>
12166         * window.el (delete-other-windows-vertically): New function.
12168 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12170         * dired.el (dired-read-dir-and-switches):
12171         Obey read-file-name-completion-ignore-case.
12173 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
12175         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12176         Add regexp for Open Watcom compiler output.
12178 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
12180         * progmodes/python.el (python-block-pairs): Align finally with except.
12182 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12184         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
12186 2008-05-05  Tom Tromey  <tromey@redhat.com>
12188         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
12189         looking at conflict marker.
12191 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12193         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
12194         client-mode -> vc-client-object, and guess `funcall' was meant.
12195         (vc-dir-mode): Rename client-mode -> vc-client-mode.
12197 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
12199         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
12200         (dbus-debug): Move declarations outside eval-when-compile.
12202 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12204         * proced.el (proced-command-alist): Fix system-type values.
12205         Fix defcustom.
12206         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
12207         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
12208         (proced-sort-start, proced-sort, proced-sort-time): New commands.
12209         (proced-update): Use proced-sorting-scheme.  Update modeline.
12210         (proced-send-signal): Use nreverse.
12211         (proced-sorting-scheme-p): New function.
12213 2008-05-04  Andreas Schwab  <schwab@suse.de>
12215         * vc.el: Require dired when compiling.
12217         * minibuffer.el (completion--insert-strings): Don't delete past bol.
12219 2008-05-03  Glenn Morris  <rgm@gnu.org>
12221         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
12222         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
12223         Simplify compilation requirements.
12224         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
12225         declarations.
12227 2008-05-03  Dave Love  <fx@gnu.org>
12229         * progmodes/python.el (python-beginning-of-statement):
12230         Loop at least once (fixes 2008-02-21 change).
12232 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
12234         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
12235         instead of `length' for comparing length of user and group names.
12237 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
12239         * vc-dispatcher.el: New file, separates out the UI and command
12240         execution machinery from VCS-specific logic left in vc.el.
12241         The separation is not yet completely clean, but it's a good start.
12242         * vc.el: This file is about 1700 lines shorter now.
12243         Remove obsolete logentry-check from the backend API.
12244         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
12245         implementation of the logentry-check method, and it guarded against
12246         a log length limit that has probably been obsolete for 15 years (!).
12248 2008-05-02  Sam Steingold  <sds@gnu.org>
12250         * progmodes/compile.el (compilation-start): Move setting of
12251         compilation-directory after (funcall mode) as that resets local
12252         variables, this fixes recompile in grep buffers.
12253         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
12254         in dired &c).
12256 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
12258         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12259         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12260         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
12261         has one of these and that all are called in compatible ways.
12262         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12263         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12264         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
12265         backend has one of these.
12267 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12269         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
12270         initialization into define-abbrev-table.  Use :regexp.
12271         (octave-mode-syntax-table): Don't set word syntax for `.
12273         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
12274         than only value.
12276         * dired.el (dired-read-dir-and-switches):
12277         Set minibuffer-completing-file-name and call substitute-in-file-name.
12278         (dired-format-columns-of-files): Use completion--insert-strings.
12280         * minibuffer.el (completion-hilit-commonality): Revert last change:
12281         the leftover code was actually useful.
12282         (completion--insert-strings): Use string-width rather than length.
12284 2008-05-02  Sam Steingold  <sds@gnu.org>
12286         * vc.el (vc-dir-mode-map): Enable mouse bindings.
12287         (vc-at-event): New macro: run the body at the even location.
12288         (vc-dir-menu, vc-dir-toggle-mark): Use it.
12289         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
12290         * subr.el (mouse-event-p): Check if the event is mouse-related.
12292 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
12294         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12295         Don't throw error if no file is found.
12297 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12299         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
12300         (vc-default-state-heuristic): Doc fix.
12302 2008-05-02  Richard Sharman  <rsharman@pobox.com>
12304         * hilit-chg.el (highlight-changes-mode): Remove references to
12305         hooks that no longer exist.  Because define-minor-mode is used the
12306         hook highlight-changes-mode-hook exists and can do what both the
12307         old hooks used to do.  The documentation at the top of the file
12308         was updated to demonstrate this.
12309         (highlight-changes-mode): Remove commented out call to a hook
12310         function that is no longer there.
12311         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
12313 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
12315         * vc.el (vc-default-dired-state-info): Change name of primitive
12316         to prettify-state-info, in preparation for ripping out dired mode.
12317         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
12318         to prettify-state-info, in preparation for ripping out dired mode.
12319         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
12320         tries this on a version-controlled buffer.  It will do useless or
12321         actively bad things on any version control system newer than RCS.
12322         * vc-hooks.el (vc-dired-resynch-file):
12323         * vc.el (vc-dired-resynch-file): Change name of primitive to
12324         vc-directory-resynch-file, preparing to remove dired.
12326 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
12328         * vc-rcs.el (vc-rcs-state): Fix typos.
12330         * vc.el (vc-register): Change argument order so that the prefix
12331         argument is assigned correctly.
12332         (vc-next-action, vc-dir-register): Update for the above change.
12334 2008-05-01  Juri Linkov  <juri@jurta.org>
12336         * replace.el (occur-read-primary-args): Set default to the car of
12337         regexp-history and display it in the prompt, but don't add to the
12338         list of minibuffer defaults.  Bind history-add-new-input to nil to
12339         not add automatically `default'.  For empty input return `default'.
12340         Otherwise, add `input' to regexp-history and return it.
12341         (occur-1): Signal an error for the empty regexp.
12343         * progmodes/compile.el (compilation-auto-jump):
12344         Set window point to `pos' explicitly.
12346 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
12348         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
12349         when appropriate.
12350         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
12351         we report the 'unregistered state reliably.
12352         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
12353         we report the 'unregistered state reliably.
12354         * vc-git.el (vc-git-state): Call vc-git-unregistered so
12355         we report the 'unregistered state reliably.
12356         * vc-hooks.el (vc-state): Document that vc-unregistered is
12357         now expected to be returned reliably.
12358         * vc.el (vc-default-dired-state): Change needs-patch state to
12359         needs-update, since the name now shows up in dir-status listings
12360         and was somewhat misleading.
12361         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
12362         immediately after removing the file.
12363         * vc.el (vc-next-action): More informative messages when a fileset
12364         is in a mixed state or files are missing.
12366 2008-05-01  Sam Steingold  <sds@gnu.org>
12368         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
12370 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12372         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
12374 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
12376         * epa-file-hook.el: New file split from epa-file.el.
12377         * epa-file.el: Require 'epa-file-hook.
12378         (epa-file-handler): Add autoload cookie.
12379         * loadup.el: Load epa-file-hook.
12380         * startup.el (command-line): Eval the body of auto-encryption-mode.
12382 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
12384         * vc.el (vc-dir-mode-map): Don't bind "r".
12386         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
12387         (vc-hg-status-printer): New function.
12388         (vc-hg-after-dir-status): Deal with copied and renamed files.
12389         (vc-hg-dir-status): Add flag to show copied files.
12391 2008-05-01  John Paul Wallington  <jpw@pobox.com>
12393         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
12394         (ibuffer-do-sort-by-recency): Reverse sorting order if last
12395         sorting mode was recency.
12397         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
12398         reverse sorting order if last sorting mode was the sorter's.
12400 2008-05-01  Jason Rumney  <jasonr@gnu.org>
12402         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
12404 2008-04-30  John Paul Wallington  <jpw@pobox.com>
12406         * ibuffer.el (define-ibuffer-column filename): When the major mode
12407         is `vc-dir-mode' show the buffer's default directory.
12409         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
12410         major mode is `vc-dir-mode' use the buffer's default directory.
12412 2008-04-30  Sam Steingold  <sds@gnu.org>
12414         * vc.el (vc-dir-delete-file): Add.
12415         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
12416         (vc-delete-file): Do not barf when the file has been already deleted.
12418 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
12420         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
12422 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12424         * progmodes/octave-mod.el (octave-help): New function.
12425         * progmodes/octave-hlp.el: Delete.
12426         * info-look.el (octave-mode): Add operator index.
12428         * vc.el (vc-checkout): Typo.
12430 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
12432         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
12433         Add "..." in the appropriate places.
12435         * epa.el (epa-key-list-mode-map): Add more menu entries.
12436         Add "..." in the appropriate places.
12438         * dired.el (dired-mode-map): Add :help.
12440         * vc.el (vc-deduce-fileset): Add new parameter.
12441         (vc-dir-marked-only-files): New function.
12442         (vc-next-action): Don't ignore directories, look at the files
12443         inside them.
12444         (vc-dir-mode): Document how the mark/unmark commands work.
12446 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12448         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12449         Rule out trailing spaces in file and directory names as well.
12451         * minibuffer.el (completion--do-completion): Move point even if the
12452         completion makes no change.
12453         (completion-pcm-try-completion): Fix computation of new point.
12455 2008-04-30  David Hansen  <david.hansen@gmx.net>
12457         * dired.el: Require 'cl.
12459 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
12461         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
12462         hollow if not in innermost frame.
12464 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12466         Make `checkout-model' apply to filesets.
12467         * vc-hooks.el (vc-checkout-model): Rewrite.
12468         (vc-before-save, vc-after-save): Adjust callers accordingly.
12469         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
12470         (vc-transfer-file): Adjust callers accordingly.
12471         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
12472         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
12473         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
12474         instead of vc-checkout-model.
12475         * vc-mcvs.el (vc-mcvs-revert):
12476         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
12477         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
12478         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
12479         * vc-svn.el (vc-svn-checkout-model):
12480         * vc-hg.el (vc-hg-checkout-model):
12481         * vc-git.el (vc-git-checkout-model):
12482         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
12484         * dired.el (dired-read-dir-and-switches): Replace last change with
12485         a new approach that mixes read-file-name and read-directory-name.
12487         * files.el (read-buffer-to-switch):
12488         Avoid making assumptions about `other-buffer'.
12490 2008-04-29  Sam Steingold  <sds@gnu.org>
12492         * vc.el (vc-dir-mode-hook): Add normal hook.
12493         (vc-dir-mode): Run it.
12495 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
12497         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
12498         Always split windows.
12499         (gdb-speedbar-timer-fn): Only raise frame after user input.
12500         (gdb-same-frame): Reverse initial value.
12501         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
12503         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
12504         gdb-speedbar-timer-fn.
12506 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12508         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
12510 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
12512         * epa.el (epa-key-list-mode-map): Add menu.
12513         (epa-delete-keys, epa-import-keys): Fix typo.
12515 2008-04-29  Glenn Morris  <rgm@gnu.org>
12517         * find-cmd.el (top-level): Does not need cl when compiling.
12519 2008-04-29  Philip Jackson  <phil@shellarchive.co.uk>
12521         * find-cmd.el: New file.
12523 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12525         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
12526         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
12527         (completion-pcm--hilit-commonality): New function.
12528         (completion-pcm-all-completions): Use it.
12530         * minibuffer.el (completion-common-substring): Mark obsolete.
12531         (completions-first-difference, completions-common-part):
12532         Move from simple.el.
12533         (completion-hilit-commonality): New fun.
12534         (display-completion-list, completion-emacs21-all-completions)
12535         (completion-emacs22-all-completions): Use it.
12536         * simple.el (completions-first-difference, completions-common-part):
12537         Move to minibuffer.el.
12538         (choose-completion-string): Use field functions and minibufferp.
12539         (completion-setup-function): Don't set completions faces.
12541 2008-04-29  Glenn Morris  <rgm@gnu.org>
12543         * calendar/calendar.el (calendar-nth-named-absday)
12544         (calendar-nth-named-day):
12545         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
12546         * calendar/holidays.el (holiday-float): Doc fixes.
12548         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
12549         the `full' case.
12551         * org/org-agenda.el (calendar-iso-from-absolute):
12552         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
12553         Fix declarations.
12555 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
12557         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
12558         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
12559         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
12560         (gdb-assembler-custom): Be careful not to match other addresses.
12562 2008-04-29  Jason Rumney  <jasonr@gnu.org>
12564         * battery.el (battery-status-function): Use w32-battery-status
12565         on Windows.
12566         (battery-echo-area-format): Make apm format the general case.
12567         (battery-mode-line-format): Merge apm and pmset formats as the
12568         general case.
12570 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
12572         * progmodes/gdb-ui.el (gdb-info-stack-custom):
12573         Use gud-tool-bar-item-visible-no-fringe.
12574         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
12575         is already visible in frame.  Remove optional size parameter
12576         and add optional frame parameter.
12578         * progmodes/gud.el (gud-display-line): Only consider visible
12579         frames when looking for source buffer.
12581 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
12583         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
12584         argument to get-char-property, in case the current buffer hasn't
12585         been assigned to that window yet.
12586         (doc-view-display): Default to selected window if the current
12587         buffer hasn't been assigned to a window yet.
12589 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
12591         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
12593 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
12595         * net/tramp.el (tramp-mode): New defcustom.
12596         (tramp-file-name-handler, tramp-completion-file-name-handler):
12597         Use it.
12598         (tramp-replace-environment-variables): Handle "$$".
12600 2008-04-28  Sam Steingold  <sds@gnu.org>
12602         * vc-hg.el (vc-hg-rename-file): Fix argument order.
12604 2008-04-28  Bastien Guerry  <bzg@altern.org>
12606         * whitespace.el (whitespace-trailing): Fix typo.
12608 2008-04-28  Sam Steingold  <sds@gnu.org>
12610         * textmodes/remember.el (diary-make-entry): Update the autoload.
12612 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12614         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
12615         all-completions.
12617 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
12619         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
12621 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
12623         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
12624         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
12625         (vc-dir-mark-file): Add an optional argument.
12626         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
12628 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
12630         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
12631         rather than obsolete alias find-file-hooks.
12632         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
12633         Use find-file-hook rather than obsolete alias find-file-hooks.
12634         Add to find-file-not-found-functions.
12635         (epa-file-handler): Put 'safe-magic and 'operations properties.
12637         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
12638         (epa-menu-items): Remove.
12640         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
12641         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
12642         (epa-dired-mode, epa-global-dired-mode): Remove.
12644         * dired.el (dired-mode-map): Bind encryption/decryption commands.
12646         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
12648         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
12650 2008-04-27  Glenn Morris  <rgm@gnu.org>
12652         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
12653         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
12655 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
12657         * org/org.el (org-html-level-start): Always have id's in HTML.
12658         (org-export-as-html): Use `org-link-protocols' to
12659         retrieve the export form of the link.
12660         (org-add-link-type): Final parameter renamed from PUBLISH.
12661         Better documentation of how it is to be used.  Avoid double entries for
12662         the same link type.
12663         (org-add-link-props): New function.
12664         (org-modules-loaded): New variable.
12665         (org-load-modules-maybe, org-set-modules): New function.
12666         (org-modules): New option.
12667         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
12668         (orgtbl-mode, org-store-link, org-insert-link-global)
12669         (org-open-at-point): Call `org-load-modules-maybe'.
12670         (org-search-view): Add more text properties.
12671         (org-agenda-schedule, org-agenda-deadline): Allow also in
12672         search-type agendas.
12673         (org-search-view): Order of arguments has been changed.
12674         Interpret prefix-arg as TODO-ONLY.
12675         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
12676         Take new argument order of `org-search-view' into account.
12677         (org-todo-only): New variable.
12678         (org-search-syntax-table): New variable and function.
12679         (org-search-view): Do the search with the special syntax table.
12680         (define-obsolete-function-alias): Make work with XEmacs.
12681         (org-add-planning-info): Use old date as default when modifying an
12682         existing deadline or scheduled item.
12683         (org-agenda-compute-time-span): Make argument N optional.
12684         (org-agenda-format-date-aligned): Require `cal-iso'.
12685         (org-agenda-list): Include week into agenda heading, don't
12686         list it at each date (only on Mondays).
12687         (org-read-date-analyze): Define local variable `iso-date'.
12688         (org-agenda-format-date-aligned): Remove dependency on
12689         `calendar-time-from-absolute'.
12690         (org-remember-apply-template, org-go-to-remember-target):
12691         Interpret filenames relative to `org-directory'.
12692         (org-complete): Silently fail when trying to complete
12693         keywords that don't have a default value.
12694         (org-get-current-options): Add a #+DATE: option.
12695         (org-additional-option-like-keywords): Remove "DATE:" from the
12696         list of additional keywords.
12697         (org-export-as-html): Remove (current-time) as unnecessary second
12698         argument of `format-time-string'.
12699         (org-clock-find-position): Handle special case at end of buffer.
12700         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
12701         `org-agenda-change-time-span'.
12702         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
12703         `org-agenda-change-time-span'.
12704         (org-agenda-month-view): New argument MONTH, pass it on to
12705         `org-agenda-change-time-span'.
12706         (org-agenda-year-view): New argument YEAR, pass it on to
12707         `org-agenda-change-time-span'.
12708         (org-agenda-change-time-span): New optional argument N, pass it on
12709         to `org-agenda-compute-time-span'.
12710         (org-agenda-compute-time-span): New argument N, interpret it by
12711         changing the starting day.
12712         (org-small-year-to-year): New function.
12713         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
12714         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
12715         into the future, and that the shift is at least one interval, never 0.
12716         (org-update-checkbox-count): Fix bug with checkbox counting.
12717         (org-add-note): New command.
12718         (org-add-log-setup): Rename from `org-add-log-maybe'.
12719         (org-log-note-headings): New entry for plain notes (i.e. notes not
12720         related to state changes or clocking).
12721         (org-get-org-file): Check for availability of `remember-data-file'.
12722         (org-cached-entry-get): Allow a regexp value for
12723         `org-use-property-inheritance'.
12724         (org-use-property-inheritance): Allow regexp value.  Fix bug in
12725         customization type.
12726         (org-use-tag-inheritance): Allow a list and a regexp value for
12727         this variable.
12728         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
12729         (org-entry-get): Respect value `selective' for the INHERIT argument.
12730         (org-tag-inherit-p, org-property-inherit-p): New functions.
12731         (org-agenda-format-date-aligned): Allow 10 characters for
12732         weekday, to accommodate German locale.
12733         (org-add-archive-files): New function.
12734         (org-agenda-files): New argument `ext', to get archive files as well.
12735         (org-tbl-menu): Protect the use of variables that
12736         are only available when org-table.el gets loaded.
12737         (org-read-agenda-file-list): Error if `org-agenda-files' is a
12738         single directory.
12739         (org-open-file): Allow a batch process to trigger
12740         waiting after executing a system command.
12741         (org-store-link): Link to headline when there is not
12742         target and no region in an org-mode buffer when creating a link.
12743         (org-link-types-re): New variable.
12744         (org-make-link-regexps): Compute `org-link-types-re'.
12745         (org-make-link-description-function): New option.
12746         (org-agenda-date, org-agenda-date-weekend): New faces.
12747         (org-archive-sibling-heading): New option.
12748         (org-archive-to-archive-sibling): New function.
12749         (org-iswitchb): New command.
12750         (org-buffer-list): New function.
12751         (org-agenda-columns): Also try the #+COLUMNS line in
12752         the buffer associated with the entry at point (or with the first
12753         entry in the agenda view).
12754         (org-modules): Add entry for org-bibtex.el.
12755         (org-completion-fallback-command): Move into `org-completion' group.
12756         (org-clock-heading-function): Move to `org-progress' group.
12757         (org-auto-repeat-maybe): Make sure that a note can
12758         be enforces if `org-log-repeat' is `note'.
12759         (org-modules): Allow additional symbols for external packages.
12760         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
12761         (org-clock-goto): Hide drawers after showing an
12762         entry with `org-clock-goto'.
12763         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
12764         Try also a clocktable block shift.
12765         (org-clocktable-try-shift): New function.
12766         (org-columns-hscoll-title): New function.
12767         (org-columns-previous-hscroll): New variable.
12768         (org-columns-full-header-line-format): New variable.
12769         (org-columns-display-here-title, org-columns-remove-overlays):
12770         Install `org-columns-hscoll-title' in post-command-hook.
12772         * org/org.el: Split into many small files.
12774         * org/org-agenda.el: New file, split off from org.el.
12776         * org/org-archive.el: New file, split off from org.el.
12778         * org/org-bbdb.el: New file.
12780         * org/org-bibtex.el: New file, split off from org.el.
12782         * org/org-clock.el: New file, split off from org.el.
12784         * org/org-colview.el: New file, split off from org.el.
12786         * org/org-compat.el: New file, split off from org.el.
12788         * org/org-exp.el: New file, split off from org.el.
12790         * org/org-faces.el: New file, split off from org.el.
12792         * org/org-gnus.el: New file, split off from org.el.
12794         * org/org-info.el: New file, split off from org.el.
12796         * org/org-infojs.el: New file.
12798         * org/org-irc.el: New file.
12800         * org/org-macs.el: New file, split off from org.el.
12802         * org/org-mew.el: New file.
12804         * org/org-mhe.el: New file, split off from org.el.
12806         * org/org-publish.el: New file, split off from org.el.
12808         * org/org-remember.el: New file, split off from org.el.
12810         * org/org-rmail.el: New file, split off from org.el.
12812         * org/org-table.el: New file, split off from org.el.
12814         * org/org-vm.el: New file, split off from org.el.
12816         * org/org-wl.el: New file, split off from org.el.
12818 2008-04-27  Jason Riedy  <jason@acm.org>
12820         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
12821         parameter that suppresses lines that evaluate to NIL.
12822         (orgtbl-get-fmt): New inline function for
12823         picking apart formats that may be lists.
12824         (orgtbl-apply-fmt): New inline function for applying formats that
12825         may be functions.
12826         (orgtbl-eval-str): New inline function for strings that may be
12827         functions.
12828         (orgtbl-format-line, orgtbl-to-generic): Use and document.
12829         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
12830         (*orgtbl-llfmt*, *orgtbl-llstart*)
12831         (*orgtbl-llend*): Dynamic variables for last-line formatting.
12832         (orgtbl-format-section): Shift formatting to support detecting the
12833         last line and formatting it specially.
12834         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
12835         formats unless overridden.
12836         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
12837         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
12838         bound variables to hold the input collection of lines and output
12839         formatted text.
12840         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
12841         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
12842         format parameters.
12843         (orgtbl-format-line): New function encapsulating formatting for a
12844         single line.
12845         (orgtbl-format-section): Similar for each section.  Rebinding the
12846         dynamic vars customizes the formatting for each section.
12847         (orgtbl-to-generic): Use orgtbl-format-line and
12848         orgtbl-format-section.
12849         (org-get-param): Now unused, so delete.
12850         (orgtbl-gather-send-defs): New function to
12851         gather all the SEND definitions before a table.
12852         (orgtbl-send-replace-tbl): New function to find the RECEIVE
12853         corresponding to the current name.
12854         (orgtbl-send-table): Use the previous two functions and implement
12855         multiple destinations for each table.
12857         * doc/org.texi (A LaTeX example): Note that fmt may be a
12858         one-argument function, and efmt may be a two-argument function.
12859         (Radio tables): Document multiple destinations.
12861 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
12863         * org/org-agenda.el (org-add-to-diary-list): New function.
12864         (org-prefix-has-effort): New variable.
12865         (org-sort-agenda-noeffort-is-high): New option.
12866         (org-agenda-columns-show-summaries)
12867         (org-agenda-columns-compute-summary-properties): New options.
12868         (org-format-agenda-item): Compute the duration of the item.
12869         (org-agenda-weekend-days): New variable.
12870         (org-agenda-list, org-timeline): Use the proper faces for dates in
12871         the agenda and timeline buffers.
12872         (org-agenda-archive-to-archive-sibling): New command.
12873         (org-agenda-start-with-clockreport-mode): New option.
12874         (org-agenda-clockreport-parameter-plist): New option.
12875         (org-agenda-clocktable-mode): New variable.
12876         (org-agenda-deadline-leaders): Allow a function value for the
12877         deadline leader.
12878         (org-agenda-get-deadlines): Deal with new function value.
12880         * org/org-clock.el (org-clock): New customization group.
12881         (org-clock-into-drawer, org-clock-out-when-done)
12882         (org-clock-in-switch-to-state, org-clock-heading-function):
12883         Move into the new group.
12884         (org-clock-out-remove-zero-time-clocks): New option.
12885         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
12886         (org-dblock-write:clocktable): Allow a Lisp form for the scope
12887         parameter.
12888         (org-dblock-write:clocktable): Fix bug with total time calculation.
12889         (org-dblock-write:clocktable): Request the unrestricted list of files.
12890         (org-get-clocktable): New function.
12891         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
12892         be strings but also integers (an absolute day number) and lists (m d y).
12894         * org/org-colview.el (org-columns-next-allowed-value)
12895         (org-columns-edit-value): Limit the effort for updating in the
12896         agenda to recomputing a single file.
12897         (org-columns-compute): Only write property value if it has changed.
12898         This avoids raising the buffer-change-flag unnecessarily.
12899         (org-agenda-colview-summarize)
12900         (org-agenda-colview-compute): New functions.
12901         (org-agenda-columns): Call `org-agenda-colview-summarize'.
12903         * org/org-exp.el (org-export-run-in-background): New option.
12904         (org-export-icalendar): Allow a batch process to trigger waiting
12905         after executing a system command.
12906         (org-export-preprocess-string): Rename from
12907         `org-cleaned-string-for-export'.
12908         (org-export-html-style): Made target class look like normal text.
12909         (org-export-as-html): Make use of the better preprocessing in
12910         `org-cleaned-string-for-export'.
12911         (org-cleaned-string-for-export): Better treatment of heuristic
12912         targets, many more internal links will now work in HTML export.
12913         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
12914         (org-export-inbuffer-options-extra): New variable.
12915         (org-export-options-filters): New hook.
12916         (org-infile-export-plist): Find also the settings keywords in
12917         `org-export-inbuffer-options-extra'.
12918         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
12919         multiple #+INFOJS_OPT lines.
12920         (org-export-html-handle-js-options): New function.
12921         (org-export-html-infojs-setup): New option.
12922         (org-export-as-html): Call `org-export-html-handle-js-options'.
12923         Add autoload to all entry points.
12924         (org-skip-comments): Function removed.
12926         * org/org-table.el (org-table-make-reference): Extra parenthesis
12927         around single fields, to make sure that algebraic formulas get
12928         correctly interpreted by calc.
12929         (org-table-current-column): No longer interactive.
12931         * org/org-export-latex.el (org-export-latex-preprocess):
12932         Rename from `org-export-latex-cleaned-string'.
12934 2008-04-27  Bastien Guerry  <bzg@altern.org>
12936         * org/org-publish.el (org-publish-get-base-files-1): New function.
12937         (org-publish-get-base-files): Use it.
12938         (org-publish-temp-files): New variable.
12939         Don't require 'dired-aux anymore.
12940         (org-publish-initial-buffer): New variable.
12941         (org-publish-org-to, org-publish): Use it.
12942         (org-publish-get-base-files-1): Bug fix: get
12943         the proper list of files when recursing thru a directory.
12944         (org-publish-get-base-files): Use the :exclude property to skip
12945         both files and directories.
12947 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
12949         * net/tramp.el (tramp-handle-make-symbolic-link)
12950         (tramp-handle-file-name-directory)
12951         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
12952         (tramp-do-copy-or-rename-file-directly)
12953         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
12954         (tramp-handle-substitute-in-file-name)
12955         (tramp-handle-insert-file-contents, tramp-handle-write-region)
12956         * net/tramp-cache.el (tramp-get-file-property)
12957         (tramp-set-file-property, tramp-flush-file-property)
12958         (tramp-flush-directory-property)
12959         * net/tramp-compat.el (tramp-compat-make-temp-file)
12960         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
12961         Disable `file-name-handler-alist' when handling localname.
12962         It could have a remote file syntax, like a VMS file name.
12964 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12966         * whitespace.el: New version 11.1.
12967         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
12968         enclosed by \\( and \\)$.  Docstring fix.
12969         (whitespace-trailing-regexp): Fun removed.
12970         (whitespace-report-list): Const initialization fix.
12971         (whitespace-color-on): Code fix.
12973 2008-04-27  Andreas Schwab  <schwab@suse.de>
12975         * Makefile.el: Unbreak bootstrap.
12977 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
12979         * net/tramp.el (tramp-replace-environment-variables): New defun.
12980         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
12981         Use it.
12983 2008-04-27  Glenn Morris  <rgm@gnu.org>
12985         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
12987         * calculator.el (calculator-expt): Replace cl function `oddp'.
12989 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
12991         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12992         Simplify.  Collect `defun' and `autoload' entries.
12993         Avoid modifying load-history.
12995 2008-04-26  Glenn Morris  <rgm@gnu.org>
12997         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
12999         * simple.el (quoted-insert, zap-to-char): Revert previous change.
13001 2008-04-26  John Paul Wallington  <jpw@pobox.com>
13003         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
13004         `hexl-mode-old-eldoc-documentation-function'.
13005         (hexl-mode-exit): Restore it.
13006         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
13008         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
13010 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
13012         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
13013         (completion-pcm--all-completions): Doc fix.
13014         (completion-styles-alist, completion-all-completions):
13015         Fix typos in docstrings.
13017 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13019         * whitespace.el: There is now only one variable (whitespace-style) to
13020         specify which kind of blank is visualized.  Doc and docstring fix.
13021         New version 11.0.
13022         (whitespace-style): New option, replace whitespace-style-mark and
13023         whitespace-style-color.
13024         (whitespace-style-mark, whitespace-style-color): Options removed.
13025         (whitespace-hspace, whitespace-tab, whitespace-newline)
13026         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
13027         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
13028         (whitespace-hspace-regexp, whitespace-space-regexp)
13029         (whitespace-tab-regexp, whitespace-trailing-regexp)
13030         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13031         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
13032         (whitespace-space-after-tab-regexp, whitespace-line-column)
13033         (whitespace-display-mappings, whitespace-report): Docstring fix.
13034         (whitespace-color-value-list, whitespace-mark-value-list)
13035         (whitespace-active-color, whitespace-active-mark)
13036         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
13037         (whitespace-style-value-list, whitespace-active-style)
13038         (whitespace-toggle-style): New vars.
13039         (whitespace-toggle-option-alist, whitespace-help-text):
13040         Var initialization and docstring fix.
13041         (whitespace-toggle-options, global-whitespace-toggle-options)
13042         (whitespace-cleanup, whitespace-cleanup-region)
13043         (whitespace-report-region, whitespace-interactive-char)
13044         (whitespace-toggle-list): Docstring and code fix.
13045         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
13046         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
13047         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
13048         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
13050 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13052         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
13053         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
13054         (diff-sanity-check-hunk): Adjust code accordingly.
13056 2008-04-26  Glenn Morris  <rgm@gnu.org>
13058         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
13060         * forms-d2.dat: Move to ../etc.
13061         * forms-d2.el (forms-file): Adapt for above change.
13063         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
13064         `translation-table-for-input'.
13066         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
13067         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
13069         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
13070         to punctuation now it's not needed for abbrevs.
13071         (fortran-mode-abbrev-table): Remove defvar, make use of new
13072         define-abbrev-table :regexp feature.
13074         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
13075         insert, now that translation-table-for-input is not needed.
13077 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
13079         * emacs-lisp/pp.el (pp-display-expression): New function,
13080         extracted from pp-eval-expression.
13081         (pp-eval-expression): Use pp-display-expression.
13082         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
13083         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
13084         (pp-eval-last-sexp): Use pp-last-sexp.
13086 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13088         * abbrev.el (define-abbrev-table): Apply props even if the table
13089         exists already.
13091         * minibuffer.el (completion-table-with-context): Fix `pred' for the
13092         various kinds of completion tables.
13093         (completion-emacs22-try-completion): Place cursor after the /, as was
13094         done in Emacs-22's minibuffer-complete-word.
13095         Fix bug reported by David Hansen <david.hansen@gmx.net>.
13096         (completion-emacs22-try-completion): Merge all mergeable text rather
13097         than just /.
13098         (completion-pcm--delim-wild-regex): New var.
13099         (completion-pcm-word-delimiters): New custom.
13100         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
13101         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
13102         (completion-pcm--all-completions, completion-pcm-all-completions)
13103         (completion-pcm--merge-completions, completion-pcm--pattern->string)
13104         (completion-pcm-try-completion): New functions.
13105         (completion-styles-alist): Add them.
13106         (completion-styles): Add it to the default.
13108 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
13110         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
13111         (gdb-var-create-handler): ...until here when there are values.
13112         (gdb-post-prompt): Don't do -var-update with no watch expressions.
13113         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
13115 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
13117         * ls-lisp.el (ls-lisp-format): Fix last change.
13118         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
13119         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
13120         (ls-lisp-filesize-f-fmt): New defvars.
13121         (ls-lisp-insert-directory): Dynamically compute format specifiers
13122         for displaying UID, GID, and file size, and store them in the
13123         above variables.
13124         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
13125         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
13126         instead of constant format strings.
13127         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
13128         ls-lisp-filesize-d-fmt instead of constant format strings.
13130 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
13132         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
13133         value of addresses rather than (partial) string value.
13134         (gdb-frame-handler): Change regexp according to above change.
13135         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13136         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
13137         (gdb-assembler-mode): Disable undo in these buffers.
13139 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
13141         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
13142         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
13144 2008-04-24  Sam Steingold  <sds@gnu.org>
13146         * textmodes/remember.el (remember-diary-extract-entries): Use
13147         diary-make-entry instead of the obsolete make-diary-entry.
13149 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13151         * subr.el (translation-table-for-input): Mark as obsolete.
13153         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
13155         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
13157         * textmodes/ispell.el (ispell-dictionary-alist-1)
13158         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
13159         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
13160         (ispell-dictionary-alist-6): Remove.
13161         (ispell-dictionary-base-alist): New var, merges the above.
13162         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
13163         Use it.
13164         (ispell-dictionary-alist): Default to nil.  Remove autoload.
13165         (ispell-local-dictionary-alist): Remove autoload.
13167         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
13168         (f90-mode-abbrev-table): Use the new :regexp feature.
13169         Merge defvar and mapc into define-abbrev-table.
13170         (f90-imenu-type-matcher): Remove unused `l'.
13171         (f90-imenu-generic-expression): Remove unused `not-ib'.
13172         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
13173         (f90-change-keywords): Use restore-buffer-modified-p.
13175 2008-04-24  Glenn Morris  <rgm@gnu.org>
13177         * net/goto-addr.el (goto-address-prog-mode):
13178         * progmodes/bug-reference.el (bug-reference-prog-mode):
13179         Define for compiler.
13181         * minibuffer.el (x-file-dialog): Declare as function.
13183         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
13184         dframe-update-speed rather than obsolete alias speedbar-update-speed.
13186         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
13187         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
13188         work with easymenu.  Add :keys where needed.
13190         * calendar/cal-move.el (calendar-scroll-left): Handle case when
13191         event-start is nil.
13193         * calendar/calendar.el (calendar-mode-map): Fix typo.
13195 2008-04-24  Tom Tromey  <tromey@redhat.com>
13197         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13198         Document keywords.  Add :suppress.
13199         * pcvs-defs.el (cvs-mode-map): Use :suppress.
13201         * net/goto-addr.el (goto-address-unfontify): New function.
13202         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
13203         (goto-address-fontify-region, goto-address-mode)
13204         (goto-address-prog-mode): New functions.
13206         * progmodes/bug-reference.el: New file.
13208 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13210         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
13212 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13214         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
13215         macros within lambdas.
13217 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13219         * minibuffer.el (completion-try-completion): Add `point' argument.
13220         Change return value.
13221         (completion-all-completions): Add `point' argument.
13222         (minibuffer-completion-help): Pass the new `point' argument.
13223         (completion--do-completion): Pass the whole field to try-completion.
13224         (completion--try-word-completion): Rewrite, making fewer assumptions.
13225         (completion-emacs21-try-completion, completion-emacs21-all-completions)
13226         (completion-emacs22-try-completion, completion-emacs22-all-completions)
13227         (completion-basic-try-completion, completion-basic-all-completions):
13228         New functions.
13229         (completion-styles-alist): Use them.
13231 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
13233         * textmodes/ispell.el (ispell-set-spellchecker-params):
13234         New function to make sure right params and dictionary alists are used
13235         after spellchecker changes.
13236         (ispell-aspell-dictionary-alist, ispell-last-program-name)
13237         (ispell-initialize-spellchecker-hook): New variables and hook.
13238         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
13239         (ispell-maybe-find-aspell-dictionaries): Remove.
13240         Calls replaced by (ispell-set-spellchecker-params) calls.
13241         (ispell-have-aspell-dictionaries): Remove.
13243         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
13244         by ispell-set-spellchecker-params.
13246 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13248         * complete.el (PC-do-completion): Be more robust in the presence of
13249         unexpected values in minibuffer-completion-predicate.
13251         * minibuffer.el (read-file-name): Don't let-bind default-directory.
13252         Only abbreviate default-filename if it's a file.
13254         * minibuffer.el (read-file-name-function, read-file-name-predicate)
13255         (read-file-name-completion-ignore-case, insert-default-directory):
13256         New vars, moved from fileio.c.
13257         (read-file-name): New fun, moved from fileio.c.
13258         * cus-start.el: Remove insert-default-directory and
13259         read-file-name-completion-ignore-case.
13261 2008-04-23  Magnus Henoch  <mange@freemail.hu>
13263         * tar-mode.el (tar-untar-buffer): If the entry has directory
13264         link type, extract it as a directory even if its file name doesn't
13265         end with a slash.  Fixes extraction of NetBSD tar archives.
13267 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13269         * server.el (server-start): Also don't get confused by CRs since we
13270         don't quote them.
13272 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
13274         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
13275         (gdb-set-gud-minor-mode-existing-buffers)
13276         (gdb-info-breakpoints-custom, gdb-get-location)
13277         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13278         Previously gdb-create-define-alist wasn't always run and added to
13279         after-save-hook.
13281         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
13283 2008-04-23  Kevin Ryde  <user42@zip.com.au>
13285         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
13286         comments like unindented ones.
13288 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13290         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
13291         parameter origins.
13293 2008-04-23  Kevin Ryde  <user42@zip.com.au>
13295         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13296         Bind print-level to ensure output forms aren't truncated if
13297         print-level is set to eval-expression-print-level when going via
13298         eval-defun and friends, or has been otherwise fiddled with.
13300 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13302         * progmodes/cc-mode.el (c-basic-common-init): Don't set
13303         font-lock-extend-after-change-region-function globally.
13305 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
13307         * speedbar.el (speedbar-use-tool-tips-flag)
13308         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
13309         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
13310         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
13311         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
13312         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
13313         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
13314         (speedbar-separator-face): Fix typos in docstrings.
13315         (speedbar-stealthy-function-list, speedbar-verbosity-level)
13316         (speedbar-supported-extension-expressions, speedbar-update-current-file)
13317         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
13318         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
13319         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
13320         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
13321         (speedbar-check-vc-this-line, speedbar-files-line-directory)
13322         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
13323         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
13324         (speedbar-recenter): Doc fixes.
13325         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
13326         declaration and remove redundant info in docstring.
13328 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
13330         * vc-git.el (vc-git-status-printer): Deal with directories.
13332         * vc.el (vc-next-action): Look at more than the first file to
13333         determine the state.
13335 2008-04-23  Glenn Morris  <rgm@gnu.org>
13337         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
13338         timers.  Doc fix.
13339         (dframe-update-speed): Drop support for XEmacs < 20.
13340         (dframe-frame-mode): Drop support for Emacs < 20.
13341         (dframe-set-timer-internal): Drop support for Emacs without timers.
13342         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
13344         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
13345         versions.  Add doc-string.  Mark as obsolete.
13347         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
13349         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
13350         rather than using an Emacs version test.
13352         * tree-widget.el (tree-widget-image-enable): Use display-images-p
13353         rather than an Emacs version test.
13355         * calendar/cal-china.el (holiday-chinese-qingming)
13356         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
13357         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
13358         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
13360         * calendar/cal-islam.el (holiday-islamic): Doc fix.
13362         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
13363         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
13364         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
13366 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
13368         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
13369         (gdb-previous-frame-pc-address): ...to this.
13370         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
13371         of "info frame" with Gdb 6.4+.
13372         (gdb-stack-list-frames-regexp): New regexp.
13373         (gdb-frame-handler-1): Parse output of -stack-info-frame.
13375 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
13377         * tar-mode.el (tar-prefix-offset): New constant.
13378         (tar-header-block-tokenize): Support paths with long names
13379         which use the "ustar" standard.
13381 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
13383         * image-dired.el (image-dired-track-original-file)
13384         (image-dired-modify-mark-on-thumb-original-file):
13385         Use `dired-goto-file' instead of `search-forward'.  This solves
13386         a bug with finding files where the file name is a subset of other
13387         file names.  Doc fix.
13389 2008-04-22  Juri Linkov  <juri@jurta.org>
13391         * menu-bar.el (buffers-menu-max-size): Move its definition down to
13392         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
13393         (yank-menu-length): Change group name `mouse' to `menu'.
13394         (buffers-menu-buffer-name-length): New user option.
13395         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
13396         instead of the hard-coded number 27.
13398 2008-04-22  Juri Linkov  <juri@jurta.org>
13400         * isearch.el (eval-when-compile): Require `help-macro'.
13401         (isearch-help-for-help-internal): Isearch specific Help screen
13402         created by `make-help-screen'.
13403         (isearch-help-map): New variable that binds "b", "k", "m" to
13404         isearch-specific commands, and binds other keys to
13405         isearch-other-control-char, thus allowing other Help keys to
13406         exit isearch mode and execute their global definitions.
13407         (isearch-help-for-help, isearch-describe-bindings)
13408         (isearch-describe-key, isearch-describe-mode): New commands.
13409         (isearch-mode-help): Define alias to isearch-describe-mode
13410         and remove its old function definition.
13411         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
13412         Remove old comments because this issue is settled now.
13413         (isearch-forward): Describe three new Help commands in the docstring.
13414         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
13415         leave the single sentence at the first line of the docstring,
13416         and prepend the word "function" before `isearch-forward'
13417         to make the Help link to the function instead of variable.
13419 2008-04-22  Juri Linkov  <juri@jurta.org>
13421         * isearch.el (isearch-success-function): New variable with default
13422         to `isearch-success-function-default'.
13423         (isearch-search): Call a function from `isearch-success-function'
13424         instead of calling the hard-coded `isearch-range-invisible'.
13425         (isearch-success-function-default): New function that calls
13426         `isearch-range-invisible' and inverts its return value.
13428         * info.el (Info-search): In two similar places that skip
13429         undesired search matches move code to Info-search-success-function,
13430         and call `isearch-success-function' instead.
13431         (Info-search-success-function): New function copied from code
13432         in Info-search.  Replace isearch-range-invisible with
13433         text-property-not-all that checks for 'invisible and 'display
13434         properties to skip partially invisible matches (whose display
13435         properties were set by Info-fontify-node).
13436         (Info-mode): Set buffer-local isearch-success-function
13437         to Info-search-success-function.
13439 2008-04-22  Juri Linkov  <juri@jurta.org>
13441         * minibuffer.el (internal-complete-buffer-except): New function.
13443         * files.el (read-buffer-to-switch): New function.
13444         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
13445         Change interactive spec to call read-buffer-to-switch instead of
13446         using the letter "B".
13448         * simple.el (minibuffer-default-add-shell-commands): New function.
13449         Use declare-function for mailcap-file-default-commands from "mailcap".
13450         (shell-command): Set local minibuffer-default-add-function to
13451         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
13452         before calling read-shell-command.  Set 4th arg default-value of
13453         read-shell-command to relative buffer-file-name in file buffers.
13455         * dired-aux.el (dired-read-shell-command-default): Move it to
13456         gnus/mailcap.el and change its name to more general name
13457         mailcap-file-default-commands.
13458         (minibuffer-default-add-dired-shell-commands): New function.
13459         Use declare-function for mailcap-file-default-commands from "mailcap".
13460         (dired-read-shell-command): Set local minibuffer-default-add-function
13461         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
13462         before calling read-shell-command.  Remove dired-read-shell-command-default
13463         from the default value arg because default values are not set in
13464         minibuffer-default-add-dired-shell-commands.  Doc fix.
13466         * dired-x.el (dired-smart-shell-command): Sync arguments and
13467         interactive spec with changes in `shell-command'.
13468         Use dired-get-filename to get the dired file name at point
13469         as the default value in dired mode.
13471 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
13473         * info.el (Info-complete-menu-item): Add missing parenthesis.
13475 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13477         * info.el (Info-complete-menu-item): Save point.
13479 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
13481         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
13483 2008-04-22  Andreas Schwab  <schwab@suse.de>
13485         * Makefile.in (emacs-deps): Define.
13486         Use it instead of $(lisp)/subdirs.el.
13488 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
13490         * vc.el (vc-next-action): Do not consider directories when
13491         checking for state compatibility.
13492         (vc-transfer-file): Use when not if.
13493         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
13494         (vc-dir-mark-file): Use them.
13495         (vc-deduce-fileset): Also return the backend.
13496         (vc-diff-internal): Take as argument the value returned by
13497         vc-deduce-fileset instead of just the fileset.
13498         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
13499         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
13500         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
13502 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
13504         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
13505         set-window-vscroll but image-scroll-down.  Fixes a bug where a
13506         command following SPC scrolled up again.
13508 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
13510         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
13511         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
13512         (gud-watch): Add "$" prefix when in registers buffer.
13514 2008-04-22  Glenn Morris  <rgm@gnu.org>
13516         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
13518         * whitespace.el (whitespace-display-table)
13519         (whitespace-display-table-was-local): Move definitions before use.
13521         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
13522         (copyright-limit): Respect copyright-at-end-flag.
13523         (copyright-re-search, copyright-start-point)
13524         (copyright-offset-too-large-p): New functions.
13525         (copyright-update-year): Use copyright-re-search.
13526         (copyright-update, copyright-fix-years): Use copyright-start-point,
13527         and copyright-re-search.
13528         (copyright): Use copyright-offset-too-large-p.
13529         * add-log.el (change-log-mode): Set copyright-at-end-flag.
13531         * add-log.el (top-level): Require 'cl when compiling.
13533 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13535         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
13536         Treat minibuffer-completion-predicate as a predicate.
13538         * minibuffer.el (completion--file-name-table): Accept both the old
13539         `dir' arg or the new `pred' arg.
13541         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
13542         `predicate' argument to pass non-predicate data.
13543         (ffap-read-url-internal, ffap-read-file-or-url-internal):
13544         Use second arg as proper predicate.
13546         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
13547         (vc-bzr-revision-completion-table): Use completion-table-with-context
13548         instead.
13550         * simple.el (choose-completion-string): Use minibuffer-completion-table.
13552 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
13554         * term.el (term-emulate-terminal): Perform redisplay after the
13555         process filter has finished running.
13557 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13559         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
13561         * minibuffer.el (completion-try-completion): Change magic symbol
13562         property name.  Rename from minibuffer-try-completion.
13563         (completion-all-completions): Rename from minibuffer-all-completions.
13564         Remove hide-spaces argument.
13565         (completion--do-completion): Rename from minibuffer--do-completion.
13566         (minibuffer-complete-and-exit): Call just try-completion rather than
13567         completion-try-completion to fix up the case.
13568         (completion--try-word-completion): Try to add space or hyphen before
13569         making `string' a prefix of `completion'.
13570         (completion--insert-strings): Rename from minibuffer--insert-strings.
13572 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13574         * net/tls.el (tls-program): Add -ign_eof argument to call the
13575         openssl commands.
13576         (tls-checktrust): Ditto.
13578 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
13580         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
13582         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
13583         (vc-check-master-templates, vc-file-not-found-hook)
13584         (vc-kill-buffer-hook):
13585         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
13586         (vc-find-position-by-context, vc-buffer-context)
13587         (vc-restore-buffer-context, vc-responsible-backend)
13588         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
13589         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
13590         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
13591         (vc-version-diff, vc-diff, vc-insert-headers)
13592         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
13593         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
13594         (vc-revert, vc-rollback, vc-version-backup-file)
13595         (vc-rename-master, vc-delete-file, vc-rename-file)
13596         (vc-branch-part, vc-default-retrieve-snapshot)
13597         (vc-annotate-display-autoscale, vc-annotate-display-select)
13598         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
13599         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
13600         (vc-dir-update): Handle directories.
13601         (vc-default-status-printer): Simplify.
13603         * progmodes/asm-mode.el (asm-mode-map):
13604         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
13606         * progmodes/m4-mode.el (m4-mode-map): Add menu.
13608 2008-04-21  Kenichi Handa  <handa@m17n.org>
13610         * select.el (xselect-convert-to-string): Send a C_STRING only if
13611         the polymorphic target TEXT is requested.
13613 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
13615         * minibuffer.el (completion-setup-hook, display-completion-list)
13616         (completion--file-name-table): Fix typos in docstrings.
13617         (completion-table-dynamic): Fix typo, and reflow docstring.
13619 2008-04-20  Andreas Schwab  <schwab@suse.de>
13621         * server.el (server-switch-buffer): Also consider clients in the
13622         selected frame.
13624 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
13626         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
13627         Select window clicked on first.
13628         (gdb): Display thread number in mode-line.
13629         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
13630         (gdb-breakpoints-header): New variable.
13631         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
13633 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13635         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
13636         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
13637         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
13638         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
13639         (vc-sccs-print-log): Use it.
13641         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
13643         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
13644         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
13646         * tooltip.el (tooltip-previous-message): New var.
13647         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
13648         the C code (avoid overwriting a minibuffer, restore previous echo
13649         message, ...).
13650         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
13651         Simplify.
13653 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
13655         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
13656         (gdb-init-1): Initialise it.
13657         (gdb-annotation-rules): New entry for "new-thread".
13658         (gdb-thread-identification): New function to customize
13659         mode-line-buffer-identification.
13660         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
13661         (gdb-assembler-mode): Use it.
13662         (gdb-threads-mode): Force "info threads" onto queue.
13664 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13666         * files.el (locate-file-completion-table): Rename from
13667         locate-file-completion and make it use `pred' in the normal way.
13668         (locate-file-completion): New compatibility wrapper.
13669         (load-library): Use locate-file-completion-table.
13670         * finder.el (finder-commentary):
13671         * subr.el (locate-library):
13672         * emacs-lisp/find-func.el (find-library): Likewise.
13673         * info.el: Use with-current-buffer and inhibit-read-only.
13674         (Info-read-node-name-2): Change to use `predicate' in the normal way.
13675         (Info-read-node-name-1): Adjust uses accordingly.
13677         * minibuffer.el (completion-table-with-context): Add support for `pred'.
13678         (completion-table-with-terminator): Don't use complete-with-action
13679         since we have to distinguish all three cases anyway.
13680         (completion-table-with-predicate): New function.
13681         (dynamic-completion-table): Add obsolete alias.
13683         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
13685 2008-04-18  Sam Steingold  <sds@gnu.org>
13687         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
13688         Use quit-window instead of bury-buffer.
13690 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13692         * minibuffer.el (completion-table-with-terminator): Fix last fix.
13694 2008-04-18  Andreas Schwab  <schwab@suse.de>
13696         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
13697         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
13698         Depend on $(lisp)/subdirs.el.
13700 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
13702         * descr-text.el (describe-char-after):
13703         Use `define-obsolete-function-alias'.
13705         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
13707         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
13709         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
13710         Remove redundant obsolescence info in docstring.
13712         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
13713         (vc-header-alist): Add WHEN to obsolescence declaration.
13714         (vc-state): Fix typo in docstring.
13716         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
13717         Use `define-obsolete-variable-alias'.
13719         * emulation/tpu-edt.el (tpu-have-ispell):
13720         * international/codepage.el (codepage-setup):
13721         Fix typo in obsolescence declaration.
13723         * international/mule.el (char-coding-system-table):
13724         Remove redundant obsolescence info in docstring.
13725         (charset-list, generic-char-p, set-char-table-default):
13726         Fix typos in obsolescence declarations.
13728         * international/mule-diag.el (non-iso-charset-alist):
13729         Fix typo in obsolescence declaration.
13730         (decode-codepage-char): Remove redundant obsolescence info in docstring.
13732         * font-core.el (font-lock-defaults-alist):
13733         * font-lock.el (font-lock-reference-face):
13734         * frame.el (screen-height, screen-width, set-screen-width)
13735         (set-screen-height):
13736         * hilit-chg.el (highlight-changes-initial-state):
13737         * isearch.el (isearch-return-char):
13738         * log-edit.el (cvs-commit-buffer-require-final-newline)
13739         (cvs-changelog-full-paragraphs):
13740         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
13741         (mouse-popup-menubar-stuff):
13742         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
13743         (mouse-wheel-click-button):
13744         * outline.el (outline-visible):
13745         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
13746         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
13747         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
13748         * progmodes/compile.el (compile-internal):
13749         Add WHEN to obsolescence declarations.
13751 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13753         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
13754         is not better anyway.
13756 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13758         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
13759         properly.
13761 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13763         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
13764         (python-use-skeletons): Remove, unused.
13765         (python-skeletons): Remove.  Use the abbrev table instead.
13766         (python-mode-abbrev-table): Fix regexp;
13767         add enable-function and case-fixed.
13768         (def-python-skeleton): Simplify.
13769         (python-expand-template): Use the abbrev-table and abbrev-insert.
13770         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13771         Remove.
13772         (python-mode): Don't set pre-abbrev-expand-hook.
13774         * skeleton.el: Set coding-tag.
13776         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
13777         (expand-abbrev): Use it.
13778         (abbrev-table-menu): New function.
13780         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
13782         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
13784 2008-04-17  Sam Steingold  <sds@gnu.org>
13786         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
13787         idiosyncratic bury-buffer/delete-window logic.
13789 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
13791         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
13792         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
13794 2008-04-17  Kenichi Handa  <handa@m17n.org>
13796         * international/characters.el: Don't make the width of U+00AD to 0.
13798 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
13800         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
13801         (gdb, gdb-starting, gdb-frames-mode): Use it.
13802         (gdb-invalidate-frames): Advise to call "info stack" only if
13803         execution has occurred.
13804         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
13805         selected frame if no execution has occurred.
13806         (gdb-frames-force-update): New interactive function.
13807         (gdb-frames-mode-map): Bind it to "F".
13809 2008-04-17  Michael Olson  <mwolson@gnu.org>
13811         * textmodes/remember.el (remember-version): Release Remember 2.0.
13813 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
13815         * textmodes/artist.el:
13816         * progmodes/vhdl-mode.el:
13817         * progmodes/verilog-mode.el:
13818         * progmodes/vera-mode.el:
13819         * progmodes/simula.el:
13820         * progmodes/ps-mode.el:
13821         * progmodes/cmacexp.el:
13822         * obsolete/hilit19.el:
13823         * emulation/viper.el:
13824         * ediff.el: Cleanup the bug-report email addresses and make sure the
13825         maintainer is still willing to handle bug reports.
13827 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
13829         * vc.el (vc-dir-kill-query): Fix thinko.
13831 2008-04-16  Glenn Morris  <rgm@gnu.org>
13833         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
13834         by diary-sexp-entry.
13836 2008-04-16  Markus Triska  <markus.triska@gmx.at>
13838         * proced.el (proced-command-alist): Add support for darwin.
13840 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13842         * proced.el (proced-mode): Redefine as just the major-mode.
13843         (proced): Separate it from proced-mode.
13845         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
13847 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13849         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
13850         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
13851         `tab-width' setting from user.  New version 10.0.  Doc and docstring
13852         fix.
13853         (whitespace-style, whitespace-chars): Remove options.
13854         (whitespace-style-mark): New option, replace whitespace-style deleted
13855         option.  Fix docstring.
13856         (whitespace-style-color): New option, replace whitespace-chars deleted
13857         option.  Fix docstring.
13858         (whitespace-space, whitespace-hspace, whitespace-tab)
13859         (whitespace-newline, whitespace-trailing, whitespace-line)
13860         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
13861         (whitespace-space-after-tab, whitespace-hspace-regexp)
13862         (whitespace-space-regexp, whitespace-tab-regexp)
13863         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13864         (whitespace-empty-at-eob-regexp, whitespace-line-column)
13865         (whitespace-toggle-option-alist): Fix docstring.
13866         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13867         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
13868         docstring and initialization.
13869         (global-whitespace-mode): Autoloaded global minor mode.
13870         (whitespace-chars-value-list, whitespace-style-value-list)
13871         (whitespace-active-chars, whitespace-active-style)
13872         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
13873         (whitespace-color-value-list): New var, replace
13874         whitespace-chars-value-list removed var.
13875         (whitespace-mark-value-list): New var, replace
13876         whitespace-style-value-list removed var.
13877         (whitespace-active-color): New var, replace whitespace-active-chars
13878         removed var.
13879         (whitespace-active-mark): New var, replace whitespace-active-style
13880         removed var.
13881         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
13882         removed var.
13883         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
13884         removed var.
13885         (whitespace-toggle-option-alist, whitespace-report-list)
13886         (whitespace-report-text, whitespace-help-text): Fix initialization.
13887         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
13888         (whitespace-toggle-options, global-whitespace-toggle-options)
13889         (whitespace-cleanup-region, whitespace-report-region)
13890         (whitespace-interactive-char): Fix docstring and code.
13891         (whitespace-cleanup, whitespace-report): Fix docstring.
13892         (whitespace-replace-spaces-by-tabs): Remove fun.
13893         (whitespace-replace-action): New fun, replace
13894         whitespace-replace-spaces-by-tabs removed fun.
13895         (whitespace-regexp, whitespace-indentation-regexp)
13896         (whitespace-space-after-tab-regexp, whitespace-insert-value)
13897         (whitespace-kill-buffer): New funs.
13898         (whitespace-insert-option-mark, whitespace-help-on)
13899         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
13900         (whitespace-color-on, whitespace-color-off)
13901         (whitespace-display-char-on): Fix code.
13903 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13905         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
13906         (mouse-throw-magnifier-with-mouse-movement): Remove.
13907         (mouse-throw-magnifier-base): New const.
13908         (mouse-drag-scroll-delta): New fun.
13909         (mouse-drag-throw): Use it.
13911 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
13913         * international/uni-bidi.el, international/uni-category.el:
13914         * international/uni-combining.el, international/uni-comment.el:
13915         * international/uni-decimal.el, international/uni-decomposition.el:
13916         * international/uni-digit.el, international/uni-lowercase.el:
13917         * international/uni-mirrored.el, international/uni-name.el:
13918         * international/uni-numeric.el, international/uni-old-name.el:
13919         * international/uni-titlecase.el, international/uni-uppercase.el:
13920         * international/charprop.el: Regenerate.
13922 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
13924         * vc.el (vc-status-fileinfo): Add new member directoryp.
13925         (vc-default-status-printer): Print directories.
13926         (vc-status-update): Sort files before subdirectories.
13928         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13929         Add alternative implementation based on "cvs update".
13931 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
13933         * doc-view.el: Changed requirements section to tell that only one
13934         of dvipdf or dvipdfm is needed.
13935         (doc-view-already-converted-p): Fix bug that forced reconversion
13936         if doc was already converted.
13938 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13940         * minibuffer.el (minibuffer-message):
13941         Make sure we can put-text-property.
13943         * emacs-lisp/crm.el: Complete rewrite.
13945         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
13946         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
13947         case of an error in display-completion-list.
13949         * filecache.el (file-cache-completions-keymap): Move init from
13950         file-cache-completion-setup-function into declaration.
13951         (file-cache-minibuffer-complete): Simplify.
13952         (file-cache-completion-setup-function): Use standard-output,
13953         preserve current-buffer.
13955         * vc.el (vc-status-update): Fix typo.
13956         (vc-status-update): Set needs-update.
13957         (vc-status-refresh): Î·-reduce.
13959 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
13961         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
13962         to image-eol.
13964 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
13966         * vc.el (vc-status-update): Undo the previous revert.
13968 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13970         * minibuffer.el (completion-table-with-terminator): Those completions
13971         are never valid w.r.t test-completion.
13972         (completion--file-name-table):
13973         Check completion-all-completions-with-base-size.
13975 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
13977         * doc-view.el (doc-view-dvipdf-program): New variable.
13978         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
13979         (doc-view-mode-p): Check for doc-view-dvipdf-program as
13980         alternative for doc-view-dvipdfm-program.
13981         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
13983         * doc-view.el (doc-view-start-process): Don't set
13984         default-directory to "~/" if the current value is valid.
13985         This broke PS files that run other files in the same directory.
13987 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
13989         * vc.el (vc-status-kill-query): New function.
13990         (vc-status-mode): Add it to kill-buffer-query-functions.
13991         (vc-status-show-fileentry): New function.
13992         (vc-status-menu-map): Bind it.  Bind vc-next-action.
13994 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13996         * minibuffer.el (minibuffer-message): Put cursor at the right place.
13998 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14000         * proced.el (proced-send-signal): Fix error recognition.
14002 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14004         * proced.el (proced-command-alist): Remove sort column.
14005         (proced-command, proced-procname-column):
14006         Use make-variable-buffer-local.
14007         (proced-signal-function): Rename from proced-kill-program.
14008         Allow for elisp symbols and string values representing system calls.
14009         (proced-marker-regexp, proced-success-message): New functions.
14010         (proced): Use defalias.  Add autoload cookie.
14011         (proced-unmark-backward, proced-toggle-marks)
14012         (proced-hide-processes): New commands.
14013         (proced-do-mark): Simplify code.
14014         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
14015         (proced-update): Remove sorting.
14016         (proced-send-signal): Display number of processes to operate on.
14017         Allow for system calls or elisp functions to send signals.
14018         Check if signal was sent successfully.
14020 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14022         * minibuffer.el (completion-all-completion-with-base-size): New var.
14023         (completion--some): New function.
14024         (completion-table-with-context, completion--file-name-table):
14025         Return the base-size if requested.
14026         (completion-table-in-turn): Generalize to multiple arguments.
14027         (complete-in-turn): Compatibility alias.
14028         (completion-styles-alist): New var.
14029         (completion-styles): New customization.
14030         (minibuffer-try-completion, minibuffer-all-completions):
14031         New functions.
14032         (minibuffer--do-completion, minibuffer-complete-and-exit)
14033         (minibuffer-try-word-completion): Use them.
14034         (display-completion-list, minibuffer-completion-help): Use them.
14035         Handle all-completions's new base-size info to set completion-base-size.
14036         * info.el (Info-read-node-name-1): Use completion-table-with-context,
14037         completion-table-with-terminator and complete-with-action.
14038         Remove the now obsolete completion-base-size-function property.
14039         * simple.el (completion-list-mode-map): Move init into declaration.
14040         (completion-list-mode): Use define-derived-mode.
14041         (completion-setup-function): Use any completion-base-size that may
14042         have been set before.  Remove handling of completion-base-size-function.
14043         * loadup.el: Move abbrev.el up earlier.
14045 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
14047         * vc-git.el (vc-git-after-dir-status-stage)
14048         (vc-git-dir-status-goto-stage): New functions.
14049         (vc-git-after-dir-status-stage1)
14050         (vc-git-after-dir-status-stage1-empty-db)
14051         (vc-git-after-dir-status-stage2): Remove, functionality moved
14052         into the new generic stage functions.
14053         (vc-git-dir-status-files): New function.
14055         * vc.el (vc-status-update): Revert an incorrect rewrite.
14056         Add some comments.
14057         (vc-status-refresh-files): New function.
14058         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
14059         state of up-to-date files.
14060         (vc-default-dir-status-files): New function.
14062 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
14064         * minibuffer.el (completion--embedded-envvar-table)
14065         (read-file-name-internal): Fix typos in 2008-04-11 change.
14067         * faces.el (read-face-name): Use `completion-table-in-turn',
14068         not `complete-in-turn'.
14070 2008-04-13  Andreas Schwab  <schwab@suse.de>
14072         * progmodes/etags.el: Require 'cl when compiling.
14074 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
14076         * progmodes/gud.el (gud-menu-map): Expand tooltip.
14078         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
14079         (menu): Add/expand menu tooltips.
14081 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14083         * progmodes/sh-script.el (sh-show-indent): Fix typo.
14084         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
14086         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
14087         considered registered.
14089 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14091         * emacs-lisp/copyright.el (copyright-update-directory): New command.
14093         * ediff-wind.el (ediff-split-window-function)
14094         (ediff-merge-split-window-function): Improve custom type.
14096 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
14098         * loadup.el ("minibuffer"): Move after "faces".
14100 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14102         * progmodes/hideif.el (hif-factor): Handle unary minus.
14104 2008-04-12  Glenn Morris  <rgm@gnu.org>
14106         * calendar/cal-china.el (chinese-calendar-time-zone):
14107         Mark obsolete name as risky too.
14109         * calendar/calendar.el (calendar-faces): New custom group.
14110         (calendar-today, diary, holiday): Doc fix.
14111         Move to calendar-faces group.
14112         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
14113         (diary-button): Doc fix.  Move to calendar-faces group.
14115         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14116         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
14117         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
14118         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
14119         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
14120         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
14121         not in dumped files before the associated defcustom.
14123 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
14125         * minibuffer.el (lazy-completion-table): Fix debug spec.
14127 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14129         * minibuffer.el (complete-with-action, lazy-completion-table):
14130         Move from subr.el.
14131         (apply-partially, completion-table-dynamic)
14132         (completion-table-with-context, completion-table-with-terminator)
14133         (completion-table-in-turn): New funs.
14134         (completion--make-envvar-table, completion--embedded-envvar-table):
14135         New funs.
14136         (read-file-name-internal): Use them.
14137         (completion-setup-hook): Move from simple.el.
14138         * subr.el (complete-with-action, lazy-completion-table):
14139         * simple.el (completion-setup-hook): Move to minibuffer.el.
14141 2008-04-11  Glenn Morris  <rgm@gnu.org>
14143         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
14145 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14147         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
14149         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
14151         * textmodes/fill.el (fill-forward-paragraph-function): New var.
14152         (fill-forward-paragraph): New fun.
14153         (fill-paragraph, fill-region): Use it.
14155         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
14156         (vc-status-create-fileinfo): Make `extra' optional.
14157         (vc-status-busy): New fun.
14158         (vc-status-menu-map): Use it.
14159         (vc-status-crt-marked): Remove.
14160         (vc-status-update): Rename from vc-status-add-entries.
14161         Add argument so as to prevent addition of entries.  Rewrite.
14162         (vc-update-vc-status-buffer): Remove.
14163         (vc-status-refresh): Don't remove old entries, set them to
14164         up-to-date instead.  Also do it after the update is complete.
14165         (vc-status-marked-files): Î·-reduce.
14167         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
14168         for non-dialogs.
14170         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
14172         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
14174 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
14176         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
14177         to t and don't truncate msg.
14179 2008-04-11  Glenn Morris  <rgm@gnu.org>
14181         * calendar/calendar.el (diary, holidays):
14182         Move custom groups to other files.
14183         (holiday-general-holidays, holiday-oriental-holidays)
14184         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
14185         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14186         (holiday-hebrew-holidays, holiday-christian-holidays)
14187         (holiday-islamic-holidays, holiday-bahai-holidays)
14188         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
14189         * calendar/diary-lib.el: Move custom group here from calendar.el.
14190         * calendar/holidays.el: Move custom group and variables here
14191         from calendar.el.
14193         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
14195         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
14196         Fix custom group.
14197         (calendar-current-time-zone-cache): Autoload riskiness.
14199         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
14201 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
14203         * woman.el (woman2-TH): Use string-equal instead of string-match.
14205 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14207         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
14208         (smerge-resolve): Merge the "2-way refinement" case with one half of
14209         the "mere whitespace" resolution.
14211 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
14213         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
14215 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
14217         * subr.el (assoc-ignore-case, assoc-ignore-representation):
14218         Add WHEN to obsolescence declaration.
14220         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
14222 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
14224         * vc-hooks.el (vc-state): Add new state `conflict'.
14225         (vc-after-save): Use when not if.
14226         (vc-default-mode-line-string): Deal with the conflict state.
14227         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
14229         * vc.el (vc-editable-p, vc-default-status-printer)
14230         (vc-next-action): Deal with the conflict state.
14231         (vc-mark-resolved): New function.
14232         (vc-status-mode): Fix mode name.
14233         (vc-default-comment-history): Use when not if.
14234         (Todo): Add new entries, remove old ones.
14236         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
14237         (vc-cvs-parse-status, vc-cvs-after-dir-status):
14238         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
14239         Detect the conflict state.
14241         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
14243 2008-04-10  Glenn Morris  <rgm@gnu.org>
14245         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
14246         Respect truncate-partial-width-windows in non-full windows,
14247         with regards to :toggle and :enable state.
14249         * simple.el (toggle-truncate-lines): Doc fix.
14251         * Makefile.in (MH_E_DIR): New variable.
14252         (MH_E_SRC): Restore variable removed 2008-03-13.
14253         (mh-loaddefs.el): Depend on $MH_E_SRC.
14254         (CAL_DIR, CAL_SRC): New variables.
14255         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
14256         Depend on CAL_SRC.
14258         * calendar/calendar.el (calendar, diary): Add :prefix.
14259         (holidays): Change :prefix.
14260         (calendar-today, holiday, calendar-holiday-marker)
14261         (european-calendar-style): Change custom groups.
14263         * calendar/calendar.el (diary-hook, diary-display-hook):
14264         Move to diary-lib.el.
14265         * calendar/diary-lib.el (diary-hook, diary-display-hook):
14266         Move here from calendar.el.
14267         * calendar/appt.el: Require diary-lib rather than calendar.
14268         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
14270         * calendar/appt.el (appt): Add :prefix.
14272         * calendar/diary-lib.el (diary-hook): Doc fix.
14273         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
14275 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14277         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
14278         New functions.
14280         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
14281         the arg to recursive calls.
14283 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
14285         * minibuffer.el (completion-auto-help): Fix typo.
14287 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14289         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
14291 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
14293         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
14294         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
14296 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14298         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
14300         * minibuffer.el (minibuffer): Move group from cus-edit.el.
14301         (completion-auto-help): Move from C code.
14302         (minibuffer--maybe-completion-help): Remove.
14303         (minibuffer--bitset): New function.
14304         (minibuffer--do-completion): Rename from minibuffer-do-completion.
14305         Renumber a bit.  Really complete on string *before* point.
14306         Add argument used for word-completion.
14307         Join trailing / in completion with following text, as done in
14308         minibuffer-complete-word.
14309         Handle new value `lazy' for completion-auto-help.
14310         (minibuffer-try-word-completion): New function extracted from
14311         minibuffer-complete-word.
14312         (minibuffer-complete-word): Use minibuffer--do-completion.
14313         (minibuffer--insert-strings): Rename from
14314         minibuffer-complete-insert-strings.
14315         (exit-minibuffer): Fix typo.
14316         * cus-edit.el (minibuffer): Move group to minibuffer.el.
14317         * cus-start.el: Remove completion-auto-help.
14319 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
14321         * vc.el (vc-status-add-entries): New function.
14322         (vc-status-add-entry): Remove.
14323         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
14324         Use vc-status-add-entries.
14326         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
14327         order.
14329 2008-04-09  Jason Rumney  <jasonr@gnu.org>
14331         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
14332         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
14333         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
14334         (AUTOGENEL): New variable.
14335         (distclean, maintainer-clean): New targets.
14337 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
14339         * emacs-lisp/regexp-opt.el (regexp-opt):
14340         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
14342 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
14344         * nxml/nxml-mode.el (nxml-cleanup): New function.
14345         (nxml-mode): Add it to change-major-mode-hook.
14347 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
14349         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
14351 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
14353         * calc/.cvsignore: New file.
14355 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
14357         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
14359         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
14360         show-help-function when turning tooltip off.
14361         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
14362         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
14364 2008-04-09  Alan Mackenzie  <acm@muc.de>
14366         * font-lock.el (font-lock-extend-after-change-region-function):
14367         Make it buffer local.
14369 2008-04-09  Glenn Morris  <rgm@gnu.org>
14371         * calendar/calendar.el (diary-file, european-calendar-style):
14372         Remove autoload cookies.
14374 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14376         * outline.el (outline-mode-menu-bar-map):
14377         * log-view.el (log-view-mode-menu):
14378         * log-edit.el (log-edit-menu): Add :help.
14380 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
14382         * emacs-lisp/regexp-opt.el (regexp-opt-group):
14383         Use substring-no-properties for correct handling of unibyte strings.
14385 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14387         * add-log.el (change-log-next-buffer): Handle the case where version<
14388         signals an error.
14390         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
14391         mouse-major-mode-menu.
14392         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
14393         (mouse-major-mode-menu, mouse-popup-menubar)
14394         (mouse-popup-menubar-stuff): Use them.
14395         (C-down-mouse-3): Bind to a dynamic map rather than to
14396         mouse-popup-menubar-stuff.
14398         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
14399         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
14401 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14403         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
14404         file:// access method.
14406 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14408         * minibuffer.el: New file.
14409         * loadup.el: Load it.
14411 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14413         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
14414         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
14416         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
14417         (calc-mode-map, calc-digit-map, calc-dispatch-map):
14418         Move initialization into declaration.
14419         * calc/calc-yank.el:
14420         * calc/calc-misc.el:
14421         * calc/calc-embed.el:
14422         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
14424 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
14426         * ps-samp.el (ps-add-printer, ps-remove-printer)
14427         (ps-make-dynamic-printer-menu): New functions.
14429         * net/zeroconf.el: New file.
14431 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14433         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
14435 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14437         * vc-rcs.el (vc-rcs-modify-change-comment):
14438         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
14440         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
14442 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
14444         * international/mule-cmds.el (set-locale-environment): Don't warn if
14445         coding system doesn't agree with system locale (this reverts changes
14446         by Dave Love, dated 2002-10-27 and 2002-10-09).
14448         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14449         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
14451         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
14453 2008-04-08  Glenn Morris  <rgm@gnu.org>
14455         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
14456         * textmodes/remember.el (remember-diary-convert-entry):
14457         Require calendar.
14459         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
14460         diary-file, since it is the default for make-diary-entry anyway.
14462         * calendar/cal-menu.el (cal-menu-event-to-date):
14463         Rename calendar-event-to-date.  Update callers.
14464         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
14465         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
14466         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
14467         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
14468         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
14469         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
14470         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
14471         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
14472         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
14473         (calendar-mouse-tex-month-landscape):
14474         Rename cal-tex-mouse-month-landscape.
14475         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
14476         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
14477         (calendar-mouse-tex-year-landscape):
14478         Rename cal-tex-mouse-year-landscape.
14479         (cal-menu-context-mouse-menu): Update for above name changes.
14481         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14482         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14483         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
14484         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
14485         * calendar/holidays.el: Replace int-to-string with number-to-string.
14487 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
14489         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
14490         region if point moves.
14492 2008-04-08  Kenichi Handa  <handa@m17n.org>
14494         * faces.el (font-slant-table): Change numeric values for `r',
14495         `roman', and `normal'.
14497 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
14499         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
14501 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
14503         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
14504         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
14506 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
14508         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
14509         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
14511 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14513         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
14515 2008-04-07  Sam Steingold  <sds@gnu.org>
14517         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
14518         Add helper functions.
14519         (lisp-do-defun): Extract the common part of lisp-eval-defun and
14520         lisp-compile-defun; DEFVAR forms reset the variables to the init
14521         values, just like in emacs-lisp mode eval-defun.
14522         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
14523         (lisp-compile-region): Use lisp-compile-string.
14525 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14527         * subr.el (combine-and-quote-strings): Also quote strings that contain
14528         the separator.
14530         * pcvs-util.el (cvs-map): Avoid recursion :-(
14532 2008-04-07  Glenn Morris  <rgm@gnu.org>
14534         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
14536         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
14537         view-diary-entries-initially.  Keep old name as alias, update users.
14538         (calendar-mark-diary-entries-flag): Rename
14539         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
14540         (calendar-view-holidays-initially-flag): Rename
14541         view-calendar-holidays-initially.  Keep old name as alias, update users.
14542         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
14543         Keep old name as alias, update users.
14544         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
14545         Keep old name as alias, update users.
14546         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
14547         Keep old name as alias, update users.
14548         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
14549         Keep old name as alias, update users.
14550         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
14551         (diary-american-date-forms): Rename american-date-diary-pattern.
14552         Keep old name as alias, update users.
14553         (diary-european-date-forms): Rename european-date-diary-pattern.
14554         Keep old name as alias, update users.
14555         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
14556         Keep old name as alias, update users.
14557         (calendar-european-date-display-form): Rename
14558         european-calendar-display-form.  Keep old name as alias, update users.
14559         (calendar-american-date-display-form): Rename
14560         european-calendar-display-form.  Keep old name as alias, update users.
14561         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
14562         Keep old name as alias, update users.
14563         (holiday-general-holidays): Rename general-holidays.
14564         Keep old name as alias, update users.
14565         (holiday-oriental-holidays): Rename oriental-holidays.
14566         Keep old name as alias, update users.
14567         (holiday-local-holidays): Rename local-holidays.
14568         Keep old name as alias, update users.
14569         (holiday-other-holidays): Rename other-holidays.
14570         Keep old name as alias, update users.
14571         (holiday-hebrew-holidays): Rename hebrew-holidays.
14572         Keep old name as alias, update users.
14573         (holiday-christian-holidays): Rename christian-holidays.
14574         Keep old name as alias, update users.
14575         (holiday-islamic-holidays): Rename islamic-holidays.
14576         Keep old name as alias, update users.
14577         (holiday-bahai-holidays): Rename bahai-holidays.
14578         Keep old name as alias, update users.
14579         (holiday-solar-holidays): Rename solar-holidays.
14580         Keep old name as alias, update users.
14581         (diary-fancy-buffer): Rename fancy-diary-buffer.
14582         Keep old name as alias, update users.
14583         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
14584         Update users.
14585         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
14586         Update users.
14587         (calendar-increment-month): Rename increment-calendar-month.
14588         Keep old name as alias, update callers.
14589         (calendar-increment-month-cons): Rename old calendar-increment-month.
14590         Update callers.
14591         (calendar-extract-month): Rename extract-calendar-month.
14592         Keep old name as alias, update callers.
14593         (calendar-extract-day): Rename extract-calendar-day.
14594         Keep old name as alias, update callers.
14595         (calendar-extract-year): Rename extract-calendar-year.
14596         Keep old name as alias, update callers.
14597         (calendar-generate-window): Rename generate-calendar-window.
14598         Update callers.
14599         (calendar-generate): Rename generate-calendar.  Update callers.
14600         (calendar-generate-month): Rename generate-calendar-month.
14601         Update callers.
14602         (calendar-redraw): Rename redraw-calendar.  Update callers.
14603         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
14604         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
14605         Update callers.
14606         (calendar-update-mode-line): Rename update-calendar-mode-line.
14607         Update callers.
14608         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
14609         update callers.
14610         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
14611         Keep old name as alias, update callers.
14612         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14613         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
14614         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
14615         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
14616         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
14617         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
14618         * calendar/solar.el: Update for calendar.el name changes.
14619         * org/org.el (org-agenda-format-date-aligned)
14620         (org-agenda-execute-calendar-command): Access date elements directly
14621         rather than using calendar functions.
14622         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
14623         Also set calendar-view-diary-initially-flag,
14624         calendar-view-holidays-initially-flag.
14625         (org-get-entries-from-diary): Also set diary-fancy-buffer.
14626         (org-agenda-execute-calendar-command): No need to set displayed-day.
14628 2008-04-06  Alan Mackenzie  <acm@muc.de>
14630         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
14631         typo in the doc string.
14633         * progmodes/cc-mode.el (c-basic-common-init):
14634         Set font-lock-extend-after-change-region-function.
14635         (c-extend-after-change-region): New function, used in
14636         font-lock-extend-after-change-region-function, thus superseding
14637         advice on the Font Lock after change functions.
14638         (c-advise-fl-for-region): Remove this macro.
14640 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14642         * textmodes/flyspell.el (flyspell-duplicate-distance):
14643         Improve custom type.
14645 2008-04-06  Glenn Morris  <rgm@gnu.org>
14647         * calendar/diary-lib.el (diary-sexp-entry-symbol):
14648         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
14649         (diary-list-entries-hook): Rename list-diary-entries-hook.
14650         Keep old name as alias, update users.
14651         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
14652         Keep old name as alias, update users.
14653         (diary-nongregorian-listing-hook): Rename
14654         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
14655         (diary-nongregorian-marking-hook): Rename
14656         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
14657         (diary-print-entries-hook): Rename print-diary-entries-hook.
14658         Keep old name as alias, update users.
14659         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
14660         Keep old name as alias, update users.
14661         (diary-number-of-entries): Rename number-of-diary-entries.
14662         Keep old name as alias, update users.
14663         (view-diary-entries, list-diary-entries, show-all-diary-entries):
14664         Give version of obsolescence.
14665         (diary-view-other-diary-entries): Rename view-other-diary-entries.
14666         Keep old name as alias, update callers.
14667         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
14668         update callers.
14669         (diary-include-other-diary-files): Rename include-other-diary-files.
14670         Keep old name as alias, update callers.
14671         (diary-simple-display): Rename simple-diary-display.
14672         Keep old name as alias, update callers.
14673         (diary-fancy-display): Rename fancy-diary-display.
14674         Keep old name as alias, update callers.
14675         (diary-print-entries): Rename print-diary-entries.
14676         Keep old name as alias, update callers.
14677         (diary-marking-entries-flag): Rename marking-diary-entries.
14678         Update users.
14679         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
14680         (diary-mark-entries): Rename mark-diary-entries.
14681         Keep old name as alias, update callers.
14682         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
14683         Keep old name as alias, update callers.
14684         (diary-mark-included-diary-files): Rename mark-included-diary-files.
14685         Keep old name as alias, update callers.
14686         (calendar-mark-days-named): Rename mark-calendar-days-named.
14687         Keep old name as alias, update callers.
14688         (calendar-mark-month): Rename mark-calendar-month.
14689         Keep old name as alias, update callers.
14690         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
14691         Keep old name as alias, update callers.
14692         (diary-sort-entries): Rename sort-diary-entries.
14693         Keep old name as alias, update callers.
14694         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
14695         Keep old name as alias, update callers.
14696         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
14697         update callers.
14698         (diary-insert-entry): Rename insert-diary-entry.
14699         Keep old name as alias.
14700         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
14701         Keep old name as alias.
14702         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
14703         Keep old name as alias.
14704         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
14705         Keep old name as alias.
14706         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
14707         Keep old name as alias.
14708         (diary-insert-block-entry): Rename insert-block-diary-entry.
14709         Keep old name as alias.
14710         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
14711         Keep old name as alias.
14712         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
14713         Keep old name as alias, update users.
14714         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
14715         Keep old name as alias, update callers.
14716         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14717         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
14718         * calendar/icalendar.el: Update for diary-lib name changes.
14720 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
14722         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
14724         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
14725         for copy, move, and link operations.
14727 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
14729         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
14730         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
14732         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
14733         'require' statements with 1-argument ones (wrapped in if's).
14734         For compatibility with the current stable version of XEmacs.
14736 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
14738         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
14740 2008-04-06  Jason Rumney  <jasonr@gnu.org>
14742         * language/burmese.el ("Burmese"): Make sample text consistent with
14743         language name.
14745 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
14747         * progmodes/gdb-ui.el (gdb): New group.
14748         (gdb-debug-log-max, gdb-enable-debug)
14749         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
14750         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
14751         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
14752         (gdb-show-changed-values, gdb-max-children)
14753         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
14754         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
14755         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
14756         (gdb-memory-unit): Move to new group from GUD group.
14757         (menu): Allow customization from GDB-UI menu-item.
14759 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
14761         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
14763 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14765         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
14766         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14767         Revision numbers can include ".".
14769         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
14770         "+" lines not accounted for by counting "-" and context lines.
14772 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14774         * term/mac-win.el (mac-service-open-file): Use file URL instead of
14775         file name string.
14777 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14779         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
14780         (vc-bzr-annotate-time): Accept space used to preserve alignment.
14782 2008-04-05  Richard Stallman  <rms@gnu.org>
14784         * emacs-lisp/advice.el (defadvice): Add usage pattern.
14786 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
14788         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
14789         thread in [h-e-w]).
14791 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
14793         * files.el (abort-if-file-too-large): Fix typo in docstring.
14795 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14797         * subr.el (functionp): Return nil for special forms.
14799 2008-04-05  Glenn Morris  <rgm@gnu.org>
14801         * emacs-lisp/autoload.el (autoload-ensure-default-file):
14802         Provide a feature.
14803         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
14804         Require loaddefs file rather than loading it.
14805         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
14806         autoload-ensure-default-file provides a feature.
14808         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
14809         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
14810         (compile, compile-always, recompile): Use $LOADDEFS.
14811         (cal-autoloads): Remove.
14813         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
14814         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
14816         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14817         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
14819         * calendar/calendar.el (diary-hebrew-entry-symbol):
14820         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
14821         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
14822         Keep old name as alias.
14823         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
14824         Keep old name as alias.
14825         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
14826         to diary-bahai-entry-symbol.
14827         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
14828         to diary-hebrew-entry-symbol.
14829         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
14830         to diary-islamic-entry-symbol.
14831         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
14833         * calendar/solar.el (diary-sabbath-candles-minutes)
14834         (diary-sabbath-candles): Move to cal-hebrew.
14835         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
14836         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
14837         Doc fix.  Keep old name as alias.
14838         (diary-hebrew-sabbath-candles): Simplify.
14839         (solar-setup, solar-sunrise-sunset, calendar-latitude)
14840         (calendar-longitude, calendar-time-zone): Declare for compiler.
14841         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
14842         rename.
14844         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
14845         Rename coptic-calendar-month-name-array.  Update callers.
14846         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
14847         (calendar-coptic-name): Rename coptic-name.  Update callers.
14848         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
14849         Update callers.
14850         (calendar-coptic-last-day-of-month):
14851         Rename coptic-calendar-last-day-of-month.  Update callers.
14852         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
14853         Keep old name as alias, update callers.
14854         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
14855         Keep old name as alias, update callers.
14856         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
14857         Keep old name as alias.
14858         (calendar-ethiopic-month-name-array):
14859         Rename ethiopic-calendar-month-name-array.  Update callers.
14860         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
14861         Update callers.
14862         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
14863         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
14864         Keep old name as alias, update callers.
14865         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
14866         Keep old name as alias, update callers.
14867         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
14868         Keep old name as alias.
14870         * calendar/cal-french.el (calendar-french-epoch):
14871         Rename french-calendar-epoch.  Update callers.
14872         (calendar-french-month-name-array): Rename variable and function
14873         french-calendar-month-name-array.  Update callers.
14874         (calendar-french-multibyte-month-name-array):
14875         Rename french-calendar-multibyte-month-name-array.  Update callers.
14876         (calendar-french-day-name-array): Rename variable and function
14877         french-calendar-day-name-array.  Update callers.
14878         (calendar-french-special-days-array): Rename variable and function
14879         french-calendar-special-days-array.  Update callers.
14880         (calendar-french-multibyte-special-days-array):
14881         Rename french-calendar-multibyte-special-days-array.  Update callers.
14882         (calendar-french-accents-p): Rename french-calendar-accents.
14883         Update callers.
14884         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
14885         Update callers.
14886         (calendar-french-last-day-of-month):
14887         Rename french-calendar-last-day-of-month.  Update callers.
14888         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
14889         Keep old name as alias, update callers.
14890         (calendar-french-print-date): Rename calendar-print-french-date.
14891         Keep old name as alias, update callers.
14892         (calendar-french-goto-date): Rename calendar-goto-french-date.
14893         Keep old name as alias.
14895         * calendar/cal-menu.el, calendar/calendar.el:
14896         Update for Coptic and French name changes.
14898         * calendar/cal-china.el (calendar-chinese): Rename custom group
14899         from chinese-calendar.  Update users.
14900         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
14901         Keep old name as alias, update users.
14902         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
14903         Keep old name as alias.
14904         (calendar-chinese-daylight-time-offset):
14905         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
14906         update users.
14907         (calendar-chinese-standard-time-zone-name):
14908         Rename chinese-calendar-standard-time-zone-name.
14909         Keep old name as alias, update users.
14910         (calendar-chinese-daylight-saving-start):
14911         Rename chinese-calendar-daylight-savings-starts.
14912         Keep old name as alias, update users.
14913         (calendar-chinese-daylight-saving-end):
14914         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
14915         update users.
14916         (calendar-chinese-daylight-saving-start-time):
14917         Rename chinese-calendar-daylight-savings-starts-time.
14918         Keep old name as alias, update users.
14919         (calendar-chinese-daylight-saving-end-time):
14920         Rename chinese-calendar-daylight-savings-ends-time.
14921         Keep old name as alias, update users.
14922         (calendar-chinese-celestial-stem): Rename
14923         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
14924         (calendar-chinese-terrestrial-branch):
14925         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
14926         update users.
14927         (calendar-chinese-zodiac-sign-on-or-after):
14928         Rename chinese-zodiac-sign-on-or-after.  Update callers.
14929         (calendar-chinese-new-moon-on-or-after):
14930         Rename chinese-new-moon-on-or-after.  Update callers.
14931         (calendar-chinese-month-list): Rename chinese-month-list.
14932         Update callers.
14933         (calendar-chinese-number-months): Rename number-chinese-months.
14934         Update callers.
14935         (calendar-chinese-compute-year): Rename compute-chinese-year.
14936         Update callers.
14937         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
14938         (calendar-chinese-year): Rename chinese-year.  Update callers.
14939         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
14940         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
14941         Keep old name as alias, update callers.
14942         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
14943         Keep old name as alias, update callers.
14944         (calendar-chinese-months-to-alist):
14945         Rename make-chinese-month-assoc-list.  Update callers.
14946         (calendar-chinese-months): Rename chinese-months.  Update callers.
14947         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
14948         Keep old name as alias, update callers.
14950         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
14951         Rename hebrew-calendar-leap-year-p.  Update callers.
14952         (calendar-hebrew-last-month-of-year):
14953         Rename hebrew-calendar-last-month-of-year.  Update callers.
14954         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
14955         Update callers.
14956         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
14957         Update callers.
14958         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
14959         Update callers.
14960         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
14961         Update callers.
14962         (calendar-hebrew-last-day-of-month):
14963         Rename hebrew-calendar-last-day-of-month.  Update callers.
14964         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
14965         Keep old name as alias, update callers.
14966         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
14967         Keep old name as alias, update callers.
14968         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
14969         Keep old name as alias, update callers.
14970         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
14971         Keep old name as alias.
14972         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
14973         Keep old name as alias.
14974         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
14975         Keep old name as alias.
14976         (holiday-hebrew-passover): Rename holiday-passover-etc.
14977         Keep old name as alias.
14978         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
14979         Keep old name as alias, update callers.
14980         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
14981         Keep old name as alias.
14982         (calendar-hebrew-mark-date-pattern):
14983         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
14984         update callers.
14985         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
14986         Keep old name as alias.
14987         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
14988         Keep old name as alias.
14989         (diary-hebrew-insert-monthly-entry):
14990         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
14991         (diary-hebrew-insert-yearly-entry):
14992         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
14993         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
14994         Keep old name as alias.
14995         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
14996         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
14997         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
14998         Keep old name as alias.
14999         (calendar-hebrew-parashiot-names):
15000         Rename hebrew-calendar-parashiot-names.  Update callers.
15001         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
15002         (calendar-hebrew-year-Saturday-incomplete-Sunday):
15003         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
15004         (calendar-hebrew-year-Saturday-complete-Tuesday):
15005         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
15006         (calendar-hebrew-year-Monday-incomplete-Tuesday):
15007         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
15008         (calendar-hebrew-year-Monday-complete-Thursday):
15009         Rename hebrew-calendar-year-Monday-complete-Thursday.
15010         (calendar-hebrew-year-Tuesday-regular-Thursday):
15011         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
15012         (calendar-hebrew-year-Thursday-regular-Saturday):
15013         Rename hebrew-calendar-year-Thursday-regular-Saturday.
15014         (calendar-hebrew-year-Thursday-complete-Sunday):
15015         Rename hebrew-calendar-year-Thursday-complete-Sunday.
15016         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
15017         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
15018         (calendar-hebrew-year-Saturday-complete-Thursday):
15019         Rename hebrew-calendar-year-Saturday-complete-Thursday.
15020         (calendar-hebrew-year-Monday-incomplete-Thursday):
15021         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
15022         (calendar-hebrew-year-Monday-complete-Saturday):
15023         Rename hebrew-calendar-year-Monday-complete-Saturday.
15024         (calendar-hebrew-year-Tuesday-regular-Saturday):
15025         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
15026         (calendar-hebrew-year-Thursday-incomplete-Sunday):
15027         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
15028         (calendar-hebrew-year-Thursday-complete-Tuesday):
15029         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
15030         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
15031         Update for above name changes of constants.
15033         * calendar/cal-menu.el, calendar/calendar.el:
15034         Update for chinese and hebrew name changes.
15035         * calendar/diary-lib.el: Update for hebrew name changes.
15037 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15039         * subr.el (keymap-canonicalize): Correct thinko.
15041         * server.el: Undo part of the multi-tty change, which is only
15042         needed if server.el is preloaded, and broke server-running-p.
15043         (server-socket-dir): Initialize in the defvar, as before.
15044         (server-start): Remove initialization of server-socket-dir.
15046 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
15048         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
15049         3-member cons cells.
15051 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
15053         * cus-face.el (custom-face-attributes): Handle roman slant.
15055         * faces.el (default): Ensure the face-defface-spec property is set.
15057 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
15059         * files.el (abort-if-file-too-large): New function.
15060         (find-file-noselect, insert-file-1): Use it.
15062 2008-04-05  Reto Zimmermann  <reto@gnu.org>
15064         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
15065         Replace C-c[a-zA-Z] key bindings.
15067 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15069         * progmodes/hideif.el (hif-token-alist): New var.
15070         (hif-token-regexp, hif-tokenize): Use it.
15071         (hif-mathify-binop): New macro.
15072         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
15073         (hif-greater-equal, hif-less-equal): Use it.
15074         (hif-logior, hif-logand): New functions.
15075         (hif-math): Accept | and & as well.
15077         * progmodes/etags.el: Fix problem with completion for buffer-local
15078         tables.  Reported by Radey Shouman <shouman@comcast.net>.
15079         (tags-complete-tag): Remove.
15080         (tags-lazy-completion-table): New function to replace it.
15081         (find-tag-tag, complete-tag): Update users.
15083 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
15085         * vc-rcs.el (vc-rcs-dir-status):
15086         * vc-sccs.el (vc-sccs-dir-status): New function.
15088         * outline.el (outline-mode-menu-bar-map):
15089         * term.el (terminal-signal-menu): Add :help.
15091         * net/eudc.el (eudc-mode-map): Declare and define in one step.
15092         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
15094         * emacs-lisp/re-builder.el (reb-mode-map):
15095         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
15097         * diff-mode.el (diff-file-junk-re): Recognize the git format for
15098         new files, deleted files and for changing permissions.
15099         (diff-mode): Set beginning-of-defun-function and
15100         end-of-defun-function.
15102         * vc-bzr.el (vc-bzr-state): Use when instead of if.
15104         * vc.el (vc-default-status-fileinfo-extra): New function.
15105         (vc-status-mark-buffer-changed): Use it.
15106         (vc-update-vc-status-buffer): Allow for partial updates.
15108 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15110         * net/tramp.el (after-init-hook): Don't wrap a lambda around
15111         tramp-register-completion-file-name-handler.
15113         * subr.el (keymap-canonicalize): New function.
15114         * mouse.el (mouse-menu-non-singleton): Use it.
15115         (mouse-major-mode-menu): Remove hack made unnecessary.
15117         * simple.el (set-fill-column): Prompt rather than error by default.
15119 2008-04-04  Andreas Schwab  <schwab@suse.de>
15121         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15122         Reset new-rules after each round.
15124         * Makefile.in (cal-autoloads): New target.
15125         (compile, compile-always, recompile): Depend on it.
15126         ($(lisp)/calendar/cal-loaddefs.el)
15127         ($(lisp)/calendar/diary-loaddefs.el)
15128         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
15130 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
15132         * ediff*.el: Replace load with require in eval-when-compile.
15134         * ediff-hook.el: Delete all invocations of (autoload ...).
15136         * ediff-util.el (ediff-setup): Make window-min-height a local variable
15137         in ediff control window, and set its min height to 2.
15138         (ediff-setup-control-buffer): Dedicate the control window.
15139         (ediff-toggle-multiframe): Undedicate control window.
15140         Work directly with ediff-setup-windows-multiframe and
15141         ediff-setup-windows-plain.
15143         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
15144         New function.
15145         (ediff-window-setup-function): Change initialization.
15146         (ediff-setup-windows-automatic): Delete.
15147         (ediff-setup-windows-plain-merge): Make control window dedicated.
15148         (ediff-destroy-control-frame): Do not skip frames if working in a
15149         single frame.
15151         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
15152         eval-when-compile.
15154         * emulation/viper-util.el: Move provide's forward, prevent recursion in
15155         eval-when-compile.
15157 2008-04-04  Glenn Morris  <rgm@gnu.org>
15159         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
15160         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
15162         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
15163         Rename islamic-calendar-leap-year-p.  Update callers.
15164         (calendar-islamic-last-day-of-month):
15165         Rename islamic-calendar-last-day-of-month.  Update callers.
15166         (calendar-islamic-day-number):
15167         Rename islamic-calendar-day-number.  Update callers.
15168         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
15169         Update callers, keep old name as alias.
15170         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
15171         Update callers, keep old name as alias.
15172         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
15173         Keep old name as alias.
15174         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
15175         Update callers, keep old name as alias.
15176         (calendar-islamic-mark-date-pattern):
15177         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
15178         name as alias.
15179         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
15180         Keep old name as alias.
15181         (diary-islamic-insert-monthly-entry):
15182         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
15183         (diary-islamic-insert-yearly-entry):
15184         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
15186         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
15187         calendar-absolute-from-iso.  Update callers, keep old name as alias.
15188         (calendar-iso-print-date): Rename calendar-print-iso-date.
15189         Update callers, keep old name as alias.
15190         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
15191         Keep old name as alias.
15192         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
15193         Keep old name as alias.
15195         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
15196         calendar-absolute-from-julian.  Update callers, keep old name as alias.
15197         (calendar-julian-print-date): Rename calendar-print-julian-date.
15198         Update callers, keep old name as alias.
15199         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
15200         Update callers, keep old name as alias.
15201         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
15202         Update callers, keep old name as alias.
15203         (calendar-astro-print-day-number):
15204         Rename calendar-print-astro-day-number.  Update callers, keep old
15205         name as alias.
15206         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
15207         Update callers, keep old name as alias.
15209         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
15210         Rename calendar-string-to-mayan-long-count.  Update callers.
15211         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
15212         Update callers, keep old name as alias.
15213         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
15214         Update callers.
15215         (calendar-mayan-read-tzolkin-date):
15216         Rename calendar-read-mayan-tzolkin-date.  Update callers.
15217         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
15218         Keep old name as alias.
15219         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
15220         Keep old name as alias.
15221         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
15222         Keep old name as alias.
15223         (calendar-mayan-previous-tzolkin-date):
15224         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
15225         (calendar-mayan-next-round-date):
15226         Rename calendar-next-calendar-round-date.  Keep old name as alias.
15227         (calendar-mayan-previous-round-date):
15228         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
15229         (calendar-mayan-long-count-to-absolute): Rename
15230         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
15231         (calendar-mayan-goto-long-count-date):
15232         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
15234         * calendar/cal-persia.el (calendar-persian-month-name-array):
15235         Rename persian-calendar-month-name-array.  Update callers.
15236         (calendar-persian-epoch): Rename persian-calendar-epoch.
15237         Update callers.
15238         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
15239         Update callers.
15240         (calendar-persian-last-day-of-month):
15241         Rename persian-calendar-last-day-of-month.  Update callers.
15242         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
15243         Update callers, keep old name as alias.
15244         (calendar-persian-print-date): Rename calendar-print-persian-date.
15245         Update callers, keep old name as alias.
15246         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
15247         Keep old name as alias.
15249         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
15250         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
15251         * calendar/solar.el: Update for cal-julian name changes.
15253         * calendar/cal-dst.el: Update for persian name changes.
15255         * calendar/cal-menu.el, calendar/calendar.el:
15256         Update for islamic, iso, julian, mayan, persian name changes.
15258         * calendar/diary-lib.el: Update for islamic name changes.
15260         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
15261         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
15262         as alias.
15263         (calendar-christian-all-holidays-flag):
15264         Rename all-christian-calendar-holidays.  Update callers, keep old
15265         name as alias.
15266         (calendar-islamic-all-holidays-flag):
15267         Rename all-islamic-calendar-holidays.  Update callers, keep old
15268         name as alias.
15269         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
15270         Update callers, keep old name as alias.
15271         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
15272         Update for the above name changes.
15274 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
15276         * hilit-chg.el (global-highlight-changes-mode)
15277         (highlight-changes-passive-string, highlight-changes-active-string):
15278         Mark as obsolete since 23.1, not 22.1.
15280 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
15282         * hilit-chg.el (highlight-changes-visibility-initial-state)
15283         (hilit-chg-update, highlight-changes-mode-turn-on):
15284         Fix typos in docstrings.
15286 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
15288         * newcomment.el (comment-enter-backward): Be careful to restore
15289         position changed during narrowing.
15291 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
15293         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15294         Recognize `sub ($$)'.
15296 2008-04-03  Richard Sharman  <rsharman@pobox.com>
15298         * hilit-chg.el (highlight-changes-mode): Rename from
15299         highlight-changes; no longer uses sub-modes active and passive;
15300         implemented by define-minor-mode.
15301         (highlight-changes-toggle-visibility): New function, to replace
15302         the old passive/active submodes of global-highlight-changes-mode;
15303         implemented by define-minor-mode.
15304         (global-highlight-changes-mode): Rename from global-highlight-changes;
15305         rewrite using define-globalized-minor-mode.
15306         (hilit-chg-major-mode-hook, hilit-chg-check-global)
15307         (hilit-chg-post-command-hook, hilit-chg-check-global)
15308         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
15309         to use of define-globalized-minor-mode.
15310         (highlight-changes-global-initial-state): Change to be boolean.
15311         (highlight-changes-visible-string, highlight-changes-invisible-string):
15312         Rename from highlight-changes-active-string and
15313         highlight-changes-passive-string.
15314         (hilit-chg-update, hilit-chg-set): Use them.
15315         (global-highlight-changes-mode): Rename from global-highlight-changes.
15316         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
15317         docstring.
15318         (hilit-chg-hide-changes): Rewrite to use dolist.
15319         (hilit-chg-set-face-on-change, hilit-chg-update)
15320         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
15321         variable instead of testing highlight-changes-mode.
15322         (highlight-markup-buffers): Add require ediff-util; argument on calls
15323         to highlight-changes-mode changed.
15324         (highlight-compare-with-file): Fix problems with interactive
15325         call giving invalid default file.
15327 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
15329         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
15330         Fix in disassembly buffer (regression in 22.2).
15332 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
15334         * emulation/viper-macs.el (viper-read-fast-keysequence):
15335         Use viper-read-event instead of viper-read-key.
15337         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
15339         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
15340         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
15341         let-statements.
15343         * emulation/viper-ex.el, emulation/viper-macs.el:
15344         * emulation/viper-mous.el:
15345         Replace load with require in eval-when-compile.
15347 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15349         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
15351         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
15352         (archive-try-jka-compr): New function.
15353         (archive-set-buffer-as-visiting-file): Use it.
15355         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
15357 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
15359         * simple.el (handle-shift-selection): New arg.
15361 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15363         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
15365         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
15367 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
15369         * shell.el (shell-dynamic-complete-filename): New fun.
15370         (shell-dynamic-complete-functions): Use it.
15372         * help-fns.el (describe-variable): Undo 2008-02-25 change.
15374 2008-04-03  Kenichi Handa  <handa@m17n.org>
15376         * international/fontset.el (create-fontset-from-x-resource):
15377         Handle the error of X resource more gracefully.
15379         * international/latin1-disp.el (latin1-display): Don't use make-char.
15380         Fix the argument to set-char-table-range.
15381         (latin1-display-identities): Don't use make-char.
15382         (latin1-display-reset): Use map-charset-chars instead of directly
15383         calling standard-display-default.
15384         (latin1-display-check-font): Don't use make-char.
15385         (latin1-display-setup): Likewise.
15386         (latin1-display-ucs-per-lynx): Likewise.
15388 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15390         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
15391         name the fields, to make the code clearer.
15392         Rewrite all `aset' and `aref' using the defined accessors.
15393         (timer--time): New pseudo-field.
15394         (timer-set-time, timer-set-idle-time, timer-inc-time)
15395         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
15396         (timer--time-less-p): New function.
15397         (timer--activate): New function, extracted from timer-activate.
15398         (timer-activate-when-idle, timer-activate): Use it.
15399         (cancel-function-timers): Use dolist.
15401 2008-04-03  Glenn Morris  <rgm@gnu.org>
15403         * add-log.el (c-beginning-of-defun, c-end-of-defun):
15404         Remove declarations; no longer used.
15405         (c-cpp-define-name, c-defun-name): Declare as functions.
15407         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
15408         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
15410         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
15411         (holiday-passover-etc, holiday-hanukkah): Doc fix.
15412         Add optional argument.  Simplify.
15413         (holiday-tisha-b-av-etc): Use memq rather than unless.
15414         (holiday-julian): Autoload it.
15415         (holiday-hebrew-misc): New function.
15417         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
15419         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
15420         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
15421         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
15422         all-hebrew-calendar-holidays.
15423         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
15424         Simplify using new functions.
15425         (calendar-holidays): Doc fix.
15426         (generate-calendar-window): Use bound-and-true-p.
15428         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
15430         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
15431         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
15432         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
15433         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
15435         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
15437 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15439         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
15441         * vc-bzr.el (vc-bzr-checkout): Simplify.
15443         * image-mode.el (image-mode-fit-frame): New command.
15445         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
15446         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
15447         (keyboard-escape-quit): Check region-active-p i.s.o
15448         transient-mark-mode.
15450 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15452         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
15453         (imap-message-copyuid-1): Use it.
15454         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15455         J. Williams in
15456         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15458 2008-04-02  Alan Mackenzie  <acm@muc.de>
15460         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
15461         New optimised functions to get the name of the current defun/macro.
15463         * add-log.el (add-log-current-defun): Move the functionality which
15464         gets the current function name for C like modes to cc-cmds.el,
15465         thus optimising for speed.
15467 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
15469         * simple.el (deactivate-mark): When the mark is temporarily
15470         active, restore the original value of transient-mark-mode.
15471         (set-mark-command): First deactivate the mark if was temporarily active.
15472         (exchange-point-and-mark): Reactivate the mark if it was
15473         temporarily active.
15474         (handle-shift-selection): New fun.
15475         (transient-mark-mode): Move var documentation here from buffer.c.
15476         (next-line, previous-line, backward-word, move-end-of-line)
15477         (move-beginning-of-line, forward-to-indentation)
15478         (backward-to-indentation, back-to-indentation)
15479         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
15481         * mouse.el (mouse-set-region-1): Save the old value of
15482         transient-mark-mode.
15483         (mouse-drag-track): Ignore the now-obsolete value `identity' for
15484         transient-mark-mode.
15486         * textmodes/paragraphs.el (forward-paragraph)
15487         (backward-paragraph, forward-sentence, backward-sentence): Add ^
15488         interactive spec.
15490         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
15492 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
15494         * net/tramp.el (tramp-make-tramp-temp-file):
15495         Use `tramp-drop-volume-letter' for the local file name part.
15497 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
15499         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
15500         Add menu entries corresponding to all the key bindings.
15502         * emacs-lisp/debug.el (debugger-mode-map):
15503         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
15504         (conf-align-assignments): Only work on the region if it is active.
15505         (conf-quote-normal): Use when instead of if.  Remove redundant test.
15507         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15508         for tracing and re-builder.
15510 2008-04-02  Glenn Morris  <rgm@gnu.org>
15512         * calendar/appt.el (appt-disp-window-function): Doc fix.
15513         (appt-display-message): Move beep before display.
15514         (appt-check): Make interactive.  Reduce the number of lets.
15515         Use string-equal to compare mode-line strings.
15516         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
15517         read-only.
15518         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
15519         (appt-delete): Simplify.
15521         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
15523         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15525         * calendar/cal-hebrew.el (list-yahrzeit-dates):
15526         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
15527         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
15529         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
15530         (calendar-holiday-marker, mark-visible-calendar-date):
15531         * calendar/diary-lib.el (fancy-diary-display):
15532         Check for font-lock-mode before using faces.
15534         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
15535         (calendar-gregorian-from-absolute): Reduce the number of lets.
15536         (hebrew-holidays-4, generate-calendar-window): Simplify.
15537         (calendar-for-loop): Make obsolete.
15538         (calendar-nth-named-day): Doc fix.
15540         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
15541         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
15542         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
15543         Reduce the number of lets.
15544         (mark-sexp-diary-entries, calendar-mark-complex):
15545         Expand calendar-for-loops.
15547 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
15549         * find-dired.el (find-dired-filter): Fix last patch to handle
15550         multi-line process input.  Pad link numbers too.
15552 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
15554         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
15556 2008-04-01  Jason Rumney  <jasonr@gnu.org>
15558         * international/characters.el (script-list): Add phonetic script,
15559         covering IPA (previously Latin), Phonetic Extensions and
15560         Phonetic Extensions Supplement (both previously unassigned).
15562         * international/fontset.el (setup-default-fontset): Use unicode fonts
15563         that cover bopomofo script for bopomofo.
15564         Likewise for braille and mathematical.
15565         Use unicode scripts that cover the phonetic script for IPA.
15567 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
15569         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
15570         return the assigned value.
15572 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15574         * abbrev.el (abbrev-mode): Use define-minor-mode.
15576         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
15577         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
15578         Use map-keymap.
15579         (minor-mode-menu-from-indicator): Use it.  Simplify.
15581         * bindings.el (mode-line-mode-menu): Move before (new) first use.
15582         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
15583         Bind the key directly to the menu.
15584         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
15586 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
15588         * epa.el (epa-decrypt-region): Explain the reason why this
15589         function should not be used in Lisp programs.
15590         (epa-decrypt-armor-in-region): Ditto.
15591         (epa-verify-region): Ditto.
15592         (epa-verify-cleartext-in-region): Ditto.
15593         (epa-sign-region): Ditto.
15594         (epa-encrypt-region): Ditto.
15596         * epg.el (epg-start-receive-keys): Fix typo in docstring.
15598         * epa.el (epa-select-keys): Show menu even if there is no key in
15599         GnuPG's keyring.
15601 2008-04-01  Glenn Morris  <rgm@gnu.org>
15603         * calendar/calendar.el (calendar-make-temp-face): New function.
15604         (mark-visible-calendar-date):
15605         * calendar/diary-lib.el (fancy-diary-display): Use it.
15607         * vc-hooks.el (vc-responsible-backend): Declare as function.
15609         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
15610         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
15611         * calendar/cal-julian.el (holiday-julian): Use it.
15613         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
15614         (calendar-hebrew-date-is-visible-p): Extract some common code into
15615         separate function.
15616         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
15618         * calendar/cal-menu.el (cal-menu-holidays-menu):
15619         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
15620         rather than obsolete alias.
15622         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
15623         for mark characters.
15624         (calendar-unmark): Unmark by removing all overlays, rather than
15625         redrawing.
15626         (calendar-starred-day): Remove.
15627         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
15628         (calendar-cursor-to-date): No need for special star handling now
15629         using overlays.
15630         (calendar-star-date): Use overlays.
15632         * calendar/cal-french.el (calendar-goto-french-date):
15633         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
15634         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
15635         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
15636         * calendar/cal-persia.el (calendar-persian-date-string):
15637         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15638         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
15639         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
15640         * calendar/solar.el (solar-equinoxes-solstices):
15641         Reduce nesting of some lets.
15643         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
15644         (calendar-goto-mayan-long-count-date): Simplify.
15646         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
15647         Simplify by using mapcar.
15648         (calendar-list-holidays): Return holiday-list.
15649         (list-holidays): Use let rather than let*.  Remove un-needed locals
15650         `d', `never'.
15651         (calendar-check-holidays): Return result from dolist.
15652         (holiday-float): Use a single let*.  Simplify if-and to and.
15653         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
15654         single let*.
15656 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
15658         * calc/calc.el: Autoload `calc-yank'.
15659         (calc-mode-map): Add keybindings for `calc-yank'.
15660         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
15661         assignments for `calc-yank'.
15663 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
15665         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
15666         (vc-status-mark-buffer-changed): Handle the extra field.
15668         * vc-bzr.el (vc-bzr-after-dir-status):
15669         * vc-cvs.el (vc-cvs-after-dir-status):
15670         * vc-hg.el (vc-hg-after-dir-status):
15671         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
15673 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15675         * doc-view.el: Compute displayed pages first (in PDF).
15676         (doc-view-current-converter-processes): Rename from
15677         doc-view-current-converter-process.  Update users.
15678         (doc-view-sentinel): Test buffer's liveness.
15679         (doc-view-pdf/ps->png-sentinel): Remove.
15680         (doc-view-start-process): New function.
15681         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15682         (doc-view-ps->pdf): Use it.
15683         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
15684         New functions.
15685         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
15686         (doc-view-mode): Kill the processes when leaving the mode.
15688 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
15690         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
15691         Use `byte-compile-warning-types'.  Add docstring.
15693 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15695         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
15696         (smerge-resolve): Add various resolution heuristics.
15698         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
15699         in 3-way conflicts.
15701 2008-03-31  Glenn Morris  <rgm@gnu.org>
15703         * calendar/cal-bahai.el (diary-bahai-mark-entries):
15704         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15705         * calendar/cal-islam.el (mark-islamic-diary-entries):
15706         Fix argument order in call to diary-mark-entries-1.
15708         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
15709         pre-Bahai dates.
15710         (holiday-bahai): Use an algorithm actually relevant to this calendar
15711         system.
15713         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
15715         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
15716         Use and.
15718         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
15719         in the last fortnight in Julian October.
15721         * calendar/calendar.el (increment-calendar-month): Optionally handle
15722         systems without 12 months per year.
15723         (calendar-date-is-visible-p): Doc fix.  Simplify.
15725         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
15726         from dolist.
15728 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
15730         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
15731         (hi-lock-unload-function): New function.
15733 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
15735         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
15736         overwriting when NEWNAME is a local file.
15738         * net/trampver.el: Update release number.
15740 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
15742         * vc-git.el: Make vc-status display information about copies,
15743         renames and permission changes.
15744         (vc-git-extra-fileinfo): New defstruct.
15745         (vc-git-escape-file-name, vc-git-file-type-as-string)
15746         (vc-git-rename-as-string, vc-git-permissions-as-string)
15747         (vc-git-status-printer): New functions.
15748         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
15749         (vc-git-after-dir-status-stage1): Look for copies, renames and
15750         permission changes.
15751         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
15752         (vc-git-dir-status): Ask for staged files and renames.
15754 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
15756         * vc.el: Allow backends to display backend specific information in
15757         the vc-status listing.
15758         (vc-status-fileinfo): Add a field for backend specific information.
15759         (vc-status-printer): Rename to ...
15760         (vc-default-status-printer): ... this.
15761         (vc-status-printer): New function.
15762         (vc-update-vc-status-buffer): Set the backend specific file info
15763         if provided.
15765 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15767         * textmodes/remember.el (remember-diary-convert-entry): Revert last
15768         change (ill-conceived).
15770 2008-03-29  Glenn Morris  <rgm@gnu.org>
15772         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
15773         * calendar/cal-julian.el (holiday-julian): Simplify.
15775         * calendar/holidays.el (list-holidays): Use or.
15777 2008-03-29  Juri Linkov  <juri@jurta.org>
15779         * window.el (split-window-preferred-horizontally): New function.
15781         * cus-start.el (split-window-preferred-function):
15782         Set choice for "vertically" to nil instead of split-window.
15783         Set choice for "horizontally" to split-window-preferred-horizontally
15784         instead of lambda.
15786 2008-03-29  Juri Linkov  <juri@jurta.org>
15788         * simple.el (minibuffer-default-add-function): New variable with
15789         the default to minibuffer-default-add-completions.
15790         (minibuffer-default-add-done): New variable.  Make it buffer-local.
15791         (minibuffer-default-add-completions): New function.
15792         (goto-history-element): Set minibuffer-default-add-done to t and
15793         call a function in minibuffer-default-add-function when the
15794         specified absolute history position is greater than the length of
15795         the minibuffer-default list and minibuffer-default-add-done is nil.
15796         Change "^End of history; no next item$" to "^End of defaults;
15797         no next item$".
15799         * bindings.el (debug-ignored-errors): Change "^End of history;
15800         no next item$" to "^End of defaults; no next item$".
15802 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15804         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
15806         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
15807         to with-no-warnings.
15809 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
15811         Sync with Tramp 2.1.13.
15813         * net/tramp-ftp.el: Require 'cl when byte-compiling.
15815         * net/trampver.el: Update release number.
15817 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15819         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
15820         the current backend.
15822         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
15823         (vc-status-refresh): Create a temporary buffer and call the
15824         `dir-status' backend function from that buffer.
15826         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
15827         (vc-bzr-after-dir-status): Don't kill the buffer.
15829         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
15830         (vc-cvs-after-dir-status): Don't kill the buffer.
15832         * vc-git.el (vc-git-dir-status): Don't create a buffer.
15833         (vc-git-after-dir-status-stage2): Don't kill the buffer.
15835         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
15836         (vc-hg-after-dir-status): Don't kill the buffer.
15838         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
15839         (vc-svn-after-dir-status): Don't kill the buffer.
15841 2008-03-29  Glenn Morris  <rgm@gnu.org>
15843         * calendar/calendar.el (diary-file, american-date-diary-pattern)
15844         (european-date-diary-pattern, european-calendar-display-form)
15845         (american-calendar-display-form, diary-display-hook): Doc fixes.
15846         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
15847         custom :set.  Mark as obsolete.
15848         (calendar-date-style, iso-date-diary-pattern)
15849         (iso-calendar-display-form): New user variables.
15850         (diary-date-forms, calendar-date-display-form): Set using
15851         calendar-date-style.  Doc fix.
15852         (calendar-set-date-style): New command.
15853         (european-calendar, american-calendar): Use calendar-set-date-style.
15854         Mark as obsolete.
15856         * calendar/diary-lib.el (number): Move declaration where needed.
15857         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
15858         (diary-make-date): New function.
15859         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
15860         Use diary-make-date.
15861         (diary-date-display-form, diary-insert-entry-1): New functions.
15862         (insert-monthly-diary-entry, insert-yearly-diary-entry):
15863         Use diary-insert-entry-1.
15864         (insert-anniversary-diary-entry, insert-block-diary-entry)
15865         (insert-cyclic-diary-entry): Use diary-date-display-form.
15867         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15868         Autoload diary-insert-entry-1.
15869         * calendar/cal-bahai.el (diary-bahai-insert-entry)
15870         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
15871         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
15872         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
15873         * calendar/cal-islam.el (insert-islamic-diary-entry)
15874         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
15875         Use diary-insert-entry-1.
15877         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
15878         (diary-yahrzeit): Doc fix.  Use diary-make-date.
15880         * calendar/icalendar.el (icalendar--datetime-to-american-date):
15881         New name for icalendar--datetime-to-noneuropean-date.  Make old name
15882         obsolete alias.
15883         (icalendar--datetime-to-iso-date): New function.
15884         (icalendar--datetime-to-diary-date): Doc fix.  Respect
15885         calendar-date-style if bound.
15887         * textmodes/remember.el (remember-diary-convert-entry):
15888         Respect calendar-date-style if bound.
15890 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15892         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
15893         (xterm-mouse-handle-delete-frame): Delete.
15895         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
15896         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
15897         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
15898         in xterm-modify-other-keys-terminal-list.
15900         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
15901         are conflicts.
15903 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15905         * vc.el (vc-update): Check if the buffer is unsaved only if it
15906         actually exists.
15907         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
15908         vc-print-log.
15910 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15912         * net/dns.el (dns-write): Use set-buffer-multibyte.
15914 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15916         * vc-bzr.el (vc-bzr-sha1): New fun.
15917         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
15918         (vc-bzr-registered): Use it.
15920 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
15922         * vc.el (vc-status-kill-dir-status-process): Simplify.
15923         (vc-status-refresh): Make sure the buffer is live.
15924         (ring): Don't require it, not used.
15926 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
15928         * progmodes/verilog-mode.el (verilog-auto-inout-module):
15929         Add optional regular expression to AUTOINOUTMODULE.
15930         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
15931         (verilog-auto-inst-param, verilog-auto-reg)
15932         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
15933         (verilog-auto-output-every, verilog-auto-input)
15934         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
15935         (verilog-auto-unused, verilog-auto): Update documentation to use
15936         more obvious instance module names versus cell names.
15938 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
15940         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
15941         kill if a process is running.
15943         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
15945 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
15947         * vc.el: Add new backend function 'status-extra-headers.
15948         (vc-default-status-extra-headers): New function.
15949         (vc-status-headers): Call 'status-extra-headers.  Add colors.
15951         * vc-git.el (vc-git-status-extra-headers): New function.
15953 2008-03-28  Glenn Morris  <rgm@gnu.org>
15955         * calendar/cal-menu.el (cal-menu-holidays-menu)
15956         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
15957         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
15958         holiday-list is optional.
15959         (calendar-mouse-holidays): Remove un-needed local `l'.
15961         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
15962         Remove un-needed local `date'.
15963         (calendar-cursor-to-visible-date): Use let rather than let*.
15964         Remove un-needed local `first-of-month-weekday'.
15966         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
15968         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
15969         Doc fixes.
15970         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
15971         (diary-header-line-flag, diary-header-line-format): Declare.
15972         (diary-pull-attrs): Check for multiple matches.
15973         (diary-list-entries-2): Simplify finding start of date.
15974         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
15975         pop-up-frames.
15976         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
15977         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
15979 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
15981         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
15983         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
15985 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15987         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
15989         * image-mode.el (image-mode-reapply-winprops): Fix last change.
15991 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
15993         * international/mule-conf.el (define-iso-single-byte-charset):
15994         Don't make latin-iso8859-* supplementary.
15995         (#'set-charset-priority): Don't change the priority of charsets
15996         `unicode' and `emacs'.
15998 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16000         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
16001         temp buffer.
16003 2008-03-27  Glenn Morris  <rgm@gnu.org>
16005         * calendar/cal-bahai.el (diary-bahai-list-entries):
16006         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
16007         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
16009         * calendar/calendar.el (diary-file): Doc fix.
16011         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
16012         (list-diary-entries-hook, mark-diary-entries-hook)
16013         (include-other-diary-files, diary-mail-entries)
16014         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
16015         (diary-set-header): New function.
16016         (diary-header-line-flag, diary-header-line-format):
16017         Use diary-set-header for custom :set function.
16018         (diary-set-maybe-redraw): Use symbol-value rather than eval.
16019         (diary-attrtype-convert): Use intern-soft rather than read.
16020         (diary-display-no-entries): New function.
16021         (simple-diary-display, fancy-diary-display): Use it.
16022         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
16023         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
16025         * calendar/holidays.el (list-holidays): Doc fix.
16027 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
16029         * calc/calc-store.el (calc-read-var-name-history): New variable.
16030         (calc-read-var-name): Use `calc-read-var-name-history'.
16032 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16034         * image-mode.el (image-mode-reapply-winprops): Simplify now that
16035         window-configuration-change-hook works buffer-locally.
16037 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
16039         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
16040         for Emacs Lisp, not Lisp.
16042 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
16044         * help-fns.el (describe-function-1, describe-variable):
16045         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
16047         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
16048         replacement is provided, don't print "use nil instead".
16050 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
16052         * complete.el (PC-do-completion): Use regexp-quote.
16054 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
16056         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
16057         Detect missing files.
16059         * vc-git.el (vc-git-extra-menu-map): New key map.
16060         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
16061         New functions.
16063         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
16064         and 'missing files.
16066 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16068         * calendar/holidays.el (list-holidays): Make Y2 optional.
16070         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
16071         buffers shown to the user.
16072         (appt-disp-window): Disable undo explicitly now that the leading space
16073         is gone.
16075         * simple.el (activate-mark): New function.
16076         (set-mark-command): Use it with region-active-p to clean up the code.
16077         (exchange-point-and-mark): Invert the meaning of C-u when
16078         transient-mark-mode is active.
16080         * dired-aux.el (dired-create-files): Use dolist.
16082         * bindings.el (mode-line-change-eol): Use with-selected-window.
16084         * apropos.el (apropos-command): Include macros.
16086 2008-03-26  Glenn Morris  <rgm@gnu.org>
16088         * calendar/cal-bahai.el: Require calendar, not cal-julian.
16089         (calendar-bahai-epoch): Doc fix.
16091         * calendar/cal-china.el: Explicitly require calendar.
16093         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
16094         Require calendar rather than cal-julian.
16095         Autoload calendar-absolute-from-julian.
16096         * calendar/cal-coptic.el (coptic-calendar-epoch):
16097         * calendar/cal-islam.el (calendar-islamic-epoch):
16098         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
16100         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
16102         * calendar/cal-dst.el: Don't require cal-persia.
16103         (calendar-absolute-from-persian): Autoload it.
16104         (dst-adjust-time): Doc fix.
16106         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
16107         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
16108         calendar.
16110         * calendar/cal-menu.el: Require calendar rather than declaring
16111         functions.
16112         * calendar/calendar.el: Provide calendar before requiring cal-menu.
16114         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
16115         calendar-after-frame-setup-hooks.  Update callers, make old name an
16116         obsolete alias.  Doc fix.
16117         (calendar-frame-1): Doc fix.
16119         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
16121         * calendar/calendar.el (oriental-holidays, solar-holidays):
16122         * calendar/holidays.el (list-holidays): Assume atan always bound.
16124         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
16125         Explicitly require calendar, not cal-julian.
16126         * calendar/lunar.el: Explicitly require cal-dst.
16128 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16130         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
16132         * help-fns.el (describe-function-1, describe-variable): If no
16133         replacement is provided, don't print "use nil instead".
16135 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16137         * proced.el: New file.
16139 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
16141         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
16143 2008-03-25  Juri Linkov  <juri@jurta.org>
16145         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
16146         in battery-mode-line-format.
16148         * bindings.el (minibuffer-local-map): For the command
16149         file-cache-minibuffer-complete replace keymap minibuffer-local-map
16150         with map which is already locally bound to minibuffer-local-map.
16152 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16154         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
16155         Remove `sort-first' argument.
16157         * subr.el (redisplay-end-trigger-functions)
16158         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
16159         (process-filter-multibyte-p, set-process-filter-multibyte):
16160         Mark as obsolete.
16162 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
16164         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
16165         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
16166         use the LOCAL arg of `add-hook'.
16167         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
16168         Remove spurious * from defcustom docstrings.
16169         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
16170         Fix typos in messages.
16171         (reb-mode-buffer-p): New function.
16172         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
16173         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
16174         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
16175         Use `unless', `when'.
16176         (re-builder-unload-function): New function.
16178 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
16180         * vc-hooks.el (vc-state): Add documentation for 'missing.
16182 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
16184         * progmodes/verilog-mode.el (verilog-auto-output)
16185         (verilog-auto-input, verilog-auto-inout, verilog-auto)
16186         (verilog-delete-auto): Add optional regular expression to
16187         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
16188         (verilog-signals-matching-regexp): New internal function for
16189         signal matching.
16191 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
16193         * info.el (Info-isearch-search): Always return point.
16195 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16197         * diff-mode.el (diff-remembered-defdir): New var.
16198         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
16200 2008-03-25  Glenn Morris  <rgm@gnu.org>
16202         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
16203         calendar-bahai-prompt-for-date.  Update callers, make old name an
16204         obsolete alias.  Doc fix.
16205         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
16206         coptic-prompt-for-date.  Update callers, make old name an
16207         obsolete alias.  Doc fix.
16208         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
16209         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
16210         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
16211         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
16212         * calendar/cal-iso.el (calendar-iso-read-date): New name for
16213         calendar-iso-read-args.  Update callers, make old name an obsolete
16214         alias.
16215         * calendar/cal-persia.el (calendar-persian-read-date): New name for
16216         persian-prompt-for-date.  Update callers, make old name an
16217         obsolete alias.  Doc fix.  Move definition before use.
16219         * calendar/cal-x.el (diary-frame-parameters)
16220         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16221         (calendar-frame-1): Doc fixes.
16222         (make-fancy-diary-buffer): Remove declaration.
16223         (calendar-dedicate-diary): Replace call to deleted function
16224         make-fancy-diary-buffer.
16225         (calendar-frame-setup): New function.
16226         (calendar-one-frame-setup, calendar-only-one-frame-setup)
16227         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
16228         work, and mark as obsolete.
16229         (special-display-buffer-names): Don't mess with this; it's not our
16230         business.
16231         (cal-x-load-hook): Defvar it, and mark as obsolete.
16233         * calendar/calendar.el (calendar-remove-frame-by-deleting):
16234         Default to t.  Add to 'calendar group.
16235         (calendar): Doc fix.  Use calendar-frame-setup.
16236         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
16237         (generate-calendar-window): Doc fix.
16239 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16241         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
16243 2008-03-24  Drew Adams  <drew.adams@oracle.com>
16245         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
16246         New variables.
16247         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
16248         (finder-exit): Ignore errors rather than avoiding them.
16249         Kill *Finder-package* buffer also.
16251 2008-03-24  Andreas Schwab  <schwab@suse.de>
16253         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
16255 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
16257         * vc-hg.el (vc-hg-after-dir-status):
16258         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
16260         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
16261         Detect removed files.
16263         * vc.el (vc-status-printer): Use a different face for missing files.
16264         (vc-status-hide-up-to-date): Rename from
16265         vc-status-remove-up-to-date.  Update all callers.
16266         (vc-status-mode-map): Bind C-m.
16268 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
16270         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
16271         code ...
16272         (vc-git--state-code): ... to this new function.
16273         (vc-git-state): Use it.
16275 2008-03-24  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
16277         * textmodes/remember.el (remember-mail-date)
16278         (remember-store-in-mailbox): Write date and From line in such a
16279         way that Mutt can read it.
16281 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
16283         * simple.el (transient-mark-mode): Turn on by default.
16285 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
16287         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
16288         'unregistered for unregistered files.
16290         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
16292         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
16294         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
16295         subdirectories.
16297         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
16298         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
16299         Add :enable for vc-status-refresh.
16300         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
16301         (vc-status-tool-bar-map): Add binding for
16302         vc-status-kill-dir-status-process.
16303         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
16304         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
16305         Reset vc-status-process-buffer.
16306         (vc-status-refresh): Don't run two refreshes at a time.
16307         (vc-status): If the buffer is already in vc-status-mode only refresh.
16308         (vc-status-mark-buffer-changed): Add an optional file parameter.
16309         (vc-resynch-buffer): Use it.
16310         (vc-delete-file): Expand the file name before using it.
16311         Be careful to not create a new buffer with the old file contents.
16312         Update the VC state after performing the operation.
16314 2008-03-23  Andreas Schwab  <schwab@suse.de>
16316         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
16317         Fix radio button condition.
16318         [box]: Likewise.
16319         [customize]: Add radio button.
16321 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
16323         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
16324         (calc-user-parse-tables, calc-gnuplot-default-device)
16325         (calc-gnuplot-default-output, calc-gnuplot-print-device)
16326         (calc-gnuplot-print-output, calc-gnuplot-geometry)
16327         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
16328         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
16329         (calc-undo-list, calc-redo-list, calc-main-buffer)
16330         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
16331         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
16332         (calc-said-hello, calc-executing-macro, calc-any-selections)
16333         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
16334         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
16335         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
16336         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
16337         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
16338         (calc-create-buffer, calc-quit): Add docstrings.
16340 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
16342         * makefile.w32-in (WINS_ALMOST): Add org.
16344 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
16346         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
16347         New functions to implement vc-status support.
16349 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
16351         * vc.el (vc-status-prepare-status-buffer): New function.
16352         (vc-status): Use it.
16354         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
16355         appropriate.
16357 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
16359         * vc-git.el (vc-git--empty-db-p)
16360         (vc-git-after-dir-status-stage1-empty-db): New functions.
16361         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
16362         Add support for empty repositories.
16364 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
16366         * vc-git.el (vc-git-annotate-extract-revision-at-line):
16367         Allow "^" in a version name.
16369         * vc-mtn.el (vc-mtn-state): Support the added state.
16371 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
16373         * org: New directory for Org-mode.
16375         * org/org-export-latex.el: Moved from lisp/textmodes.
16377         * org/org-irc.el: Moved from lisp/textmodes.
16379         * org/org-mac-message.el: Moved from lisp/textmodes.
16381         * org/org-mouse.el: Moved from lisp/textmodes.
16383         * org/org-publish.el: Moved from lisp/textmodes.
16385 2008-03-21  Juri Linkov  <juri@jurta.org>
16387         * comint.el (comint-dynamic-simple-complete):
16388         Use variable `stub' for the second arg `common-substring'
16389         of `comint-dynamic-list-completions'.
16390         (comint-dynamic-list-filename-completions):
16391         Use variable `filenondir' for the second arg `common-substring'
16392         of `comint-dynamic-list-completions'.
16393         (comint-dynamic-list-completions): Add new optional arg
16394         `common-substring'.  Add `common-substring' as the second arg of
16395         the call to `display-completion-list'.  Doc fix.
16397         * comint.el (comint-dynamic-complete-as-filename)
16398         (comint-dynamic-list-filename-completions)
16399         (comint-dynamic-simple-complete): Use `minibuffer-message'
16400         to display message "No completions of %s" when a command
16401         is called in the minibuffer.
16402         (comint-dynamic-simple-complete): Don't display other
16403         completion messages when a command is called in the minibuffer.
16404         (comint-dynamic-list-completions): Use `minibuffer-message'
16405         to display message " [Type space to flush ...]" when a command
16406         is called in the minibuffer.
16408         * shell.el (shell-dynamic-complete-command)
16409         (shell-dynamic-complete-environment-variable): Don't display
16410         completion messages when command is called in the minibuffer.
16412         * emacs-lisp/lisp.el (lisp-complete-symbol):
16413         Use `minibuffer-message' to display message "No completions of %s"
16414         when this command is called in the minibuffer.
16416         * bindings.el (standard-mode-line-modes): Put special help-echo
16417         tooltip on recursive edit %[ %] mode-line constructs.
16419         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
16420         "^No dynamic expansion for .* found$" to allow error messages like
16421         "No dynamic expansion for \"%s\" found in this-buffer".
16423 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
16425         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
16426         "psftp".
16428 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16430         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
16431         * vc.el (vc-default-dired-state-info): Use just "modified".
16432         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
16433         (vc-cvs-mode-line-string): Make use of the better default.
16434         (vc-cvs-parse-entry): Use the new `added'.
16435         (vc-cvs-dired-state-info): Remove.
16436         * vc-svn.el (vc-svn-dired-state-info): Remove.
16437         * vc-hg.el (vc-hg-dired-state-info): Remove.
16438         * vc-git.el (vc-git-dired-state-info): Remove.
16440 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
16442         * vc-git.el (vc-git-status-result): New variable.
16443         (vc-git-dir-status): Split out ...
16444         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
16445         ... these new functions and work asynchronously.
16447 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
16449         * vc-git.el (vc-git-after-dir-status): Remove.
16450         (vc-git-dired-state-info): Reimplement.
16452 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
16454         * replace.el (occur-mode-map): Add :help.
16456         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
16457         for disassemble.
16459         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
16460         the 'added state.
16461         (vc-status-remove-up-to-date): New function.
16462         (vc-status-mode-map, vc-status-menu-map): Bind it.
16463         (vc-status-printer): Use a different face up-to-date files.
16464         (vc-resynch-buffer): Update the vc-status buffer if it exists.
16465         (Todo): Remove solved entries.
16467         * vc-hg.el (vc-hg-state):
16468         * vc-git.el (vc-git-state):
16469         * vc-cvs.el (vc-cvs-parse-status):
16470         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
16471         state.
16473 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16475         * progmodes/compile.el (compile):
16476         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
16478         * simple.el (minibuffer-local-shell-command-map): New var.
16479         (minibuffer-complete-shell-command, read-shell-command): New funs.
16480         (shell-command, shell-command-on-region): Use them.
16482 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
16484         * vc.el (vc-status-mark-buffer-changed): New function to implement
16485         updating of the *vc-status* buffer when a buffer is saved.
16486         (vc-status-mode): Use it for after-change-hook.
16487         (vc-add-to-vc-status-buffer): Rename to ...
16488         (vc-status-add-entry): ... this.
16489         (Todo): Add new entry.
16491 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16493         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
16495 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
16497         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
16498         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
16499         Remove spurious * from defcustom docstrings.
16500         (icomplete-compute-delay): Fix docstring and remove spurious *.
16501         (icomplete-delay-completions-threshold): Fix typo in docstring and
16502         remove spurious *.
16503         (icomplete-completions): While collecting the list of prospective
16504         candidates, don't overshoot `icomplete-prospects-length'.
16506 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
16508         * textmodes/refbib.el:
16509         * textmodes/reftex.el:
16510         * textmodes/reftex-global.el:
16511         * textmodes/reftex-vars.el:
16512         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
16513         compiler pacifying defvars.
16514         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
16515         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
16516         not needed.
16518 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
16520         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
16521         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
16522         (verilog-customize, verilog-font-customize)
16523         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
16524         (verilog-mode): Update documentation strings to match tool tips.
16525         (verilog-auto-search-do, verilog-auto-re-search-do)
16526         (verilog-skip-forward-comment-or-string): Fix verilog-auto
16527         expansion when a .* appears inside a string.
16528         (verilog-re-search-forward, verilog-re-search-backward):
16529         Add comment to recall how this works.
16530         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
16532 2008-03-20  Glenn Morris  <rgm@gnu.org>
16534         * calendar/calendar.el (calendar-other-dates): New function.
16535         (calendar-print-other-dates): Use calendar-other-dates.
16536         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
16537         the declarations it replaces.
16538         (calendar-mouse-print-dates): Use calendar-other-dates.
16540         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
16541         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
16542         (calendar-absolute-from-bahai): Fix the leap-year case.
16543         (calendar-bahai-from-absolute): Re-use the Gregorian month.
16544         (calendar-bahai-date-string, calendar-bahai-print-date):
16545         Handle pre-Bahai dates.
16547         * calendar/cal-china.el (chinese-calendar-celestial-stem)
16548         (chinese-calendar-terrestrial-branch): Make defcustoms.
16550         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
16551         (calendar-mouse-view-diary-entries): Use or.
16552         (calendar-mouse-chinese-date): Remove unused command.
16553         (cal-menu-load-hook): Mark as obsolete.
16555         * calendar/solar.el (calendar-location-name, calendar-latitude)
16556         (calendar-longitude, solar-arctan, sunrise-sunset)
16557         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
16559 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
16561         * calc/calc.el: Remove outdated comments.
16562         (defcalcmodevar, calc-mode-var-list-restore-default-values)
16563         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
16564         Add docstrings.
16566 2008-03-19  Jason Rumney  <jasonr@gnu.org>
16568         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
16570 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16572         * net/tls.el (open-tls-stream): Reindent.
16574 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
16576         * net/tramp.el (tramp-let-maybe): Removed.
16577         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
16578         It does not exist under XEmacs.
16579         (tramp-handle-file-truename, tramp-handle-expand-file-name)
16580         (tramp-completion-file-name-handler): Let-bind
16581         `directory-sep-char'.
16583         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
16584         `directory-sep-char'.
16586 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16588         * help-fns.el (describe-function-1): Don't signal "missing arglist"
16589         for autoloaded keymaps.
16591         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
16592         (electric-verilog-terminate-line, verilog-in-struct-region-p)
16593         (verilog-backward-ws&directives, verilog-forward-ws&directives)
16594         (verilog-in-comment-p, verilog-in-star-comment-p)
16595         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
16596         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
16597         (verilog-skip-forward-comment-or-string, verilog-in-paren)
16598         (verilog-skip-forward-comment-p): Use it.
16600 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
16602         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
16603         (org-remember-templates, org-time-stamp-rounding-minutes)
16604         (org-back-over-empty-lines, org-find-base-buffer-visiting)
16605         (org-columns-new): Fix typos in docstrings.
16607 2008-03-19  Glenn Morris  <rgm@gnu.org>
16609         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
16610         (tramp-handle-shell-command): Use condition-case rather than
16611         ignore-errors.
16613 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
16615         * diff-mode.el (diff-header): Make the color louder.
16616         (diff-refine-change): Tone the color down.
16618 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
16620         * descr-text.el (describe-char): When `describe-char-unidata-list'
16621         is set to show all properties, list them in the right order.
16623 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16625         * international/mule.el (load-with-code-conversion): Avoid setting
16626         default-enable-multibyte-characters.
16628 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
16630         * vc.el (vc-annotate-background): Fix custom type.
16632 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16634         * descr-text.el (describe-char-unidata-list): Allow specifying
16635         just all properties.
16636         (describe-char): Handle that new value.
16638         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
16640 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
16642         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
16643         instead of file name extension to make docs with uncommon
16644         extensions work.
16646 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
16648         * doc-view.el (require): Require cl at compile time because
16649         `assert' needs it.
16651 2008-03-18  Glenn Morris  <rgm@gnu.org>
16653         * calendar/calendar.el (initial-calendar-window-hook)
16654         (today-visible-calendar-hook): Doc fixes.
16656 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
16658         * net/tramp.el (tramp-root-regexp): Simplify.
16659         (tramp-completion-file-name-regexp-separate): Don't insist on
16660         leading "[".  This prevents method or user or host completion.
16661         (tramp-let-maybe): Autoload it.
16662         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
16663         is an alias for `identity'.
16664         (tramp-handle-write-region): Protect `last-coding-system-used'
16665         over the trailing statements.
16666         (tramp-completion-file-name-handler-post-function): Remove.
16667         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
16668         instead of calling `tramp-drop-volume-letter'.
16670         * net/tramp.el:
16671         * net/tramp-uu.el:
16672         * net/trampver.el: Move coding cookie at the end.
16674 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16676         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
16677         elements which may be something else than characters.
16679 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
16681         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
16682         New functions to implement vc-status support.
16684         * vc.el (vc-default-extra-status-menu)
16685         (vc-add-to-vc-status-buffer): New functions.
16687         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16688         for eldoc and ielm.
16690 2008-03-17  Glenn Morris  <rgm@gnu.org>
16692         * calendar/cal-x.el (diary-frame-parameters)
16693         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
16694         Fix custom type; add options.
16695         (calendar-frame, diary-frame): Doc fixes.
16696         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
16697         new functions.
16698         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
16699         Use calendar-frame-1 and calendar-dedicate-diary.
16700         (calendar-one-frame-setup): Also handle only-one-frame case.
16701         (calendar-only-one-frame-setup): Doc fix.  Just call
16702         calendar-one-frame-setup.
16704         * calendar/diary-lib.el: Re-order some definitions before their use.
16705         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
16706         (diary-list-entries): Doc fixes.
16707         (make-fancy-diary-display): Remove function.
16709         * calendar/calendar.el (calendar-today-marker)
16710         (initial-calendar-window-hook, today-visible-calendar-hook)
16711         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
16712         (calendar-star-date, calendar-mark-today): Doc fixes.
16713         (today-visible-calendar-hook): Add options.
16714         (calendar-in-read-only-buffer): New macro.
16715         (calendar-basic-setup): Adapt for change in calendar-read-date.
16716         Place holiday let inside if.
16717         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
16718         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
16719         (calendar-print-other-dates): Use one let rather than many.
16721         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
16722         (calendar-print-other-dates):
16723         * calendar/cal-hebrew.el (list-yahrzeit-dates):
16724         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
16725         * calendar/holidays.el (calendar-list-holidays, list-holidays)
16726         (calendar-cursor-holidays):
16727         * calendar/lunar.el (calendar-phases-of-moon): Use
16728         calendar-in-read-only-buffer to replace previous code and disable undo.
16730 2008-03-16  Juri Linkov  <juri@jurta.org>
16732         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
16733         and regexp-search-ring-yank-pointer for the HISTPOS argument of
16734         read-from-minibuffer to provide the correct initial minibuffer
16735         history position in isearch-edit-string when it is called from
16736         isearch-ring-adjust.
16738         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
16739         to check if the current buffer is the minibuffer, and in this case
16740         call abort-recursive-edit to kill the minibuffer.  Doc fix.
16741         (kill-this-buffer-enabled-p): Allow this function to return non-nil
16742         when the current buffer is the minibuffer.
16744         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
16746 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
16748         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16749         Use non-nil PARENTS attribute of make-directory instead of
16750         explicitly checking existence the current cache directory.
16752 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
16754         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
16755         M-x epa-file-select-keys.
16757 2008-03-16  Kenichi Handa  <handa@m17n.org>
16759         * international/mule.el (auto-coding-alist):
16760         Use no-conversion-multibyte for archive files.
16762 2008-03-16  Glenn Morris  <rgm@gnu.org>
16764         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
16765         New functions.
16766         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
16767         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
16768         Use calendar-mark-1.
16769         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
16770         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
16771         Use calendar-mark-complex.
16772         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
16773         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
16774         Use calendar-mark-1.
16776         * calendar/calendar.el (calendar-mod): Remove.
16777         * calendar/cal-china.el (calendar-chinese-from-absolute)
16778         (calendar-chinese-date-string): Expand calendar-mod calls.
16779         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
16780         Expand calendar-mod calls.
16782         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
16783         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16784         (diary-bahai-insert-yearly-entry): Use let rather than let*.
16785         Move obsolete aliases after the functions that replaced them.
16787         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
16788         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
16789         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
16790         Use let rather than let*.
16791         (calendar-hebrew-prompt-for-date): New function.
16792         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
16793         (holiday-tisha-b-av-etc): Use unless, let.
16795         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
16796         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
16798         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
16800         * calendar/calendar.el (calendar-for-loop): Add indent spec.
16802         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
16803         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
16804         than concat.
16805         (diary): Remove un-needed let.
16806         (view-other-diary-entries): Rename argument.
16807         (diary-list-entries-2): New function.
16808         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
16809         (print-diary-entries): Use unless.
16810         (diary-mark-entries-1): Change argument order, make all but
16811         markfunc optional.  Handle the standard (Gregorian) case.
16812         Use match-string-no-properties.  Handle marks.
16813         (mark-diary-entries): Use diary-mark-entries-1.
16814         (diary-font-lock-keywords-1): New macro.
16815         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
16817 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
16819         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
16820         (icalendar-export-hidden-diary-entries): New variable.
16821         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
16822         In case of error, insert full error-val.
16823         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
16824         Use calendar-day-of-week.  Return the day number.
16825         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
16827 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
16829         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
16830         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
16831         (icalendar-export-region): Ignore hidden diary entries.
16832         (icalendar--convert-ordinary-to-ical): Fix case where event
16833         spans across midnight boundary.
16834         (icalendar-first-weekday-of-year): New function.
16835         (icalendar--convert-weekly-to-ical): Allow user-selectable start
16836         year for recurring events (Mozilla calendars do not propagate
16837         recurring events forever, so year 2000 start date was not working).
16838         (icalendar--convert-yearly-to-ical): Remove extra spaces in
16839         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
16841 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
16843         * net/tramp.el (tramp-root-regexp): New defconst.
16844         (tramp-completion-file-name-regexp-unified)
16845         (tramp-completion-file-name-regexp-separate)
16846         (tramp-completion-file-name-regexp-url): Use it.
16847         (tramp-do-copy-or-rename-file-via-buffer):
16848         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
16849         t for `insert-file-contents-literally'.
16850         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
16851         Autoload it.
16852         (tramp-completion-file-name-handler-post-function): New defconst.
16853         (tramp-completion-file-name-handler): Use it.
16854         (tramp-maybe-open-connection): Update calls to
16855         `tramp-flush-connection-property' for removed 2nd argument.
16857 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16859         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
16860         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
16861         New functions.
16863 2008-03-15  Glenn Morris  <rgm@gnu.org>
16865         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
16866         New functions.
16867         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
16868         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16869         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16870         (diary-bahai-list-entries): Use diary-list-entries-1.
16871         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
16872         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
16873         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16874         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16875         (list-hebrew-diary-entries): Use diary-list-entries-1.
16876         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
16877         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
16878         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16879         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16880         (list-islamic-diary-entries): Use diary-list-entries-1.
16881         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
16883         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
16885         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
16887         * calendar/cal-china.el (number-chinese-months)
16888         (calendar-chinese-from-absolute): Use nth, caar.
16890         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
16892         * calendar/cal-french.el (french-calendar-accents): Doc fix.
16894         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
16895         (calendar-hebrew-month-name-array-leap-year)
16896         (hebrew-calendar-parashiot-names): Make constants.
16897         (diary-parasha): Move definition after constants it uses.
16899         * calendar/cal-html.el (cal-html-insert-link-yearpage)
16900         (cal-html-htmlify-list): Doc fix.
16901         (cal-html-htmlify-entry): Use nth.
16903         * calendar/cal-islam.el (calendar-islamic-month-name-array)
16904         (calendar-islamic-epoch): Make constants.
16905         (calendar-islamic-epoch): Doc fix.
16907         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
16909         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
16910         (cal-tex-month-name): Doc fix.
16911         (cal-tex-last-blank-p): Use zerop.
16913         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
16914         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
16915         (calendar-cursor-to-date): Doc fix.
16916         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
16917         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
16918         (calendar-day-number): Use when.
16919         (generate-calendar-month): Use dotimes.
16920         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
16921         (calendar-set-mark): Reverse conditional.
16922         (calendar-make-alist): Move definition before use.
16924         * calendar/diary-lib.el (diary-face-attrs)
16925         (diary-glob-file-regexp-prefix, diary-selective-display)
16926         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
16927         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
16928         (diary-anniversary, diary-cyclic)
16929         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
16930         (diary-header-line-format): Change wording.
16931         (diary-list-entries): Set `date-start' in let.
16932         (include-other-diary-files, mark-included-diary-files): Use format.
16933         (simple-diary-display, fancy-diary-display): Use cadr, unless.
16934         (mark-diary-entries): Use 1+.
16935         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
16936         (mark-calendar-month): Use dotimes.
16938         * calendar/holidays.el (displayed-month, displayed-year):
16939         Move declarations where needed.
16940         (calendar-list-holidays): Doc fix.
16942         * calendar/parse-time.el (parse-time-string): Simplify.
16944         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
16945         Make constants.
16946         (solar-sunrise-sunset): Rename some local variables for clarity.
16947         (sunrise-sunset): Use zerop.
16948         (solar-mean-equinoxes/solstices): Doc fix.
16950         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
16951         Use nth.
16952         (timeclock-completing-read, timeclock-generate-report): Use zerop.
16953         (timeclock-mean, timeclock-generate-report): Use dolist.
16955         * calendar/todo-mode.el (todo-add-category): Simplify.
16956         (todo-more-important-p, todo-delete-item, todo-file-item):
16957         Use unless, when.
16958         (todo-top-priorities): Use zerop.
16960 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
16962         * buff-menu.el (list-buffers-noselect): Display buffer name in
16963         tooltip instead of mouse binding when it doesn't fit in the list.
16965 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
16967         * faces.el (xw-defined-colors):
16968         * simple.el (widget-convert, shell-mode): Declare as functions
16969         instead of autoloading.
16971         * abbrev.el:
16972         * button.el:
16973         * cus-face.el:
16974         * ediff-hook.el:
16975         * emacs-lisp/backquote.el:
16976         * emacs-lisp/timer.el:
16977         * facemenu.el:
16978         * faces.el:
16979         * menu-bar.el:
16980         * simple.el:
16981         * subr.el:
16982         * textmodes/fill.el:
16983         * textmodes/paragraphs.el: Remove autoloads, redundant when the
16984         files are preloaded.
16986 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16988         * desktop.el (desktop-create-buffer): Don't catch errors if
16989         debug-on-error is set.
16991 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
16993         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
16994         ($(lisp)/calendar/diary-loaddefs.el)
16995         ($(lisp)/calendar/hol-loaddefs.el): New targets.
16996         (LOADDEFS): New macro.
16997         (autoloads): Depend on $(LOADDEFS).
16999 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
17001         * font-lock.el (featurep): Remove test, not useful anymore.
17002         (facemenu-keymap): Move key binding ...
17003         * facemenu.el (facemenu-keymap): ... here.
17005         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
17006         for each file in the list.
17007         (vc-bzr-log-view-mode): Recognize the file marker.
17009         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17010         for checkdoc and profiling.
17012 2008-03-14  Bastien Guerry  <bzg@altern.org>
17014         * textmodes/flyspell.el (nxml-mode): Add the right
17015         `flyspell-mode-predicate'.
17017         * wid-edit.el (link): Use 'mouse-face for :follow-link.
17019 2008-03-14  Glenn Morris  <rgm@gnu.org>
17021         * calendar/solar.el: Reorder so that functions are defined before use.
17022         (displayed-month, displayed-year): Move declarations where needed.
17023         (solar-get-number): Move definition before use.  Use unless.
17024         (solar-equatorial-coordinates): Simplify.
17025         (solar-sunrise-and-sunset): Use let rather than let*.
17026         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
17028         * startup.el (command-line-1): Rename -internal-script back to
17029         -scriptload (reverts previous change).
17031         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
17032         (calendar-bahai-leap-base): Add doc strings.
17033         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
17034         Move definition before use.
17035         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
17036         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
17037         variables outside the loop.  Use dolist.
17038         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
17040         * calendar/cal-china.el: Re-order so that functions are defined before
17041         use.
17042         (displayed-month, displayed-year): Move declarations where needed.
17043         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
17044         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17045         Add doc strings.
17046         (chinese-year-cache): Recenter on 2010.  Doc fix.
17047         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
17048         Doc fix.  Simplify.
17049         (chinese-year-cache-init): New function.
17050         (compute-chinese-year, holiday-chinese-new-year)
17051         (calendar-chinese-date-string, calendar-goto-chinese-date)
17052         (make-chinese-month-assoc-list): Use cadr, nth.
17053         (chinese-months): Remove un-needed let.
17055         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
17056         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
17057         (coptic-prompt-for-date): Move definition before use.
17059         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
17060         (calendar-dst-find-data, calendar-daylight-time-offset)
17061         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17062         (calendar-daylight-savings-starts-time)
17063         (calendar-daylight-savings-ends-time): Use cadr, nth.
17065         * calendar/cal-french.el (french-calendar-epoch)
17066         (calendar-goto-french-date): Doc fix.
17067         (french-calendar-month-name-array)
17068         (french-calendar-multibyte-month-name-array)
17069         (french-calendar-day-name-array, french-calendar-special-days-array):
17070         Add doc strings.
17072         * calendar/cal-hebrew.el (displayed-month, displayed-year)
17073         (original-date): Move declarations where needed.
17074         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
17075         Doc fix.
17076         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
17077         constant variables outside the loop.  Use dolist.
17079         * calendar/cal-islam.el (displayed-month, displayed-year)
17080         (original-date): Move declarations where needed.
17081         (islamic-calendar-day-number): Remove unused local variable `day'.
17082         (calendar-goto-islamic-date): Doc fix.
17083         (holiday-islamic): Use unless.
17084         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
17085         constant variables outside the loop.  Use dolist.
17086         (mark-islamic-calendar-date-pattern): Move definition before use.
17087         Use unless.
17088         (mark-islamic-diary-entries): Doc fix.
17089         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17090         (insert-yearly-islamic-diary-entry): Use let rather than let*.
17092         * calendar/cal-julian.el (calendar-absolute-from-julian):
17093         Move definition before use.  Remove un-needed local `day'.
17094         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
17096         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
17097         (calendar-mayan-tzolkin-names-array): Add doc strings.
17098         (calendar-mayan-long-count-from-absolute): Use a single let.
17099         (calendar-string-to-mayan-long-count): Simplify.
17100         (calendar-next-haab-date, calendar-previous-haab-date)
17101         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
17102         (calendar-previous-calendar-round-date)
17103         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
17104         Doc fix.
17105         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
17106         (calendar-mayan-date-string, calendar-print-mayan-date)
17107         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17108         (calendar-mayan-long-count-common-era): Move definitions before use.
17110         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
17111         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
17112         Doc fix.
17113         (calendar-mouse-goto-date): Move definition before use.
17115         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
17116         Move definition before use.
17117         (calendar-cursor-to-visible-date): Move definition before use.
17118         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
17119         and place inside the conditional.
17120         (calendar-forward-day): Simplify.
17121         (calendar-end-of-month): Use unless.
17122         (calendar-goto-day-of-year): Doc fix.
17123         Relocate obsolete aliases after their replacements.
17125         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
17127         * calendar/diary-lib.el (mark-diary-entries): Move some constant
17128         variables outside the diary-date-forms loop.
17130         * calendar/calendar.el (diary-file): Doc fix.
17131         (calendar-buffer-list): Return buffers rather than strings (fixes
17132         previous change).
17133         (hebrew-holidays-4): Fix typo.
17135         * calendar/holidays.el (displayed-month, displayed-year):
17136         Move declarations where needed.
17137         (calendar-holiday-list, calendar-list-holidays)
17138         (holiday-filter-visible-calendar): Move definitions before use.
17139         (list-holidays): Use cadr.
17140         Relocate obsolete aliases after their replacements.
17142         * calendar/lunar.el (date, displayed-month, displayed-year):
17143         Move declarations where needed.
17144         (lunar-phase-list): Move definition after functions it uses.
17145         (calendar-phases-of-moon, diary-phases-of-moon)
17146         (lunar-new-moon-on-or-after): Use cadr, nth.
17147         (lunar-new-moon-on-or-after): Doc fix.
17149         * textmodes/org-irc.el (top-level): CL not required when compiling.
17150         (org-irc-visit-erc): Replace runtime CL functions.
17152         * textmodes/org-publish.el (declare-function): Add compatibility stub.
17153         (org-publish-delete-dups): Declare as function.
17155 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
17157         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
17158         (vc-bzr-show-log-entry): Make regexp match more cases.
17159         (vc-diff-switches-list): Remove autoload, not needed.
17161 2008-03-14  Juri Linkov  <juri@jurta.org>
17163         * isearch.el (isearch-edit-string): Remove one call to
17164         `isearch-push-state' not to push an inconsistent state,
17165         but keep another correct call to `isearch-push-state'.
17166         (isearch-ring-adjust): Call `isearch-push-state' only when
17167         `search-ring-update' is non-nil since `isearch-edit-string'
17168         already pushes its state.
17169         (isearch-message): Improve matching the failed part by checking
17170         if the original message starts with the last successful message.
17172         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
17173         (dired-perm-write): Rename from `dired-warn-writable'.
17174         Change parent face from `font-lock-warning-face' to
17175         `font-lock-comment-delimiter-face'.
17176         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
17177         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
17178         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
17179         with `dired-perm-write-face'.
17181 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
17183         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
17184         Create cache dir only if it doesn't already exist.
17186 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17188         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
17189         of \ and '.
17191 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
17193         * net/browse-url.el (browse-url-text-xterm):
17194         Unquote browse-url-text-browser.
17196 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
17198         * textmodes/org-mouse.el: Version number change.
17200         * textmodes/org-publish.el (org-publish-expand-components):
17201         Remove null projects from the list of components.
17202         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
17203         Remove unused retrieval of the :publishing-directory property.
17204         (org-publish-file): Bugfix: when using a relative directory as the
17205         publishing directory, convert it to a directory filename.
17206         (org-publish-project): New alias.
17207         (org-publish-get-files): Protect against empty p.
17208         (org-publish-file): Send an error when file is not part of any project.
17209         (org-publish-file): Offer to refresh the list of files in known
17210         project when the current file is not part of any project.
17211         (org-publish-before-export-hook)
17212         (org-publish-after-export-hook): New hooks.
17213         (org-publish-org-to): Use new hooks and kill buffers.
17214         (org-publish-file): Remove the code for killing buffers.
17215         (org-publish-initialize-files-alist): Use interactive.
17216         (org-publish-file): If the publishing function creates a new
17217         buffer, kill it after publishing.
17218         (org-publish-timestamp-filename): Protect ":" in file name path
17219         under windows.
17221         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
17222         change that killed the LaTeX buffer.
17224         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
17225         in the decision tree.
17226         (org-select-remember-template): Clean the code.
17227         (org-prepare-dblock): Add the extra :content parameter.
17228         (org-write-agenda): New output type ".ics" files.
17229         (org-write-agenda): Call `org-icalendar-verify-function', both for
17230         time stamps and for TODO entries.
17231         (org-agenda-collect-markers, org-create-marker-find-array)
17232         (org-check-agenda-marker-table): New functions.
17233         (org-agenda-marker-table): New variable.
17234         (org-export-as-html): Revert the change that killed the html
17235         buffer.  Side effects first need to be studied carefully.
17236         (org-get-tags-at): Fix the structure of the condition-case statement.
17237         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
17238         (org-timestamp-change): Fix regular expressions to swallow the
17239         extra character for repeat-shift control.
17240         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
17241         (org-get-legal-level): Alias to `org-get-valid-level'.
17242         (org-dblock-write:clocktable): Add a :link parameter, linking
17243         headlines to their location in the Org agenda files.
17244         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
17245         throwing an error when getting tags before headlines.
17246         (org-timestamp-change, org-modify-ts-extra)
17247         (org-ts-regexp1): Fix timestamp editing.
17248         (org-agenda-custom-commands-local-options): New constant.
17249         (org-agenda-custom-commands):
17250         Use `org-agenda-custom-commands-local-options' to improve customize
17251         type.  "htmlize": Removed hack to fix face problem with htmlize,
17252         it no longer seem necessary.
17253         (org-follow-link-hook): New hook.
17254         (org-agenda-custom-commands): Add "Component" as a tag for each
17255         item in a command series.
17256         (org-open-at-point): Run `org-follow-link-hook'.
17257         (org-agenda-schedule): Bugfix: don't display marker type when it
17258         is nil.
17259         (org-store-link): org-irc required.
17260         (org-set-regexps-and-options): Parse the new logging options.
17261         (org-extract-log-state-settings): New function.
17262         (org-todo): Handle the new ways of recording state change stuff.
17263         (org-local-logging): New function.
17264         (org-columns-open-link): Fix bug with opening link in column view.
17265         (org-local-logging): New function.
17266         (org-todo): Make sure that LOGGING properties are honoured.
17267         (org-todo-keywords): Improve docstring.
17268         (org-startup-options): Cleanup startup options.
17269         (org-set-regexps-and-options): Process the "!" markers.
17270         (org-todo): Respect the new logging stuff.
17271         (org-log-note-how): New variable.
17272         (org-add-log-maybe): New parameter HOW that defines how logging
17273         should be done and also overrides PURPOSE.  Add a docstring.
17274         (org-add-log-note): Check if we really need to ask for a note.
17275         (org-get-current-options): Digest the new keyword.
17276         (org-agenda-reset-markers): Rename from
17277         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
17278         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
17279         function, without force argument.
17280         (org-buffer-property-keys): Bind local variables s and p.
17281         (org-make-tags-matcher): Allow "" to match an empty or
17282         non-existent property value.
17283         (org-export-as-html): Join unsorted lists when they directly
17284         follow each other.  Such lists may be created by headlines that
17285         are converted to lists.
17286         (org-nofm-to-completion): New function.
17287         (org-export-as-html): Use :html-extension instead of
17288         org-export-html-extension.
17289         (org-store-link): Support for links from `rmail-summary-mode'.
17290         (org-columns-new, org-complete, org-set-property): Set the
17291         `include-columns' argument in the call to
17292         `org-buffer-property-keys'.
17293         (org-buffer-property-keys): New argument `include-columns', to
17294         include properties expected by any of the COLUMNS formats in the
17295         current buffer.
17296         (org-cleaned-string-for-export): Get rid of drawers first, so that
17297         they will be removed also in the text before the first headline.
17298         (org-clock-report): Show the clocktable when found.
17299         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
17300         (org-version): With prefix argument, insert `org-version' at point.
17301         (org-agenda-goto): Recenter the window after finding the target
17302         location, to make sure the correct position will be displayed.
17303         (org-agenda-get-deadlines): Don't scale priority with the warning
17304         period.
17305         (org-insert-heading): Don't break line in the middle of the line.
17306         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
17307         be 0.
17308         (org-update-checkbox-count): Revamp to deal with hierarchical
17309         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
17310         (org-remove-timestamp-with-keyword): New function.
17311         (org-schedule, org-deadline):
17312         Use `org-remove-timestamp-with-keyword' to make sure all such time
17313         stamps are removed.
17314         (org-mode): Support for `align'.
17315         (org-agenda-get-deadlines): Make sure priorities increase as the
17316         due date approaches and is passed.
17317         (org-remember-apply-template): Fix problem with tags that
17318         contain "_" or "@".
17319         (org-make-link-regexps): Improve the regular expression for plain links.
17320         (org-agenda-get-closed): List each clocking entry.
17321         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
17322         (org-special-ctrl-k): New option.
17323         (org-kill-line): New function.
17324         (org-archive-all-done): Fix incorrect number of stars in regexp.
17325         (org-refile-get-location): New function.
17326         (org-refile-goto-last-stored): New function.
17327         (org-global-tags-completion-table): Add the value of org-tag-alist
17328         in each buffer, to make sure that also unused tags will be
17329         available for completion.
17330         (org-columns-edit-value)
17331         (org-columns-next-allowed-value): Only update if not in agenda.
17332         (org-clocktable-steps): New function.
17333         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
17334         (org-archive-subtree): Add the outline tree context as a property.
17335         (org-closest-date): New optional argument `prefer'.
17336         (org-goto-auto-isearch): New option.
17337         (org-goto-map, org-get-location): Implement auto-isearch.
17338         (org-goto-local-auto-isearch-map): New variable.
17339         (org-goto-local-search-forward-headings)
17340         (org-goto-local-auto-isearch): New functions.
17342 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
17344         * textmodes/org-irc.el: New file.
17346 2008-03-13  John Wiegley  <johnw@gnu.org>
17348         * textmodes/org-mac-message.el: New file.
17350 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
17352         * font-lock.el (font-lock-comment-face): Set the foreground for
17353         the light background 8 colors case.
17355 2008-03-13  Glenn Morris  <rgm@gnu.org>
17357         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
17358         generate-autoload-cookie patterns.
17360         * startup.el (command-line-1): Rename -scriptload to -internal-script.
17362         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
17363         (MH_E_SRC): Remove variable.
17364         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
17365         Simplify file header.  Use $@ for generated-autoload-file.
17367         * Makefile.in (LOADDEFS): New variable.
17368         (AUTOGENEL): Use $LOADDEFS.
17369         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
17370         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
17371         ($(lisp)/calendar/hol-loaddefs.el): New targets.
17372         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17373         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
17374         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17375         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17376         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
17377         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
17378         Add calendar-specific autoload cookies, and remove any setting of
17379         generated-autoload-file.
17380         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
17381         * calendar/diary-lib.el: Replace explicit autoloads with reading of
17382         diary-loaddefs.
17383         * calendar/holidays.el: Replace explicit autoloads with reading of
17384         hol-loaddefs.
17386         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
17387         (calendar-buffer-list): Simplify.
17388         (generate-calendar-window): Use calendar-mark-holidays rather than
17389         obsolete alias.
17391         * calendar/cal-hebrew.el (list-yahrzeit-dates):
17392         Use cal-hebrew-yahrzeit-buffer.
17394         * calendar/cal-x.el (calendar-only-one-frame-setup)
17395         (calendar-two-frame-setup): Doc fixes.
17396         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
17398         * calendar/appt.el (appt-mode-string): Mark as risky.
17399         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
17401         * calendar/cal-html.el (diary-list-entries):
17402         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
17403         (calendar-iso-from-absolute): Fix autoloads.
17405         * calendar/cal-iso.el (calendar-absolute-from-iso)
17406         (calendar-iso-read-args): Simplify.
17407         (calendar-iso-date-string, calendar-iso-read-args)
17408         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
17410         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
17411         (displayed-month, displayed-year): Move declarations where needed.
17412         (calendar-print-astro-day-number): Doc fix.
17414         * calendar/cal-persia.el (persian-calendar-month-name-array)
17415         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
17416         (persian-prompt-for-date): Remove local variable `today'.
17418         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
17420         * calendar/solar.el (solar-moment, solar-exact-local-noon)
17421         (solar-sunrise-sunset, solar-sunrise-sunset-string)
17422         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
17423         (diary-sabbath-candles, solar-equinoxes/solstices)
17424         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
17425         (solar-time-equation, solar-date-to-et): Simplify.
17427         * mail/supercite.el: Remove the `function' in `(function (lambda'.
17428         Replace `(car (cdr' with cadr'.
17430         * progmodes/f90.el (f90-font-lock-n): New function.
17431         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
17432         Use f90-font-lock-n.
17433         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
17435         * progmodes/f90.el (f90-mode-abbrev-table):
17436         * progmodes/fortran.el (fortran-mode-abbrev-table):
17437         Use newer form of define-abbrev, where supported.  No need to bind
17438         abbrevs-changed for system abbrevs.
17440 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17442         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
17443         delete-frame-functions.
17445         * bookmark.el (Info-current-node): Remove.
17447 2008-03-12  Juri Linkov  <juri@jurta.org>
17449         * help.el (describe-project): Remove defaliases for view-todo and
17450         describe-project that are now unnecessary after the merge from
17451         emacs--rel--22 that added define-obsolete-function-alias.
17453         * startup.el (inhibit-startup-screen): Revert incomplete
17454         2008-03-10 merge from emacs--rel--22 that partly reverted
17455         2008-02-28 change that added initial message to *scratch* buffer
17456         regardless of the value of `inhibit-startup-screen'.
17457         Now keep this change in the trunk, but not in the 22 branch.
17459 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17461         * international/quail.el (quail-setup-completion-buf, quail-help):
17462         * mail/binhex.el (binhex-decode-region-internal):
17463         * mail/uudecode.el (uudecode-decode-region-internal):
17464         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
17465         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
17466         setting default-enable-multibyte-characters.
17468         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
17470         * comint.el: Fix up indentation and comment style.  Remove `function'.
17472         * international/mule-cmds.el (reset-language-environment)
17473         (set-language-environment-nonascii-translation):
17474         Don't set-unibyte-charset.
17476         * doc-view.el: Remove all cb-args, use closures instead.
17477         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
17478         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
17479         doing an incorrect check).  Update all callers to use the new name.
17480         (doc-view-doc->txt): Add missing `txt' argument.
17482 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
17484         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
17485         md5 sum calculation to single-byte.
17487 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17489         * doc-view.el (doc-view-new-window-function): Add assertion.
17490         (doc-view-doc-type): New var.
17491         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
17492         (doc-view-intersection): New fun.
17493         (doc-view-mode): Use it to set the new var.
17495 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
17497         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
17498         (doc-view-already-converted-p): New functions.
17499         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
17500         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
17501         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
17502         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
17503         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
17504         (doc-view-convert-current-doc): Don't hardwire the functions the
17505         sentinels call.  Now they're provided by two args CALLBACK and
17506         CB-ARGS to the functions.
17507         (doc-view-search): Use doc-view-doc->txt.
17508         (doc-view-initiate-display): Use doc-view-already-converted-p.
17509         Mention new binding C-c C-t if doc-view-mode doesn't work.
17511 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
17513         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
17515 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17517         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
17518         Mark " outside of tags as punctuation.
17520 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17522         * menu-bar.el (minibuffer-local-map): Use the same command for the
17523         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
17524         Prefer RET over C-j for exit-minibuffer.
17526         * files.el (display-buffer-other-frame): Eliminate problematic code.
17528         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
17529         (menu-bar-select-buffer): Remove.
17530         (menu-bar-select-frame): Make non-interactive and take a frame arg.
17531         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
17533 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
17535         * icomplete.el (icomplete-completions): Remove obsolete code.
17537         * net/net-utils.el (iwconfig-program-options): Doc fix.
17538         (net-utils-run-program, run-network-program): Define as functions.
17540 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
17542         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
17544 2008-03-11  Glenn Morris  <rgm@gnu.org>
17546         * faces.el (mode-line-emphasis): New face.
17547         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
17549         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
17551 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
17553         * simple.el (set-mark-command): Doc fix.
17555 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17557         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
17559         * emacs-lisp/autoload.el (autoload-find-destination):
17560         Don't force raw-text.
17562         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
17563         * calendar/cal-loaddefs.el: Don't version control.
17565 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17567         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
17568         entries and add :help to the existing ones.
17570 2008-03-10  Glenn Morris  <rgm@gnu.org>
17572         * calendar/cal-hebrew.el (date, entry, number): Move declarations
17573         to where they are needed.
17575         * calendar/calendar.el (diary-file, hebrew-holidays-1)
17576         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17577         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
17578         (calendar-version): Doc fixes.
17579         (calendar-absolute-from-gregorian): Use zerop.
17580         (calendar-mode-line-format): Make it a defcustom.
17582         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
17583         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
17584         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
17585         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
17586         (mark-included-diary-files, mark-calendar-days-named)
17587         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
17588         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
17589         (insert-monthly-diary-entry, insert-yearly-diary-entry)
17590         (insert-anniversary-diary-entry, insert-block-diary-entry)
17591         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
17592         (diary-font-lock-sexps): Doc fixes.
17593         (diary-remind-message, mark-calendar-month): Use zerop.
17594         (diary-attrtype-convert, diary-pull-attrs): Simplify.
17595         (diary-list-entries): Revert let to let* (previous change).
17597         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
17599 2008-03-10  Kim F. Storm  <storm@cua.dk>
17601         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
17602         function aliases for the old names.
17604 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
17606         * iswitchb.el (iswitchb-use-faces): Doc fix.
17607         (iswitchb-buffer-ignore, iswitchb-read-buffer):
17608         Fix typos in docstrings.
17610 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17612         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
17613         Fix typo.
17614         (verilog-type-font-keywords): Reindent.
17616 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
17618         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
17619         Fix bug in the grouping-keyword regular expression.
17620         (verilog-font-lock-keywords): Allow users to toggle special
17621         highlight of grouping-keywords.
17622         (verilog-highlight-grouping-keywords): The toggle for special
17623         highlighting of grouping keywords.
17625 2008-03-10  Juri Linkov  <juri@jurta.org>
17627         * startup.el: Revert 2008-02-28 change that adds initial message
17628         to *scratch* buffer regardless of the value of
17629         `inhibit-startup-screen'.
17631 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17633         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
17634         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
17635         * progmodes/verilog-mode.el (verilog-mode):
17636         * net/socks.el (socks):
17637         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
17639 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17641         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
17642         (doc-view-bookmark-make-record): Use them.
17643         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
17644         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
17646         * bookmark.el (bookmark-make-record-function): Change expected return
17647         value to include a suggested bookmark name.
17648         (bookmark-make): Split into bookmark-make-record and bookmark-store.
17649         Fix reversed `overwrite' semantics.
17650         (bookmark-set): Call bookmark-make-record before prompting the user.
17651         Then pass the result to bookmark-store later on.
17652         (bookmark-make-name-function): Remove.
17653         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
17654         * info.el (bookmark-make-name-function): Remove.
17655         (Info-mode): Don't set it.
17656         (Info-bookmark-make-name): Remove.
17657         (Info-bookmark-make-record): Use Info-current-node as suggested default
17658         bookmark name.
17660         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
17661         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
17662         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
17663         (bookmark-annotation-buffer, bookmark-annotation-file)
17664         (bookmark-annotation-point, bookmark-send-annotation)
17665         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
17666         (bookmark-edit-annotation-text-func): Rename from
17667         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
17668         (bookmark-edit-annotation-mode-map): Move initialization into
17669         declaration.
17671         * bookmark.el: Remove spurious * in docstrings.
17672         (bookmark-minibuffer-read-name-map): New var.
17673         (bookmark-set): Use it.  Also pass the default value as it should.
17674         (bookmark-send-edited-annotation): Take no chances with text properties.
17675         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
17676         (bookmark-insert-buffer-name): Remove.
17677         (bookmark-buffer-file-name): Signal an error rather than returning nil.
17679 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
17681         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
17683 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
17685         * diff-mode.el (diff-mode-menu): Add :help.
17687 2008-03-09  Glenn Morris  <rgm@gnu.org>
17689         * calendar/calendar.el (general-holidays, oriental-holidays)
17690         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
17691         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
17692         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
17693         (calendar-holidays): Restore autoload cookies, because people are
17694         used to using these variables without loading calendar.el.
17696         * calendar/cal-islam.el (diary-islamic-date): Move to end.
17697         (date, number): Declare where needed.
17699         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
17700         (list-sexp-diary-entries): Doc fixes.
17701         (diary-list-entries): Doc fix.  Remove free variable `entry'.
17702         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
17703         Simplify setting of `date-holiday-list'.
17704         (mark-diary-entries): Remove free variable `entry'.
17705         (diary-list-entries, include-other-diary-files, fancy-diary-display):
17706         Use let where let* is not needed.
17708 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17710         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
17711         make-record function, instead paste it in afterwards.
17712         (bookmark-make-record-for-text-file):
17713         * doc-view.el (doc-view-bookmark-make-record):
17714         * info.el (Info-bookmark-make-record): Don't mess with annotations.
17716 2008-03-08  Glenn Morris  <rgm@gnu.org>
17718         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
17720 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17722         * calendar/diary-lib.el (diary-list-entries)
17723         (include-other-diary-files, mark-diary-entries)
17724         (mark-sexp-diary-entries, mark-included-diary-files)
17725         (diary-entry-time, list-sexp-diary-entries): Remove the special
17726         handling of ^M that dates back to the use of selective-display.
17727         (simple-diary-display): Obey setting of pop-up-frames.
17728         (body, entry): Remove unnecessary declarations.
17730         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
17731         (bookmark-get-annotation, bookmark-set-annotation)
17732         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17733         (bookmark-set-position, bookmark-get-front-context-string)
17734         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17735         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
17736         * info.el (Info-bookmark-make-record): Don't bother recording point.
17737         (bookmark-get-filename, bookmark-get-front-context-string)
17738         (bookmark-get-rear-context-string, bookmark-get-position):
17739         Don't declare any more.
17740         (bookmark-get-info-node): Remove.
17741         (bookmark-prop-get): Declare.
17742         (Info-bookmark-jump): Use it.
17744 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
17746         * subr.el (while-no-input): Don't splice BODY directly into the
17747         `or' form.
17749 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
17751         * diff-mode.el (diff-ignore-whitespace-hunk):
17752         Bind inhibit-read-only before trying to change the buffer.
17754 2008-03-08  Glenn Morris  <rgm@gnu.org>
17756         * calendar/appt.el (appt): Move custom group here from calendar.el.
17757         (appt-disp-window, appt-convert-time): Doc fixes.
17759         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
17760         (calendar-bahai-mark-date-pattern):
17761         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
17762         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
17763         * calendar/cal-julian.el (calendar-absolute-from-julian):
17764         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
17766         * calendar/cal-china.el (chinese-calendar): Move custom group here from
17767         calendar.el.
17768         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17769         Make constants.
17770         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
17771         (chinese-calendar-daylight-savings-starts)
17772         (chinese-calendar-daylight-savings-ends)
17773         (chinese-calendar-daylight-savings-starts-time)
17774         (chinese-calendar-daylight-savings-ends-time)
17775         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
17776         Doc fixes.
17778         * calendar/cal-coptic.el (coptic-name): Add doc string.
17780         * calendar/cal-french.el (french-calendar-month-name-array)
17781         (french-calendar-day-name-array, french-calendar-special-days-array):
17782         Add doc strings.
17784         * calendar/cal-bahai.el (diary-bahai-mark-entries)
17785         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17786         (diary-bahai-insert-yearly-entry):
17787         * calendar/cal-dst.el (calendar-next-time-zone-transition)
17788         (calendar-time-zone):
17789         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
17790         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
17791         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
17792         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
17793         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
17794         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
17795         (list-islamic-diary-entries, mark-islamic-diary-entries)
17796         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17797         (insert-yearly-islamic-diary-entry):
17798         * calendar/cal-iso.el (calendar-iso-read-args):
17799         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
17800         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
17801         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17802         (calendar-next-calendar-round-date)
17803         (calendar-mayan-long-count-common-era):
17804         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
17805         (cal-menu-x-popup-menu, calendar-mouse-holidays)
17806         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
17807         (calendar-mouse-goto-date):
17808         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
17809         * calendar/holidays.el (holidays):
17810         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
17811         * calendar/time-date.el (date-to-time, time-subtract, time-add)
17812         (safe-date-to-time): Doc fixes.
17814         * calendar/cal-persia.el (persian-calendar-month-name-array)
17815         (persian-calendar-epoch): Make constants.
17817         * calendar/cal-tex.el (calendar-tex): Move custom group here from
17818         calendar.el.
17820         * calendar/cal-x.el (diary-frame-parameters)
17821         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
17822         (calendar-after-frame-setup-hooks): Make defcustoms.
17823         (calendar-one-frame-setup, calendar-only-one-frame-setup)
17824         (calendar-two-frame-setup): Doc fix.
17826         * calendar/cal-loaddefs.el: New file.
17828         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17829         * calendar/cal-french.el, calendar/cal-html.el:
17830         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17831         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17832         * calendar/cal-tex.el, calendar/cal-x.el:
17833         Unquote lambda functions.  Add autoload cookies to functions formerly
17834         autoloaded in calendar.el.  Set `generated-autoload-file' to
17835         "cal-loaddefs.el".
17837         * calendar/calendar.el: Move many autoloads to separate file,
17838         cal-loaddefs.el.  Move defcustoms to start and re-order.
17839         (calendar-month-name-array, calendar-starred-day): No need to
17840         declare for compiler.
17841         (cal-loaddefs): Require it.
17842         (appt, chinese-calendar, calendar-tex): Move custom groups to the
17843         appropriate file.
17844         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
17845         Reverse logic.
17846         (diary-face, diary-file-name-prefix-function, diary-include-string)
17847         (diary-glob-file-regexp-prefix, diary-face-attrs)
17848         (diary-file-name-prefix, sexp-diary-entry-symbol)
17849         (print-diary-entries-hook, list-diary-entries-hook)
17850         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17851         (nongregorian-diary-marking-hook, diary-list-include-blanks):
17852         Move to diary-lib.
17853         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17854         (all-bahai-calendar-holidays): Doc fix.
17855         (calendar-insert-indented): Doc fix.  Use when rather than if.
17856         (exit-calendar): Use mapc rather than mapcar.
17857         (calendar-cursor-to-date): Use zerop.
17858         (calendar-mark-ring): Add doc-string.
17859         (calendar-starred-day): Defvar it.
17860         (calendar-mode): Make calendar-starred-day local.
17861         (calendar-star-date): No need to make calendar-starred-day local.
17863         * calendar/diary-lib.el: Move defcustoms to start.
17864         (diary-include-string, diary-list-include-blanks)
17865         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
17866         (diary-file-name-prefix, diary-file-name-prefix-function)
17867         (sexp-diary-entry-symbol, list-diary-entries-hook)
17868         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
17869         (nongregorian-diary-marking-hook, print-diary-entries-hook):
17870         Move here from calendar.el.
17871         (diary-file-name-prefix-function): Use 'identity.
17872         (diary-face): Make it a defcustom, and mark as obsolete.
17873         (top-level): No need to require cal-hebrew, cal-islam when compiling.
17874         (calendar-hebrew-month-name-array-leap-year)
17875         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
17876         Define for compiler.
17877         (diary-font-lock-keywords): Use format rather than concat.
17878         Add bahai-diary-entry-symbol.
17880         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
17881         * calendar/solar.el: Unquote lambda functions.
17883         * calendar/solar.el (calendar-location-name, calendar-latitude)
17884         (calendar-longitude, solar-setup, solar-sin-degrees)
17885         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
17886         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
17887         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
17888         (solar-exact-local-noon, solar-julian-ut-centuries)
17889         (solar-ephemeris-time, solar-date-next-longitude)
17890         (solar-horizontal-coordinates, solar-equatorial-coordinates)
17891         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
17892         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
17893         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
17894         Doc fixes.
17895         (solar-horizontal-coordinates, solar-equatorial-coordinates)
17896         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
17897         (solar-ecliptic-coordinates): Use unless.
17898         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
17899         Use or.
17901         * calendar/timeclock.el: Add doc-strings to all functions.
17902         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
17903         (timeclock-entry-list-length, timeclock-entry-list-projects)
17904         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
17906         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
17908         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
17909         (org-get-entries-from-diary): Require diary-lib.
17911 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
17913         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
17914         Pacify byte-compiler.
17916 2008-03-07  Alan Mackenzie  <acm@muc.de>
17918         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
17919         paren/bracket pairs parsed, to solve performance problem.
17921 2008-03-07  Bastien Guerry  <bzg@altern.org>
17923         * bookmark.el (bookmark-set): Don't check for
17924         `bookmark-make-name-function' since `bookmark-buffer-file-name'
17925         already takes care of this.
17926         (bookmark-buffer-name, bookmark-buffer-file-name):
17927         Remove Info-mode specific code.
17929         * info.el (bookmark-get-info-node): Define this function in
17930         info.el, not in bookmark.el.
17931         (Info-mode): Set `bookmark-make-name-function' to
17932         `Info-bookmark-make-name' locally.
17933         (Info-bookmark-make-name): New function.
17935         * bookmark.el (bookmark-make-name-function): New variable.
17937 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
17939         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
17940         buffer-local, not `bookmark-make-cell-function' (the old name).
17942 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
17944         * doc-view.el (doc-view-bookmark-make-record):
17945         * image-mode.el (image-bookmark-make-record):
17946         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
17948 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
17950         * vc.el (vc-status-menu-map-filter): Return orig-binding if
17951         boundp 'vc-ignore-menu-filter.
17952         (vc-status-tool-bar-map): Make it defvar.
17953         (vc-status-mode): vc-status-tool-bar-map now variable.
17954         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
17956 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
17958         Give a better name to part of the bookmark interface.
17960         This was originally a much larger change, but halfway through I
17961         updated and discovered that Stefan Monnier had done the rest.
17962         It looks like he anticipated the new name too, because he used
17963         `the-record' instead of `the-cell' for some internal variable names.
17965         * bookmark.el (bookmark-make-record-function): Was
17966         `bookmark-make-cell-function'.
17967         (bookmark-make, bookmark-send-annotation): Update for above.
17968         (bookmark-make-record-for-text-file):
17969         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
17971         * info.el: Adjust accordingly.
17972         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
17974         * image-mode.el: Adjust accordingly.
17975         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
17977         * doc-view.el: Adjust accordingly.
17978         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
17980 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17982         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
17983         Move initialization into declaration.
17984         (bookmark-get-info-node, bookmark-set-info-node): Remove.
17985         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
17986         (bookmark-info-current-node): Remove.
17987         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
17988         Add relocation fallback.  Set bookmark-current-bookmark.
17989         (bookmark-default-handler): Rename from bookmark-jump-noselect.
17990         Remove relocation fallback.  Don't set bookmark-current-bookmark.
17991         (bookmark-set): Let it be used even if there's no buffer-file-name
17992         as long as there is a bookmark-make-cell-function.
17993         * info.el (Info-bookmark-jump): Remove relocation fallback.
17994         Don't set bookmark-current-bookmark.
17996 2008-03-07  Glenn Morris  <rgm@gnu.org>
17998         * calendar/appt.el (appt-issue-message)
17999         (appt-message-warning-time, appt-audible, appt-visible)
18000         (appt-msg-window, appt-display-mode-line, appt-display-duration)
18001         (appt-display-diary): Remove autoload cookies.
18003         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
18004         Remove leading `*' from defcustom doc-strings.
18006         * calendar/cal-dst.el (calendar-dst): New custom group.
18007         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
18008         (calendar-time-zone, calendar-daylight-time-offset)
18009         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
18010         (calendar-daylight-savings-starts-time)
18011         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
18012         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
18013         Move to start.
18015         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
18017         * calendar/calendar.el (calendar-version): Use emacs-version and
18018         make it obsolete.  Move to end.
18019         (calendar-offset, view-diary-entries-initially)
18020         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
18021         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
18022         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
18023         (all-bahai-calendar-holidays, calendar-load-hook)
18024         (initial-calendar-window-hook, today-visible-calendar-hook)
18025         (today-invisible-calendar-hook, calendar-move-hook)
18026         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
18027         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
18028         (diary-include-string, sexp-diary-entry-symbol)
18029         (abbreviated-calendar-year, american-date-diary-pattern)
18030         (european-date-diary-pattern, european-calendar-display-form)
18031         (american-calendar-display-form, print-diary-entries-hook)
18032         (list-diary-entries-hook, diary-hook, diary-display-hook)
18033         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
18034         (nongregorian-diary-marking-hook, diary-list-include-blanks)
18035         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
18036         (local-holidays, other-holidays, hebrew-holidays-1)
18037         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
18038         (hebrew-holidays, christian-holidays, islamic-holidays)
18039         (bahai-holidays, solar-holidays, calendar-setup)
18040         (calendar-week-start-day): Remove autoload cookies.
18041         (diary-glob-file-regexp-prefix): Doc fix.
18042         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
18043         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
18044         (calendar-week-start-day, calendar-debug-sexp): Move to start.
18046         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
18047         (calendar-time-display-form, calendar-latitude)
18048         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
18049         cookies.
18050         (calendar-latitude, calendar-longitude): Move functions after
18051         variables.
18052         (diary-sabbath-candles-minutes): Move to start.
18053         (solar-setup): Use or rather than if.
18054         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
18055         Remove condition-case.
18056         (solar-atn2): Use zerop.
18057         (solar-equinoxes-solstices): Doc fix.
18059         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
18060         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
18062         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
18063         (calendar-longitude, calendar-latitude, calendar-location-name):
18064         Declare for compiler.
18066 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18068         * arc-mode.el (archive-ar-file-header-re): New const.
18069         (archive-ar-summarize, archive-ar-extract): New funs.
18070         (archive-find-type): Recognize ar archives.
18072         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
18073         New functions.
18075         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
18077 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
18079         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
18080         Replace :enable (mark-active) with :enable mark-active.
18082 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
18084         * vms-patch.el (make-legal-file-name): New obsolete alias.
18085         (make-valid-file-name): Rename from `make-legal-file-name'.
18086         (make-auto-save-file-name): Use it.
18088         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
18089         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
18090         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
18092         * textmodes/org.el (org-export-html-style): Doc fix.
18093         (org-get-legal-level): New obsolete alias.
18094         (org-get-valid-level): Rename from `org-get-legal-level'.
18095         (org-promote, org-demote, org-archive-subtree)
18096         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
18098 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
18100         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
18102         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
18103         (vc-status-toggle-mark): New functions.
18104         (vc-status-mode): Set tool bar map.
18106 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
18108         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
18109         Reported by Drew Adams <drew.adams@oracle.com>.
18111 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
18113         * subr.el (read-quoted-char): Resolve modifiers of the character
18114         event.
18116         * comint.el (comint-exec-1): Don't change the coding-system for
18117         decoding to dos-like EOL.
18118         (comint-carriage-motion): Fully rewrite.
18120 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
18122         * epg.el (epg-context-include-certs): Reflow docstring.
18123         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
18124         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
18125         (epg-context-set-signers, epg-context-set-sig-notations)
18126         (epg-make-import-status, epg-make-import-result)
18127         (epg-start-delete-keys): Fix typos in docstrings.
18128         (epg-start-sign-keys, epg-sign-keys):
18129         Fix typos in obsolescence declarations.
18131         * iswitchb.el: Don't check for `cadr' and `last'.
18132         (iswitchb-define-mode-map, iswitchb-default-keybindings):
18133         Add obsolescence declaration and remove redundant info from docstring.
18134         (iswitchb-set-common-completion, iswitchb-set-matches)
18135         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
18136         (recentf-list, most-len, most-is-exact):
18137         Don't wrap defvars within `eval-when-compile'.
18139 2008-03-05  Glenn Morris  <rgm@gnu.org>
18141         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
18142         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
18143         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
18144         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
18145         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
18147         * ediff-hook.el (ediff-window-setup-function): Don't autoload
18148         declaration for compiler.
18149         (ediff-xemacs-init-menus): Use when rather than if.
18151         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
18152         if+and to just and.
18153         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
18154         (ediff-delete-overlay): Move the XEmacs test inside the definition.
18156         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
18158         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
18159         test inside XEmacs test.
18160         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
18161         since it was doing nothing on Emacs.
18162         (ediff-make-bullet-proof-overlay): Use when rather than if.
18164         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
18165         (ediff-setup-control-frame): Remove
18166         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
18167         a (featurep 'xemacs) test.
18169 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
18171         * calc/calc-ext.el (calc-extended-command-history): New variable.
18172         (calc-execute-extended-command): Use `calc-extended-command-history'.
18174 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
18176         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
18177         (standard-mode-line-position): Add mouse-face.
18179         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
18180         * progmodes/grep.el (grep-mode-map): Add :help.
18182         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
18183         initialize in one step.  Add :help.  Use :enable to activate menu
18184         items.  Show the key binding for edebug-defun.
18185         (lisp-interaction-mode-map): Add a menu.
18187         * term.el (term-mode-map): Define and initialize in one step.
18189         * ediff-init.el (ediff-color-display-p): Simplify.
18190         (Xor): Remove unused function.
18191         (ediff-with-syntax-table): Simplify for Emacs.
18193         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
18194         menu-bar being loaded, it always is.
18196 2008-03-05  Glenn Morris  <rgm@gnu.org>
18198         * textmodes/tex-mode.el (tex-mode): Suppress warning about
18199         multiple definitions when compiling.
18201 2008-03-04  Alan Mackenzie  <acm@muc.de>
18203         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
18205         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
18206         doc-string, "c-old-LEN" -> "c-old-END".
18208 2008-03-04  Jason Rumney  <jasonr@gnu.org>
18210         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
18211         namespaces.
18213 2008-03-04  Glenn Morris  <rgm@gnu.org>
18215         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
18217         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
18218         than mapcar.
18220 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18222         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
18223         (byte-compile-nilconstp): Can't use recursion in a defsubst.
18225         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
18226         so that M-q can fill comments.
18227         (tex-executable-exists-p, tex-compile): Extend with special syntax for
18228         commands implemented in elisp.
18229         (tex-compile-commands): Add an entry to use doc-view for pdf files.
18230         (tex-format-cmd): New function.
18231         (tex-compile): Use it to let the user specify default arguments.
18232         (tex-cmd-bibtex-args): New var.
18233         (tex-cmd-doc-view): New function.
18235 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
18237         * faces.el (face-spec-set): Fix typos in docstring.
18239 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
18241         * bindings.el (mode-line-column-line-number-mode-map): New variable.
18242         (standard-mode-line-position): Use it to add a menu for toggling
18243         column number and line number display.
18245 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18247         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18248         Remove optimization that was working around the form-code-walker bug.
18250         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18251         Walk into the body of lambdas after byte-compile-unfold-lambda.
18253 2008-03-03  Glenn Morris  <rgm@gnu.org>
18255         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
18256         value, if set, over frame value.
18258         * simple.el (transient-mark-mode): Don't turn on by default.
18260         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
18261         accidentally removed by the 2007-12-05 merge from Gnus.
18263 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
18265         * progmodes/compile.el (compilation-menu-map): Add menu entries
18266         for useful options.
18268 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
18269             Glenn Morris  <rgm@gnu.org>
18271         * emacs-lisp/bytecomp.el (byte-recompile-directory)
18272         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
18273         Give a `bytecomp-' prefix to local variables with common names.
18275 2008-03-01  Glenn Morris  <rgm@gnu.org>
18277         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18278         Restore code commented out 2007-11-10.
18280         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
18282         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
18283         Delete macro.
18284         * emulation/viper-cmd.el, emulation/viper-ex.el:
18285         * emulation/viper-init.el, emulation/viper-keym.el:
18286         * emulation/viper-mous.el, emulation/viper-util.el:
18287         * emulation/viper.el:
18288         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
18289         featurep test.
18291         Replace obsolete frame-local variables with frame-parameters.
18292         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
18293         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
18294         (viper-vi-state-cursor-color): Only call make-variable-frame-local
18295         on XEmacs.
18296         * emulation/viper-util.el (viper-frame-value): New macro.
18297         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
18298         (viper-R-state-post-command-sentinel)
18299         (viper-replace-state-post-command-sentinel)
18300         (viper-change-state-to-insert, viper-change-state-to-emacs):
18301         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
18302         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
18303         (viper-get-saved-cursor-color-in-insert-mode)
18304         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
18305         Use viper-frame-value for viper-replace-overlay-cursor-color,
18306         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
18307         viper-vi-state-cursor-color values.
18309         * emulation/viper-cmd.el (zmacs-region-stays):
18310         * emulation/viper-util.el (zmacs-region-stays): No need to define
18311         for compiler.
18313         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
18314         mapcar on Emacs.
18316         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
18317         on XEmacs.
18319         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
18320         rather than if.
18322 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18324         * whitespace.el: New version 9.3.  As the glyph code generation was
18325         fixed, it is possible now to use character code above ?\x1FFFF in the
18326         display table.  Fix `whitespace-indentation-regexp' to not include an
18327         extra ending character.  Reported by Michael Welsh Duggan
18328         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
18329         the original whitespace package had.  Suggested by Eric Cooper
18330         <ecc@cmu.edu>.  Doc fix.
18331         (whitespace-action): New option.
18332         (whitespace-display-mappings): Changed default newline visualization to
18333         display downwards arrow, as the glyph code generation was fixed.
18334         (whitespace-unload-function): Assure that all local whitespace mode is
18335         turned off.
18336         (whitespace-global-modes): Fix type customization.
18337         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
18338         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
18339         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
18340         Fix code.
18341         (whitespace-buffer): Command removed.
18342         (whitespace-trailing-regexp, whitespace-mark-x)
18343         (whitespace-display-window, whitespace-action-when-on)
18344         (whitespace-add-local-hook, whitespace-remove-local-hook)
18345         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
18346         (whitespace-action): New funs.
18347         (whitespace-report-list, whitespace-report-text)
18348         (whitespace-report-buffer-name): New consts.
18349         (whitespace-report, whitespace-report-region): New commands.
18351 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18353         * disp-table.el (make-glyph-code): Don't test the result of
18354         `face-id', which already signals an error for invalid faces.
18355         (glyph-face): Simplify.
18357         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
18358         running `desktop-not-loaded-hook' to allow modifying it.
18359         Don't show warning message if `desktop-dirname' was modified.
18361 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18363         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
18364         we still expect more lines.
18366         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
18367         comment-paragraph filling if the commark doesn't match
18368         comment-start-skip.
18370 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
18372         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
18373         the `imap' variant.
18375 2008-03-01  Jason Rumney  <jasonr@gnu.org>
18377         * files.el (make-auto-save-file-name): Encode more characters in
18378         non-file buffer names.  Use url-encoding.
18380 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18382         * net/net-utils.el (ftp-program): Fix typo in docstring.
18383         (ifconfig-program-options, netstat-program-options)
18384         (arp-program-options, route-program-options, nslookup-program-options)
18385         (ftp-program-options, smbclient-program-options)
18386         (dns-lookup-program-options, arp, route): Doc fixes.
18388         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
18389         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
18390         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
18391         Fix typos in docstrings.
18392         (gdb-pending-triggers): Reflow docstring.
18393         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
18395 2008-03-01  Alan Mackenzie  <acm@muc.de>
18397         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
18398         typing "#" at EOB.
18400 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18402         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
18404 2008-02-29  Kim F. Storm  <storm@cua.dk>
18406         * emulation/cua-base.el (cua-remap-control-v)
18407         (cua-remap-control-z): New defcustoms.
18408         (cua-mode): Add them to set-after property.
18409         (cua--init-keymaps): Use them.
18410         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
18412         * help.el (view-emacs-todo): Rename from view-todo.
18413         (describe-gnu-project): Rename from describe-project.  Users changed.
18414         (view-help-file): New helper function.
18415         (describe-distribution, describe-copying, describe-gnu-project)
18416         (view-todo, view-order-manuals, view-emacs-problems): Use it.
18417         (view-emacs-debugging, view-external-packages): New commands.
18418         (help-map): Move describe-distribution to C-h C-o (ordering).
18419         Move view-emacs-problems to C-h C-p (problems).
18420         Bind view-emacs-debugging to C-h C-d (debugging).
18421         Bind view-external-packages to C-h C-e (extras).
18422         (help-for-help-internal): Cleanup and align descriptions.
18423         Remove command names to reduce clutter.
18425 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
18427         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
18428         and quieter face (not a warning).
18430 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
18432         * vc.el (vc-status-crt-marked): New variable.
18433         (vc-status-mode): Make it local.
18434         (vc-status-refresh): Use it to save the marked files.
18435         (vc-update-vc-status-buffer): Use it to restore the marked files.
18437         * vc-svn.el (vc-svn-after-dir-status):
18438         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
18440 2008-02-29  Glenn Morris  <rgm@gnu.org>
18442         * allout.el (allout-topic-encryption-bullet)
18443         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
18444         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
18445         from 22.0 to 22.1.
18447         * net/imap.el (imap-ping-server):
18448         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
18449         Change defcustom :version from 23.0 to 23.1.
18451 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
18453         * desktop.el (desktop-save): Save the buffer name if the
18454         uniquified base name is empty.
18456 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
18458         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
18459         correctly when user has "set print address off".
18461 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
18463         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
18464         version number of the next major Emacs release, not 23.0.
18466         * longlines.el (longlines-unload-function): New function.
18468 2008-02-28  Juri Linkov  <juri@jurta.org>
18470         * startup.el (normal-splash-screen): Add argument `concise'.
18471         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
18472         to the created buffer.  If `concise' is non-nil, call
18473         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
18474         (display-startup-screen): Add argument `concise' to the call to
18475         `normal-splash-screen'.
18477 2008-02-28  Kim F. Storm  <storm@cua.dk>
18479         * startup.el (startup-echo-area-message): Check for about-emacs.
18481 2008-02-28  Juri Linkov  <juri@jurta.org>
18483         * startup.el: Always add initial message to *scratch* buffer if
18484         `initial-scratch-message' is non-nil regardless of the value of
18485         `inhibit-startup-screen'.
18486         (inhibit-startup-screen, initial-scratch-message): Doc fix.
18487         (command-line-1): Move code that inserts `initial-scratch-message'
18488         up before the if-form that checks for `inhibit-startup-screen'.
18489         Suggested by Jonathan Rockway <jon@jrock.us>.
18491 2008-02-28  Juri Linkov  <juri@jurta.org>
18493         * cus-edit.el (custom-mode-map, custom-mode-link-map):
18494         Rename `custom-mode' to `Custom-mode' in docstrings.
18495         (custom-buffer-create-internal, customize-browse):
18496         Rename `custom-mode' to `Custom-mode'.
18497         (custom-mode-hook): Rename to `Custom-mode-hook'.
18498         (Custom-mode-hook): Renamed from `custom-mode-hook'.
18499         (custom-mode): Rename to `Custom-mode'.
18500         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
18501         (custom-mode): Add backward-compatible non-interactive variant of
18502         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
18503         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
18505         * info-look.el: Rename `custom-mode' to `Custom-mode'.
18507         * emulation/viper.el (viper-emacs-state-mode-list):
18508         Rename `custom-mode' to `Custom-mode'.
18510         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
18511         Capitalize "Tagged Files".
18512         (minibuffer-local-map): Add menu items for next/previous
18513         history elements and isearch history forward/backward.
18515         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
18516         `hs-isearch-open' with t instead of `comment' in :selected
18517         for "Code and Comment blocks" menu item.
18519 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18521         * uniquify.el (uniquify-buffer-base-name): Undo last change.
18522         Should be done in desktop.el instead.
18524 2008-02-28  Glenn Morris  <rgm@gnu.org>
18526         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
18528         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
18530         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
18531         (Info-menu, Info-goto-node): Remove declarations.
18532         (report-emacs-bug-info): Use info rather than Info-goto-node.
18534         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
18535         (idlwave-convert-xml-system-routine-info): Don't require xml.
18536         (idlwave-show-commentary, idlwave-shell-show-commentary):
18537         Don't require finder.
18538         (idlwave-info): Don't require info.  Use info rather than
18539         Info-goto-node.
18541         * textmodes/org.el (Info-goto-node): Remove declaration.
18542         (org-info): Use info rather than Info-goto-node.
18544         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
18545         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
18547 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
18549         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
18550         the menu.
18552         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
18553         (vc-finish-logentry): Check for vc-status-mode, not only for
18554         vc-dired-mode.
18556 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
18558         * isearch.el (isearch-printing-char): Don't check
18559         keyboard-coding-system.
18560         Call isearch-process-search-multibyte-characters only when
18561         current-input-method is non-nil.
18563 2008-02-27  Kim F. Storm  <storm@cua.dk>
18565         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
18566         (glyph-char, glyph-face): Handle cons encoding.
18568 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
18570         * uniquify.el (uniquify-buffer-base-name): If the base name is an
18571         empty string, return nil to allow the caller to default to the
18572         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
18574         * tool-bar.el (tool-bar-setup): Doc fix.
18576         * mail/supercite.el (sc-describe):
18577         Fix typos in obsolescence declaration.
18579 2008-02-27  Glenn Morris  <rgm@gnu.org>
18581         * autoinsert.el (auto-insert-alist): Change permission text to
18582         match FSF's GPLv3 form.
18584         * mail/supercite.el (sc-cite-original): Doc fix.
18585         (sc-version): Make obsolete.
18586         (sc-describe): Show the SC info page.  Make obsolete.
18588 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18590         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
18591         when using transient-mark-mode.
18592         (default-indicate-unused-lines): Remove unused var.
18594 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
18596         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
18597         and previous.
18599         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
18601 2008-02-26  Glenn Morris  <rgm@gnu.org>
18603         * net/net-utils.el (top-level): Don't require comint when compiling.
18604         (nslookup-font-lock-keywords): Don't require font-lock.
18605         Use font-lock faces rather than variables.
18606         (nslookup, ftp, smbclient, network-service-connection):
18607         Don't require comint.
18608         (comint-prompt-regexp, comint-input-autoexpand)
18609         (comint-input-ring): Declare for compiler.
18610         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
18611         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
18613         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
18614         doc-string.
18616 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18618         * doc-view.el (doc-view-current-page): Add a `win' argument.
18620 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18622         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
18623         Demote it to plain defvar.
18624         (doc-view-conversion-refresh-interval): Reduce interval.
18625         (doc-view-goto-page): Allow moving to pages not yet rendered.
18626         (doc-view-goto-page): Construct a file name rather than extracting it
18627         from doc-view-current-files.
18628         (doc-view-kill-proc): Ignore errors from kill-process.
18629         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
18630         (doc-view-insert-image): Use appropriate text if the page hasn't been
18631         rendered yet.  Adjust scrolling so the text is displayed.
18632         (doc-view-display): Detect not just that a page is available, but also
18633         that it wasn't available before, so as to avoid refreshing all pages
18634         repeatedly.
18635         (doc-view-mode): Make doc-view-cache-directory if needed.
18637 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18639         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
18640         toggle-read-only.
18642         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
18643         refering to a missing required field with the OPT prefix.
18644         Make unwindform more robust.
18646         * textmodes/bibtex.el: Remove support for hideshow minor mode as
18647         it duplicates the bibtex support in progmodes/hideshow.el.
18648         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
18649         entries that do not start at the beginning of a line.
18651 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
18653         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
18655 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
18657         * help-fns.el (describe-variable): Add phrases about
18658         initialization file with and without customization;
18659         use new button type help-info-variable.
18661         * help-mode.el (help-info-variable):
18662         New button able to read Info files for help-fns.el.
18664 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
18666         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
18667         (grep-mode): Use grep-mode-tool-bar-map.
18669         * progmodes/compile.el (tool-bar): Require tool-bar.
18670         (compilation-mode-tool-bar-map): New variable.
18671         (compilation-mode): Use compilation-mode-tool-bar-map.
18673         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
18675 2008-02-25  Glenn Morris  <rgm@gnu.org>
18677         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
18679 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18681         * diff-mode.el (diff-file-junk-re): New const.
18682         (diff-beginning-of-file-and-junk): Use it.
18683         (diff-file-kill): Make sure we were really inside a file diff.
18685         * diff-mode.el: Make it more robust in the presence of empty context
18686         lines in unified hunks.
18687         (diff-valid-unified-empty-line): New var.
18688         (diff-unified->context, diff-sanity-check-hunk): Obey it.
18689         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
18690         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
18691         (diff-hunk-header-re-unified): New const.
18692         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
18693         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
18694         (diff-sanity-check-hunk): Use it.
18696         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
18697         Index: line, don't search backward for the previous one.
18699 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
18701         * international/fontset.el (setup-default-fontset): Add non-OTF
18702         lao font for lao script.
18704         * language/tibetan.el: Register tibetan-composition-function in
18705         composition-function-table.
18707         * language/tibet-util.el (tibetan-composition-function):
18708         Adjust for the new calling way (argument changed).  Try font-shape-text
18709         if possible.
18711         * language/lao.el: Register lao-composition-function in
18712         composition-function-table.
18714         * language/lao-util.el (lao-composition-function): Adjust for the new
18715         calling way (argument changed).  Try font-shape-text if possible.
18717 2008-02-25  Jason Rumney  <jasonr@gnu.org>
18719         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
18721 2008-02-25  Juri Linkov  <juri@jurta.org>
18723         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
18724         background, "red4" for a dark background, "red" for 16 and
18725         8 colors, "grey" for grayscale, and inverse video otherwise.
18726         Add :version tag.
18727         (isearch-message): Keep the original isearch-message intact, and
18728         add text properties to it where necessary.  Add `isearch-error' to
18729         the condition that checks if isearch is unsuccessful.
18731 2008-02-24  Juri Linkov  <juri@jurta.org>
18733         * progmodes/compile.el (compilation-handle-exit):
18734         Use compilation-error face instead of font-lock-warning-face.
18735         Display the same message in the minibuffer as is inserted
18736         at the end of the compilation buffer.
18738 2008-02-24  Glenn Morris  <rgm@gnu.org>
18740         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
18741         multiple file case.
18743         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
18745         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
18746         multiple file case.  Use a single `let' rather than two.
18748 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18750         * progmodes/compile.el (compilation-start): Specify a face for
18751         mode-line-process.
18752         (compilation-handle-exit): Specify a face and a tooltip for
18753         mode-line-process.
18755 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18757         * hilit-chg.el: Remove spurious * in defcustom docstrings.
18758         (hilit-chg-make-ov): Simplify.
18759         (hilit-chg-fixup): Use remove-overlays.
18760         (hilit-chg-set-face-on-change): Remove redundant call to
18761         `remove-text-properties'.
18763         * dired.el (dired-mark-prompt): Don't count/display the t element.
18764         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
18766 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18768         * progmodes/verilog-mode.el (eval-when-compile): Don't define
18769         add-submenu.
18770         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
18771         Remove.  Move contents to the only use ...
18772         (verilog-menu): ... here.
18773         (verilog-statement-menu): Remove.  Move contents to the only use ...
18774         (verilog-stmt-menu): ... here.
18775         (verilog-mark-defun): Simply call mark-defun for emacs.
18776         (occur-pos-list): Declare for byte compiler.
18777         (mode-popup-menu): Don't defvar.
18778         (verilog-add-statement-menu): Remove.
18779         (verilog-mode-hook): Don't add verilog-add-statement-menu.
18780         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
18782 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
18784         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
18785         conditional.
18786         (verilog-font-grouping-keywords-face): Make the begin..end
18787         keywords standout more than other verilog keywords.
18788         (verilog-type-font-keywords): Move the begin..end out of this list
18789         to facilitate making them to (potentially) stand out more.
18790         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
18791         function & task blocks.
18792         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
18793         initial, function & task blocks.
18794         (verilog-forward-sexp): Handle the new "disable fork" statement of
18795         IEEE-1800 Verilog.
18796         (verilog-beg-block-re-ordered): Handle the new "disable fork"
18797         statement of IEEE-1800 Verilog.
18798         (verilog-calc-1): Handle the new "disable fork" statement of
18799         IEEE-1800 Verilog.
18800         (verilog-disable-fork-re): Add const to help handle the new
18801         "disable fork" statement of IEEE-1800 Verilog.
18802         (verilog-declaration-core-re): Add port directions by themselves,
18803         with no qualification, as base item of a declaration.
18804         (verilog-pretty-declarations): Add new flag to ask it to refrain
18805         from printing to the message buffer.
18806         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
18807         printing to the message buffer.  Improve handling of the many
18808         types of expression line up.
18809         (verilog-just-one-space): Remove printing of an empty message.
18810         (verilog-get-lineup-indent): Rework to support the better handling
18811         of expression lineup for verilog-pretty-expr.
18812         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18814 2008-02-24  Alan Mackenzie  <acm@muc.de>
18816         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
18817         yesterday's commit.
18819 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18821         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
18822         to mouse-set-point in buffers that aren't associated with files.
18824         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
18826 2008-02-24  Alan Mackenzie  <acm@muc.de>
18828         Set of changes so that "obtrusive" syntactic elements in a
18829         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
18830         unmatched paren) don't interact syntactically with stuff outside
18831         the CPP line.
18833         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
18834         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
18835         off-by-one bug.
18836         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
18837         a bit of refactoring.
18838         (c-awk-extend-and-syntax-tablify-region): Takes some of the
18839         functionality of c-awk-advise-fl-for-awk-region, which has been
18840         refactored away.
18842         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
18843         (c-clear-char-property-with-value): New function and macro which
18844         remove text-properties `equal' to a supplied value.
18846         * progmodes/cc-engine.el: Comment about text properties amended.
18848         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
18849         parens around "error\\|warning".
18851         * progmodes/cc-langs.el (c-get-state-before-change-function)
18852         (c-before-font-lock-function, c-anchored-cpp-prefix):
18853         New language variables.
18854         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
18856         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
18857         syntax-table text properties.
18858         (c-common-init): Call language specific before/after-change
18859         functions at mode initialisation.
18860         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
18861         (c-extend-region-for-CPP, c-neutralize-CPP-line)
18862         (c-neutralize-syntax-in-CPP): New functions.
18863         (c-before-change, c-after-change): Call the new language specific
18864         change functions defined in cc-langs.el.
18865         (c-advise-fl-for-region): New macro.
18866         (awk-mode): Remove AWK specific stuff which has been refactored
18867         into language independent stuff.
18869 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18871         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
18872         (gdb): (Re)set gdb-flush-pending-output to nil here...
18873         (gdb-init-1): ...instead of here (before gdb-prompt).
18875 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18877         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
18878         Recognize ''' just like any other char-constant.
18880 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18882         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
18883         careful enough.  Detect the uid-change all within the main loop.
18885 2008-02-24  Stefan Monnier  <monnier@pastel.home>
18887         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
18889 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18891         * hilit-chg.el (highlight-save-buffer-state): New macro.
18892         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
18893         (hilit-chg-clear): Use it to preserve the modified-p flag.
18894         (highlight-changes-rotate-faces): Don't mess with the undo-list.
18896 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18898         * font-lock.el (font-lock-set-defaults): Unset previously set variables
18899         when needed.
18901 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
18903         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
18904         from gnus-button-url-regexp.
18906 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
18908         * progmodes/compile.el (compilation-next-error): Doc fix.
18909         (compilation-find-file): Doc fix.
18911 2008-02-24  Glenn Morris  <rgm@gnu.org>
18913         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
18914         Add obsolete aliases to the old names.
18916 2008-02-24  Richard Stallman  <rms@gnu.org>
18918         * net/net-utils.el (ifconfig): Rename from ipconfig.
18919         (ipconfig): Alias to ifconfig.
18920         (ifconfig-program): Rename from ipconfig-program.
18921         (ifconfig-program-options): Rename from ipconfig-program-options.
18923 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
18925         * progmodes/verilog-mode.el (verilog-declaration-core-re):
18926         Add port directions by themselves, with no qualification, as base
18927         item of a declaration.
18928         (verilog-pretty-declarations): Add new flag that inhibits printing
18929         to the message buffer.
18930         (verilog-pretty-expr): Add new flag that inhibits printing to the
18931         message buffer.  Improve handling of the many types of expression
18932         line up.
18933         (verilog-just-one-space): Don't print an empty message.
18934         (verilog-get-lineup-indent): Rework to support the better handling
18935         of expression lineup for verilog-pretty-expr.
18936         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18937         (verilog-mode-version, verilog-mode-release-date): Update.
18939 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18941         * subr.el (cancel-change-group): Don't move point.
18943 2008-02-23  Markus Triska  <markus.triska@gmx.at>
18945         * linum.el (linum-after-config): Update all visible windows.
18947 2008-02-23  Glenn Morris  <rgm@gnu.org>
18949         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
18950         Add :help for Solitaire and Tetris.
18952         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
18954         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
18955         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
18956         (smtpmail-queue-index-file): Make it a defcustom.
18957         (smtpmail-queue-index): Delete.
18958         (smtpmail-send-it, smtpmail-send-queued-mail):
18959         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
18960         smtpmail-queue-index.
18962         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18963         Add :version.
18965 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
18967         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18968         New variables.
18969         (iwconfig): New function.
18971 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
18973         * vc.el (vc-find-revision): Make vc-parent-buffer local before
18974         setting it.
18975         (vc-status-menu-map): Do not define using easy-menu.
18976         (vc-status-menu-map): New defalias.
18977         (vc-status-mode-map): Hook up the menu.
18978         (top-level): Update TODO.
18980         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
18982         * vc-bzr.el (vc-bzr-init-version): Rename to ...
18983         (vc-bzr-init-revision): ... this.
18985 2008-02-23  Jason Rumney  <jasonr@gnu.org>
18987         * makefile.w32-in (WINS_ALMOST): Remove term.
18988         (WINS): Add term here.
18989         (custom-deps, finder-data): Use WINS_ALMOST.
18991 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
18993         * faces.el (font-weight-table): Fix value of `semi-light'.
18995 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18997         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
18998         Make those tables bijective.
19000 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
19002         Finish pdbtrack integration cleanup, settling missing-functions
19003         byte compiler warnings appropriately.
19005         * progmodes/python.el (python-point): Remove this - beginning-of-line
19006         was all that was necessary for `python-pdbtrack-overlay-arrow'.
19007         (python-end-of-def-or-class, python-beginning-of-def-or-class)
19008         (python-goto-initial-line): Drop these - they were only needed for
19009         python-point.
19010         (python-comint-output-filter-function): Use condition-case and
19011         beginning-of-line directly, instead of python-mode.el functions
19012         which require all sorts of baggage.
19013         (point-safe): Unnecessary - we're using condition-case directly,
19014         instead.
19015         (python-execute-file): Include for python-shell, which I'm leaving
19016         in keeping despite it being unnecessary for pdb tracking.
19018 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
19020         * progmodes/scheme.el (scheme-font-lock-keywords-2):
19021         Add SRFI 11 support.
19022         (let-values, let*-values): Specify scheme-indent-function.
19024 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
19026         * vc.el (vc-exec-after): Move setting mode-line-process in the
19027         busy case ...
19028         (vc-set-mode-line-busy-indicator): ... in this new function.
19029         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
19030         (vc-update-vc-status-buffer): Reset mode-line-process.
19031         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
19032         mark/unmark all the files with the same state as the current one.
19033         With a prefix argument mark/unmark all files.
19034         (vc-status-mode-menu): Adjust strings.
19035         (vc-update-vc-status-buffer): Only do something when the argument
19036         is not nil.
19037         (vc-status-kill-dir-status-process): New function.
19038         (vc-status-mode-map): Bind it.
19039         (vc-status-process-buffer): New variable.
19040         (vc-status-mode): Make it local.
19041         (vc-status-refresh): Set it.
19043         * vc-hg.el (vc-hg-dir-status):
19044         * vc-git.el (vc-git-dir-status):
19045         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
19046         command is run.
19048 2008-02-22  Glenn Morris  <rgm@gnu.org>
19050         * json.el (top-level): No need to require thingatpt.
19051         (json-read-keyword): Use thing-at-point rather than word-at-point.
19053         * time.el (top-level): No need to require time-date when compiling.
19055         * emacs-lisp/copyright.el (copyright-update-year):
19056         Fix subexpression numbering for the case when years are split over
19057         lines, and for the replace case.
19059         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
19060         (tpu-caar, tpu-cadr): Delete functions.
19061         (zmacs-regions): No need to declare for compiler.
19062         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
19063         (tpu-spell-check): Rewrite, and handle mark after point.
19064         (tpu-special-insert): Use or rather than if.
19066         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
19067         rather than spell-region.
19069         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
19070         warnings about spell-region.
19072 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
19074         * ldefs-boot.el: Regenerated.
19076         * loadup.el: Don't load language/devanagari, language/kannada,
19077         language/malayalam, and language/tamil.  Load language/sinhala.
19079         * language/indian.el (indian-font-foundry)
19080         (indian-script-language-alist, indian-font-char-index-table)
19081         (indian-font-char, indian-font-char-range, indian-script-table)
19082         (indian-default-script, indian-composable-pattern): Delete them.
19083         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
19084         language environments moved to here.
19085         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
19086         New language environments.
19088         * language/devanagari.el, language/devan-util.el,
19089         * language/kannada.el, language/knd-util.el, language/malayalam.el,
19090         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
19091         Delete them.
19093         * language/sinhala.el: New file.
19095 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
19097         Update Nick Robert's port of pdb tracking from python-mode.el.
19099         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
19100         Clarify docstring.
19101         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
19102         tracking is happening.
19103         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
19104         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
19105         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
19106         Tracking is plugged in to all comint buffers once python.el is loaded.
19107         (python-pdbtrack-overlay-arrow): Toggle activation of
19108         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
19109         (python-pdbtrack-track-stack-file): Use new
19110         `python-pdbtrack-get-source-buffer' for more flexible access to
19111         debugging source files.
19112         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
19113         according to pdb stack trace, optionally using new
19114         `python-pdbtrack-grub-for-buffer' if file is not locally available.
19115         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
19116         named buffer, or having function with indicated name.
19117         (python-shell): Remove comint-output-filter-functions hook
19118         addition, it's being done elsewhere.  Wrap long line.
19120 2008-02-21  Michael Olson  <mwolson@gnu.org>
19122         * json.el: Replace XEmacs compatibility code to get rid of
19123         compiler warnings.
19125         * time.el: Fix compiler warning.
19127 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
19129         * json.el: New file (JavaScript Object Notation parser / generator).
19131 2008-02-21  Dave Love  <fx@gnu.org>
19133         * progmodes/sym-comp.el: New file.
19135         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
19136         Require sym-comp.  Add Python buffer to same-window-buffer-names.
19137         Fixup whitespaces.
19138         (python-font-lock-keywords): Add highlighting for Python builtins.
19139         (python-font-lock-syntactic-keywords): Rewrite.
19140         (python-quote-syntax): Use syntax-ppss-context instead of parsing
19141         ppss directly.
19142         (python-mode-map): Add binding for python-find-function.
19143         (python-calculate-indentation): Clean up the logic.
19144         (python-beginning-of-defun): Explicitly set return value.
19145         (python-beginning-of-statement): Stop looping if we get stuck
19146         going backwards.
19147         (python-next-statement): Stop looping if we somehow end up inside
19148         a string while advancing.
19149         (python-preoutput-continuation, python-version-checked): New vars.
19150         (python-check-version): New function.
19151         (run-python): Set default command to python-command instead of
19152         python-python-command.
19153         (run-python): Use python-check-version.  Give PYTHONPATH
19154         precedence over data-directory in the process environment.
19155         Load function definitions in python process after.
19156         (python-check-comint-prompt): New function.
19157         (python-send-command, python-send-receive): Use it.
19158         (python-complete-symbol, python-try-complete): Functions deleted.
19159         Use symbol-complete instead of python-complete-symbol throughout.
19160         (python-fill-paragraph): Further refine the fenced-string regexp.
19161         (def-python-skeleton): Expand to the original abbrev instead if in
19162         a comment or string.  Tweak skeletons for `if', `while', `for',
19163         `try/except', `try/finally', `name'.
19164         (python-pea-hook, python-abbrev-pc-hook): New functions.
19165         (python-abbrev-syntax-table): New var.
19166         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
19167         Use symbol-completion-try-complete for hippie expansion.
19168         Turn on font lock unconditionally.
19169         (python-mode-hook): Defcustom it.  No need to use make-local
19170         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
19171         option, since it's buffer-local.
19173 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
19175         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
19177 2008-02-21  Drew Adams  <drew.adams@oracle.com>
19179         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
19180         "Turn off" and a "Help" entry when the minor mode has no menu.
19182 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
19184         * vc.el (vc-status-mark, vc-status-unmark): New functions.
19185         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
19186         vc-status-mark-file and vc-status-unmark-file.
19187         (vc-status-mark-unmark): New function.
19188         (vc-status-previous-line, vc-status-next-line): No longer interactive.
19190 2008-02-21  Glenn Morris  <rgm@gnu.org>
19192         * composite.el (encode-composition-rule): Fix typo in error message.
19193         (composition-function-table, auto-composition-mode): Doc fixes.
19195         * subr.el (sit-for): Fix obsolete form for nil second argument.
19197         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
19198         (spell-string): Make obsolete, in favor of ispell.
19200 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
19202         * language/devanagari.el: Don't setup composition-function-table
19203         here.
19204         ("Devanagari"): Change charset, coding-system, coding-priority to
19205         Unicode-based ones.  Don't require the feature devan-util.
19207         * composite.el (compose-chars-after): Fix arguments for a function
19208         in composition-function-table.
19209         (auto-compose-region): Likewise.
19211         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
19212         for Ethiopic.
19213         (ps-mule-plot-string): Ignore glyph-string based compositions.
19215 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19217         * doc-view.el: Allow different windows to show different pages.
19218         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
19219         (doc-view-current-image, doc-view-current-overlay): Remove variables,
19220         add them back as macros instead, using image-mode-winprops instead.
19221         Update all users of those variables.
19222         (doc-view-new-window-function): New function to create a new overlay
19223         for each new window.
19224         (doc-view-mode): Use it and image-mode-setup-winprops.
19225         (doc-view-clone-buffer-hook): Rewrite accordingly.
19227         * image-mode.el: Extend [hv]scroll support to per-window properties.
19228         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
19229         (image-mode-winprops-alist): New var to replace them.
19230         (image-mode-new-window-functions): New hook.
19231         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
19232         New funs.
19233         (image-set-window-vscroll, image-set-window-hscroll): Use them.
19234         Remove the `window' argument, update callers.
19235         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
19236         Use the new functions.
19237         (image-mode-reapply-winprops): New fun.
19238         (image-mode): Use it.
19240 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
19242         * calc/calc-math.el (math-sin-raw): Add optional argument
19243         to keep track of original argument.
19244         (math-cos-raw): Use optional argument when calling math-sin-raw.
19245         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
19246         with close to original precision.
19248 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19250         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
19251         args in calls of sit-for.
19253 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
19255         * vc-svn.el (vc-svn-program): Fix typo in docstring.
19256         (vc-svn-checkin): Fix typo in error message.
19258         * help-mode.el: Require easymenu when compiling.
19260 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
19262         * help-mode.el (help-mode-menu): New menu.
19264 2008-02-20  Glenn Morris  <rgm@gnu.org>
19266         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
19267         on Windows.
19269 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
19271         * ps-mule.el (ps-mule-encode-region): Return a single string.
19272         (ps-mule-plot-string): Adjust for the above change.
19273         (ps-mule-encode-header-string): Likewise.
19275         * international/latin1-disp.el (latin1-display): Don't use
19276         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
19277         standard-display-table.
19278         (latin1-display-identities): Adjust for the change of what is
19279         returned by (get-language-info charset 'charset).
19281         * international/mule-util.el (char-displayable-p): Fix for Latin-1
19282         characters and terminal case.
19284 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
19286         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
19288         * progmodes/python.el: Also require comint when loading.
19289         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
19290         Replace python-shell with run-python on menu bar.
19291         (python-shell-map): New map.
19292         (python-default-interpreter, python-python-command-args)
19293         (python-jython-command-args, python-pdbtrack-do-tracking-p):
19294         New options.
19295         (python-which-shell, python-which-args, python-which-bufname):
19296         New buffer local variables.
19297         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
19299         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
19300         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
19301         New constants.
19303         Pdbtrack features:
19305         (python-point, python-end-of-def-or-class)
19306         (python-beginning-of-def-or-class, python-goto-initial-line)
19307         (python-comint-output-filter-function)
19308         (python-pdbtrack-overlay-arrow)
19309         (python-pdbtrack-track-stack-file, python-toggle-shells)
19310         (python-shell, python-pdbtrack-toggle-stack-tracking)
19311         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
19312         New functions.
19314 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19316         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
19317         when the argument is nil.
19319 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19321         * vc.el (dir-status): Add a brief description.
19323 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
19325         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
19326         If non-nil, reverse the sense of the check.
19328         * vc-rcs.el (vc-rcs-root): New func.
19329         * vc-cvs.el (vc-cvs-root): New func.
19330         * vc-svn.el (vc-svn-root): New func.
19331         * vc-sccs.el (vc-sccs-root): New func.
19333 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
19335         * language/japan-util.el (setup-japanese-environment-internal):
19336         Call use-cjk-char-width-table.
19338         * language/japanese.el ("Japanese"): Set exit-function to
19339         use-default-char-width-table.
19341         * international/characters.el: Delete occurrences of non-Unicode
19342         tibetan and ethiopic characters.
19343         (cjk-char-width-table): New variable.
19344         (use-cjk-char-width-table, use-default-char-width-table):
19345         New functions.
19347 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19349         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
19350         (vc-status-mode-menu): Add a :filter.
19351         (vc-status-printer): Add faces.
19353         * vc-hg.el (vc-hg-extra-status-menu): New function.
19354         (vc-hg-dir-status): Clean up the buffer before using it.
19356 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19358         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
19359         (gdb): Initialize it here instead.
19361         * files.el (locate-dominating-file): Fix thinko in last change.
19362         Reported by Bruce Stephens <bruce.stephens@isode.com>.
19364 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
19366         * vc.el (vc-status-mode-menu): New menu for vc-status.
19368 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
19370         * progmodes/verilog-mode.el (customize): Fix typo in error message.
19371         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
19372         (verilog-mode-auto, verilog-indent-level-module)
19373         (verilog-minimum-comment-distance, verilog-library-flags)
19374         (verilog-library-directories, verilog-library-files)
19375         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
19376         (verilog-xemacs-menu, verilog-set-compile-command)
19377         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
19378         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
19379         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
19380         (verilog-batch-inject-auto, verilog-batch-indent)
19381         (verilog-continued-line, verilog-type-keywords)
19382         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
19383         (verilog-read-inst-pins, verilog-read-arg-pins)
19384         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
19385         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
19386         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
19387         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
19388         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
19389         (verilog-mode-version, verilog-mode-release-date)
19390         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
19391         (verilog-simulator, verilog-compiler)
19392         (verilog-auto-sense-defines-constant, verilog-company)
19393         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
19394         Fix typos in docstrings.
19395         (verilog-set-auto-endcomments, verilog-calculate-indent)
19396         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
19397         Reflow docstrings.
19398         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
19399         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
19400         (electric-verilog-forward-sexp, verilog-in-case-region-p)
19401         (verilog-in-struct-region-p, verilog-in-generate-region-p)
19402         (verilog-leap-to-head, verilog-current-indent-level)
19403         (verilog-case-indent-level, verilog-cpp-keywords)
19404         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
19405         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
19406         (verilog-signals-not-in, verilog-symbol-detick-text)
19407         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
19408         (verilog-forward-close-paren, verilog-backward-open-paren)
19409         (verilog-backward-open-bracket): Doc fixes.
19411         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
19412         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
19413         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
19414         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
19415         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
19416         Fix typos in docstrings.
19418         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
19420 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
19422         * info.el (Info-read-node-name): Removed unused `default' arg.
19424 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
19426         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
19428 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19430         * image-mode.el (image-get-display-property): New fun.
19431         (image-forward-hscroll, image-next-line, image-eol, image-eob)
19432         (image-mode, image-minor-mode, image-toggle-display-text)
19433         (image-toggle-display): Use it.
19435 2008-02-18  Jason Rumney  <jasonr@gnu.org>
19437         * international/mule.el (xml-find-file-coding-system): Don't warn
19438         about utf-16 with BOM.
19440         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
19442         * international/mule.el (sgml-xml-auto-coding-function): Detect and
19443         warn if file encoding is not utf-8 and encoding not specified.
19444         (xml-find-file-coding-system): New function.
19445         * international/mule-conf.el (file-coding-system-alist): Use it.
19447 2008-02-17  Glenn Morris  <rgm@gnu.org>
19449         * international/mule-cmds.el (set-locale-environment):
19450         Pass `frame' to getenv for LC_MESSAGES.
19452 2008-02-17  Juri Linkov  <juri@jurta.org>
19454         * time.el (emacs-init-time): Use format instead of format-seconds.
19456 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19458         * textmodes/bibtex.el (bibtex-search-entry): Rename from
19459         bibtex-find-entry.  Add autoload cookie.
19460         (bibtex-find-entry): Alias for bibtex-search-entry.
19461         (bibtex-search-crossref): Rename from bibtex-find-crossref.
19462         (bibtex-find-crossref): Alias for bibtex-search-crossref.
19463         (bibtex-clean-entry): atomic-change-group removed.
19464         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
19465         to locate buffer location where error occurred.
19466         Make error messages more specific.
19467         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
19469 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
19471         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
19472         top level.
19474         * simple.el (transient-mark-mode): Add an :init-value.
19476         * startup.el (command-line): Use custom-reevaluate-setting for
19477         transient-mark-mode.
19479 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
19481         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
19483 2008-02-16  Juri Linkov  <juri@jurta.org>
19485         * startup.el (after-init-time): New variable.
19486         (command-line): Set `after-init-time' to the current time.
19488         * time.el (emacs-init-time): New function.
19490 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19492         * files.el (locate-dominating-file): Remove initial loop because it's
19493         not careful enough.  Detect the uid-change all within the main loop.
19495 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19497         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
19499 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
19501         * vc.el (vc-annotate): Add new argument.
19502         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
19504         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
19505         Move make-variable-buffer-local code after the corresponding defvar.
19506         (hs-minor-mode-map): Define and initialize in one step.
19507         (hs-minor-mode): Change from defun to define-minor-mode.
19509 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
19511         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
19512         (gdb-ready): Move declaration...
19514         * progmodes/gdb-ui.el (gdb-ready): ...to here.
19515         (gdb-early-user-input): New variable.
19516         (gdb): Reset gdb-flush-pending-output to nil and set
19517         comint-input-sender here (before gdb-prompt), instead of...
19518         (gdb-init-1): ...here.
19519         (gdb-send): If Emacs is not ready, defer user input to...
19520         (gdb-prompt): ...here.
19522 2008-02-16  Glenn Morris  <rgm@gnu.org>
19524         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
19526         * startup.el (emacs-startup-time): Rename to `before-init-time'.
19527         (before-init-time): New name for `emacs-startup-time'.
19528         (command-line): Use before-init-time rather than emacs-startup-time.
19529         * time.el (emacs-uptime): Use before-init-time rather than
19530         emacs-startup-time.
19532         * composite.el (composition-function-table): Doc fix.
19534         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
19535         in favor of `%z' specifier.
19536         (emacs-uptime): Move to time.el.
19537         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
19538         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
19539         argument of format-seconds.
19541 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
19543         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
19545 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19547         * ielm.el (ielm-is-whitespace): Remove.
19548         (ielm-is-whitespace-or-comment): New function.
19549         (ielm-eval-input): Use it.
19551 2008-02-15  Jason Rumney  <jasonr@gnu.org>
19553         * term/mac-win.el: Fix coding tag.
19555 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
19557         * vc-hooks.el (vc-menu-map):
19558         * bindings.el (mode-line-mode-menu): Add tooltips.
19560         * bindings.el (help-echo): Add more tooltips.  Use a less
19561         telegraphic style for existing tooltips.
19563 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19565         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
19566         from the auto-generated one.
19568 2008-02-14  Glenn Morris  <rgm@gnu.org>
19570         * mail/rmail-spam-filter.el (rmail-spam-filter):
19571         Let-bind message-spam-status.
19573         * mail/smtpmail.el (password-cache-add): Declare as function.
19575 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
19577         * mail/smtpmail.el: Use password-cache.
19579 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
19581         * uniquify.el (uniquify-buffer-base-name): New function.
19582         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19584         * desktop.el (uniquify-managed): Don't defvar.
19585         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
19586         `uniquify-managed'.  Return also the buffer's base name.
19587         (desktop-save): When saving the buffer info, filter out the base name,
19588         and save it as buffer name if the buffer is managed by uniquify.
19589         (uniquify-item-base): Don't declare; not called anymore.
19591 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
19593         * vc.el (vc-annotate-find-revision-at-line): New function.
19594         (vc-annotate-mode-map): Bind it.
19595         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
19596         some entries.
19598 2008-02-14  Glenn Morris  <rgm@gnu.org>
19600         * calendar/time-date.el (format-seconds): New function.
19601         (emacs-uptime): Use format-seconds.
19603         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
19604         Remove `LC_ALL=C', since it's included in $(emacs) now.
19606 2008-02-14  Zhang Wei  <id.brep@gmail.com>
19608         * textmodes/org-publish.el (org-publish-timestamp-filename):
19609         Replace colon characters in filename too.
19611 2008-02-13  Bastien Guerry  <bzg@altern.org>
19613         * mail/rmail.el (rmail-header-name): New face.
19614         (rmail-font-lock-keywords): Use rmail-header-name.
19616         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
19617         against X-Spam-Status header field.
19618         (rmail-spam-filter): Also check X-Spam-Status header field.
19620 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
19622         * progmodes/flymake.el (flymake-allowed-file-name-masks):
19623         Add support for .pm files and .php files.
19624         (flymake-err-line-patterns): Add pattern for PHP errors.
19625         (flymake-php-init): New function.  PHP support for flymake.
19627         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19628         Add regular expression for PHP errors.
19630 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
19632         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
19633         This DTRT even on w32 machines.
19634         (ange-ftp-cf1): Quote FILENAME.
19636 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19638         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
19639         (smerge-auto-combine): New fun.
19641 2008-02-12  Juri Linkov  <juri@jurta.org>
19643         * startup.el (fancy-startup-screen, normal-splash-screen):
19644         Set default-directory to command-line-default-directory.
19646         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
19647         after reading the desktop.
19649         * progmodes/compile.el (compilation-auto-jump):
19650         Call compile-goto-error only when compilation-auto-jump-to-first-error
19651         is non-nil.
19652         (compilation-scroll-output): Replace :type 'boolean with a choice
19653         that has three options including a third option `first-error'.
19654         Doc fix.
19655         (compilation-start, compilation-forget-errors): Add an alternate
19656         condition comparing compilation-scroll-output with `first-error'
19657         in addition to compilation-auto-jump-to-first-error (to call
19658         compilation-auto-jump in the proper place).
19660 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19662         * international/mule.el (sgml-html-meta-auto-coding-function):
19663         Make sure the search limit is ahead.
19665         * tar-mode.el: Fix broken indentation.
19666         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
19667         Use with-current-buffer.
19669 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
19671         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
19672         it is already automatically buffer-local.
19674 2008-02-12  Drew Adams  <drew.adams@oracle.com>
19676         * help.el (describe-key): Join some split lines to facilitate filling.
19677         * help-fns.el (describe-function-1): Fill text of overlong lines.
19679 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
19681         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
19682         Use unibyte-string instead of string-make-unibyte.
19684         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
19686 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19688         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
19689         works also for buffers w/o buffer-file-name.  Update callers.
19690         (doc-view-clone-buffer-hook): New fun.
19691         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
19692         the `doc-view' property so they can be recognized.
19694         * simple.el (clone-indirect-buffer-hook): New hook.
19695         (clone-indirect-buffer): Run it.
19697 2008-02-11  Michael Olson  <mwolson@gnu.org>
19699         * epa-setup.el:
19700         * epg-package-info.el: Files removed.
19702 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
19704         * epa.el (epa-menu-mode): Merge into epa-mode.
19705         (epa-menu-items): Rename the label "EasyPG Assistant" to
19706         "Encryption/Decryption".
19708         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
19709         (epa-dired-mode-map): Rename from epa-dired-map.
19710         (epa-global-dired-mode): Rename the global minor mode.
19712 2008-02-11  Drew Adams  <drew.adams@oracle.com>
19714         * isearch.el (isearch-fail): New face.
19715         (isearch-message): Highlight failure part of input.
19717 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19719         * ibuffer.el (ibuffer-header-line-format): New var.
19720         (ibuffer-mode): Set it instead of header-line-format.
19721         (ibuffer-update): Use it to set header-line-format.
19723         * international/mule-cmds.el (ucs-insert): Inherit surrounding
19724         properties like self-insert-command.
19726 2008-02-11  Drew Adams  <drew.adams@oracle.com>
19728         * progmodes/etags.el: Add many doc strings.
19730 2008-02-11  Jason Rumney  <jasonr@gnu.org>
19732         * ldefs-boot.el: Regenerated.
19734 2008-02-11  Glenn Morris  <rgm@gnu.org>
19736         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19737         Shorten some names.
19739         * ffap.el (ffap-rfc-directories): Add :version.
19741 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
19743         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
19744         files, and backup files of same.
19746 2008-02-11  Kevin Ryde  <user42@zip.com.au>
19748         * ffap.el (ffap-rfc-directories): New variable.
19749         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
19751         * info.el (Info-next-reference, Info-prev-reference)
19752         (Info-try-follow-nearest-node): Move to and follow https:// links too.
19754         * simple.el (completion-list-mode): Show full completion-list-mode-map
19755         in the docstring.
19757 2008-02-11  Sam Steingold  <sds@gnu.org>
19759         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
19761 2008-02-11  Glenn Morris  <rgm@gnu.org>
19763         * startup.el (emacs-startup-time): New variable.
19764         (command-line): Set emacs-startup-time.
19766         * calendar/time-date.el (emacs-uptime): New function.
19768 2008-02-10  Bastien Guerry  <bzg@altern.org>
19770         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
19771         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
19772         it is nil.
19774 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
19776         * epg-config.el: Expand the contents of epg-package-info.el.
19777         (epg-package-name): New constant.
19778         (epg-version-number): New constant.
19779         (epg-bug-report-address): New constant.
19781         * epa-mail.el (epa-mail-mode): Add autoload cookie.
19782         (epa-global-mail-mode): New global minor mode.
19784         * epa-file.el (epa-file-mode): New global minor mode.
19786         * epa-dired.el (epa-dired-mode): New global minor mode.
19788         * epa.el (epa-menu): New variable.
19789         (epa-menu-items): New variable.
19790         (epa-menu-mode): New global minor mode.
19791         (epa-global-minor-modes): New user option.
19792         (epa-mode): New global minor mode.
19794 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
19796         * net/dbus.el: Remove `no-byte-compile' cookie.
19797         (dbus-call-method, dbus-register-signal, dbus-debug)
19798         (dbus-registered-functions-table): Declare them with
19799         `declare-function' or `defvar', respectively.
19800         (top): Don't assert any longer.  Require 'cl when compiling.
19801         Apply `ignore-errors' but `dbus-ignore-errors'.
19803 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
19805         * diff-mode.el (diff-add-change-log-entries-other-window):
19806         Use add-change-log-entry.
19808 2008-02-09  Jason Rumney  <jasonr@gnu.org>
19810         * button.el (button-map):
19811         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
19812         * ldefs-boot.el: Regenerate.
19814 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
19816         * epa.el (epa-faces, epa):
19817         * epa-file.el (epa-file):
19818         * epg-config.el (epg): Add :version.
19820 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
19822         * vc.el (vc-exec-after): Append CODE to previous fragments.
19823         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
19824         take MESSAGES instead of VERBOSE; use it when non-nil.
19825         (vc-diff-internal): Compute messages once; use them;
19826         update call to vc-diff-finish.
19828 2008-02-09  Michael Olson  <mwolson@gnu.org>
19830         * net/tramp.el (tramp-process-sentinel): Avoid error when process
19831         buffer has been killed, such as by
19832         `tramp-cleanup-all-connections'.
19834 2008-02-09  Miles Bader  <miles@gnu.org>
19836         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
19838 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19840         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
19841         splitter in context hunks.
19843 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
19845         * international/fontset.el (setup-default-fontset): Fix arabic otf
19846         font specification.
19848 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
19850         * epa-dired.el:
19851         * epa-file.el:
19852         * epa-mail.el:
19853         * epa-setup.el:
19854         * epa.el:
19855         * epg-config.el:
19856         * epg-package-info.el:
19857         * epg.el: Initial check-in of EasyPG.
19859 2008-02-08  Glenn Morris  <rgm@gnu.org>
19861         * woman.el (woman-locale): New defcustom.
19862         (woman-expand-locale, woman-manpath-add-locales): New functions.
19863         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
19865         * international/mule-cmds.el (locale-translate): New function,
19866         with old code extracted from set-locale-environment.
19867         (set-locale-environment): Use locale-translate.  Set woman-locale.
19869         * cus-start.el (selection-coding-system): Remove, since it's now
19870         defined in select.el rather than in xselect.c.
19871         * select.el (selection-coding-system): Make it a defcustom, and
19872         add the properties from cus-start.el.  Bump :version.
19874         * custom.el (custom-theme-set-variables): Sort symbols that are
19875         dependencies before symbols that depend on them.
19876         (custom-enabled-themes): Set after custom-theme-directory.
19878         * pcmpl-unix.el (top-level): Move provide statement to end.
19879         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
19880         `*' from doc-string.  Allow to be nil.
19881         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
19882         Allow to be nil.  Add :version.
19883         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
19884         without hostnames, and multiple hostnames per line.
19886         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
19888 2008-02-08  Phil Hagelberg  <phil@evri.com>
19890         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
19891         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
19893 2008-02-07  Timo Savola  <timo.savola@iki.fi>
19895         * startup.el (command-line-x-option-alist): Add --parent-id.
19897         * term/x-win.el (x-handle-parent-id): New function.
19899 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
19901         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
19902         "Font Menu".
19904 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
19906         * net/dbus.el (dbus-interface-peer): New defconst.
19907         (dbus-ping): New defun.
19909 2008-02-06  Sam Steingold  <sds@gnu.org>
19911         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
19913 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19915         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
19916         Just return nil and let the C code provide a fallback.
19918 2008-02-05  Glenn Morris  <rgm@gnu.org>
19920         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
19921         tramp-flush-connection-property for removed 2nd argument.
19923 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19925         * diff-mode.el (diff-add-change-log-entries-other-window):
19926         Rename from diff-create-changelog.  Change users.
19927         Minor change to hopefully work with plain diffs.
19928         (diff-mode-map): Add binding for it.
19930 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
19932         * diff-mode.el: Add new TODO entry.
19933         (diff-create-changelog): New function.
19934         (diff-mode-menu): Bind it.
19936 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
19938         * international/mule-diag.el (print-fontset-element): Handle the
19939         case of inhibiting the fallback fonts.
19941 2008-02-04  Kim F. Storm  <storm@cua.dk>
19943         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19944         (ido-magic-delete-char): Use prefix arg.
19946 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
19948         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
19949         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
19950         of today, the most recent libpng is 1.2.24).
19952 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
19954         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
19956         * net/dbus.el (top): Check (featurep 'dbusbind).
19958         * net/tramp.el (tramp-process-sentinel): New defun.
19959         (tramp-do-copy-or-rename-file-out-of-band)
19960         (tramp-maybe-open-connection): Use it as process sentinel.
19961         (tramp-handle-delete-directory): Don't use the "-f" option; it
19962         isn't portable.
19963         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
19964         after the command.
19965         (tramp-handle-shell-command): Set `mode-line-process' in the
19966         asynchronous case.
19968         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
19970         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
19971         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
19972         Use `tramp-process-sentinel' as process sentinel.
19974 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
19976         * whitespace.el (global-whitespace-mode): Revert last change.
19977         (whitespace-unload-function): Force `global-whitespace-mode'
19978         to deactivate local modes in a slightly less intrusive way.
19980 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
19982         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
19984 2008-02-02  Glenn Morris  <rgm@gnu.org>
19986         * international/latin1-disp.el (latin1-display):
19987         * progmodes/fortran.el (fortran-comment-indent-char):
19988         * progmodes/idlw-shell.el (top-level):
19989         * term/mac-win.el (mac-keyboard-translate-char):
19990         * whitespace.el (whitespace-char-valid-p):
19991         * wid-edit.el (widget-key-sequence-read-event):
19992         Use characterp rather than char-valid-p.
19994         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
19995         to capitalized-find-word-boundary.  Doc fix.  Update callers.
19996         (capitalized-next-word-boundary-function-table): Rename to
19997         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
19999         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
20000         string-to-int.
20002         * ps-def.el (declare-function): Add compatibility definition.
20003         (ps-plot-with-face, ps-plot-string): Declare as functions.
20004         (ps-bold-faces, ps-italic-faces): Declare variables.
20006         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
20007         (ps-mule-end-job): Declare as functions.
20009         * wid-edit.el (widget-string-complete): Use assoc-string rather
20010         than assoc-ignore-case.
20012 See ChangeLog.13 for earlier changes.
20014 ;; Local Variables:
20015 ;; coding: utf-8
20016 ;; End:
20018     Copyright (C) 2008, 2009  Free Software Foundation, Inc.
20020   This file is part of GNU Emacs.
20022   GNU Emacs is free software: you can redistribute it and/or modify
20023   it under the terms of the GNU General Public License as published by
20024   the Free Software Foundation, either version 3 of the License, or
20025   (at your option) any later version.
20027   GNU Emacs is distributed in the hope that it will be useful,
20028   but WITHOUT ANY WARRANTY; without even the implied warranty of
20029   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20030   GNU General Public License for more details.
20032   You should have received a copy of the GNU General Public License
20033   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20035 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc