(cp932): Delete alias for japanese-shift-jis.
[emacs.git] / lisp / ChangeLog
blobc50a95df7ab083692fb30c9b69683c0d959197a9
1 2009-04-13  Kenichi Handa  <handa@m17n.org>
3         * language/japanese.el (cp932): Delete alias for
4         japanese-shift-jis.
6 2009-04-12  Michael Albinus  <michael.albinus@gmx.de>
8         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Overwrite
9         always the tmpfile.  (Bug#2962).
11 2009-04-11  Chong Yidong  <cyd@stupidchicken.com>
13         * files.el (dir-locals-directory-cache): Change format to include
14         the mtime of the directory-local variables file (Bug#2833).
15         (dir-locals-set-directory-class): New arg mtime.  Store it in
16         dir-locals-directory-cache.
17         (dir-locals-find-file): Check cache validity using the mtime.
18         (dir-locals-read-from-file): Save the file mtime in the cache.
19         (hack-dir-local-variables): Adapt to new
20         dir-locals-directory-cache entry format.
22         * international/mule-diag.el (describe-font-internal): Change
23         ignored argument to IGNORED.
24         (describe-font): Elide unnecessary argument to
25         describe-font-internal (Bug#2945).
27 2009-04-10  Richard M Stallman  <rms@gnu.org>
29         * mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.
31         * vc-dir.el (vc-dir): Doc fix.
33 2009-04-10  Eli Zaretskii  <eliz@gnu.org>
35         * mail/unrmail.el (unrmail): If "Mail-From" header is found,
36         append a newline to it.
38         * mail/rmail.el (rmail-unrmail-new-mail)
39         (rmail-unrmail-new-mail-maybe): New functions.
40         (rmail-insert-inbox-text): Use rmail-unrmail-new-mail-maybe to
41         convert Babyl-formatted new mail to mbox format.  (Bug#2942)
43 2009-04-09  Kim F. Storm  <storm@cua.dk>
45         * emulation/cua-rect.el (cua--indent-rectangle): Insert tabs using
46         tab-to-tab-stop to respect indent-tabs-mode.
48 2009-04-09  Richard M Stallman  <rms@gnu.org>
50         * mail/rmailkwd.el (rmail-set-label): Warn if multipe labels spec'd.
51         (rmail-kill-label, rmail-add-label): Doc fixes.
53         * mail/rmailout.el (rmail-output): If file is visited,
54         check the buffer's format.
56         * mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".
58         * mail/rmailout.el (rmail-output-to-rmail-buffer):
59         Call rmail-modify-format.
61         Don't query before visiting a Babyl file.
62         Instead, query before modifications that would save it.
64         * mail/rmail.el (rmail-was-converted): New variable.
65         (rmail-seriously-modified): New variable.
66         (rmail-perm-variables): Set them to nil.
67         (rmail-convert-babyl-to-mbox): Don't query about converting Babyl file.
68         Instead, set rmail-was-converted.
69         (rmail-modify-format): New function.  Query if save will change format.
70         (rmail-dont-modify-format): New function.
71         (rmail-duplicate-message, rmail-get-new-mail):
72         Call rmail-modify-format.
73         (rmail-set-header): Call rmail-dont-modify-format.
74         (rmail-set-attribute): Likewise.
75         (rmail-expunge-confirmed): Call rmail-modify-format.
77         * mail/sendmail.el (sendmail-send-it): Replace any
78         pre-existing Content-type header if we insert one.
80 2009-04-09  Michael Albinus  <michael.albinus@gmx.de>
82         * net/tramp.el (tramp-file-name-handler-alist): Add
83         `vc-registered'.
84         (tramp-handle-vc-registered ): New defun.  (Bug#1741).
86         * net/tramp-cache.el (tramp-flush-directory-property): Use the
87         localname of KEY for check.
89 2009-04-09  Kenichi Handa  <handa@m17n.org>
91         * international/charprop.el: Re-generated.
92         * international/uni-bidi.el: Re-generated.
93         * international/uni-category.el: Re-generated.
94         * international/uni-combining.el: Re-generated.
95         * international/uni-decomposition.el: Re-generated.
96         * international/uni-mirrored.el: Re-generated.
97         * international/uni-name.el: Re-generated.
99 2009-04-08  Eli Zaretskii  <eliz@gnu.org>
101         * files.el (append-to-file): Doc fix.
103         * term/pc-win.el (msdos-last-help-message): New defvar.
104         (msdos-show-help): Use it to avoid saving the last message if it
105         was also a help message (Bug#2895).
107         * mail/rmail.el (rmail-simplified-subject): Normalize whitespace
108         in subject.  This resurrects a feature, lost in transition to
109         mbox, whereby Subject is matched even if it's broken into several
110         lines at arbitrary places.
112 2009-04-08  Nick Roberts  <nickrob@snap.net.nz>
114         * progmodes/gdb-ui.el: Give hint for GDB in Emacs on Mac OSX.
116 2009-04-08  Chong Yidong  <cyd@stupidchicken.com>
118         * textmodes/fill.el (fill-paragraph): Doc fix.
120 2009-04-07  Chong Yidong  <cyd@stupidchicken.com>
122         * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
124 2009-04-07  Glenn Morris  <rgm@gnu.org>
126         * term/ns-win.el (ns-pop-up-frames): Make it a defcustom.
128         * mail/rmail.el (rmail-expunge-and-save): Let rmail-expunge show the
129         message.
130         (rmail-quit): Mark summary unmodified.
131         (rmail-expunge): Doc fix.  Always show a message.  (Bug#2763)
133 2009-04-07  Chong Yidong  <cyd@stupidchicken.com>
135         * vc-bzr.el (vc-bzr-log-view-mode): Tweak
136         log-view-message-re (Bug#2872).
138         * descr-text.el (describe-property-list, describe-char): Add
139         follow-link properties to buttons that need them.
141         * tooltip.el (tooltip-show-help-non-mode): Don't save the last
142         message if it was also a help message (Bug#2895).
144 2009-04-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
146         * textmodes/bibtex.el (bibtex-format-entry)
147         (bibtex-search-crossref): Allow OPT prefix for name of crossref
148         field.
150 2009-04-06  Sam Steingold  <sds@gnu.org>
152         * simple.el (completion-list-mode-map): Bind "q" to quit-window,
153         just like in all other read-only buffers.
155 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
157         * simple.el (handle-shift-selection): Clarify docstring.
159 2009-04-05  Michael Albinus  <michael.albinus@gmx.de>
161         * dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
162         `file-modes' returns nil.
164         * net/ange-ftp.el (ange-ftp-set-file-modes): New defun.  Change
165         `ange-ftp' property of `set-file-modes' to
166         `ange-ftp-set-file-modes' (Bug#2865).
167         (ange-ftp-call-chmod): Add error handling.
169         * net/tramp.el (tramp-default-file-modes) New defun.  Replace all
170         calls of `file-modes' by this (Bug#2869).
171         (tramp-handle-find-backup-file-name): Use `symbol-value' instead
172         of `boundp'.
174         * net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
175         Use `tramp-default-file-modes'.
177 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
179         * frame.el (make-frame): Doc fix.
181 2009-04-04  Eli Zaretskii  <eliz@gnu.org>
183         * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of
184         summary lines.
186 2009-04-02  Chong Yidong  <cyd@stupidchicken.com>
188         * dired.el (dired-get-filename): Always pass filename through
189         `read' to ensure unquoting is performed (Bug#2862).
191 2009-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
193         * doc-view.el (doc-view-mode): Don't give up if the file doesn't exist.
195 2009-04-02  Glenn Morris  <rgm@gnu.org>
197         * calendar/diary-lib.el (diary-cyclic): Check for +ve N.
199         * calendar/holidays.el (calendar-holidays):
200         Don't autoload it.  (Bug#2811)
202 2009-04-02  Kenichi Handa  <handa@m17n.org>
204         * international/fontset.el (setup-default-fontset):
205         Specify iso10646-1 font for characters in PUA of BMP.  (Bug#2830)
207 2009-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
209         * simple.el (auto-fill-function): Mark it as safe for nil.
210         Suggested by Leo <sdl.web@gmail.com>.
212 2009-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
214         * vc-mtn.el (vc-mtn-register): Fix optional arguments.
216         * vc-hooks.el (vc-name): Avoid calling vc-backend twice.
217         (vc-mode-line): Accept and use an optional argument for the backend.
218         (vc-find-file-hook): Use when instead of if.  Avoid calling
219         vc-backend multiple times, pass down the value computed the first time.
221 2009-03-30  Andreas Schwab  <schwab@linux-m68k.org>
223         * ansi-color.el (ansi-color-get-face):
224         Use ansi-color-parameter-regexp to match parameters.
225         (ansi-color-regexp): Include final `m' in first group.
227 2009-03-30  Jason Rumney  <jasonr@gnu.org>
229         * files.el (locate-dominating-stop-dir-regexp): Stop searching
230         when a UNC mount point is reached.
232 2009-03-30  Jay Belanger  <jay.p.belanger@gmail.com>
234         * calc/calc-embed.el (calc-embedded-restore-original-modes):
235         Add argument for Calculator buffer.
236         (calc-do-embedded): Use specific Calculator buffer when cancelling
237         embedded mode.
239         * calc/calc.el (calc-buffer-list): New variable.
240         (calc-kill-stack-buffer): New function.
241         (calc-mode): Add `calc-kill-stack-buffer' to
242         `kill-buffer-query-functions'.  Add current buffer to
243         `calc-buffer-list'.
245 2009-03-30  Kenichi Handa  <handa@m17n.org>
247         * language/chinese.el (chinese-big5): Change type to `big5'.
249 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
251         * help-mode.el (help-buffer): Add docstring.
253 2009-03-28  David Reitter  <david.reitter@gmail.com>
255         * term/ns-win.el (ns-expand-space): Remove defvar.
256         (S-,): Bind to `customize' in line with menu item.
257         ([global-map windows]): Remove (in line with other platforms).
258         (menu-bar-update-frames, force-menu-bar-update-buffers):
259         Remove, not needed.
260         (menu-bar-update-hook): Do not alter.
261         (generate-fontset-menu, mouse-set-font): Amend doc string
262         of these defaliases to point out their altered meaning in NS.
264 2009-03-28  Juri Linkov  <juri@jurta.org>
266         * simple.el (minibuffer-default-add-completions):
267         Remove `(interactive)'.  (Bug#2805)
269 2009-03-28  Eli Zaretskii  <eliz@gnu.org>
271         * files.el (shell-quote-wildcard-pattern): Doc fix.
273 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
275         * ls-lisp.el (ls-lisp-insert-directory): Allow for a trailing '/'
276         when looking for "." and "..".  (Bug#2801)
278 2009-03-27  Andreas Schwab  <schwab@linux-m68k.org>
280         * simple.el (shift-select-mode): Make it a defcustom.
281         * cus-start.el: Remove shift-select-mode.
283 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
285         * simple.el (shift-select-mode): Move declaration from callint.c.
286         (handle-shift-selection): Remove `deactivate' arg and check
287         shift-select-mode instead.
289 2009-03-26  Juanma Barranquero  <lekktu@gmail.com>
291         * align.el (align-large-region, align-perl-modes, align-rules-list)
292         (align-open-comment-modes): Fix typos in docstrings.
293         (align-region-separate): Doc fixes.
295 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
297         * arc-mode.el (archive-ar-summarize): Don't burp on special GNU
298         extension entries for lookup tables or extended file name tables.
299         Distinguish the internal and external name, so lookup is easier.
300         (archive-ar-extract): Take advantage of more precise name.
301         Preserve point.
303 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
305         * play/bubbles.el (bubbles): Doc fix (Bug#2776).
307 2009-03-25  Juanma Barranquero  <lekktu@gmail.com>
309         * composite.el (auto-compose-chars): Fix typo in docstring.
311 2009-03-24  Michael Albinus  <michael.albinus@gmx.de>
313         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
315 2009-03-24  Glenn Morris  <rgm@gnu.org>
317         * wid-edit.el (widget-specify-field): Don't add a second overlay for a
318         field with just a newline character.
319         (widget-field-value-get): Don't reduce fields with just a space
320         character to null.
321         (character): Accept newline.  (Bug#2689)
323 2009-03-24  Kenichi Handa  <handa@m17n.org>
325         * international/fontset.el (font-encoding-alist): Add an entry for
326         muletibetan-0.  (Bug#2722)
328 2009-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
330         * vc-bzr.el (vc-bzr-working-revision): Add support for lightweight
331         checkouts.  (Bug#2157)
332         (vc-bzr-after-dir-status): Ignore a warning for bzr status.
333         (vc-bzr-dir-extra-headers): Add headers for lightweight checkouts.
335 2009-03-22  Richard M Stallman  <rms@gnu.org>
337         * mail/rmail.el (rmail-expunge): Update summary buffer even if DONT-SHOW.
338         (rmail-expunge): Without DONT-SHOW, show the message even after
339         updating summary.
341 2009-03-21  Jari Aalto  <jari.aalto@cante.net>
343         * time.el (display-time-default-load-average): Doc fix.
345 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
347         * simple.el (handle-shift-selection): Doc fix.  (Bug#2738)
349 2009-03-21  Chong Yidong  <cyd@stupidchicken.com>
351         * files.el (file-modes-rights-to-number): Doc fix.
352         (file-modes-symbolic-to-number): Handle empty permissions
353         arg (Bug#2729).
355 2009-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
357         * vc.el (Todo): Add note on simplifying vc-register.
359 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
361         * eshell/em-ls.el (eshell-ls-dir):
362         Call eshell-directory-files-and-attributes with additional argument
363         'integer or 'string, according to numeric-uid-gid.
364         (eshell-ls-file): Don't convert UID and GID to strings, as
365         eshell-ls-dir already did.  Enlarge max user-name string length to
366         14 characters.
367         (eshell-do-ls): Fix the long name of the -L option.
369         * eshell/esh-util.el (directory-files-and-attributes): Accept and
370         ignore additional optional argument id-format.
371         (eshell-directory-files-and-attributes):
372         Call directory-files-and-attributes with additional argument id-format.
374         * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8.
375         (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
376         argument nil.
378 2009-03-21  David Reitter <david.reitter@gmail.com>
380         * cus-start.el (all): Use existing `ns' rather than new `nextstep'
381         group for variables affected by last two changes.
383 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
385         * cus-start.el (all): Fix last change.
387 2009-03-21  David Reitter <david.reitter@gmail.com>
389         * cus-start.el (all): Add ns-control-modifier,
390         ns-command-modifier, ns-alternate-modifier, ns-function-modifier,
391         ns-antialias-text, and ns-use-qd-smoothing.
393 2009-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
395         * vc-dir.el (vc-dir-deduce-fileset): Make the error message more explicit.
397 2009-03-19  Juanma Barranquero  <lekktu@gmail.com>
399         * subr.el (forward-point): Add obsolescence declaration.
401         * paren.el (show-paren-function):
402         * simple.el (kill-forward-chars, kill-backward-chars):
403          Use (+/- (point) N), instead of `forward-point'.
405 2009-03-19  Glenn Morris  <rgm@gnu.org>
407         * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag.
409         * mail/supercite.el (sc-version): Doc fix.
411 2009-03-19  Leo  <sdl.web@gmail.com>  (tiny change)
413         * mail/supercite.el (sc-version): Fix typo in interactive spec.
415 2009-03-19  Kenichi Handa  <handa@m17n.org>
417         * international/quail.el (quail-update-leim-list-file):
418         Save leim-list.el in utf-8.
420         * international/mule-cmds.el (leim-list-header):
421         Use utf-8 coding tag.
423         * term/ns-win.el: Call create-default-fontset, not
424         setup-default-fontset.  Call create-fontset-from-fontset-spec
425         within condition-case.
427         * term/w32-win.el (w32-initialize-window-system):
428         Call create-default-fontset, not setup-default-fontset.
429         Call create-fontset-from-fontset-spec within condition-case.
431         * term/x-win.el (x-initialize-window-system):
432         Call create-default-fontset, not setup-default-fontset.
433         Call create-fontset-from-fontset-spec within condition-case.
435         * international/fontset.el (create-default-fontset): New function.
436         (create-fontset-from-x-resource): Use display-warning instead of
437         message.
439 2009-03-18  Richard M Stallman  <rms@gnu.org>
441         * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
442         (rmail-retry-failure): Undo previous change.
444 2009-03-18  Kenichi Handa  <handa@m17n.org>
446         * international/mule.el (after-insert-file-set-coding):
447         Set buffer-file-coding-system directly without calling
448         set-buffer-file-coding-system.  (Fixes bug described in
449         follow-up to bug#2317).
451 2009-03-17  Juanma Barranquero  <lekktu@gmail.com>
453         * emacs-lisp/benchmark.el (benchmark): Reflow docstring.
455 2009-03-17  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
457         * international/characters.el (cjk-char-width-table):
458         Add cp932-2-byte.
460 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
462         * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
464 2009-03-16  David Reitter  <david.reitter@gmail.com>
466         * faces.el (set-face-attributes-from-resources)
467         (face-set-after-frame-default): Do not import X resources on NS
468         because NS does not have system-wide X resources.
470 2009-03-16  Richard M Stallman  <rms@gnu.org>
472         * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
473         (rmail-expunge): Show the message only once, and only if needed.
474         If the current message was current before, just re-swap.
476 2009-03-16  Kenichi Handa  <handa@m17n.org>
478         * international/ccl.el (ccl-compile-if): Signal an error for
479         invalid operator.
481 2009-03-16  Chong Yidong  <cyd@stupidchicken.com>
483         * minibuffer.el (read-file-name): Doc fix.
485         * tooltip.el (tooltip-show-help-non-mode): Don't set
486         tooltip-previous-message if called with the same tooltip that is
487         showing (Bug#2680).
489         * emacs-lisp/crm.el (crm--choose-completion-string): New function.
490         (completing-read-multiple): Set and restore
491         choose-completion-string-functions (Bug#1080).
493 2009-03-15  Glenn Morris  <rgm@gnu.org>
495         * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
496         value to help people with the formatting.
498         * mail/sendmail.el (mail-yank-prefix): Doc fix.
499         (mail-mode-map): Only enable the "Cite Original" menu-item when
500         appropriate.  Standardize the text used for other headers re hyphens.
502         * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
503         like "Reply-To".
505 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
507         * minibuffer.el (completion-styles): Add emacs22 completion style
508         as fallback.
510 2009-03-15  Dan Nicolaescu  <dann@ics.uci.edu>
512         * vc.el (vc-checkin): Add an extra argument for the VC backend,
513         pass it down to vc-start-logentry.
514         (vc-next-action, vc-transfer-file): Pass the VC backend to
515         vc-checkin.
516         (vc-next-action): Do not assume that all backends in
517         vc-handled-backends are upper case.
519 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
521         * files.el (get-free-disk-space): Ensure that default-directory is
522         usable before calling call-process.  Suggested by Kevin
523         Ryde (Bug#2631).
525 2009-03-14  David Reitter  <david.reitter@gmail.com>
527         * term/ns-win.el (ns-expand-space): Remove.
528         (ns-show-prefs event): Run `customize'.
529         (ns-power-off): Run `save-buffers-kill-emacs', but ask user
530         whether to save files (as is standard).
531         (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
532         (menu-bar-enable-clipboard): Do not undefine these.
533         (ns-save-preferences, ns-save-options, ns-show-preferences-help):
534         Remove.
536 2009-03-14  Glenn Morris  <rgm@gnu.org>
538         * mail/mailalias.el: Remove leading `*' from defcustom docs.
540         * mail/sendmail.el (mail-interactive): Doc fix.
541         (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
542         (mail-setup): Use the function mail-signature.
543         (mail-mode-hook): Doc fix.
544         (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
545         (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
546         (mail-signature): Check the signature file is readable.
547         With the argument ATPOINT, really insert at point.
548         Handle the case when the variable mail-signature is an expression.
550 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
552         * simple.el (undo-outer-limit-truncate): Mention that
553         warning-suppress-types is defined in the warnings
554         library (Bug#2668).
556 2009-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
558         * vc.el (vc-default-receive-file): The 'register method now
559         expects a list, pass a list.
561 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
563         * doc-view.el (doc-view-sentinel): Strip trailing newline from
564         event message.
566 2009-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
568         * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
569         modified status before running the major-mode.
571         * simple.el (undo): Don't loop when encountering empty undo records.
573 2009-03-13  Tassilo Horn  <tassilo@member.fsf.org>
575         * doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
577 2009-03-13  Alexandre Julliard  <julliard@winehq.org>
579         * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
580         Fall back to original commit if vc-git-symbolic-commit fails to
581         find a symbolic name.
582         (vc-git-symbolic-commit): Don't limit search to tags.
583         Treat "undefined" as an error.  (Bug #2110)
585 2009-03-13  D. Goel  <deego3@gmail.com>
587         * ibuf-ext.el:
588         * midnight.el (midnight-next):
589         * progmodes/ebrowse.el:
590         * progmodes/flymake.el (flymake-float-time):
591         When calling (multiple-value-bind/setq .. ls) replace ls
592         by (values-list ls) throughout.
594 2009-03-13  Agustín Martín  <agustin.martin@hispalinux.es>
596         * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
597         params.  (Bug #2654)
599 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
601         * files.el (auto-mode-alist): Add rules for OpenOffice extension
602         packages, as well as Opkg/Ipkg packages.
604         * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
605         (tar-summarize-buffer): Don't silently skip incomplete headers.
606         (tar-mode): Revert to fundamental-mode in case of malformed tar data.
607         (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
608         treat a tar file member as being a tar file itself, just because
609         its own filename includes the parent tar file's.
611 2009-03-13  Kenichi Handa  <handa@m17n.org>
613         * international/mule-diag.el (print-fontset): Handling of the
614         argument FONTSET changed for consistency.  Reorder the printed
615         information to match with the font searching strategy.
616         (describe-fontset): Use face-attribute to get the fontset of the
617         selected frame.
618         (mule-diag): Likewise.  Print both font and fontset of the frame.
620 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
622         * term.el (term-send-raw-string): Deactivate mark.
623         (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
625 2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
627         * register.el (get-register): Rename arg REG to REGISTER for
628         consistency with other register functions.
629         (set-register, jump-to-register): Fix typos in docstrings.
630         (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
632 2009-03-12  Glenn Morris  <rgm@gnu.org>
634         * mail/mailabbrev.el (mail-abbrev-next-line)
635         (mail-abbrev-end-of-buffer): Doc fixes.
637 2009-03-11  Jason Rumney  <jasonr@gnu.org>
639         * term/w32-win.el (w32-initialize-window-system): Don't override
640         Japanese font settings.
641         (xlfd-regexp-registry-subnum): Remove unused declaration.
642         (w32-drag-n-drop-debug): Comment out unused debug function.
644 2009-03-11  Glenn Morris  <rgm@gnu.org>
646         * mail/rmailedit.el (rmail-edit-mode):
647         Set write-region-annotate-functions.  (Bug#2625)
649 2009-03-10  Juanma Barranquero  <lekktu@gmail.com>
651         * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
653 2009-03-10  Jason Rumney  <jasonr@gnu.org>
655         * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
657 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
659         * server.el (server-process-filter): Use expand-file-name rather than
660         command-line-normalize-file-name so as to use the `dir' when provided.
662         * doc-view.el (doc-view-convert-current-doc): Fix last change.
664 2009-03-10  Glenn Morris  <rgm@gnu.org>
666         * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
667         Doc fixes.
668         (mail-mailing-lists): Remove leading `*' from defcustom doc.
670         * simple.el (compose-mail): Doc fix.
672 2009-03-10  Alexander Becher  <alexander.becher@capgemini-sdm.com>  (tiny change)
674         * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
676 2009-03-09  Jason Rumney  <jasonr@gnu.org>
678         * minibuffer.el (read-file-name): Only split dir name when
679         default filename is missing.  (Bug#2585)
681 2009-03-08  Chong Yidong  <cyd@stupidchicken.com>
683         * finder.el (finder-commentary): Don't delete other
684         windows (Bug#2291).
686         * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
687         first (Bug#2449).
689 2009-03-08  Andreas Schwab  <schwab@linux-m68k.org>
691         * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
693 2009-03-07  Eli Zaretskii  <eliz@gnu.org>
695         * woman.el (woman-parse-colon-path): Return a list even if there's
696         only one directory in PATHS.
697         (woman-mode): Restore tab-width value after the call to Man-mode,
698         since Man-mode resets it to the default, and that makes right
699         margin extend beyond woman-fill-column.
701         * man.el (Man-init-defvars) [windows-nt]: Use a special command
702         list.  Don't invoke Awk.
704 2009-03-06  Glenn Morris  <rgm@gnu.org>
706         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
707         custom type.
709 2009-03-05  Tassilo Horn  <tassilo@member.fsf.org>
711         * doc-view.el (doc-view-convert-current-doc): Save the current
712         resolution in the cache directory.
713         (doc-view-initiate-display): Restore the saved resolution when
714         using cached image files.
716 2009-03-05  Glenn Morris  <rgm@gnu.org>
718         * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
719         buffer-local in the view buffer, not the rmail buffer.
721         * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
722         at the end of the existing messages, ensuring there is a blank line
723         between them.  (Bug#2521)
725         * mail/rmail.el (rmail-ensure-blank-line): New function.
726         * mail/rmailedit.el (rmail-cease-edit):
727         * mail/rmailout.el (rmail-output-as-mbox):
728         * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
730         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
731         (rmail-mime-attachment-dirs-alist): Doc fixes.  Fix custom-type.
732         Add version.
733         (rmail-mime-total-number-of-bulk-attachments): Doc fix.
734         (rmail-mime): Doc fix.  Use rmail-apply-in-message.
735         Disable undo in the mime buffer, mark unmodified.
737 2009-03-04  David Reitter <david.reitter@gmail.com>
739         * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
740         if unbound in order to enable the item.
741         For paste menu item, same, and check kill-ring.
743 2009-03-04  Sam Steingold  <sds@gnu.org>
745         * progmodes/compile.el (compilation-error-regexp-alist-alist):
746         Handle "omake -P" messages "file foo changed".
748 2009-03-04  Glenn Morris  <rgm@gnu.org>
750         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
752         * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
753         (rmail-sort-by-date, rmail-sort-by-subject)
754         (rmail-sort-by-author, rmail-sort-by-recipient)
755         (rmail-sort-by-correspondent, rmail-select-correspondent)
756         (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
757         (rmail-make-date-sortable): Doc fixes.
758         (rmail-sort-by-correspondent): Downcase correspondents.
759         (rmail-sort-by-labels): Make it work.
760         (rmail-sort-messages): Restore undo if it was initially enabled.
761         Fix bobp/bolp typo that was adding a line on every sort.
763         * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
764         Disable undo in the summary buffer.
765         (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
766         (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
767         (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
768         (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
769         (rmail-summary-sort-by-labels): Replace `(function (lambda'
770         by `(lambda'.
772 2009-03-03  Sam Steingold  <sds@gnu.org>
774         * progmodes/compile.el (compilation-move-to-column):
775         Guard against negative col values.
777 2009-03-03  Simon Josefsson  <simon@josefsson.org>
779         * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
780         in preference order.
781         (smtpmail-try-auth-methods): Improve which authentication
782         mechanism to use, so that the locally most preferred and mutually
783         supported mechanism is used.
785 2009-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
787         * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
788         the function takes no argument.
790 2009-03-03  Glenn Morris  <rgm@gnu.org>
792         * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
793         (rmail-header-name): Doc fixes.
794         (rmail-show-message-verbose-min): Add :version.
795         (rmail-highlight-headers): Add doc string.  Simplify.
797         * mail/rmailsum.el (rmail-summary-scroll-between-messages)
798         (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
799         (rmail-summary-by-senders): Doc fix.
800         (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
801         Make the output menu-items consistent with rmail-mode-map.
802         Bind rmail-summary-by-senders to C-M-f.
803         (rmail-summary-search): Ensure the selected message shows.
805 2009-03-03  Kenichi Handa  <handa@m17n.org>
807         * files.el (basic-save-buffer-1): Set car part of
808         buffer-file-coding-system-explicit.
809         (revert-buffer): Check car part of buffer-file-coding-system-explicit.
811         * international/mule-cmds.el (select-safe-coding-system): If cdr
812         part of buffer-file-coding-system-explicit is set, ignore
813         default-buffer-file-coding-system and the most preferred coding system.
815         * international/mule.el (set-buffer-file-coding-system): Set cdr
816         part of buffer-file-coding-system-explicit.
817         (after-insert-file-set-coding):
818         Set buffer-file-coding-system-explicit to a cons.
820 2009-03-02  Glenn Morris  <rgm@gnu.org>
822         * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
823         Add :set-after listing variables on which we might depend.
825         * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
826         function has access to all the headers, not just the visible ones.
827         Avoid extraneous leading whitespace in `References'.
828         (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
829         Doc fixes.
830         (rmail-retry-failure): Use rmail-get-header rather than a magical
831         save-excursion/restriction combination that does nothing.
832         (rmail-delete-headers): New function.
833         (rmail-retry-failure): Restore yet another feature mbox Rmail removed
834         without telling anyone, namely rmail-retry-ignored-headers.
836 2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
838         * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
840 2009-03-01  Glenn Morris  <rgm@gnu.org>
842         * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
843         rmail-resend in the menu.
845         * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
846         custom choice.  (Bug#2506)
848 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
850         * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
851         Use "--color=always".
853 2009-02-28  Glenn Morris  <rgm@gnu.org>
855         * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
857         * mail/rmailmm.el (rmail-mime): Add autoload cookie.
858         * mail/rmail.el (rmail-mode-map):
859         * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
861         * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
862         Fix custom choice to match default.
863         (rmail-get-new-mail): Doc fix.
864         (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
865         header style.
867 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
869         * replace.el (keep-lines-read-args): Use empty string as
870         default (Bug#2495).
872         * menu-bar.el (menu-set-font): Fix last fix.
874 2009-02-27  Glenn Morris  <rgm@gnu.org>
876         * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
877         just a buffer, to find a definition.
879         * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
880         part against rmail-output's oddness.
882 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
884         * menu-bar.el (menu-set-font): Assign the same font object to all
885         frames (Bug#2476).
887 2009-02-26  Michael Albinus  <michael.albinus@gmx.de>
889         * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
891 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
893         * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
894         (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
895         (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
896         (x-dnd-init-motif-for-frame): Fix typos in docstrings.
897         (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
898         Reflow docstrings.
900 2009-02-26  Glenn Morris  <rgm@gnu.org>
902         * mail/rmailsum.el (rmail-summary-rmail-update):
903         Use rmail-message-unseen-p.  (Bug#2477)
904         (rmail-summary-mark-seen): Add option to mark as unseen.
905         (rmail-summary-rmail-update): Store a position in
906         rmail-summary-put-back-unseen rather than just a flag, and use it to put
907         back the "-" mark in the summary.
909         * progmodes/cc-vars.el (c-style-variables-are-local-p):
910         Mark as safe if boolean.  (Bug#2197)
912 2009-02-26  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
914         * mail/sendmail.el (sendmail-send-it): `call-process-region' can
915         return a string.  (Bug#2428)
917 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
919         * bs.el (bs--down):
920         * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
922 2009-02-25  Glenn Morris  <rgm@gnu.org>
924         * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
926         * simple.el (eval-expression):
927         * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
929 2009-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
931         * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
933 2009-02-25  David Reitter <david.reitter@gmail.com>
935         * mail/mailclient.el (clipboard-kill-ring-save): Declare.
937 2009-02-25  Kenichi Handa  <handa@m17n.org>
939         * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
941         * composite.el (auto-composition-mode): Don't add a hook to
942         after-change-functions.  Don't decompose the buffer.
943         (auto-composition-after-change): Delete it.
944         (toggle-auto-composition): Make it an alias of
945         auto-composition-mode.
946         (auto-compose-region): Delete it.
948 2009-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
950         * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
951         (ns-working-overlay-len): Remove.  Use ns-working-overlay instead.
952         (ns-delete-working-text): Merge with ns-unecho-working-text.
953         Decide which to use based on ns-working-overlay.
954         (ns-unecho-working-text): Remove.
955         (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
957 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
959         * textmodes/ispell.el (ispell-region): Adapt "done" message to
960         coding conventions.  (Bug#2447)
962         * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
963         argument is 0.  Doc fix.  (Bug#1527)
965         * w32-vars.el (w32-system-shells): Doc fix.
967         * image.el (image-load-path-for-library, insert-sliced-image):
968         Fix typos in docstrings.
970 2009-02-24  Glenn Morris  <rgm@gnu.org>
972         * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
973         :set function.  (Bug#2429)
975         * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
976         potential use.
978         * progmodes/cperl-mode.el (cperl-find-pods-heres):
979         Don't globally bind `name'.
981         * emacs-lisp/elint.el (elint-unknown-builtin-args):
982         Fix encode-time spec.  (Bug#2453)
983         (elint-find-builtin-args): Make the match more restrictive.
984         Handle errors.  Return a result actually containing the function name.
986         * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
987         already did.  (Bug#2440)
988         (rmail-quit): Don't swap buffers.  (Bug#2441)
989         (rmail-list-to-menu): Don't globally bind `name'.
991 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
993         * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
994         manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
996 2009-02-23  Juanma Barranquero  <lekktu@gmail.com>
998         * bs.el (bs--down): When wrapping around, use `forward-line',
999         not `goto-line', to avoid distracting "Mark set" message.
1001 2009-02-23  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1003         * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
1004         clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
1006 2009-02-23  Miles Bader  <miles@gnu.org>
1008         * proced.el (proced-process-attributes):
1009         * server.el (server-running-p): Rename `system-process-attributes'
1010         to `process-attributes'.
1012 2009-02-22  Juri Linkov  <juri@jurta.org>
1014         * dired-aux.el (minibuffer-default-add-dired-shell-commands):
1015         Doc fix.
1017         * dired-x.el (dired-guess-shell-command): Use read-shell-command
1018         instead of read-from-minibuffer.
1019         (dired-read-shell-command): Add code that uses
1020         minibuffer-with-setup-hook to set minibuffer-default-add-function
1021         to minibuffer-default-add-dired-shell-commands exactly like
1022         `dired-read-shell-command' in dired-aux.el already does.  Doc fix.
1024         * dired-x.el (dired-smart-shell-command): Remove code that uses
1025         minibuffer-with-setup-hook to set minibuffer-default-add-function
1026         to minibuffer-default-add-shell-commands because the same code was
1027         already moved to `read-shell-command' 2008-07-31.  (Bug#2414)
1029 2009-02-21  Jay Belanger  <jay.p.belanger@gmail.com>
1031         * calc/calc-math.el (math-use-emacs-fn): Make sure that the
1032         lisp number is in decimal.
1034 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
1036         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1037         Tweak regexp (Bug#2173).
1039         * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
1040         avoid yanks (Bug#2408).
1042 2009-02-21  Alan Mackenzie  <acm@muc.de>
1044         * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
1046         * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
1047         parse case clauses with (compile-time) expressions.
1049 2009-02-21  Eli Zaretskii  <eliz@gnu.org>
1051         * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
1052         encoding during editing.  Make sure to use encoding that can
1053         safely encode the message.  Rewrite MIME charset= header if the
1054         new encoding is different from the old one.
1056 2009-02-21  Glenn Morris  <rgm@gnu.org>
1058         * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
1059         at the start of the headers.
1060         (sc-mail-check-from): New function.
1062 2009-02-20  Martin Rudalics  <rudalics@gmx.at>
1064         * progmodes/python.el (python-shift-left, python-shift-right):
1065         When the mark is not active shift the current line.  (Bug#2381)
1066         Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
1068 2009-02-20  Andreas Schwab  <schwab@suse.de>
1070         * startup.el (command-line): Don't match an empty argument as an
1071         option.
1072         (command-line-1): Likewise.
1074 2009-02-20  Daniel Jensen  <daniel@bigwalter.net>  (tiny change)
1076         * apropos.el (apropos-library): Check for null filename in load-history.
1078 2009-02-20  Glenn Morris  <rgm@gnu.org>
1080         * apropos.el (apropos-library): Remove the element with null filename,
1081         if present, from the completion list.
1083         * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
1084         (rmail-speedbar-find-file): Use rmail rather than find-file.
1086 2009-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1088         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
1090 2009-02-20  Era Eriksson  <era@iki.fi>  (tiny change)
1092         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
1093         Fix regexp (Bug#2385).
1094         (bibtex-autokey-get-title): Observe case for
1095         bibtex-autokey-titleword-ignore.
1097 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
1099         * server.el (server-start): Make the warning more
1100         verbose (Bug#2395).
1102 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1104         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1105         Make sure we stop when we reach the limit.
1107         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
1108         a "..." does not quote anything.  (Bug#2384)
1110         * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
1112 2009-02-19  Andreas Schwab  <schwab@suse.de>
1114         * term.el: Remap self-insert-command to term-send-raw in
1115         term-raw-map.  (Bug#2386)
1117 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1119         * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
1120         of the function as being part of the function.
1122 2009-02-19  Nick Roberts  <nickrob@snap.net.nz>
1124         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1125         Move entry for maven (alphabetical order).
1127 2009-02-19  Glenn Morris  <rgm@gnu.org>
1129         * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
1130         Regexp-quote default argument taken from current subject.
1131         (rmail-new-summary-1): Error if empty summary.  (Bug#2333)
1133         * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
1134         Move here from rmail.el.  Be more careful about error-handling.
1135         Restore the feature of temporarily setting all old messages
1136         undeleted before expunging (removed 2009-02-18).
1138         * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
1139         Don't declare.
1140         (rmail-get-new-mail-filter-spam): Declare.  Move definition to
1141         rmail-spam-filter.el.
1142         (rmail-get-new-mail-1): Move the beep and sleep to
1143         rmail-get-new-mail-filter-spam.
1145 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1147         * cus-edit.el (custom-group-value-create): Insert some
1148         informatory text in the WIDGET-misses-doc-string case.
1150 2009-02-18  Sam Steingold  <sds@gnu.org>
1152         * progmodes/compile.el: Require comint at top level to fix the
1153         last patch.
1155 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1157         * cus-edit.el (custom-group-value-create): Don't throw an error
1158         when WIDGET has no doc-string.  (Bug#2356)
1160 2009-02-18  Juanma Barranquero  <lekktu@gmail.com>
1162         * progmodes/cc-menus.el (imenu-progress-message):
1163         Remove bogus cc-bytecomp-defun.
1164         (cc-imenu-objc-function): Don't call `imenu-progress-message'.
1165         Don't let-bind variable `stupid'.  (Bug#1638)
1167 2009-02-18  Glenn Morris  <rgm@gnu.org>
1169         * mail/rmail.el (rmail-get-new-mail-filter-spam):
1170         * mail/rmail-spam-filter.el (rmail-spam-filter):
1171         Show a message rather than the raw mbox while prompting.
1173 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1175         * progmodes/flymake.el (flymake): Add defgroup.  (Bug#2356)
1177 2009-02-18  Glenn Morris  <rgm@gnu.org>
1179         * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
1180         declaration.
1181         (top-level): No need for cl now.
1182         (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
1183         (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
1184         (rsf-autosave-newly-added-definitions, rsf-white-list)
1185         (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
1186         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
1187         (rsf-customize-spam-definitions, rsf-customize-group)
1188         (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
1189         (rsf-check-field): Use setcar and setcdr rather than setf.
1190         (rmail-spam-filter): Simplify.
1191         (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
1192         (rsf-add-region-to-spam-list): Use rmail-get-header or
1193         buffer-substring-no-properties.  Regexp-quote the extracted data.
1194         Make the messages less verbose.
1195         (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
1196         simplify things.
1197         (rsf-add-content-type-field): Make the message less verbose.
1199         * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
1200         (rmail-get-new-mail-filter-spam): Simplify.  Don't mess with
1201         rmail-deleted-vector.
1202         (rmail-insert-inbox-text, rmail-collect-deleted)
1203         (rmail-set-message-deleted-p, rmail-only-expunge)
1204         (rmail-make-in-reply-to-field): Replace ?\  with ?\s.
1205         (rmail-get-labels): Remove unused local `blurb'.
1206         (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
1207         (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
1208         (rmail-set-message-deleted-p): Doc fixes.
1210         * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
1211         Update callers for associated name change.
1212         * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
1213         * mail/unrmail.el (unrmail): Use mail-mbox-from.
1215 2009-02-17  Richard M Stallman  <rms@gnu.org>
1217         * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
1219         * mail/rmail.el (rmail-copy-headers): When copying full headers,
1220         correctly put point at the end.
1222 2009-02-17  Sam Steingold  <sds@gnu.org>
1224         * progmodes/compile.el (compilation-filter):
1225         Call `comint-carriage-motion', just like `comint-output-filter'.
1227 2009-02-17  Jason Rumney  <jasonr@gnu.org>
1229         * files.el (make-directory): Stop recursing if parent is
1230         self. (Bug#2309)
1232 2009-02-17  Juanma Barranquero  <lekktu@gmail.com>
1234         * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
1236         * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
1238 2009-02-17  Miles Bader  <miles@gnu.org>
1240         * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
1241         copyright statements where the years follow the name.
1243 2009-02-17  Glenn Morris  <rgm@gnu.org>
1245         * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
1246         move point.  (Bug#2209)
1248         * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
1249         (rmail-delete-unwanted-fields): Ignore case.  Use line-beg-pos.
1250         (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
1251         to "not-rmail", and make it work.  Simplify.
1252         (rmail-mbox-from): New function.
1253         (rmail-output-as-mbox): Use rmail-mbox-from.
1254         (rmail-output): Ensure a From line in the not-rmail Babyl case.
1256         * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
1257         error if the header is corrupt.
1259 2009-02-16  Ulf Jasper  <ulf.jasper@web.de>
1261         * net/newst-treeview.el (newsticker--treeview-load):
1262         Offer deletion of old groups file.
1264 2009-02-16  Glenn Morris  <rgm@gnu.org>
1266         * mail/rmailout.el (rmail-delete-unwanted-fields)
1267         (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
1268         (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
1269         (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
1270         (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
1272 2009-02-15  Glenn Morris  <rgm@gnu.org>
1274         * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
1276         * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
1277         (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
1278         Remove unnecessary use of with-no-warnings.
1279         (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
1280         (rmail-output-as-mbox): Start search from point-min.  If constructing a
1281         "From " line, prefer the date header over the current time.
1282         (rmail-update-summary): Move declaration earlier in file.
1284 2009-02-15  Richard M Stallman  <rms@gnu.org>
1286         * mail/rmailedit.el (rmail-edit-diff-headers):
1287         Delete spurious reference to OLD.
1289 2009-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1291         * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
1292         the `with-buffer-unmodified' to avoid useless `readlink' calls.
1294 2009-02-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1296         * textmodes/bibtex.el (bibtex-global-key-alist)
1297         (bibtex-initialize): Exclude current buffer if it does not use
1298         bibtex-mode.
1299         (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
1300         (bibtex-sort-buffer, bibtex-search-entry)
1301         (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
1302         test whether bibtex-strings and bibtex-reference-keys have their
1303         initial values.
1305 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
1307         * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
1308         around forms that refer to translation-table-for-input.
1310         * isearch.el (isearch-search-string): Use `with-no-warnings'
1311         around forms that refer to translation-table-for-input.
1313         * international/quail.el (quail-input-string-to-events)
1314         (quail-store-decode-map-key, quail-char-equal-p):
1315         Use `with-no-warnings' around forms that refer to
1316         translation-table-for-input.
1318         * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
1319         around forms that refer to translation-table-for-input.
1321         * subr.el (translation-table-for-input): Declare obsolete again.
1323 2009-02-14  Glenn Morris  <rgm@gnu.org>
1325         * mail/rmail.el (rmail): When reverting, swap buffers before setting
1326         counters.  (Bug#2229)
1327         (rmail-revert): Swap buffers before replacing contents.
1329 2009-02-14  Ian Eure  <ian@digg.com>  (tiny change)
1331         * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
1332         Remove host, user, password options not applicable to SQlite. (Bug#1904)
1334 2009-02-14  Richard M Stallman  <rms@gnu.org>
1336         * mail/rmailedit.el: Handle editing of header fields.
1337         (rmail-old-headers): New variable.
1338         (rmail-edit-current-message): Set it, recording current headers.
1339         (rmail-cease-edit): Compute new headers and diff against old ones.
1340         Update the mbox buffer with the changes that were made.
1341         (rmail-edit-headers-alist): New function.
1342         (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
1344         * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
1345         in default file name.
1347         * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
1348         (rmail-add-mbox-headers): Likewise.
1350 2009-02-13  Eli Zaretskii  <eliz@gnu.org>
1352         * files.el (load-library): Doc fix.
1354         * subr.el (locate-library): Doc fix.  (Bug#2291)
1356 2009-02-13  Alan Mackenzie  <acm@muc.de>
1358         * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
1359         in narrowed buffers.
1361 2009-02-13  Kenichi Handa  <handa@m17n.org>
1363         * international/titdic-cnv.el (tit-process-header):
1364         Use buffer-substring-no-properties instead of buffer-substring.
1365         (tit-process-body): Likewise.
1366         (tsang-quick-converter): Handle superfluous CR at eol.
1367         (py-converter): Use buffer-substring-no-properties instead of
1368         buffer-substring.  Handle superfluous CR at eol.
1369         (ziranma-converter): Likewise.
1370         (ctlau-converter): Likewise.
1371         (miscdic-convert): Read a file without eol conversion.  (Bug#2307)
1373 2009-02-13  Juanma Barranquero  <lekktu@gmail.com>
1375         * minibuffer.el (internal-complete-buffer-except): Doc fix.  (Bug#2315)
1377 2009-02-13  Glenn Morris  <rgm@gnu.org>
1379         * mail/rmail.el (rmail-show-message-1): New name for the old
1380         rmail-show-message.
1381         * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
1382         * mail/rmailsort.el: Update for rmail-show-message name change.
1384         * mail/rmail.el (rmail-show-message): New name for the old
1385         rmail-show-message-maybe.
1386         * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
1387         name change.
1389         * mail/rmailsum.el (msgnum): Remove declaration.
1390         (rmail-summary-redo): Add missing initialization value.
1391         (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
1392         (rmail-summary-mark-deleted, rmail-summary-deleted-p):
1393         Fix skip-chars-forward calls.
1394         (rmail-summary-mark-seen): New function.  As well as removing the '-'
1395         mark, update the summary-vector.  (Bug#2135)
1396         (rmail-summary-rmail-update, rmail-summary-goto-msg):
1397         Use rmail-summary-mark-seen.
1399         * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
1401         * mail/unrmail.el (unrmail): When getting message keywords, don't
1402         include a leading space, but do include the space after the separating
1403         comma.  (Bug#2303)
1405         * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
1406         header altogether.
1407         (rmail-set-header): Doc fix.
1408         * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
1409         labels are removed.  (Bug#2302)
1411 2009-02-12  Juri Linkov  <juri@jurta.org>
1413         * image-mode.el (image-toggle-display):
1414         Let-bind `buffer-file-truename' to nil around the call to
1415         `add-text-properties' to prevent directory time modification
1416         by lock_file.  Replace `set-buffer-modified-p' with
1417         `restore-buffer-modified-p'.  (Bug#2295)
1419 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1421         * progmodes/python.el (python-use-skeletons): Re-add.
1422         (def-python-skeleton): Use it.  (Bug#2238)
1424         * international/quail.el (quail-make-guidance-frame): Remove the
1425         `parent-id' parameter.
1426         (quail-show-guidance): Make the new window dedicated.
1428 2009-02-12  Juanma Barranquero  <lekktu@gmail.com>
1430         * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
1431         Fix typos in docstrings.
1433 2009-02-12  Alan Mackenzie  <acm@muc.de>
1435         * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
1436         to `eq'.  (Bug#2304)
1438 2009-02-12  Glenn Morris  <rgm@gnu.org>
1440         * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
1441         already present.  (Bug#2210)
1443 2009-02-12  Kenichi Handa  <handa@m17n.org>
1445         * international/characters.el (?.): New character category for
1446         Base characters.  Set them in the standard category table.
1448         * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
1449         a base character.
1451 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1453         * isearch.el (isearch-yank-char-in-minibuffer)
1454         (isearch-other-meta-char): Use with-current-buffer.
1456         * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
1457         syntax-ppss.  (Bug#1243)
1459         * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
1460         to beginning-of-defun-raw.
1462         * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
1463         calling end-of-defun-function if it already moved to BOL.
1465 2009-02-12  Richard M Stallman  <rms@gnu.org>
1467         * mail/rmail.el (rmail-show-message-verbose-min): New option.
1468         (rmail-show-message): Conditionally show start and finish in echo area.
1470 2009-02-12  Glenn Morris  <rgm@gnu.org>
1472         * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
1473         for use in completion.
1474         * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
1475         summary exists, since it's already done.
1477         * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
1478         (rmail-enable-multibyte): Don't really define, only for compiler.
1480 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1482         * files.el (read-buffer-to-switch):
1483         Add table to icomplete-with-completion-tables.
1485 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
1487         * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
1488         switches (Bug#2261).
1490 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
1492         * server.el (server-with-environment): Don't fail for negative
1493         entries in ENV.
1495 2009-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
1497         * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
1498         (vc-default-dir-printer): Add a comment about updating this function.
1500         * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
1501         for the file name.
1503 2009-02-11  Glenn Morris  <rgm@gnu.org>
1505         * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
1506         (calendar-set-mode-line): Fall back to a default width if we seem to be
1507         called from daemon.  (Bug#2199)
1509         * mail/rmailkwd.el (rmail-make-label): Doc fix.
1510         (rmail-read-label): Add current labels to completion list.  (Bug#2222)
1511         (rmail-set-label): Use `or'.
1513 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
1515         * emacs-lisp/find-func.el (find-library-name, find-library):
1516         Doc fixes.  (Part of bug#2270)
1518 2009-02-10  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1520         * env.el (getenv): When FRAME is non-nil, pass the frame environment
1521         to `getenv-internal', not the frame.  (Bug#2259)
1523 2009-02-10  Kenichi Handa  <handa@m17n.org>
1525         * descr-text.el (describe-char-display): On terminal, if terminal
1526         coding system is nil, assume us-ascii.
1527         (describe-char): Don't show the composition information if it is
1528         trivial.
1530 2009-02-10  Nick Roberts  <nickrob@snap.net.nz>
1532         * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
1533         number as it isn't present for unregistered files.
1535         * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
1536         (vc-dir-mouse-map): New keymap.
1537         (vc-default-dir-printer): Use it locally.
1539 2009-02-10  Glenn Morris  <rgm@gnu.org>
1541         * speedbar.el: Avoid messing up font-lock-global-modes.
1543         * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
1544         (mail-file-babyl-p): Use with-temp-buffer.
1546         * mail/rmailsort.el: Just require rmail.
1548         * mail/rmailedit.el: Just require rmail.
1549         (rmail-old-pruned): Add doc string.
1550         (rmail-edit-current-message): Use rmail-msg-is-pruned.
1551         (rmail-cease-edit): Don't mangle the leading From line.
1552         Don't mark as edited if there were no changes.  (Bug#2256)
1553         Correctly restore header state.
1555         * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
1556         (rmail-current-message, rmail-total-messages)
1557         (rmail-message-vector, rmail-deleted-vector): Add doc strings.
1558         (rmail-duplicate-message): Doc fix.
1559         (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
1560         New functions.
1561         (rmail-get-header, rmail-set-header, rmail-set-attribute):
1562         Use rmail-apply-in-message.
1563         (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
1564         unswapped-ness.
1565         (rmail-get-attr-names): Check for missing or corrupt attribute headers.
1566         (rmail-auto-file): Set the filed attribute, rather than explicitly not
1567         doing so.  (Bug#2231)
1568         (rmail-set-attribute): Allow ATTR to be a string.
1570 2009-02-09  Ulf Jasper  <ulf.jasper@web.de>
1572         * net/newst-treeview.el (newsticker-treeview-save)
1573         (newsticker--treeview-load): Kill groups buffer after saving/loading.
1575 2009-02-09  Tassilo Horn  <tassilo@member.fsf.org>
1577         * doc-view.el (doc-view-scroll-up-or-next-page)
1578         (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
1579         Reset the old hscroll value after switching pages.
1581 2009-02-09  Glenn Morris  <rgm@gnu.org>
1583         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1584         (calendar-holiday-marker): Drop test for color display.
1586 2009-02-08  Glenn Morris  <rgm@gnu.org>
1588         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1589         (calendar-holiday-marker, calendar-mark-visible-date):
1590         * calendar/diary-lib.el (diary-fancy-display):
1591         It doesn't make sense to check font-lock-mode (see comments;
1592         reverts 2008-04-02 change).  (Bug#2199)
1594 2009-02-08  Juri Linkov  <juri@jurta.org>
1596         * simple.el (toggle-word-wrap): New command.
1598 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1600         * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
1601         (ps-run-make-tmp-filename): Use temporary-file-directory.
1603         * textmodes/artist.el (artist-system): Allow make-temp-file to use
1604         temporary-file-directory.
1606         * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
1607         Use temporary-file-directory.
1609 2009-02-07  Glenn Morris  <rgm@gnu.org>
1611         * mail/unrmail.el (rmime-magic-string): Define for compiler.
1613 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1615         * mail/rmail.el (rmail): Bind coding-system-for-read to
1616         no-conversion before calling find-file-noselect.  (Bug#2015)
1618 2009-02-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1620         * proced.el (proced-after-send-signal-hook): Use defcustom.
1621         (proced-header-line): Handle header lines that are shorter than
1622         window-hscroll.
1623         (proced-send-signal): Rebind split-width-threshold analogous to
1624         dired-pop-to-buffer.
1626 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1628         * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
1629         message; instead, just rewrite the X-Coding-System header with the
1630         new encoding, and let rmail-show-message do the rest.
1631         Remove unused argument RAW.  Fix doc string to be consistent with the
1632         new implementation.
1633         (rmail-show-message): Honor X-Coding-System header, if present, in
1634         preference to Content-Type header.
1636 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1638         * server.el (server-execute): Enable quit.
1640 2009-02-07  Andreas Schwab  <schwab@suse.de>
1642         * image-mode.el (image-mode): Always set image-type.
1643         (image-minor-mode): Likewise.
1645 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1647         * mail/rmailedit.el (rmail-cease-edit): Look for the message's
1648         encoding, and its "content-transfer-encoding" and "content-type"
1649         headers only in the headers' portion.  (Bug#2017)
1651 2009-02-07  Ulf Jasper  <ulf.jasper@web.de>
1653         * net/newst-treeview.el
1654         (newsticker-treeview-next-new-or-immortal-item): New arg
1655         DONT-WRAP-TREES to prevent infinite recursion.
1657 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1659         * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
1660         extracting mail message headers.  Use encode-coding-region instead
1661         of insert-buffer-substring for re-encoding edited message.
1662         Add qp/b64 encoding only after text was encoded.
1664 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1666         * subr.el: Don't declare `translation-table-for-input' obsolete.
1667         Equivalent info added to its doc string, q.v.
1669         * files.el (save-buffer): Display "Saving file FOO..." message
1670         regardless of buffer's size.  (Bug#2137)
1672 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1674         * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
1676 2009-02-07  Alex Schroeder  <alex@gnu.org>
1678         * mail/unrmail.el (unrmail): Use regexps to find message separators so
1679         as not to match any fake rmime.el separators.  Remove any sections added
1680         by rmime.el.
1682 2009-02-07  Glenn Morris  <rgm@gnu.org>
1684         * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
1685         that is no longer appropriate to mbox Rmail.
1687         * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
1688         before trying to move to the start of the message.
1689         (rmail-summary-undelete-many, rmail-summary-rmail-update):
1690         Fix rmail-set-attribute calls.
1692         * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
1693         Doc fix.
1694         (rmail-output-to-rmail-buffer): Autoload it.
1695         (mail-do-fcc): Give it a doc string.  Update for mbox Rmail, simplify.
1697 2009-02-06  Glenn Morris  <rgm@gnu.org>
1699         * mail/unrmail.el (unrmail): Use current-time-string.
1701         * simple.el (kill-whole-line): Provide a default argument of 1.
1703         * mail/undigest.el (rmail-mail-separator): Delete.
1704         (undigestify-rmail-message, unforward-rmail-message): Update for
1705         mbox Rmail.
1707 2009-02-05  Kenichi Handa  <handa@m17n.org>
1709         * international/fontset.el (script-representative-chars):
1710         Remove mathematical.
1711         (setup-default-fontset): Add entries for each subgroup of
1712         mathematical script.
1714 2009-02-05  Juri Linkov  <juri@jurta.org>
1716         * image-mode.el (image-mode): Use `image-get-display-property'
1717         instead of `get-text-property'.
1718         (image-minor-mode): Sync the logic with `image-mode' including the
1719         displaying an image file as the actual image by default.
1721 2009-02-05  Alan Mackenzie  <acm@muc.de>
1723         * progmodes/cc-defs.el (c-emacs-features): Check the working of
1724         beginning/end-of-defun-function more rigorously before setting
1725         argumentative-bod-function.
1727 2009-02-05  Dan Nicolaescu  <dann@ics.uci.edu>
1729         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1730         (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
1731         mode on the initial terminal.
1733 2009-02-05  Glenn Morris  <rgm@gnu.org>
1735         * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
1736         Make these functions work.
1738         * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
1739         (rmail-narrow-to-non-pruned-header): Remove autoload.
1740         (mairix-rmail-fetch-field): Handle mbox Rmail.
1742 2009-02-04  Dave Love  <fx@gnu.org>
1744         * net/imap.el (imap-fetch-safe): Bind debug-on-error.
1745         (imap-debug): Add imap-fetch-safe.
1747 2009-02-04  Teodor Zlatanov  <tzlatanov@jumptrading.com>
1749         * net/netrc.el (netrc-machine-user-or-password): Use list of
1750         auth-source modes.
1752 2009-02-04  Nick Roberts  <nickrob@snap.net.nz>
1754         * vc-svn.el (vc-svn-diff): Revert previous change but add a test
1755         for newvars is nil. (C-u C-x v = with default values).
1757 2009-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
1759         * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
1760         format.  Use when instead of if.
1762 2009-02-04  Miles Bader  <miles@gnu.org>
1764         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
1765         (backward-list, backward-up-list, beginning-of-defun)
1766         (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
1768 2009-02-04  Glenn Morris  <rgm@gnu.org>
1770         * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
1771         ill-advised.
1773         * mail/rmail.el: No need for mule-util when compiling.
1774         (rmail-first-message): Unbreak it.
1776         * mail/rmailmsc.el: Require rmail not just when compiling.
1777         Remove unneeded declarations.
1779         * term/ns-win.el (ns): Define as a custom group.
1781 2009-02-04  Kenichi Handa  <handa@m17n.org>
1783         * international/mule-cmds.el (select-safe-coding-system):
1784         Use buffer-chars-modified-tick instead of buffer-modified-tick.
1786         * descr-text.el (describe-char): Check font-object by fontp.
1788         * composite.el (compose-gstring-for-terminal): If a character is
1789         not supported by the current terminal, don't make a multi-glyph
1790         grapheme cluster.
1791         (auto-compose-chars): Check font-object by fontp.
1793 2009-02-03  Glenn Morris  <rgm@gnu.org>
1795         * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
1796         over current-time.  (Bug#2175)
1798         * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
1799         inserting the converted mailbox.
1800         (rmail-get-new-mail): Restore the loop over inboxes when two or more
1801         have the same basename.  (Bug#2164)
1802         Set the return value according to whether any mail was found,
1803         not just in the last inbox.  Only show a message and run the hook after
1804         checking all inboxes.
1805         (rmail-get-new-mail-1): Move message display and running the hook to
1806         rmail-get-new-mail.
1808         * mail/rmailkwd.el (rmail-label-obarray): Initialize using
1809         rmail-attr-array.
1810         (rmail-make-label, rmail-read-label): Give it a doc string.
1811         (rmail-add-label, rmail-kill-label): Change argument name to match the
1812         doc.  Doc fix.
1813         (rmail-set-label): Doc fix.  Also update summary in attr case.
1814         Accept labels as a string or a symbol.  (Bug#2165)
1816         * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
1817         null.
1819 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1821         * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
1822         (vhdl-prepare-search-2): Properly cleanup on `quit'.
1824         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1825         Mark the entries as being "system" entries rather than "user" entries.
1827 2009-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
1829         * smerge-mode.el (smerge-start-session): Add interactive spec.
1831 2009-02-02  Glenn Morris  <rgm@gnu.org>
1833         * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
1834         (rmail-retry-ignored-headers, rmail-highlighted-headers):
1835         Restore autoloads.
1837 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1839         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
1841 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1843         * cmuscheme.el (scheme-args-to-list): Remove.
1844         (run-scheme): Use split-string-and-unquote instead, so as to allow
1845         spaces in the command name and/or the arguments.
1847 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
1849         * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
1851 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
1853         Sync with Tramp 2.1.15.
1855         * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
1856         used.
1858         * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
1860         * net/trampver.el: Update release number.
1862 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1864         * mail/rmail.el (rmail-view-buffer): Make buffer-local.
1865         (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
1866         (rmail-undelete-previous-message, rmail-mark-message)
1867         (rmail-speedbar-buttons): Use with-current-buffer.
1868         (rmail-mode-map): Move initialization into declaration.
1869         (rmail-swap-buffers, rmail-unfontify-buffer-function)
1870         (rmail-fontify-message): Use restore-buffer-modified-p.
1871         (rmail-expunge-and-save): Don't swap buffer.
1872         (rmail-get-header, rmail-set-header, rmail-set-attribute)
1873         (rmail-apply-in-message): Swap save-excursion and save-restriction.
1875         * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
1876         if possible.
1878         * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
1879         (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
1881 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1883         * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
1885         * progmodes/ebrowse.el:
1886         * international/robin.el:
1887         * emulation/viper-util.el:
1888         * emulation/viper-mous.el:
1889         * emulation/viper-keym.el:
1890         * ediff.el:
1891         * ediff-wind.el:
1892         * ediff-vers.el:
1893         * ediff-ptch.el:
1894         * ediff-mult.el:
1895         * ediff-merg.el:
1896         * ediff-diff.el: Follow commenting conventions.
1898 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
1900         * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
1901         obsolete eight-bit-control and eight-bit-graphic.
1903 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1905         * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
1907 2009-01-31  Chong Yidong  <cyd@stupidchicken.com>
1909         * emacs-lisp/lisp.el (end-of-defun): Protect against
1910         infloops (Bug#2106).
1912 2009-01-31  Dan Nicolaescu  <dann@ics.uci.edu>
1914         * vc-dir.el (vc-dir-mouse-map):
1915         (vc-default-dir-printer):
1916         (vc-dir-find-file-other-window): Undo previous change, it breaks
1917         the behavior of mouse-2.
1918         (vc-dir-mode): Fix docstring.
1920         * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
1921         logic, it makes the makes the normal case too slow.
1923 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
1925         * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
1926         file to `raw-text-unix'.  Bind coding-system-for-write when
1927         writing out the converted message, and make sure it uses Unix EOLs.
1929         * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
1930         encoding to `raw-text-unix'.
1931         (rmail-perm-variables): Set encoding of rmail-view-buffer to
1932         `undecided-unix'.
1933         (rmail-redecode-body): Don't change EOL conversion of the new
1934         encoding if the old one left it unspecified.
1935         (rmail-automatic-folder-directives, rmail): Doc fixes.
1936         (rmail-swap-buffers): New function.
1937         (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
1938         (rmail-show-message): Use rmail-swap-buffers.
1939         (rmail-decode-region): If DESTINATION is a buffer, set the
1940         encoding of that buffer, rather than the current buffer.
1941         (rmail-show-message): Make error message about uuencoded mail
1942         more explicit.
1943         (rmail-show-message-maybe): Simplify code.  Doc fix.
1944         (rmail-show-message): Doc fix.
1946 2009-01-31  Glenn Morris  <rgm@gnu.org>
1948         * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
1949         folder.
1951         * mail/rmail.el (rmail-msg-is-pruned): New function.
1952         (rmail-toggle-header): Doc fix.  Use rmail-msg-is-pruned.
1953         (rmail-reply): Set up to yank from the decoded message rather than the
1954         raw one.  (Bug#2104).
1956         * mail/mail-utils.el (mail-fetch-field): Doc fix.
1958         * mail/uce.el (rmail-current-message): Remove unneeded declaration.
1959         (uce-message-text, uce-default-headers): Fix custom type.
1960         (rmail-buffer, rmail-msg-is-pruned): Declare.
1961         (uce-reply-to-uce): Add autoload cookie.  Doc fix.
1962         Update for mbox Rmail.
1964 2009-01-31  Nick Roberts  <nickrob@snap.net.nz>
1966         * vc-dir.el (vc-dir-mouse-map): New keymap.
1967         (vc-default-dir-printer): Use it locally.
1968         (vc-dir-find-file-other-window): Allow mouse events.
1970 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
1972         * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
1973         into Rmail-mbox attributes.
1975         * mail/rmail.el (rmail-convert-babyl-to-mbox):
1976         Bind coding-system-for-read to `raw-text', and use insert-file-contents
1977         instead of insert-file-contents-literally.  Fixes bug #2019.
1978         (rmail-resent-attr-index): Fix index value.
1980 2009-01-30  Nick Roberts  <nickrob@snap.net.nz>
1982         * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
1983         precedence even when its value is t.  (Bug#2093)
1985         * vc-svn.el (vc-svn-dir-status): Correct logic for remote
1986         connection.  (Bug#2093)
1987         (vc-svn-diff): Use old version number even when it is the working
1988         revision.  This is needed, e.g, in the vc-print-log buffer.  (Bug#2092)
1990 2009-01-30  Glenn Morris  <rgm@gnu.org>
1992         * mail/rmail.el (rmail-reply): Handle empty folders.
1993         (rmail-speedbar-buttons)
1994         (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
1996         * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
1997         line-beginning-position calls.
1998         (rmail-header-summary): Use line-end-position.
2000 2009-01-30  Toby Speight  <streapadair@gmx.net>  (tiny change)
2002         * generic-x.el (hosts-generic-mode, named-database-generic-mode):
2003         Fix regexp quoting.  (Bug#1739)
2005 2009-01-29  Michael Albinus  <michael.albinus@gmx.de>
2007         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2008         Allow correction of passwords.
2010 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
2012         * mail/rmail.el (rmail-toggle-header): Determine current header
2013         style using the buffer-local value of rmail-header-style in the
2014         view buffer.
2015         (rmail-show-message): Set a buffer-local value of
2016         rmail-header-style in the view buffer.  (Bug#2016)
2018 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
2020         * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
2021         Fix typos in docstrings.
2023 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
2025         * bindings.el (completion-ignored-extensions):
2026         Add entries for VCS metadata directories (CVS/, .svn, etc).
2028         * pcvs.el (completion-ignored-extensions):
2029         * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
2030         directory, now done in bindings.el.
2032 2009-01-29  Klaus Straubinger  <KSNetz@UseNet.ArcorNews.DE>  (tiny change)
2034         * pcmpl-rpm.el (pcmpl-rpm): Doc fix.  (Bug#2094)
2036 2009-01-29  Glenn Morris  <rgm@gnu.org>
2038         * mail/rmail.el (rmail-file-name): Remove duplicate definition.
2039         (rmail-set-header): Ensure header changes get saved.
2041         * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
2043         * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
2044         one, after a label is added.
2046         * mail/rmailsum.el (rmail-summary-update-line): New function.
2047         (rmail-summary-goto-msg): Return a value according to whether message
2048         was found.
2049         (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
2050         property.  Use line-end-position.
2052 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
2054         * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
2055         quoted From lines.
2057         * mail/rmail.el (rmail-redecode-body): New function, based on old
2058         version removed in 2009-01-22 change.
2059         (rmail-show-message): Unquote From lines.
2061 2009-01-28  Tassilo Horn  <tassilo@member.fsf.org>
2063         * doc-view.el (doc-view-mode): Don't use string-match and file
2064         extension to choose fallback mode on empty/non-existing files but
2065         let-bind auto-mode-alist and call normal-mode.
2067 2009-01-28  Eli Zaretskii  <eliz@gnu.org>
2069         * ls-lisp.el (ls-lisp-classify): Propertize file name before
2070         concatenating the type indicating character.
2071         (ls-lisp-format): Don't propertize file-name only if
2072         ls-lisp-classify already did.
2074 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
2076         * net/dbus.el (dbus-event-error-hooks): Fix docstring.
2077         Describe second parameter of hook functions.
2078         (dbus-handle-event): Apply it.
2080 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
2082         * mail/rmail.el (rmail-toggle-header): Don't reset
2083         rmail-header-style permanently (bug#2016).
2085 2009-01-28  Denis Howe  <denis.howe@gmail.com>
2087         * complete.el (PC-do-completion): Correct case when completion is
2088         unambiguous.
2090 2009-01-28  Stephen Berman  <stephen.berman@gmx.net>
2092         * calendar/todo-mode.el (todo-insert-item-here):
2093         Prevent insertion of a new entry inside of an existing entry.
2094         Minor code cleanup.  (Bug#2084)
2095         (todo-add-category): Change the interactive spec.  Signal an error
2096         if the Todo file is non-empty but contains no category.
2097         Reject category names that could induce bugs and confusion.
2098         Call todo-mode if the Todo file is new and unsaved.  Simplify handling
2099         of local variables cookie.  Properly display the newly added
2100         category in Todo mode.
2101         (todo-show): Call todo-initial-setup only if there is neither a
2102         Todo file nor a corresponding unsaved buffer.  (Bug#2085)
2103         (todo-category-alist): Delete function.
2104         (todo-completing-read): New function.
2105         (todo-insert-item, todo-jump-to-category): Use it.
2106         (todo-insert-item): Make the use of the prefix argument conform to
2107         the doc string.  (Bug#2086)
2109 2009-01-28  Glenn Morris  <rgm@gnu.org>
2111         * mail/rmail.el (rmail-expunge-and-save): Always show a message,
2112         even when called from the summary.  (Bug#2075)
2113         (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
2114         (rmail-show-message-maybe): Use rmail-no-mail-p.
2115         (rmail-show-message): If empty folder, do nothing.  (Bug#2076)
2116         (rmail-get-labels): Separate status and label fields with a semicolon,
2117         rather than a comma, for consistency with old Rmail.
2119         * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
2120         starting from the beginning, since mail-fetch-field does not care.
2121         (rmail-create-summary-line): Fix unseen handling.  (Bug#2089)
2122         (rmail-get-summary-status): New name for old rmail-get-summary-labels.
2123         (rmail-get-summary-labels): New function.  Returns labels rather than
2124         status (edited, etc).
2125         (rmail-create-summary): Insert an extra space after the status
2126         flags, for consistency with old rmail, and with current
2127         rmail-summary-font-lock-keywords.
2129 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
2131         * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
2132         if region is active.  Use cond instead of nested ifs.  (Bug#2053)
2134 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2136         * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
2137         converting.
2139         * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
2140         which are recognized by the new Rmail, instead of X-BABYL-V6-*.
2142 2009-01-27  Christopher Oliver  <coliver@message.nmc.edu>
2144         * mouse.el (mouse-select-font): Return a string instead of a list.
2146 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2148         * bindings.el: Swap C-delete and C-backspace bindings here, so we
2149         don't have to do it in normal-erase-is-backspace-mode.
2151         * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
2152         and C-backspace; the latter is not available on ttys anyway.
2154 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
2156         (doc-view-mode): Fix broken call to string-match.
2158 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
2160         * doc-view.el (doc-view-mode): Enhance docstring and fallback to
2161         fundamental-mode or ps-mode if the file is empty or doesn't exist
2162         at all.
2163         (doc-view-initiate-display): Better info message if doc-view-mode
2164         cannot be used.  (Missing utility or no png support/no X frame.)
2165         (Bug#2058)
2167 2009-01-27  Glenn Morris  <rgm@gnu.org>
2169         * mail/rmail.el (rmail-copy-headers): Doc fix.  Leave point at the end
2170         of the headers in the full header case.  (Bug#2073)
2172 2009-01-27  Kenichi Handa  <handa@m17n.org>
2174         * mail/rmail.el (rmail-get-coding-system): Re-search
2175         rmail-mime-charset-pattern directly instead of using
2176         mail-fetch-field.  Use coding-system-from-name.
2178         * international/mule-cmds.el (canonicalize-coding-system-name)
2179         (coding-system-from-name): New functions.
2181 2009-01-27  Glenn Morris  <rgm@gnu.org>
2183         * dired-x.el (dired-bind-vm): Doc fix.
2185         * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
2186         Replace `first' and `rest' with `car' and `cdr' throughout.
2187         (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
2188         (rsf-scanning-messages-now): Doc fix.
2189         (rsf-check-field): Rename from `check-field' and update callers.
2190         (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
2191         Use rmail-output rather than deleted rmail-output-to-rmail-file.
2193         * mail/rmail.el: Remove leading `*' from defcustom docs.
2194         Remove needless autoloads of many defcustoms and hooks.
2195         (rmail-enable-mime, rmail-insert-mime-resent-message-function)
2196         (rmail-search-mime-message-function, rmail-search-mime-header-function)
2197         (rmail-decode-mime-charset): Doc fix.
2198         (rmail-search-message, rmail-resend): Check functions set before use.
2200         * mail/rmailout.el: Remove leading `*' from defcustom docs.
2201         Remove needless autoloads of many defcustoms.
2202         (rmail-output-to-babyl-buffer): Rename from
2203         rmail-output-to-r-mail-buffer and update caller.
2204         (rmail-output): Doc fix.
2206         * mail/rmailsum.el: Remove leading `*' from defcustom docs.
2207         Remove needless autoloads of many defcustoms.
2208         (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
2209         is set.
2211         * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
2212         (batch-unrmail, unrmail): Doc fix.
2214         * mail/rmailsum.el (rmail-message-recipients-p-1)
2215         (rmail-message-regexp-p-1): Ensure searches start from the
2216         beginning of the header.
2218 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2220         * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
2222 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
2224         * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
2225         expand the denominator.
2227 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
2229         * net/dbus.el (dbus-event-error-hooks): New variable.
2230         (dbus-handle-event): Use it.
2232 2009-01-26  Glenn Morris  <rgm@gnu.org>
2234         * Makefile.in (ELCFILES): Update.
2236         * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
2237         replies.  (Bug#512)
2239 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2241         * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
2243 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
2245         * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
2246         Remove from global map and key definitions.
2247         (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
2248         definitions.
2249         (ns-show-preferences-help, ns-unput-working-text): New functions.
2250         (ns-unecho-working-text): Update message.
2252 2009-01-25  Craig Markwardt  <cbmarkwardt@gmail.com>
2254         * calendar/icalendar.el (icalendar-uid-format): New defcustom
2255         variable to allow the user to choose icalendar UID format.
2256         (icalendar--diarytime-to-isotime): Bug fix, now times in the range
2257         12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
2258         (icalendar-export-region,icalendar--create-uid): Use custom
2259         function to compute icalendar UID for each entry.
2260         (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
2261         with description, location, etc. fields (need to keep active count
2262         of fields encountered).  Another bug fix to the regex that matches
2263         multiple lines (need \' regex instead of $ to match end-of-entry).
2265 2009-01-25  Juri Linkov  <juri@jurta.org>
2267         * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
2268         change its title from "Recursive grep..." to "Grep via Find...".
2269         Add menu items for lgrep and rgrep.
2271 2009-01-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2273         * ps-print.el (ps-print-version): New version 7.3.4.
2275 2009-01-24  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2277         * ps-print.el: Fix face background/foreground extraction.
2278         (ps-face-extract-color): New fun.
2279         (ps-face-attributes, ps-face-attribute-list): Code fix.
2281 2009-01-24  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2283         * align.el (align-region): Avoid infloop.
2285 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
2287         * env.el (environment): Function removed.
2289         * international/mule-cmds.el (set-language-environment-coding-systems):
2290         If default-buffer-file-coding-system is nil, set up to have EOLs that
2291         are native for the underlying system-type.  (Bug#1853)
2292         (prefer-coding-system, set-default-coding-systems): Doc fix.
2294 2009-01-24  Juanma Barranquero  <lekktu@gmail.com>
2296         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2297         Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
2298         (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
2299         Use `string-match-p'.
2301 2009-01-24  Ulf Jasper  <ulf.jasper@web.de>
2303         * net/newst-treeview.el (newsticker--treeview-first-feed): New.
2304         (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
2305         next-feed does not succeed.  Fixes bug#1710 even more.
2306         (newsticker-treeview-next-feed): Simplify.
2307         (newsticker--group-get-feeds): Suppress group names in result.
2309 2009-01-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
2311         * term/ns-win.el (menu-bar-select-frame): Drop this override.
2312         (menu-bar-update-frames): Update call to menu-bar-select-frame.
2314 2009-01-24  Glenn Morris  <rgm@gnu.org>
2316         * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
2317         "popmail" by "pormail".
2319         * language/ethio-util.el (rmail-current-message, rmail-message-vector):
2320         Remove unneeded declarations.
2322 2009-01-24  Jay Belanger  <jay.p.belanger@gmail.com>
2324         * calc/calc-poly.el (calcFunc-apart): Improve test for
2325         rational functions.
2327 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2329         * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
2330         return value of rmail-get-labels.
2332         * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
2333         return value of rmail-get-labels.
2335         * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
2336         (rmail-buffer-swapped): Fix last change.  (Bug#1997)
2338 2009-01-23  Ulf Jasper  <ulf.jasper@web.de>
2340         * net/newst-backend.el (newsticker--cache-read): Offer deletion of
2341         old cache file.  Fixes bug#1710.
2343 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2345         * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
2347 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
2349         * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
2350         Switch names and update comments for clarity.
2352 2009-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2354         * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
2355         start is nil, as was done in tar-mode.el.
2357 2009-01-23  Glenn Morris  <rgm@gnu.org>
2359         * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
2360         more.
2362         * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
2364 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2366         * server.el (server-name): Make it a defcustom.  (Bug#1995)
2368         * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
2370 2009-01-23  Glenn Morris  <rgm@gnu.org>
2372         * Makefile.in (ELCFILES): Update.
2374 2009-01-22  Ulf Jasper  <ulf.jasper@web.de>
2376         * net/newst-treeview.el
2377         (newsticker-treeview-next-new-or-immortal-item): New optional arg
2378         current-item-counts.  Move to next feed if necessary.  (Bug#1569)
2379         (newsticker-treeview-prev-new-or-immortal-item): Move to previous
2380         feed if necessary.  (Bug#1569)
2381         (newsticker-treeview-next-feed)
2382         (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
2383         Don't activate node nil.  (Bug#1569)
2385 2009-01-22  Paul Reilly  <pmr@pajato.com>
2386             Henrik Enberg  <enberg@printf.se>
2387             Alex Schroeder  <alex@gnu.org>
2388             Chong Yidong  <cyd@stupidchicken.com>
2389             Richard M Stallman  <rms@gnu.org>
2390             Glenn Morris  <rgm@gnu.org>
2391             Juanma Barranquero  <lekktu@gmail.com>
2393         * mail/rmail.el: Code implementing Rmail-mbox functionality.
2394         (rmail-attribute-header, rmail-keyword-header)
2395         (rmail-answered-attr-index, rmail-deleted-attr-index)
2396         (rmail-edited-attr-index, rmail-filed-attr-index)
2397         (rmail-retried-attr-index, rmail-forwarded-attr-index)
2398         (rmail-unseen-attr-index, rmail-resent-attr-index)
2399         (rmail-attr-array, rmail-header-style, rmail-file-name)
2400         (rmail-buffer-swapped): New vars.
2401         (rmail-convert-file-maybe, rmail-error-bad-format)
2402         (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
2403         (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
2404         (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
2405         (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
2406         (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
2407         (rmail-get-header, rmail-set-header, rmail-get-attr-names)
2408         (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
2409         (rmail-message-attr-p, rmail-message-unseen-p)
2410         (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
2411         (rmail-show-message-maybe, rmail-copy-headers)
2412         (rmail-simplified-subject, rmail-simplified-subject-regexp)
2413         (rmail-write-region-annotate): New functions.
2415         (rmail-keywords, rmail-default-rmail-file): Delete vars.
2416         (rmail-convert-mailpath, rmail-convert-file)
2417         (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
2418         (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
2419         (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
2420         (rmail-redecode-body)
2421         (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
2422         (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
2423         (rmail-count-screen-lines, rmail-message-regexp-p)
2424         (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
2425         (rmail-nuke-pinhead-header): Move to rmailout.el.
2427         (rmail-ignored-headers): Add additional headers.
2428         (rmail-mode-map): Update key commands.
2429         (rmail-tool-bar-map): Build tool-bar unconditionally.
2430         (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
2431         conversion and new buffer swapping mechanism.
2432         (rmail-perm-variables): Use new vars, and remove deleted ones.
2433         (rmail-revert): Use rmail-convert-file-maybe.
2434         (rmail-duplicate-message): Use rmail-show-message-maybe.
2435         (rmail-get-new-mail): Don't leave the buffer screwed up if we get
2436         a disk-full error.
2437         (rmail-parse-url): Strip embedded password.
2438         (rmail-insert-inbox-text): Default to movemail if
2439         rmail-movemail-program is null.  Handle mbox format.
2440         (rmail-decode-region): New arg.
2441         (rmail-display-labels): Don't perform Babyl processing.
2442         (rmail-set-attribute, rmail-message-labels-p, rmail-search)
2443         (rmail-set-message-counters, rmail-count-new-messages)
2444         (rmail-set-message-counters-counter, rmail-show-message)
2445         (rmail-next-same-subject, rmail-reply): Use mbox format.
2446         (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
2447         (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
2448         buffer swapping mechanism.
2450         * mail/rmailedit.el: Require rmailsum.el.
2451         (rmail-edit-mode): First check if buffer is swapped.
2452         (rmail-edit-saved-coding-system): Delete var.
2453         (rmail-edit-current-message): Don't call deleted vars.
2454         (rmail-cease-edit): Handle mbox format.
2455         (rmail-abort-edit): Widen buffer.
2457         * mail/rmailkwd.el: Require rmail.el.  Remove unneeded function
2458         declarations.
2459         (rmail-buffer, rmail-current-message, rmail-last-label)
2460         (rmail-last-multi-labels, rmail-summary-vector)
2461         (rmail-total-messages, rmail-attributes, rmail-deleted-label)
2462         (rmail-keywords): Delete vars.
2463         (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
2464         (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
2465         (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
2466         (rmail-make-label): New function.
2467         (rmail-read-label): Don't call rmail-parse-file-keywords.
2468         (rmail-set-label): Rewrite using rmail-set-attribute.
2469         (rmail-next-labeled-message): Use rmail-get-labels.
2471         * mail/rmailmm.el: New file.
2473         * mail/rmailmsc.el: Require rmail.el.
2474         (set-rmail-inbox-list): Set rmail-inbox-list directly.
2476         * mail/rmailout.el (rmail-output-decode-coding): New var.
2477         (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
2478         (rmail-convert-to-babyl-format, rmail-output-as-mbox)
2479         (rmail-output-to-rmail-buffer): New functions.
2480         (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
2481         Delete functions.
2482         (rmail-nuke-pinhead-header): Move from rmail.el.
2483         (rmail-output): Rewrite to accept both mbox and babyl output.
2484         (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
2485         use mbox internal format.
2487         * mail/rmailsort.el: Eval mail-utils when compiled.  Require rmail.el.
2488         (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
2489         (rmail-sort-by-recipient, rmail-sort-by-correspondent):
2490         Use rmail-get-header.
2491         (rmail-sort-messages): Use new buffer swapping mechanism.
2492         Handle mbox internal format.
2494         * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
2495         (rmail-message-recipients-p, rmail-message-recipients-p-1)
2496         (rmail-message-regexp-p, rmail-new-summary-1)
2497         (rmail-get-create-summary-buffer, rmail-get-summary)
2498         (rmail-create-summary-line, rmail-get-summary-labels)
2499         (rmail-create-summary, rmail-header-summary)
2500         (rmail-summary-output, rmail-summary-output-as-seen): New functions.
2501         (rmail-summary-by-topic, rmail-message-senders-p)
2502         (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
2503         internal format.
2504         (rmail-new-summary): Rewrite window handling.
2505         (rmail-make-summary-line, rmail-make-summary-line-1)
2506         (rmail-make-basic-summary-line)
2507         (rmail-summary-output-to-rmail-file): Functions deleted.
2508         (rmail-summary-undelete, rmail-summary-rmail-update)
2509         (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
2510         (rmail-summary-show-message, rmail-summary-wipe)
2511         (rmail-summary-toggle-header, rmail-summary-reply):
2512         Use rmail-buffer instead of rmail-view-buffer.
2513         (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
2514         (rmail-summary-goto-msg): Use rmail-show-message-maybe.
2515         (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
2517 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
2519         * term/ns-win.el (ns-show-manual): Fix node name.
2520         (x-open-connection): Fix typo in declaration filename.
2522 2009-01-22  Romain Francoise  <romain@orebokech.com>
2524         * Makefile.in (ELCFILES): Update.
2526 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
2528         * frame.el (make-frame-on-tty): Remove function, inline contents
2529         in the only user ...
2531         * server.el (server-create-tty-frame): ... here.
2533 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
2535         * format.el (format-annotate-function):
2536         Set write-region-post-annotation-function.
2538 2009-01-21  John Wiegley  <johnw@newartisans.com>
2540         * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
2541         list of output filters.
2542         (eshell-mode): Change the default binding of C-a to eshell-bol.
2543         I don't think it's actually bound at all by default in eshell;
2544         it just falls back to the default binding of C-a.
2546 2009-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2548         * minibuffer.el (completion--insert-strings): Fix up computation of
2549         column position which manifested e.g. in proced's signal completion.
2551 2009-01-21  Chong Yidong  <cyd@stupidchicken.com>
2553         * server.el (server-start): Allow server to shut down when no
2554         frames are available in daemon-mode.
2556 2009-01-21  Juanma Barranquero  <lekktu@gmail.com>
2558         * term.el (term-previous-matching-input, term-next-matching-input)
2559         (term-previous-matching-input-from-input)
2560         (term-next-matching-input-from-input, term-backward-matching-input)
2561         (term-forward-matching-input): Change argument name to match docstring.
2563 2009-01-21  Glenn Morris  <rgm@gnu.org>
2565         * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
2566         that are no longer needed.
2567         (authors-scan-change-log): Doc fix.
2568         (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2570 2009-01-20  Agustín Martín  <agustin.martin@hispalinux.es>
2572         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2573         Use aspell default dict.
2575 2009-01-20  Kenichi Handa  <handa@m17n.org>
2577         * descr-text.el (describe-char): Improve description of eight-bit
2578         char in a unibyte buffer.  (Bug#1935)
2580 2009-01-20  Glenn Morris  <rgm@gnu.org>
2582         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2583         Add some entries.
2585 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
2587         * progmodes/ruby-mode.el: Autoload other interpreter names.
2589 2009-01-19  Juanma Barranquero  <lekktu@gmail.com>
2591         * descr-text.el (describe-char-categories): New defsubst.
2592         (describe-char): Use it.
2594 2009-01-19  Michael Albinus  <michael.albinus@gmx.de>
2596         * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
2597         IPv4 mapped IPv6 addresses.
2599 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
2601         * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
2602         the beginning of the buffer.  (Bug#1949)
2604 2009-01-18  Markus Triska  <markus.triska@gmx.at>
2606         * linum.el (linum-update-window): Use `delq' instead of `delete';
2607         compare strings with `equal-including-properties'.
2609 2009-01-17  Glenn Morris  <rgm@gnu.org>
2611         * progmodes/cc-langs.el (declare-function): Add compatibility stub.
2612         (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
2614         * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
2615         (eldoc-message-commands, eldoc-print-current-symbol-info):
2616         Doc fix (consistent case of "ElDoc").
2618 2009-01-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2620         * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
2622 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
2624         * dos-w32.el (find-buffer-file-type-coding-system): If `(car
2625         TARGET)' does not exist, try again with its basename replaced by
2626         `(cdr TARGET)'.  (Related to Bug #1853.)
2628         * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
2630 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2632         * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
2633         unless flyspell-mode is enabled.
2634         (flyspell-pre-point): Make buffer-local.
2636 2009-01-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2638         * textmodes/bibtex.el (bibtex-format-entry): For updating field
2639         delimiters, allow fields that are composed of strings and string
2640         constants.
2641         (bibtex-mode): Doc fix.
2643 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2645         * textmodes/ispell.el: Protect against declare-function undefined
2646         in XEmacs.
2647         (ispell-program-name): Search also for hunspell when setting default.
2648         (ispell-find-aspell-dictionaries): Better error message.  Use correct
2649         dictionary alist for default.  Better fallback default dictionary.
2651 2009-01-16  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2653         * international/quail.el (quail-insert-kbd-layout):
2654         Delete superfluous handling of 8-bit code.  (Bug#1418)
2656 2009-01-16  Glenn Morris  <rgm@gnu.org>
2658         * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
2659         (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
2660         (eldoc-highlight-function-argument): Doc fix - mention effect of
2661         eldoc-documentation-function.
2662         (eldoc-message-commands-table-size, eldoc-message-commands)
2663         (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
2664         (eldoc-documentation-function): Mention effect on user options.
2666         * emacs-lisp/copyright.el (copyright-update): Doc fix.
2668 2009-01-16  Kevin Ryde  <user42@zip.com.au>
2670         * tar-mode.el (tar-rename-entry): Only test the magic string, without
2671         its version number, and then set both.
2673 2009-01-16  Richard M Stallman  <rms@gnu.org>
2675         * textmodes/paragraphs.el (sentence-end): Accept non-break space.
2677 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2679         * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
2680         Refer to revert-buffer, not Buffer-menu-revert.
2681         (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
2682         (Buffer-menu-revert): Remove function, unused.
2683         (Buffer-menu-mode-map): Don't bind keys already
2684         bound by special-mode.
2685         (Buffer-menu-mode-map): Add a menu.
2687 2009-01-15  Stephen Eglen  <stephen@gnu.org>
2689         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
2691 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2693         * vc-hg.el (vc-hg-diff): Pass relative file names.  (Bug#1903)
2695 2009-01-15  Martin Rudalics  <rudalics@gmx.at>
2697         * window.el (special-display-p): Revert 2009-01-14 change.
2699 2009-01-15  Glenn Morris  <rgm@gnu.org>
2701         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2702         (authors-obsolete-files-regexps, authors-ignored-files):
2703         (authors-renamed-files-alist): Add some entries.
2704         (authors-fixed-entries): Change some entries.
2705         (authors-canonical-file-name): Doc fix.
2706         (authors-scan-change-log): Handle joint authorship in ChangeLogs.
2708 2009-01-14  Juri Linkov  <juri@jurta.org>
2710         * info.el (Info-isearch-filter): Don't filter out invisible text
2711         when search-invisible is t.  (Bug#1848)
2713         * simple.el (blink-matching-open): Use `minibuffer-message' to
2714         display messages in the minibuffer.
2716         * help.el (view-help-file):
2717         * menu-bar.el (menu-bar-help-extra-packages):
2718         Use goto-address-mode instead of goto-address.
2720         * net/goto-addr.el (goto-address-url-face): Change default value
2721         from `bold' to `link'.
2723 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2725         * international/mule-diag.el (print-list): Fix 2008-12-03 change.
2727 2009-01-14  Martin Rudalics  <rudalics@gmx.at>
2729         * frame.el (special-display-popup-frame): Rewrite doc-string and
2730         simplify code.
2732         * window.el (special-display-buffer-names)
2733         (special-display-regexps): Add customization support for
2734         function/other-args elements.  Rewrite doc-strings.
2735         (special-display-function): Rewrite doc-string.
2736         (same-window-buffer-names, same-window-regexps):
2737         Minor doc-string fixes.
2738         (special-display-p): Minor rewrite.
2740 2009-01-14  Glenn Morris  <rgm@gnu.org>
2742         * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
2744 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2746         * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
2747         MESSAGEs with internal square brackets (i.e., " this [test] message").
2748         Use `string-match-p'.
2749         (completion--make-envvar-table, completion--file-name-table)
2750         (completion-pcm--string->pattern, completion-pcm--all-completions)
2751         (completion-pcm--filename-try-filter): Use `string-match-p'.
2753 2009-01-14  Juri Linkov  <juri@jurta.org>
2755         * progmodes/bug-reference.el (bug-reference-fontify): Check for
2756         non-nil `bug-reference-url-format' before putting an overlay
2757         property `bug-reference-url'.
2758         (bug-reference-mode, bug-reference-prog-mode): Don't check for
2759         `bug-reference-url-format'.  Doc fix.  (Bug#1744)
2761 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
2763         * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
2764         for exit-emacs item.  Bind it to save-buffers-kill-terminal.
2766         * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
2767         loaded.
2769 2009-01-13  Jason Rumney  <jasonr@gnu.org>
2771         * faces.el (face-valid-attribute-values): No stipple on w32.  (Bug#884)
2773 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
2775         * subr.el (play-sound): Doc fix.  (Bug#250)
2776         (shell-quote-argument, field-at-pos): Fix typos in docstrings.
2778 2009-01-12  Alan Mackenzie  <acm@muc.de>
2780         * textmodes/paragraphs.el (forward-sentence): Change limit of
2781         re-search-backward to allow values of `sentence-end' anchored at BOL.
2783 2009-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2785         * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
2786         subfield of the magic string.
2788 2009-01-11  Jay Belanger  <jay.p.belanger@gmail.com>
2790         * calc/calc-lang.el (math-compose-tex-sqrt): New function.
2791         (math-special-function-table): Use `math-compose-tex-sqrt' to
2792         compose sqrts in TeX and LaTeX mode.
2794 2009-01-11  Chong Yidong  <cyd@stupidchicken.com>
2796         * faces.el (describe-face): Ignore anonymous faces.
2798         * server.el (server-save-buffers-kill-terminal): Args changed.
2799         Handle nowait client frames.
2801         * files.el (save-buffers-kill-terminal): Args for
2802         server-save-buffers-kill-terminal changed.
2804 2009-01-11  Juanma Barranquero  <lekktu@gmail.com>
2806         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2808 2009-01-11  Glenn Morris  <rgm@gnu.org>
2810         * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
2811         Silence compiler.
2813         * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
2814         some entries.
2815         (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
2816         (authors-renamed-files-alist): Add entries.
2817         (authors-fixed-entries): Update for renamed and removed files.
2818         (authors-canonical-file-name): Add entries to
2819         authors-checked-files-alist based on their full names, expanded relative
2820         to each log-file directory.
2821         (authors-scan-el, authors-add-to-author-list, authors):
2822         Handle multiple authors in a file, via a new :cowrote category.
2824         * emacs-lisp/copyright.el (copyright-update): Add doc-string.
2826 2009-01-10  Richard M Stallman  <rms@gnu.org>
2828         * mail/mail-utils.el (mail-quote-printable-region): New function.
2830 2009-01-10  Glenn Morris  <rgm@gnu.org>
2832         * calendar/cal-move.el (calendar-scroll-left-three-months)
2833         (calendar-scroll-right-three-months):
2834         * calendar/holidays.el (calendar-list-holidays)
2835         (calendar-mark-holidays):
2836         * calendar/lunar.el (calendar-lunar-phases):
2837         Add event handling, for when called from menus with the calendar buffer
2838         not current.
2840 2009-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
2842         * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
2843         Move setting up whitepace-mode ...
2844         (diff-mode): ... here.
2845         (diff-mode-menu): Add a menu entry for showing trailing whitespace.
2847 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
2849         * faces.el (x-font-family-list): Remove entirely.
2851 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
2853         Fix Bug #876:
2855         * info.el (info-insert-file-contents, Info-insert-dir):
2856         Bind inhibit-null-byte-detection to non-nil.
2858 2009-01-10  Martin Rudalics  <rudalics@gmx.at>
2860         * tool-bar.el (tool-bar-mode): Modify all frame parameters when
2861         toggling tool bars on.  (Bug#1754)
2863 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
2865         * faces.el (face-valid-attribute-values): Use string as value for
2866         :family attribute.  Now, font-family-list returns a list of strings.
2867         (x-font-family-list): Obsolete compatibility version of function
2868         from xfaces.c.
2870 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
2872         * window.el (special-display-buffer-names)
2873         (special-display-regexps, special-display-function):
2874         In doc-strings say "same-window" instead of "same-buffer".
2876 2009-01-09  Michael Albinus  <michael.albinus@gmx.de>
2878         * net/tramp.el: Revert previous patch.  `last-command-char' is
2879         used in code intended only for XEmacs, where it is different from
2880         `last-command-event'.
2882 2009-01-09  Glenn Morris  <rgm@gnu.org>
2884         * subr.el (last-input-char, last-command-char):
2885         Move here from src/keyboard.c.
2887         * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
2888         * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
2889         * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
2890         * wdired.el:
2891         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
2892         * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
2893         * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
2894         * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
2895         * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
2896         * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
2897         * eshell/em-smart.el, eshell/esh-mode.el:
2898         * international/mule-cmds.el:
2899         * mail/mailabbrev.el:
2900         * net/tramp.el:
2901         * play/mpuz.el:
2902         * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
2903         * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
2904         * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
2905         * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
2906         * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
2907         * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
2908         * progmodes/vhdl-mode.el, progmodes/xscheme.el:
2909         * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
2910         Replace last-command-char with last-command-event.
2912         * double.el, electric.el, replace.el, term.el, terminal.el:
2913         * calc/calc.el:
2914         * emulation/viper-cmd.el:
2915         * international/mule-cmds.el:
2916         * obsolete/iso-acc.el:
2917         * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
2919         * emacs-lisp/edebug.el: Remove references to last-command-char and
2920         last-input-char, since these have been identical to last-command-event
2921         and last-input-event since at least Emacs 19.
2922         (edebug-outside-last-command-char, edebug-outside-last-input-char):
2923         Remove.
2925 2009-01-09  Dave Love  <fx@gnu.org>
2927         * calendar/time-date.el: Require cl for `declare'.
2929 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2931         * calendar/time-date.el (format-seconds): Explain `assoc-string'.
2932         Suggested by Dave Love.
2934 2009-01-09  Dave Love  <fx@gnu.org>
2936         * net/imap.el (imap-string-to-integer): Fix typo.
2937         (imap-fetch-safe): New function.
2938         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2940         * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
2941         (imap-parse-greeting): Fix doc strings.
2942         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2943         (imap-parse-flag-list): Make messages unique.
2944         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
2946         * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
2947         call.
2949         * net/imap.el: Fix author email.  Doc fixes.
2950         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2951         reply.
2953 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2955         * net/dns.el (dns-set-servers): Check "Address".  Fix typo.
2957 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2959         * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
2960         Call nslookup if resolv.conf isn't available.
2961         (dns-query): Rename from query-dns.
2962         (dns-query-cached): Rename from query-dns-cached.
2964 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2966         * net/imap.el (imap-enable-exchange-bug-workaround):
2967         Explain auto-detection in the doc string.
2969 2009-01-09  Juanma Barranquero  <lekktu@gmail.com>
2971         * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
2972         (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
2973         (ispell-begin-skip-region-regexp, ispell-skip-region-list)
2974         (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
2975         (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
2976         Fix typos in docstrings.
2977         (ispell-command-loop): Reflow docstring.
2979 2009-01-08  Agustín Martín  <agustin.martin@hispalinux.es>
2981         * textmodes/ispell.el (ispell-encoding8-command): New variable.
2982         (ispell-aspell-supports-utf8): Mark as obsoleted by
2983         ispell-encoding8-command.
2984         (ispell-check-version): Set ispell-encoding8-command.
2985         (ispell-check-spellchecker-params, ispell-start-process):
2986         Use ispell-encoding8-command.
2988         * textmodes/flyspell.el (flyspell-large-region):
2989         Use ispell-encoding8-command.
2991 2009-01-08  Glenn Morris  <rgm@gnu.org>
2993         * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
2994         scroll the calendar.
2996         * international/mule-cmds.el (universal-coding-system-argument):
2997         last-input-char need not be a char.
2999         * textmodes/ispell.el (ispell-check-minver): Declare.
3000         Use string-to-number rather than string-to-int.
3002 2009-01-07  Juanma Barranquero  <lekktu@gmail.com>
3004         * add-log.el (change-log-search-tag-name): Reflow docstring.
3005         (change-log-mode): Fix typo in docstring.
3007         * international/mule.el (define-coding-system): Doc fix.
3009 2009-01-07  Kenichi Handa  <handa@m17n.org>
3011         * international/mule.el (define-coding-system): Fix docstring
3012         about :bom usage.
3014 2009-01-07  Martin Rudalics  <rudalics@gmx.at>
3016         * dired.el (dired-pop-to-buffer): Don't split windows
3017         horizontally.  (Bug#1806)
3019 2009-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3021         * tar-mode.el (tar-mode, tar-mode-write-contents)
3022         (tar-write-region-annotate): Undo Andreas's last change.
3024 2009-01-06  Michael Albinus  <michael.albinus@gmx.de>
3026         * net/tramp.el (tramp-do-copy-or-rename-file-directly)
3027         (tramp-handle-file-local-copy, tramp-handle-write-region)
3028         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3029         (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
3031 2009-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3033         * minibuffer.el (completion-hilit-commonality): Don't presume
3034         all-completions always include the input as prefix.
3035         (completion-pcm--pattern-trivial-p): Accept a few more patterns
3036         as trivial.
3037         (completion-pcm--hilit-commonality): Remove leftover code that used to
3038         deal with the now removed cdr-in-last-cons.
3040 2009-01-06  Juanma Barranquero  <lekktu@gmail.com>
3042         * international/mule.el (define-coding-system): Fix typos in docstring.
3044 2009-01-05  Alan Mackenzie  <acm@muc.de>
3046         * progmodes/cc-styles.el (c-setup-paragraph-variables):
3047         Ensure paragraph-\(start\|separate\) match blank lines.  For AWK Mode.
3049 2009-01-05  Michael Albinus  <michael.albinus@gmx.de>
3051         * net/tramp.el (tramp-handle-load)
3052         (tramp-do-copy-or-rename-file-directly)
3053         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3054         (tramp-handle-write-region)
3055         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3056         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3057         Delete temporary file in case of error.
3059 2009-01-05  Agustín Martín  <agustin.martin@hispalinux.es>
3061         * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
3063 2009-01-05  Richard M Stallman  <rms@gnu.org>
3065         * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
3067 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
3069         * window.el (display-buffer): Fix last fix.
3071 2009-01-05  Juanma Barranquero  <lekktu@gmail.com>
3073         * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
3074         to shorten the desktop file directory shown in message.
3076 2009-01-05  Glenn Morris  <rgm@gnu.org>
3078         * version.el (emacs-copyright):
3079         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3080         Update copyrights for 2009.
3082 2009-01-04  Stephen Leake  <stephen_leake@member.fsf.org>
3084         * progmodes/ada-mode.el (ada-mode): Simplify doc string.
3085         (ada-get-indent-paramlist): Use ada-broken-indent instead of
3086         hard-coded 0.
3087         (ada-get-indent-loop): Fix list access bug.
3089 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
3091         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
3092         (lisp-interaction-mode): Add a blank line in the docstring
3093         before the keymap listing.
3095 2009-01-04  Martin Rudalics  <rudalics@gmx.at>
3097         * window.el (display-buffer): When a buffer is displayed in the
3098         selected and some other window, and not-this-window is non-nil,
3099         try to return that other window instead of popping up a new
3100         frame.  (Bug#30)
3102 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
3104         * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
3106 2009-01-04  Ulrich Mueller  <ulm@kph.uni-mainz.de>
3108         * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
3110 2009-01-03  Michael Olson  <mwolson@gnu.org>
3112         * net/imap.el (imap-parse-fetch): Courier can insert spurious
3113         blank characters which will confuse `read', so skip past them.
3115 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3117         * emacs-lisp/authors.el (authors-aliases): Addition.
3118         (authors): Allow to use it for other projects.
3120         * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
3121         Clarify MATCH argument.  Print filenames.
3123 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
3125         * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
3127         * net/tramp.el (tramp-local-host-regexp)
3128         (tramp-prefix-domain-format)
3129         (tramp-prefix-domain-regexp, tramp-domain-regexp)
3130         (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
3131         (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
3132         (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
3133         (tramp-file-name-structure, tramp-file-name-regexp-unified)
3134         (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
3135         (tramp-dissect-file-name, tramp-make-tramp-file-name)
3136         (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
3137         (tramp-handle-insert-file-contents): Fix setting of
3138         `buffer-read-only'.
3139         (tramp-compute-multi-hops, tramp-local-host-p):
3140         Use `tramp-local-host-regexp'.
3141         (tramp-file-name-real-user, tramp-file-name-domain):
3142         Use `tramp-user-with-domain-regexp'.
3144         * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
3145         (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
3147 2009-01-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3149         * proced.el (proced-grammar-alist): Refiner can be a
3150         list (function help-echo) instead of a cons pair.
3151         (proced-post-display-hook): New variable.
3152         (proced-tree-depth): Rename from proced-tree-indent.
3153         (proced-mode): Derive mode from special-mode.
3154         (proced-mode-map): Change accordingly.
3155         (proced, proced-update): Run proced-post-display-hook.
3156         (proced-do-mark-all): Count processes for which mark has been updated.
3157         (proced-format): Check for ppid attribute.
3158         (proced-process-attributes): Take time and ctime attribute from
3159         system-process-attributes.
3160         (proced-send-signal): Doc fix.  Collect properly the info on
3161         marked processes.  Use fit-window-to-buffer instead of
3162         dired-pop-to-buffer.
3164 2009-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3166         * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
3167         point-min==1.
3169 2009-01-02  Juanma Barranquero  <lekktu@gmail.com>
3171         * bindings.el (mode-line-eol-desc): Fix typo in help message.
3172         (mode-line-client): Fix typo in help message and docstring.
3174 2009-01-02  Jason Rumney  <jasonr@gnu.org>
3176         * term/w32-win.el (image-library-alist): Add gobject library.
3178 2009-01-02  Martin Rudalics  <rudalics@gmx.at>
3180         * frame.el (window-system-default-frame-alist)
3181         (initial-frame-alist, minibuffer-frame-alist)
3182         (pop-up-frame-alist, pop-up-frame-function)
3183         (special-display-frame-alist): Rewrite and reformat doc-strings.
3185 2009-01-01  Martin Rudalics  <rudalics@gmx.at>
3187         * simple.el (minibuffer-default-add-shell-commands):
3188         Fix doc-string typo.
3190 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
3192         * language/cham.el: Fix setting of composition-function-table.
3194         * language/khmer.el: Fix setting of composition-function-table.
3196         * language/tibet-util.el (tibetan-composition-function):
3197         Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
3199         * simple.el (minibuffer-default): Add defvar.
3201         * hippie-exp.el: Require comint.
3203 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
3205         * simple.el (last-buffer): Don't set major mode of *scratch* if
3206         that buffer exists already.  Rewrite doc-string.
3208 2008-12-31  Andreas Schwab  <schwab@suse.de>
3210         * tar-mode.el (tar-mode): Set write-contents-functions instead of
3211         write-region-annotate-functions.
3212         (tar-mode-write-contents): New function.
3213         (tar-write-region-annotate): Remove.
3215 2008-12-31  Chong Yidong  <cyd@stupidchicken.com>
3217         * files.el (basic-save-buffer): Revert 2008-12-22 change.
3218         (buffer-swapped-with): Var removed.
3220 2008-12-30  Kenichi Handa  <handa@m17n.org>
3222         * language/japanese.el (compose-gstring-for-variation-glyph):
3223         New function.  Register it in composition-function-table.
3225         * composite.el (lglyph-set-code): New function.
3227 2008-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3229         * tar-mode.el (tar-data-swapped): New var.
3230         (tar-data-swapped-p, tar-swap-data):
3231         Use it instead of buffer-swapped-with.
3232         (tar-write-region-annotate): Re-add (partial undo of last change).
3233         (tar-mode): Use it again (partial undo as well).
3235 2008-12-30  Ed Swarthout  <Ed.Swarthout@hwdebug.com>  (tiny change)
3237         * textmodes/table.el (table-capture): Fix symbol quoting typo.
3239 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3241         * follow.el (follow-select-if-visible): Improve the check for the
3242         last line of the window.
3243         (follow-post-command-hook): Perform redisplay in more
3244         circumstances, to avoid getting point stuck on partially visible lines.
3246 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3248         * follow.el (follow-calc-win-end): Use with-selected-window.
3249         (follow-windows-start-end, follow-pos-visible)
3250         (follow-windows-aligned-p): Code cleanup.
3251         (follow-select-if-visible): Try to avoid partially-visible lines.
3252         (follow-select-if-visible-from-first): Call follow-redisplay and
3253         move point to destination.
3254         (follow-redisplay): New arg, to keep selected window unchanged.
3255         (follow-post-command-hook): In final check for destination
3256         visibility, use window-start and window-end instead of the less
3257         accurate follow-pos-visible.  If the selected window is redrawn,
3258         tell follow-redisplay to preserve it.
3259         (follow-calculate-first-window-start-from-below): Avoid looping
3260         forever if vertical-motion returns an unexpected value.
3262 2008-12-30  Andreas Schwab  <schwab@suse.de>
3264         * server.el (server-running-p): Remove interactive spec.
3265         Fix regexp.
3267 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3269         * follow.el (follow-calc-win-start): Don't use `inline'.
3270         (follow-update-window-start, follow-select-if-visible)
3271         (follow-calculate-first-window-start-from-below)
3272         (follow-post-command-hook): Code cleanup.
3273         (follow-downward, follow-calculate-first-window-start):
3274         Delete function and merge into follow-redisplay.
3275         (follow-redisplay): Merge code from follow-downward and
3276         follow-calculate-first-window-start.
3278 2008-12-30  Juanma Barranquero  <lekktu@gmail.com>
3280         * proced.el (proced-tree-flag): Fix typo in docstring.
3282 2008-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3284         * proced.el (proced-temp-alist): Rename from variable
3285         proced-children-alist.
3286         (proced-process-tree, proced-toggle-tree): Fix docstring.
3287         (proced-tree): Fix docstring.  Simplify.  Use proced-temp-alist.
3288         (proced-temp-internal): Use proced-temp-alist.
3290 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3292         * subr.el (mkdir): New defalias.
3294 2008-12-29  Juri Linkov  <juri@jurta.org>
3296         * proced.el (proced-mode-map): Bind " " to next-line instead of the
3297         command `proced-next-line' removed on 2008-09-06.
3299 2008-12-28  Juri Linkov  <juri@jurta.org>
3301         * misearch.el (multi-isearch-next-buffer-function): Doc fix.
3302         (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
3304         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3305         Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
3306         (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
3307         is bound set it to `reftex-isearch-switch-to-next-file'.  Otherwise,
3308         set 4 obsolete variables for backward-compatibility with Emacs 22.
3310 2008-12-28  Juri Linkov  <juri@jurta.org>
3312         * misc.el (butterfly): Doc fix.  Add `animate-string' and `browse-url'.
3314 2008-12-28  Raffael Mancini  <raffael.mancini@hcl-club.lu>  (tiny change)
3316         * misc.el (butterfly): New command.
3318 2008-12-28  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3320         * proced.el (proced-grammar-alist): Allow predicate nil.
3321         New attribute tree.
3322         (proced-format-alist): Use attribute tree.
3323         (proced-tree-flag, proced-tree-indent): New variables.
3324         (proced-children-alist): Rename from proced-process-tree.
3325         PPID must refer to a process in process-alist.
3326         Ignore PPIDs that equal PID (Bug#1718).
3327         Children alist inherits sorting order from process-alist.
3328         (proced-process-tree): New variable.  New function.
3329         (proced-process-tree-internal, proced-toggle-tree)
3330         (proced-tree, proced-tree-insert, proced-format-tree): New functions.
3331         (proced-mark-process-alist): Add docstring.
3332         (proced-filter-parents): PPID must refer to a process in
3333         process-alist.  Ignore PPIDs that equal PID (Bug#1718).
3334         (proced-sort): Throw error if attribute is not sortable.
3335         (proced-sort-interactive): Restrict completion to sortable attributes.
3336         (proced-format): Include tree in standard attributes if
3337         proced-tree-flag is non-nil.  Make header clickable only if
3338         corresponding predicate is non-nil.
3339         (proced-update): Use proced-tree.
3341 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
3343         * diff.el (diff): Doc fix.
3345         * emacs-lisp/rx.el (rx): Doc fix.
3347         * files.el (move-file-to-trash): Bind backup-directory-alist to nil
3348         before uniquifying backup trash file name.
3350 2008-12-27  Andreas Schwab  <schwab@suse.de>
3352         * vc-git.el (vc-git-dir-printer): Fix filename column.
3354 2008-12-27  Nicholas Maniscalco  <nicholas@maniscalco.com>  (tiny change)
3356         * term.el (term-emulate-terminal): Decode substring just prior to
3357         inserting it, i.e. revert part of the 2008-09-24 change.  (Bug#1469)
3359 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
3361         * makefile.w32-in (MH_E_DIR): New variable.
3362         ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3363         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3364         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3365         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3366         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3367         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3368         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3369         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3370         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3371         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3372         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3374         * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3375         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3376         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3377         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3378         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3379         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3380         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3381         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3382         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3383         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3384         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3386 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3388         * files.el (dosified-file-name): Declare.
3390 2008-12-26  Andreas Schwab  <schwab@suse.de>
3392         * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
3394         * tar-mode.el (tar-swap-data): New function.
3395         (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
3396         (tar-mode-revert): Likewise.
3397         (tar-mode): Likewise.  Don't set write-region-annotate-functions.
3398         (tar-data-swapped-p): Test buffer-swapped-with.
3399         (tar-write-region-annotate): Remove.
3400         (tar-header-block-tokenize): Add argument `coding' and use it
3401         instead of tar-file-name-coding-system.
3402         (tar-summarize-buffer): Pass tar-file-name-coding-system here.
3404 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3406         * dos-fns.el (dosified-file-name): New function.
3408         * files.el (dir-locals-find-file): Run dir-locals-file through
3409         dosified-file-name.  Compare files case-insensitively on systems
3410         whose filesystems are case-insensitive.
3412 2008-12-25  Martin Rudalics  <rudalics@gmx.at>
3414         * help.el (help-for-help-internal): Fix entry for "l".
3416 2008-12-25  Richard M Stallman  <rms@gnu.org>
3418         * shadowfile.el (shadow-copy-file): Revert previous change.
3419         This code as it was should work properly with buffer-swapped-with.
3421 2008-12-24  Francois Fleuret  <francois.fleuret@idiap.ch>  (tiny change)
3423         * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
3425 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
3427         * subr.el (chmod): New defalias for set-file-modes.
3429 2008-12-23  Juri Linkov  <juri@jurta.org>
3431         * isearch.el (isearch-filter-predicate, isearch-search):
3432         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3433         (isearch-filter-visible): Rename from
3434         `isearch-filter-invisible'.  Doc fix.
3436         * dired-aux.el (dired-isearch-filenames-toggle): Use the original
3437         value from `dired-isearch-filter-predicate-orig' instead of the
3438         symbol `isearch-filter-invisible'.  Doc fix.
3439         (dired-isearch-filter-filenames): Doc fix.
3440         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3442         * info.el (Info-find-node-2): Use negative offset 2 instead of 1
3443         for Info-point-loc since it is more correct in all cases.
3444         (Info-isearch-filter): Rename from
3445         `Info-isearch-filter-predicate'.  Doc fix.
3446         (Info-mode): Replace `Info-isearch-filter-predicate' with
3447         `Info-isearch-filter'.
3449 2008-12-23  Daiki Ueno  <ueno@unixuser.org>
3451         * pgg.el: Add obsolescence info.
3453 2008-12-22  Richard M Stallman  <rms@gnu.org>
3455         * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
3457         * files.el (buffer-swapped-with): New variable.
3458         (basic-save-buffer-0): Most of basic-save-buffer moved here.
3459         (basic-save-buffer): Unswap the buffer temporarily if nec.
3461         * dired.el (dired-readin): Inhibit modification hooks.
3463 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
3465         * net/newst-backend.el (newst-backend):
3466         Remove wrong duplicate provide statement.
3468 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
3470         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
3471         end, before updating.
3472         (tramp-convert-file-attributes): Add "l" indicator to file modes.
3473         (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
3475 2008-12-21  Martin Rudalics  <rudalics@gmx.at>
3477         * window.el (set-window-text-height): Fix doc-string.
3479 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3481         * minibuffer.el (completion-all-completions-with-base-size): Remove.
3482         (completion-all-completions): Don't set it.
3483         (completion-table-with-context, completion--file-name-table):
3484         Don't add base-size in last cdr.
3485         (completion-hilit-commonality): Add argument `base-size'.
3486         (display-completion-list, completion-emacs21-all-completions)
3487         (completion-emacs22-all-completions, completion-basic-all-completions):
3488         Provide it.
3489         (completion-pcm--all-completions): Don't need to remove the base-size
3490         in last-cdr any more.
3492 2008-12-20  Agustín Martín  <agustin.martin@hispalinux.es>
3494         * textmodes/ispell.el (ispell-check-minver): New function.
3495         (ispell-check-version): Rewrite spellchecker and version checking.
3496         Use (ispell-check-minver).  Handle hunspell versions.
3498 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
3500         * ido.el (ido-read-internal): Handle `confirm' and
3501         `confirm-after-completion' values for the require-match argument.
3503 2008-12-20  Jason Rumney  <jasonr@gnu.org>
3505         * international/mule.el (auto-coding-regexp-alist):
3506         Use utf-8-with-signature for files starting with UTF-8 BOM.  (Bug#269)
3508 2008-12-20  Ami Fischman  <ami@fischman.org>
3510         * bindings.el (mode-line-eol-desc): Use assoc to query
3511         mode-line-eol-desc-cache.
3513 2008-12-20  Glenn Morris  <rgm@gnu.org>
3515         * comint.el (comint-save-input-ring-index): Add missing initial value.
3517 2008-12-19  Juanma Barranquero  <lekktu@gmail.com>
3519         * proced.el (proced-grammar-alist): Doc fix.
3520         (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
3521         (proced-filter-parents, proced-sort-header, proced-update, proced-help)
3522         (proced-undo): Fix typos in docstrings.
3524 2008-12-19  Glenn Morris  <rgm@gnu.org>
3526         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3527         (authors-fixed-case): New constant.
3528         (authors-public-domain-files, authors-ignored-files):
3529         (authors-valid-file-names, authors-renamed-files-alist): Update lists.
3530         (authors-renamed-files-regexps): Add some new entries.
3531         (authors-canonical-file-name): Don't complain about ignored files.
3532         (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
3533         (authors): Ensure error buffer is writable.
3535 2008-12-18  Agustín Martín  <agustin.martin@hispalinux.es>
3537         (ispell-really-hunspell): New variable to signal hunspell.
3538         (ispell-check-version):
3539         Check if hunspell and set ispell-really-hunspell if needed.
3540         (ispell-send-string, ispell-start-process, flyspell-large-region):
3541         Pass right options for hunspell if needed.
3543 2008-12-18  Kenichi Handa  <handa@m17n.org>
3545         * international/fontset.el (script-representative-chars)
3546         (setup-default-fontset): Add more scripts.
3548         * international/characters.el: Add more scripts.
3550 2008-12-19  Juri Linkov  <juri@jurta.org>
3552         * info.el (Info-isearch-search): Implement lax version of
3553         incremental word search in Info.
3554         (Info-isearch-start): Set Info-isearch-initial-node to the
3555         current node when search is nonincremental to not stop at the
3556         initial node in this case.
3557         (Info-mode-map): Unbind "\M-s" from `Info-search'.
3559 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
3561         * textmodes/rst.el (rst-promote-region): Reflow docstring.
3562         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
3563         (rst-repeat-last-character): Fix typos in docstrings.
3564         (rst-mode, rst-backward-section): Doc fixes.
3566 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
3568         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
3569         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
3570         (newsticker--treeview-load): Check whether groups file exists.
3572         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
3573         (newsticker-dir): Use `locate-user-emacs-file'.
3575 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
3577         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
3578         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
3580 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
3582         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
3584         * startup.el (command-line): Do not mention the server name in
3585         case the user has not mentioned it, print a more explicit message.
3587         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
3588         Change all callers.
3590 2008-12-18  Sam Steingold  <sds@gnu.org>
3592         * vc-dir.el (vc-at-event): Handle (tool-bar) events.  Fix bug#1585.
3594 2008-12-18  Juri Linkov  <juri@jurta.org>
3596         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
3597         `isearch-edit-string-set-word'.
3598         (isearch-edit-string-set-word): Remove.
3599         (isearch-occur): Imitate the C function `wordify' by replacing
3600         non-word character with the \\W+ regexp.
3601         (isearch-search-fun): Add `isearch-nonincremental' to the
3602         condition of using a non-lax version of `word-search-forward'.
3604 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
3606         * epa-file.el (epa-file-insert-file-contents):
3607         Set buffer-file-name before decrypting a file.
3609 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
3611         * server.el (server-start): If unable to start the server,
3612         display a warning instead of raising an error.
3614         * startup.el (server-process): Add defvar.
3615         (command-line): If the daemon is unable to start the server,
3616         display a message and exit Emacs.
3618 2008-12-15  Sam Steingold  <sds@gnu.org>
3620         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
3621         mostly for CLISP modules, but could also be useful elsewhere.
3623 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
3625         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
3626         * icomplete.el (icomplete-prospects-height):
3627         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
3629 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
3631         * international/mule.el (find-auto-coding): Fix typo in docstring.
3633         * international/mule-cmds.el (select-safe-coding-system):
3634         * mail/rmail.el (rmail-require-mime-maybe):
3635         Fix arguments of `display-warning'.
3637         * simple.el (bad-package-check): Fix arguments of `display-warning',
3638         using the package name as TYPE.  Use `string-match-p'.
3640 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3642         * proced.el (proced-sort-interactive, proced-sort-pcpu)
3643         (proced-sort-pmem, proced-sort-start, proced-sort-time)
3644         (proced-sort-user, proced-sort-header): Prefix arg determines
3645         sorting order.  Suggested by Dan Nicolaescu.
3646         (proced-revert): Doc fix.
3648 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3650         * proced.el (proced-grammar-alist): Allow refiner elements that
3651         are cons pairs (function . help-echo) or nil.
3652         (proced-refine): Use them.
3653         (proced-format-alist): Allow alternatives.
3654         (proced-descend): New variable.
3655         (proced-sort): New arg descend.
3656         (proced-sort-interactive): Repeated calls toggle sort order.
3657         (proced-format): Accomodate changes of proced-format-alist.
3658         Undefined attributes are displayed as "?".
3659         (proced-process-attributes): New optional arg pid-list.
3660         Ignore processes with empty attribute list.
3662 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3664         * proced.el (proced-auto-update-interval): Rename from
3665         proced-timer-interval.
3666         (proced-auto-update-flag): Rename from proced-timer-flag.
3667         (proced-auto-update-timer): Rename from proced-timer.
3668         (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
3669         (proced-available): Initialize appropriately.
3671 2008-12-13  Glenn Morris  <rgm@gnu.org>
3673         * subr.el (declare-function): Doc fix.
3675         * font-core.el (font-lock-defaults): Doc fix: mention levels;
3676         refer to elisp manual.
3678 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
3680         * window.el (fit-window-to-buffer): Return non-nil when height
3681         was orderly adjusted, nil otherwise.
3683 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
3684             Stefan Monnier  <monnier@iro.umontreal.ca>
3686         * server.el (server-sentinel): Uncomment code to delete connection file.
3687         (server-start): Save the connection file in the server property list.
3688         Delete it only when we are reasonably convinced that it is not owned by
3689         a running server.
3690         (server-force-delete): New command to force-delete the connection file,
3691         and stop the server if it is running.
3692         (server-running-p): Return t also for local TCP servers when we find a
3693         process with a matching PID, and :other for undecided cases.
3695 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
3697         * window.el (fit-window-to-buffer): Use with-selected-window and
3698         condition-case.  Do not delete more windows than necessary in
3699         the shrinking (delta < 0) case.  Do not raise an error when the
3700         containing frame is too small to show all of buffer.  (Bug#1488)
3702         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3703         min-height arg 1 to make sure that small buffers are shown.
3705 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3707         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
3708         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
3709         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
3710         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
3711         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
3712         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
3713         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
3714         (ruby-backward-sexp, ruby-add-log-current-method)
3715         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3716         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
3717         (ruby-deep-indent-paren): Doc fix.
3718         (ruby-insert-encoding-magic-comment): Remove * from docstring.
3719         (ruby-here-doc-find-end): Reflow docstring.
3721 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
3723         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
3724         dired-shrink-to-fit is non-nil.  (Bug#1488)
3726 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3728         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
3729         decoding of long locale info is now done in `w32-get-locale-info'.
3731 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
3733         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
3735 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
3737         * Makefile.in (ELCFILES): Add ruby-mode.elc.
3739         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
3740         terminal variable assignment.
3742 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
3743             Nobuyoshi Nakada  <nobu@ruby-lang.org>
3745         * progmodes/ruby-mode.el: New file.
3747 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
3749         * net/tramp.el (top): Don't fail if there is no current message.
3750         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
3752 2008-12-10  Kenichi Handa  <handa@m17n.org>
3754         * international/fontset.el (setup-default-fontset): Add an entry
3755         for characters in the Unicode SIP area.
3757 2008-12-10  Glenn Morris  <rgm@gnu.org>
3759         * vc-mcvs.el: Move to obsolete/, with warning comment.
3760         * Makefile.in (ELCFILES): Update.
3762 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
3764         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
3765         buffer unmodified.  (Bug#1509)
3766         * epa-file.el (epa-file-insert-file-contents): Set buffer's
3767         modification time if visiting a file and the content is
3768         successfully decrypted.
3770 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
3772         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
3773         check whether the buffer is still alive.
3775 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3777         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
3779 2008-12-09  Glenn Morris  <rgm@gnu.org>
3781         * Makefile.in (ELCFILES): Update.
3783 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3785         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
3786         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
3788 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
3790         * term/xterm.el (terminal-init-xterm): Discard pending input
3791         before reading a reply to the terminal attributes query.
3793 2008-12-05  Andreas Schwab  <schwab@suse.de>
3795         * dired.el (dired-font-lock-keywords): Fix last change.
3797 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3799         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
3800         into (defcustom ... "..." :type ... :group...).
3802 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
3804         * international/mule-diag.el (mule-diag): Display the window
3805         system version in a less laconic way.
3807 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
3809         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
3810         if the sorting functions are not loaded.  (Bug#1432)
3812 2008-12-04  Sam Steingold  <sds@gnu.org>
3814         * progmodes/compile.el (compilation-read-command): Extract from
3815         compile.
3816         (compile): Use it.
3817         (recompile): Accept an optional argument to enable editing the
3818         command line.
3820 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
3822         * net/tramp.el (top): Write a message, when loading Tramp.
3824         * net/tramp-cache.el (tramp-dump-connection-properties):
3825         Polish the check, whether to dump the data.
3827 2008-12-04  Lute Kamstra  <lute@gnu.org>
3829         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
3830         check if the file "CVS/Entries" exists.
3832 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
3834         * international/mule-diag.el (list-character-sets): Doc fix.
3835         (list-character-sets-2): Fix info in header.  Simplify.
3836         (print-coding-system): Simplify.
3837         (list-input-methods-1): Simplify.
3838         (mule-diag): Display current font/fontset for all window systems,
3839         not just X.  Simplify.
3841 2008-12-04  Glenn Morris  <rgm@gnu.org>
3843         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
3844         (vc-cvs-register): Doc fix.
3845         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
3846         (vc-mcvs-register): Doc fix.
3847         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
3848         (vc-rcs-register): Doc fix.
3849         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
3850         (vc-sccs-register): Doc fix.
3851         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
3852         (vc-svn-register): Doc fix.
3854         * files.el (toggle-read-only): Doc fix.
3856 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3858         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
3859         be used in compact layout and vice-versa.
3861 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
3863         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
3864         like most list-* commands.
3866         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
3867         They already exist in descr-text.el as `describe-char-unicodedata-file'
3868         and `describe-char-unicode-data'.
3869         (print-list): Simplify.
3870         (read-charset): Reflow docstring.
3871         (list-coding-systems): Doc fix.
3873 2008-12-03  Glenn Morris  <rgm@gnu.org>
3875         * vc.el (vc-diff-switches): Doc fix.
3876         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
3877         (vc-bzr-log-switches): Doc fix.
3878         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
3879         * vc-git.el (vc-git-diff-switches): Doc fix.
3880         * vc-hg.el (vc-hg-diff-switches): Doc fix.
3881         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
3882         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
3883         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
3884         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
3886         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
3887         other backends.
3888         (vc-arch-diff): Apply switches.
3890         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
3891         than appending.
3893         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
3895 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
3897         * epa.el (epa--show-key): Use past tense of "expire" if the key
3898         has already been expired.  Thanks to Peter BARABAS.
3900 2008-12-03  Lute Kamstra  <lute@gnu.org>
3902         * align.el:
3903         * allout.el:
3904         * apropos.el:
3905         * arc-mode.el:
3906         * autoinsert.el:
3907         * avoid.el:
3908         * battery.el:
3909         * bookmark.el:
3910         * buff-menu.el:
3911         * calculator.el:
3912         * chistory.el:
3913         * cmuscheme.el:
3914         * comint.el:
3915         * compare-w.el:
3916         * dabbrev.el:
3917         * delim-col.el:
3918         * desktop.el:
3919         * diff-mode.el:
3920         * diff.el:
3921         * dired-aux.el:
3922         * dired-x.el:
3923         * dired.el:
3924         * dos-vars.el:
3925         * ediff-diff.el:
3926         * ediff-help.el:
3927         * ediff-init.el:
3928         * ediff-merg.el:
3929         * ediff-mult.el:
3930         * ediff-ptch.el:
3931         * ediff-vers.el:
3932         * ediff-wind.el:
3933         * ediff.el:
3934         * emerge.el:
3935         * facemenu.el:
3936         * faces.el:
3937         * ffap.el:
3938         * filecache.el:
3939         * find-dired.el:
3940         * font-core.el:
3941         * font-lock.el:
3942         * forms.el:
3943         * fringe.el:
3944         * help-at-pt.el:
3945         * hippie-exp.el:
3946         * ido.el:
3947         * image-file.el:
3948         * imenu.el:
3949         * indent.el:
3950         * info.el:
3951         * isearchb.el:
3952         * iswitchb.el:
3953         * jit-lock.el:
3954         * jka-compr.el:
3955         * log-edit.el:
3956         * lpr.el:
3957         * ls-lisp.el:
3958         * man.el:
3959         * menu-bar.el:
3960         * midnight.el:
3961         * mouse-sel.el:
3962         * mouse.el:
3963         * msb.el:
3964         * outline.el:
3965         * paren.el:
3966         * pcmpl-cvs.el:
3967         * pcmpl-gnu.el:
3968         * pcomplete.el:
3969         * pcvs-info.el:
3970         * pcvs-parse.el:
3971         * printing.el:
3972         * ps-mule.el:
3973         * ps-print.el:
3974         * replace.el:
3975         * ruler-mode.el:
3976         * saveplace.el:
3977         * sb-image.el:
3978         * scroll-bar.el:
3979         * sha1.el:
3980         * shadowfile.el:
3981         * shell.el:
3982         * sort.el:
3983         * speedbar.el:
3984         * strokes.el:
3985         * tempo.el:
3986         * term.el:
3987         * terminal.el:
3988         * time-stamp.el:
3989         * time.el:
3990         * tree-widget.el:
3991         * type-break.el:
3992         * vc-cvs.el:
3993         * vc-hg.el:
3994         * vc-mcvs.el:
3995         * vc-rcs.el:
3996         * vc-sccs.el:
3997         * vc.el:
3998         * view.el:
3999         * w32-vars.el:
4000         * whitespace.el:
4001         * wid-edit.el: Remove leading * from docstrings of defcustoms,
4002         deffaces, defconsts and defuns.
4004 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4006         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
4007         the prompt was added to the minibuffer.
4009 2008-12-02  Glenn Morris  <rgm@gnu.org>
4011         * format.el (format-write-file): Rewrite doc yet again.
4013         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
4014         Doc fix.  (Bug#1368)
4016         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
4018 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
4020         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
4021         case where point is at the beginning of the buffer.  (Bug#1239)
4023 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
4025         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
4026         already have the correct indentation.  (Bug#859)
4028 2008-12-02  Kenichi Handa  <handa@m17n.org>
4030         * international/uni-decomposition.el: Re-generated.
4032 2008-12-01  Andreas Schwab  <schwab@suse.de>
4034         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
4035         ending in a colon as directory header.
4037 2008-12-01  Kenichi Handa  <handa@m17n.org>
4039         * international/uni-numeric.el: Re-generated.
4041         * international/charprop.el: Re-generated.
4043 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
4045         * international/mule-cmds.el (locale-preferred-coding-systems):
4046         Fix alist item.
4048 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
4050         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
4051         (tramp-set-connection-property, tramp-flush-connection-property)
4052         (tramp-dump-connection-properties): Use it.
4054 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
4056         * wdired.el (wdired-finish-edit): If displaying a single file,
4057         change dired-directory if that file was renamed.
4059         * emacs-lisp/byte-run.el (macro-declaration-function):
4060         Disallow declare specs with lengths of 3 or more.
4062         * dirtrack.el (dirtrack): Fix error message.
4064 2008-11-30  Glenn Morris  <rgm@gnu.org>
4066         * vc-svn.el (vc-svn-diff-switches): Doc fix.
4067         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
4069         * vc-git.el (vc-git-diff):
4070         * vc-hg.el (vc-hg-diff):
4071         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
4073         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
4074         (eshell-needs-pipe-p): New function.
4075         (eshell-gather-process-output): Set process-connection-type according to
4076         eshell-needs-pipe-p.  (Bug#1388)
4078 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
4080         * calendar/diary-lib.el (diary-cyclic): Doc fix.
4081         (diary-remind-message, diary-number-of-entries)
4082         (diary-include-other-diary-files, diary-mark-included-diary-files)
4083         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
4084         (diary-font-lock-keywords-1): Reflow docstrings.
4085         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
4086         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
4088         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
4089         (timer-duration): Use `string-match-p'.
4091 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
4093         * complete.el (PC-do-complete-and-exit):
4094         Use minibuffer-confirm-exit-commands.
4096         * minibuffer.el (minibuffer-confirm-exit-commands):
4097         Add PC-complete and PC-complete-word to the list.
4099 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
4101         * files.el (break-hardlink-on-save): Fix typo in docstring.
4102         Add :version tag.
4104         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
4105         (reb-mode): Define with `define-derived-mode'.
4107 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
4109         * files.el (break-hardlink-on-save): New variable.
4110         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
4111         (file-precious-flag): Mention it in doc string.
4113 2008-11-29  Miles Bader  <miles@gnu.org>
4115         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
4116         (minibuffer-complete-and-exit): Use it.
4118 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
4120         * term/x-win.el (x-gtk-stock-cache): New hash table.
4121         (x-gtk-map-stock): Perform caching to prevent excess consing
4122         during redisplay.
4124 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4126         * minibuffer.el (completion--try-word-completion): Don't ignore
4127         partial-completion if it's the only style.
4129 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
4131         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
4132         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
4133         (reb-initialize-buffer): Update matches, in case we're reentering
4134         RE Builder mode.
4136 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
4138         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
4139         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
4140         values for minibuffer-completion-confirm.
4142 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
4144         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
4145         any but the first "*" in a doc-string.
4147 2008-11-28  Glenn Morris  <rgm@gnu.org>
4149         * format.el (format-write-file): Improve previous doc fix.
4151 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
4153         * simple.el (use-empty-active-region, use-region-p)
4154         (region-active-p): Doc fix.
4156 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
4158         * window.el (display-buffer): Fix handling of not-this-window
4159         argument.  (Bug#1415)
4161 2008-11-27  Kenichi Handa  <handa@m17n.org>
4163         * international/characters.el: Set category 'C' to characters
4164         #x20000..#x2AFFF, #x2F800..#x2FFFF.
4166         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
4168 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
4170         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
4171         (tool-bar-find-image): Function deleted.
4172         (tool-bar-local-item, tool-bar-local-item-from-menu):
4173         Use find-image instead of tool-bar-find-image.
4174         (tool-bar-keymap-cache): New hash table.
4175         (tool-bar-make-keymap): Use it.
4176         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
4178 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4180         * net/dbus.el (dbus-handle-event): The result of a message call
4181         handler can also be an object, which is not a consp.
4183 2008-11-25  Alan Mackenzie  <acm@muc.de>
4185         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
4186         (forward-list, backward-list, down-list, backward-up-list)
4187         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
4188         (insert-pair, insert-parentheses): State that the command assumes
4189         that point is not in a string or comment.
4191 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4193         * net/dbus.el (dbus-string-to-byte-array)
4194         (dbus-byte-array-to-string, dbus-escape-as-identifier)
4195         (dbus-unescape-from-identifier): New defuns.
4196         (dbus-handle-event): The result of a message call is a list of
4197         arguments, which must be expanded when passing to
4198         `dbus-method-return-internal'.
4200         * net/tramp.el (tramp-handle-write-region): Improve the check for
4201         calling direct copy.
4202         (tramp-find-inline-encoding): Don't raise an error but a warning,
4203         when no inline encoding is found.
4204         (tramp-get-remote-coding): Check for a symbol.  The negative check
4205         for a string fails, when there is an empty string.
4207 2008-11-26  Glenn Morris  <rgm@gnu.org>
4209         * vc-git.el (vc-git-diff-switches): New option.
4210         (vc-git-diff): Apply diff switches.  (Bug#1386)
4211         Give it a basic doc string.
4213         * term/pc-win.el (x-font-family-list): Replace redefinition with
4214         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
4216 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4218         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
4219         of the polynomial rather than the whole polynomial.
4221 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
4223         * mail/mailabbrev.el (define-mail-abbrev): When reading from
4224         mailrc, recognize string quoting.  When reading from Lisp, accept
4225         rfc822-like addresses.
4227         * mail/mailalias.el (define-mail-alias): Sync code with
4228         define-mail-abbrev.
4230 2008-11-25  Glenn Morris  <rgm@gnu.org>
4232         * eshell/esh-proc.el (eshell-gather-process-output):
4233         Revert previous change.  (re-opens Bug#1388)
4235         * select.el (x-set-cut-buffer): Fix signal arguments.
4237         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
4239 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
4241         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
4242         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
4243         (bubbles--empty-char): Use "\s".
4245 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
4247         * calc/calc.el (calc-settings-file, calc-language-alist)
4248         (calc-embedded-announce-formula)
4249         (calc-embedded-announce-formula-alist)
4250         (calc-embedded-open-formula, calc-embedded-close-formula)
4251         (calc-embedded-open-close-formula-alist)
4252         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
4253         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
4254         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4255         (calc-embedded-open-close-new-formula-alist)
4256         (calc-embedded-open-mode, calc-embedded-close-mode)
4257         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
4258         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
4259         (calc-multiplication-has-precedence): Remove unnecessary asterisks
4260         from docstrings.
4262 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
4264         * calculator.el (calculator-op-or-exp): Reflow docstring.
4265         (calculator-remove-zeros, calculator-repR, calculator-repL):
4266         Fix typos in docstrings.
4268 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4270         * log-view.el (log-view-annotate-version): Let vc-annotate manage
4271         windows instead of calling switch-to-buffer.
4273         * diff.el (diff-sentinel): Take note of diff error return value.
4275 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
4277         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
4278         frame can't be split.
4280 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
4282         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
4283         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
4284         (newsticker--treeview-tree-update-tag): Remove dead code.
4285         (newsticker-treeview-update): Don't update cache.
4286         (newsticker-treeview-quit): Don't save cache.
4287         (newsticker-treeview-save): Don't save cache.  Use `newsticker-dir'.
4288         (newsticker-treeview-save): Use `newsticker-dir'.
4289         (newsticker--treeview-load): Use `newsticker-dir'.
4290         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
4291         Update tags.
4292         (newsticker-treeview-tree-do-click): Slightly simplified.
4294         * net/newst-backend.el (newsticker-dir): New.
4295         (newsticker-start): Use `newsticker--cache-read'.
4296         (newsticker-stop): Use `newsticker--cache-save'.
4297         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
4298         (newsticker--images-dir): New.
4299         (newsticker--image-get, newsticker--image-sentinel):
4300         Use `newsticker--images-dir'.
4301         (newsticker--cache-save-version1): Backup version of
4302         `newsticker--cache-save'.
4303         (newsticker--cache-update): Create newsticker-dir if necessary.
4304         (newsticker--cache-dir): New.
4305         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
4306         (newsticker--cache-save-feed): New.
4307         (newsticker--cache-read-version1): New.  Backuped version for reading
4308         cache data..
4309         (newsticker--cache-read, newsticker--cache-do-read): New.
4311         * net/newst-reader.el (newsticker--image-read):
4312         Use `newsticker--images-dir'.
4314 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4316         * files.el (confirm-nonexistent-file-or-buffer):
4317         Allow `after-completion' value to request confirm only after TAB.
4318         (confirm-nonexistent-file-or-buffer): New function.
4319         (read-buffer-to-switch, find-file, find-file-other-window)
4320         (find-file-other-frame, find-file-read-only)
4321         (find-file-read-only-other-window)
4322         (find-file-read-only-other-frame): Use it.
4323         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
4324         Thanks to Alan Mackenzie for suggesting the new behavior.
4326         * minibuffer.el (minibuffer-complete-and-exit):
4327         Change `confirm-only' value of minibuffer-completion-confirm to
4328         `confirm', and handle a `confirm-after-completion' value.
4330 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
4332         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
4334 2008-11-24  Andreas Schwab  <schwab@suse.de>
4336         * image.el (image-type-header-regexps): Recognize more xbm format
4337         variants.
4339 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
4341         * textmodes/artist.el (artist-charlist-to-string): Simplify.
4342         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
4343         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
4344         (artist-replace-string, artist-draw-rect, artist-draw-line)
4345         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
4346         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
4347         (artist-pen, artist-pen-line, artist-text-insert-common)
4348         (artist-text-overwrite, artist-spray-get-interval)
4349         (artist-spray-clear-circle, artist-erase-char)
4350         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
4351         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
4352         (artist-key-draw-1point, artist-key-draw-2points)
4353         (artist-mouse-draw-continously): Fix typos in docstrings.
4354         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
4355         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
4356         (artist-backward-char, artist-forward-char): Doc fixes.
4357         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
4358         Reflow docstrings.
4360 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4362         * international/quail.el (quail-vunion): New function.
4363         (quail-defrule-internal): Use it to prevent accumulating redundant
4364         alternatives when `append' is set.
4365         (quail-insert-decode-map): Simplify computation of the max-key-width.
4366         Compute it right for multiple-list.
4368 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4370         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
4371         explicitly.  Doc fix.
4373 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
4375         * calendar/appt.el (appt-disp-window): Move minibuffer check
4376         after binding this-window and do not set-buffer to make sure we
4377         won't deselect the minibuffer.  (Bug#1413)
4379 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
4381         * vc-hg.el (vc-hg-program): Remove.
4382         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4383         Undo previous change.
4385 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
4387         * info-look.el (info-lookup): When Info buffer is visible on
4388         another frame, raise that frame.
4390 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
4392         * allout.el (allout-mode): Fix typo in docstring.
4394         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
4395         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
4397 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4399         * vc-hooks.el (vc-follow-link): Complete last change.
4401 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
4403         * textmodes/remember.el (remember-region): Doc fix.
4404         (remember-filter-functions, remember-handler-functions)
4405         (remember-save-after-remembering, remember-mailbox)
4406         (remember-default-priority, remember-data-file, remember-leader-text)
4407         (remember-diary-file): Remove * from defcustom docstrings.
4408         (remember-run-all-annotation-functions-flag)
4409         (remember-all-handler-functions): Reflow docstrings.
4410         (remember-store-in-mailbox): Fix typo in docstring.
4411         (remember-mode): Define with `define-derived-mode'.  Doc fix.
4413 2008-11-23  Glenn Morris  <rgm@gnu.org>
4415         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
4416         (eshell-do-pipelines): Add optional argument to distinguish recursive
4417         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
4418         in a pipeline.
4420         * eshell/esh-proc.el (eshell-gather-process-output):
4421         Set process-connection-type nil for all but the first element of a
4422         pipeline.  (Bug#1388)
4424 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4426         * ediff-hook.el: Add tooltips to Emacs menus.
4428         * ediff.el: Change date of last update.
4430 2008-11-22  Juri Linkov  <juri@jurta.org>
4432         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
4433         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
4434         Doc fix.
4435         (dired-isearch-filenames-setup): Run filename Isearch only when
4436         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
4437         and the text property `dired-filename' at point is non-nil.
4438         In this case also set isearch-message-prefix-add to "filename ".
4439         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
4440         (dired-isearch-filenames, dired-isearch-filenames-regexp):
4441         Don't let-bind isearch-message-prefix-add since this is done now
4442         in dired-isearch-filenames-setup.
4444         * isearch.el (isearch-mode): Change the order of calling
4445         `isearch-update' and running the `isearch-mode-hook' to call
4446         `isearch-update' with Isearch parameters set in this hook.
4448         * progmodes/compile.el (compilation-auto-jump-to-first-error):
4449         Fix docstring - change "during `compile'" to "during compilation".
4451         * descr-text.el (describe-char-unidata-list): Move `old-name' to
4452         be immediately after `name'.
4454         * startup.el (initial-buffer-choice): Change an abstract file name
4455         "file.txt" to more reasonable default file name value "~/.emacs".
4457 2008-11-22  Juri Linkov  <juri@jurta.org>
4459         * files.el (hack-local-variables-confirm): Rename arg `project' to
4460         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
4461         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
4462         (hack-local-variables): Rename call of `hack-project-variables' to
4463         `hack-dir-local-variables'.  Change error text to "Directory-local
4464         variables error".
4465         (dir-locals-class-alist): Rename from `project-class-alist'.
4466         (dir-locals-directory-alist): Rename from `project-directory-alist'.
4467         (dir-locals-get-class-variables): Rename from `project-get-alist'.
4468         (dir-locals-collect-mode-variables): Rename from
4469         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
4470         `mode-variables', and arg `settings' to `variables'.
4471         (dir-locals-collect-variables): Rename from
4472         `project-collect-binding-list'.  Rename arg `binding-list' to
4473         `class-variables', and arg `settings' to `variables'.
4474         (dir-locals-set-directory-class): Rename from `set-directory-project'.
4475         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
4476         Rename arg `settings' to `variables'.
4477         (dir-locals-file): New defconst.
4478         (dir-locals-find-file): Rename from `project-find-settings-file'.
4479         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
4480         and `pda' to `dir-elt'.
4481         (dir-locals-read-from-file): Rename from
4482         `project-define-from-project-file'.  Rename arg `settings-file'
4483         to `file'.  Rename let-bound `list' to `variables'.
4484         (hack-dir-local-variables): Rename from `hack-project-variables'.
4485         Rename let-bound `settings' to `variables-file', `root-dir'
4486         to `dir-name', and `bindings' to `variables'.
4488 2008-11-22  Lute Kamstra  <lute@gnu.org>
4490         * simple.el (goto-line): Rename argument.
4492 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
4494         * makefile.w32-in (compile-first): New target.
4495         (recompile): Depend on compile-first.
4497         * Makefile.in (recompile): Depend on compile-first.
4499 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
4501         * files.el (switch-to-buffer-other-window)
4502         (switch-to-buffer-other-frame): Rename buffer argument to
4503         buffer-or-name.  Reword and mention new option
4504         confirm-nonexistent-file-or-buffer in doc-string.
4506 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4508         * emulation/viper.el: Date change.
4510         * emulation/viper-cmd.el (viper-envelop-ESC-key):
4511         viper-translate-all-ESC-keysequences is now a function.
4513         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
4514         Make this variable.
4516 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4518         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
4519         Use buffer-file-truename to handle symlinks in any part of the filename.
4521 2008-11-22  Glenn Morris  <rgm@gnu.org>
4523         * vc-mtn.el (vc-mtn-diff-switches): New option.
4524         (vc-mtn-program): Rename from vc-mtn-command, for
4525         consistency with other backends.  Keep old name as alias.
4526         Update callers.  Make it a defcustom.
4527         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
4529         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
4530         consistency with other backends.  Keep old name as alias.
4531         Make it a defcustom.
4532         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
4534         * vc-hg.el (vc-hg-program): New option.
4535         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4536         Use vc-hg-program rather than hard-coded "hg".
4538         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
4539         (vc-svn-program): Move defcustom to start.
4540         (vc-svn-create-repo, vc-svn-modify-change-comment):
4541         Use vc-svn-program rather than hard-coded "svn".
4543         * menu-bar.el: Stylistic consistency fixes for various menu and
4544         help texts.
4546         * kmacro.el (kmacro-insert-counter): Doc fix.
4548 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
4550         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
4552 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4554         * international/quail.el (quail-indent-to): New function.
4555         (quail-completion-1, quail-completion-list-translations)
4556         (quail-insert-decode-map): Use it to improve alignment.
4557         (quail-build-decode-map): Don't ignore latin-1 chars.
4558         (quail-help): Increase the max decode-map size so that even the TeX map
4559         gets printed.
4561         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
4562         Signal error for invalid bookmark.
4563         (bookmark-get-bookmark-record): Undo last change.
4564         (bookmark-store, bookmark-delete): Use new arg `noerror'.
4566         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
4567         Suggested by Toru TSUNEYOSHI.
4569 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4571         * byte-opt.el (byte-compile-butlast): Move up in file.
4572         (byte-optimize-plus): Don't call
4573         byte-optimize-delay-constants-math (bug#1334).
4574         Use byte-optimize-predicate to optimize constants.
4575         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
4576         Remove zero arguments first
4577         if possible.  Call byte-optimize-predicate to optimize constants.
4578         (byte-optimize-multiply): Remove optimizations for arguments of 0
4579         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
4580         Call byte-optimize-predicate.
4581         (byte-optimize-divide): Leave runtime errors unchanged.
4582         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
4583         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
4585 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
4587         * bookmark.el (bookmark-jump-noselect): Add obsolescence
4588         declaration and remove redundant info from docstring.
4590         * isearch.el (isearch-search-string): Doc fix.
4591         (search-exit-option, search-slow-window-lines, search-slow-speed)
4592         (search-upper-case, search-nonincremental-instead)
4593         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
4594         (search-ring-update, search-highlight, isearch-lazy-highlight)
4595         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4596         (lazy-highlight-interval): Remove * from defcustom docstrings.
4597         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
4598         Remove * from defcustom docstrings; fix typos.
4599         (isearch-push-state-function, isearch-help-for-help-internal)
4600         (isearch-help-for-help, isearch-describe-bindings)
4601         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
4602         (isearch-pop-fun-state, isearch-search-fun-function)
4603         (isearch-lazy-highlight-search): Fix typos in docstrings.
4604         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
4605         (isearch-forward): Fix typo and reflow docstring.
4606         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
4607         (isearch-mode-map): Don't use `let*'.
4609 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
4611         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
4613 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4615         * isearch.el (isearch-search-string): Simplify and convert docstring.
4617         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
4619 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4621         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
4622         (lookup-nested-alist): Doc fix.
4623         (with-coding-priority): Reflow docstring.
4624         (detect-coding-with-priority): Fix typos in obsolescence declaration.
4625         (char-displayable-p): Reflow docstring.  Use `when'.
4627 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4629         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
4630         week forward/backward.
4632 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4634         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
4635         (with-electric-help): Fix typo and reflow docstring.
4637 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4639         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
4640         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
4641         (list-buffers-noselect): Don't need to pad.
4643 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4645         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
4646         Pay attention to char widths when computing string sizes.
4648 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4650         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
4651         (byte-compile-output-docform): Reflow docstrings.
4652         (no-byte-compile): Fix typo in docstring.
4653         (byte-recompile-directory, compile-defun): Doc fixes.
4654         (emacs-lisp-file-regexp, byte-compile-verbose)
4655         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
4656         (byte-compile-dynamic-docstrings, byte-optimize-log)
4657         (byte-compile-error-on-warn, byte-compile-warnings)
4658         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
4659         Remove * from defcustom docstrings.
4661 2008-11-20  Glenn Morris  <rgm@gnu.org>
4663         * format.el (format-alist, format-write-file): Doc fix.
4665         * proced.el (proced-available): New variable.
4666         (proced-process-attributes): Move availability check from previous
4667         change from here...
4668         (proced): ... to here.
4670         * vc-hg.el (vc-hg-diff-switches): New option.
4671         (vc-hg-diff): Apply diff switches.  (Bug#1017)
4673         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
4675         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
4677 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
4679         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
4681 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
4683         * calc/calc-units.el (math-units-table): Doc fix.
4684         (math-standard-units): Fix typo in constant's description.
4685         (math-additional-units): Fix typo in docstring.
4687 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
4689         * calc/calc-units.el (math-standard-units): Add eps0,
4690         permittivity of vacuum.
4692 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
4694         * files.el (project-settings-file): Remove.
4695         (project-find-settings-file): Undo previous change that added the
4696         use of project-settings-file.
4698 2008-11-19  Glenn Morris  <rgm@gnu.org>
4700         * proced.el (proced, proced-format-time): Doc fixes.
4701         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
4703 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
4705         * bookmark.el (bookmark-jump-noselect): Move the deprecation
4706         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
4708 2008-11-19  Lute Kamstra  <lute@gnu.org>
4710         * autoinsert.el (auto-insert-alist): Don't use match data.
4712 2008-11-19  Glenn Morris  <rgm@gnu.org>
4714         * progmodes/f90.el (f90-mode-map): Add some menu :help.
4716         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
4718         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
4719         * term/w32-win.el (x-select-font): Declare.
4721         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
4722         Use the imperative for all help strings.
4724 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4726         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
4727         case where the default dictionary is French, Spanish, younameit.
4729         * window.el (window--frame-usable-p): Consider dedicated windows
4730         as usable.
4732         * files.el (confirm-nonexistent-file-or-buffer):
4733         Rename from find-file-confirm-nonexistent-file.
4734         (read-buffer-to-switch): Use it.
4736 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4738         * server.el (server-temp-file-p): Use `string-match-p'.
4739         (server-socket-dir): Set to nil if local sockets are unsupported.
4740         (server-start): Don't try to delete local socket if unsupported.
4741         (server-kill-new-buffers): Reflow docstring.
4742         (server-delete-client, server-handle-delete-frame)
4743         (server-save-buffers-kill-terminal): Doc fixes.
4744         (server-send-string): Fix typo in docstring.
4746 2008-11-18  Sam Steingold  <sds@gnu.org>
4748         * progmodes/compile.el (compilation-start-hook): New hook.
4749         (compilation-start): Run it on the compilation process.
4751 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4753         * international/mule-cmds.el (update-leim-list-file): Simplify.
4754         (prefer-coding-system, find-coding-systems-for-charsets):
4755         Fix docstring typos.
4756         (select-safe-coding-system, input-method-exit-on-first-char)
4757         (language-info-alist, language-info-custom-alist): Reflow docstrings.
4758         (toggle-input-method, read-multilingual-string): Doc fixes.
4759         Reflow docstrings.
4760         (locale-name-match, sort-coding-systems, find-multibyte-characters)
4761         (read-char-by-name): Use `string-match-p'.
4762         (get-char-code-property, put-char-code-property)
4763         (char-code-property-description): Be silent while loading uni-* files.
4764         (ucs-names): Use `dotimes-with-progress-reporter', because loading
4765         the Unicode character names is *slow*.
4767 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
4769         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
4771         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
4773 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
4775         * international/mule-cmds.el (ucs-completions): Mark as risky.
4777 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
4779         * help-macro.el (three-step-help): Remove * from defcustom.
4780         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
4781         Use when instead of if and cond within condition-case.
4783         * window.el (quit-window): Bind window to selected window when
4784         trying to delete it.
4786 2008-11-17  Glenn Morris  <rgm@gnu.org>
4788         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
4789         definition of 'ignore, rather than nil.  (Bug#1353)
4791 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4793         * window.el (window--frame-usable-p): Allow use for soft-dedication.
4795 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
4797         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
4799         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
4800         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
4801         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
4802         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
4803         (shell-command, repeat-complex-command): Reflow docstrings.
4804         (pop-to-mark-command): Fix typos in docstring.
4806 2008-11-17  Juri Linkov  <juri@jurta.org>
4808         * isearch.el (isearch-filter-predicate): Rename from
4809         `isearch-success-function'.  Rename default value from
4810         `isearch-success-function-default' to
4811         `isearch-filter-invisible'.  Doc fix.
4812         (isearch-filter-invisible): Rename from
4813         `isearch-success-function-default'.  Doc fix.
4814         (isearch-search, isearch-lazy-highlight-search):
4815         Rename `isearch-success-function' to `isearch-filter-predicate'.
4817         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
4818         `dired-isearch-orig-success-function'.
4819         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4820         (dired-isearch-filenames-end): Rename `isearch-success-function' to
4821         `isearch-filter-predicate'.  Doc fix.
4822         (dired-isearch-filter-filenames): Rename from
4823         `dired-isearch-success-function'.
4825         * info.el (Info-search, Info-mode):
4826         Rename `isearch-success-function' to `isearch-filter-predicate'.
4827         (Info-isearch-filter-predicate): Rename from
4828         `Info-search-success-function'.
4830         * simple.el (minibuffer-default-add-function): Fix docstring to
4831         use clear text "default values" instead of obscure references to
4832         the dynamic variable `minibuffer-default'.
4834 2008-11-16  Glenn Morris  <rgm@gnu.org>
4836         * term/ns-win.el (ns-extended-platform-support-mode):
4837         Tweak menu entry from previous change.
4839         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
4841         * cus-edit.el (custom-buffer-create-internal): Always insert the
4842         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
4844 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4846         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
4848 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4850         * ielm.el (ielm-eval-input): Fix thinko in last change.
4852 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4854         * subr.el (read-passwd): Yank current kill if the user enters C-y.
4856 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
4858         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
4859         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
4861         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
4862         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4863         Handle `file-name-as-directory'.
4865 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
4867         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
4868         usual variable-pitch face.
4870 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
4872         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
4873         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
4874         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
4875         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
4876         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
4877         (ange-ftp-quote-string, ange-ftp-process-handle-line)
4878         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
4879         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
4880         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
4881         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
4882         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
4883         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
4884         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
4885         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
4886         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
4887         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
4888         (ange-ftp-default-user, ange-ftp-default-password)
4889         (ange-ftp-default-account, ange-ftp-netrc-default-password)
4890         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
4891         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
4892         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
4893         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
4894         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
4895         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
4896         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
4897         (ange-ftp-make-backup-files, ange-ftp-retry-time)
4898         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
4899         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
4900         (ange-ftp-gateway-tmp-name-template)
4901         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
4902         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
4903         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
4904         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
4905         (ange-ftp-gateway-program): Remove * from docstring and reflow.
4906         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
4907         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
4908         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
4909         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
4910         (ange-ftp-rename-local-to-remote): Doc fixes.
4911         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
4912         Use `when', `unless'.
4913         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
4914         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
4915         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
4916         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
4917         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
4918         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
4919         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
4920         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
4921         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
4922         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
4923         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
4924         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
4925         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
4926         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
4927         `(save-match-data (string-match ...))'.
4928         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
4929         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
4930         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
4931         Doc fixes.
4933 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
4935         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
4936         function instead of a variable.
4938         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
4939         viper-ESC-keyseq-timeout as a function.
4940         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
4941         defsubst.
4943         * emulation/viper-cmd.el: Let line-move-visual to nil when using
4944         next-line or previous-line.
4945         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
4947         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
4949         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
4950         live.
4951         (ediff-save-buffer): Let window-min-height to 2.
4953         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
4954         the minibuffer.
4956 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
4958         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
4959         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
4960         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
4961         (ielm-map): Define within defvar.  Add docstring.
4962         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
4963         (ielm-complete-filename): Use `when', `unless'.
4964         (ielm-is-whitespace-or-comment): Use `string-match-p'.
4965         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
4966         (ielm-change-working-buffer): Check that the buffer is live.
4967         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
4968         Simplify.  Reflow docstring.
4969         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
4970         New aliases, to satisfy `define-derived-mode' expectations.
4972 2008-11-15  Glenn Morris  <rgm@gnu.org>
4973             Martin Rudalics  <rudalics@gmx.at>
4975         * emacs-lisp/find-func.el (find-function-advised-original): New.
4976         (find-function-C-source, find-function-noselect):
4977         Use find-function-advised-original to handle advised funcs.  (Bug#789)
4979 2008-11-15  Glenn Morris  <rgm@gnu.org>
4981         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
4982         alias message.
4984         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
4985         Remove uniquify-after-kill-buffer-p dependency.
4986         (uniquify-kill-buffer-function): New function.
4987         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
4989         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
4990         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
4991         main Emacs manual.
4993 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
4995         * window.el (quit-window): Restore delete window with second
4996         arg non-nil behavior as of before 2008-10-30 change.
4998 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
5000         * help-fns.el (describe-function-1): Do char-range check for
5001         self-insert-command.
5003 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
5005         * files.el (file-precious-flag): Document that this flag is advisory.
5007 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5009         * emacs-lisp/bytecomp.el (byte-compile-associative)
5010         (byte-compile-minus, byte-compile-quo): If there are more than two
5011         operands, don't use binary operation code (bug#1334).
5013 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
5015         * w32-fns.el (w32-shell-dos-semantics):
5016         * calendar/diary-lib.el (diary-face-attrs):
5017         * international/mule-cmds.el (set-default-coding-systems)
5018         (prefer-coding-system):
5019         * net/tramp.el (tramp-set-completion-function):
5020         * progmodes/vhdl-mode.el (vhdl-file-header):
5021         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
5023         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
5025         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
5026         (kill-matching-buffers, save-buffers-kill-emacs)
5027         (save-buffers-kill-terminal): Fix typos in docstrings.
5028         (switch-to-buffer-other-window): Reflow docstring.
5029         (revert-buffer): Doc fix.
5030         (define-project-bindings): Rename arg LIST to SETTINGS.
5031         (project-find-settings-file): Use `let', not `let*'.
5032         Use `when'.
5034 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
5036         * files.el (project-settings-file, locate-dominating-file):
5037         Fix typos in docstrings.
5038         (find-file-visit-truename): Remove * from defcustom docstring.
5040 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
5042         * files.el (project-settings-file): New variable.
5043         (project-find-settings-file): Use it, instead of hardcoding
5044         .dir.settings.el.
5046 2008-11-13  Glenn Morris  <rgm@gnu.org>
5048         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
5050 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
5052         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
5053         in mail bodies.
5055 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
5057         * international/mule.el (autoload-coding-system, with-category-table)
5058         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
5059         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
5060         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
5061         (set-file-name-coding-system, ctext-pre-write-conversion)
5062         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
5063         Reflow docstrings.
5064         (charset-list, set-coding-priority): Remove redundant obsolescence info.
5065         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
5066         (char-valid-p): Define with `define-obsolete-function-alias'.
5068         * textmodes/artist.el (artist-mode): Fix typos in docstring.
5070 2008-11-12  Sam Steingold  <sds@gnu.org>
5072         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
5073         between hostname and path.
5075 2008-11-11  Juri Linkov  <juri@jurta.org>
5077         * dired-aux.el (dired-isearch-filenames)
5078         (dired-isearch-filenames-regexp):
5079         Let-bind isearch-message-prefix-add to "filename ".
5081         * isearch.el (isearch-message-prefix-add)
5082         (isearch-message-suffix-add): New variables.
5083         (isearch-message-prefix): Show additional text from
5084         `isearch-message-prefix-add' before "I-search".
5085         (isearch-message-suffix): Show additional text from
5086         `isearch-message-suffix-add' at the end.
5088         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
5089         `isearch-search'.  Call isearch-success-function to skip matches
5090         outside the current isearch scope.  Let-bind search-invisible to
5091         nil to not match invisible text.
5093         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
5094         Let-bind `isearch-recursive-edit' to nil to prevent calling
5095         `exit-recursive-edit' in `isearch-done' that terminates the
5096         execution of these commands when it is non-nil.  Call
5097         `exit-recursive-edit' explicitly at the end.
5098         (isearch-occur): For word search construct the correct regexp
5099         with word boundaries to proceed with occur.
5101         * isearch.el (isearch-search-fun): Compare the length of the
5102         current search string with the length of the string from the
5103         previous search state to detect the situation when the user
5104         adds or removes characters in the search string.
5105         Use word-search-forward-lax and word-search-backward-lax in this
5106         case, and otherwise word-search-forward and word-search-backward.
5108 2008-11-11  Sam Steingold  <sds@gnu.org>
5110         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
5111         the "Version Control" group (for C-x v g).
5113 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
5115         * server.el (server-process-filter): Fix typos and reflow docstring.
5117 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
5119         * mail/footnote.el (footnote-mode): Improve doc-string.
5120         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
5122 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
5124         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
5126 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5128         * mail/smtpmail.el (smtpmail-open-stream): Use
5129         `starttls-any-program-available'.  Auto-load starttls.el for it.
5131 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
5133         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
5134         version (bug@1285).
5136 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
5138         * startup.el (command-line): Ignore init-file-user when checking
5139         user's home directory on MS-DOS as well.
5141 2008-11-07  Sam Steingold  <sds@gnu.org>
5143         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
5145 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
5147         * frame.el (make-frame-on-display): Use `string-match-p'.
5149 2008-11-07  Glenn Morris  <rgm@gnu.org>
5151         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
5153 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
5155         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
5156         to initialize font-lock keyword case sensitivity.
5157         (lisp-mode): Use it.
5159 2008-11-06  Glenn Morris  <rgm@gnu.org>
5161         * eshell/esh-maint.el: Remove unused file.
5163         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
5165         * cus-edit.el (custom-comment-tag): Doc fix.
5166         (custom-comment, custom-variable-value-create, custom-face):
5167         Use face names sans -face suffix rather than aliases.
5169 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
5171         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
5172         window width.
5174 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
5176         * server.el (server-process-filter): Only default to emacsclient's
5177         terminal in daemon mode.
5179 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
5181         * window.el (quit-window): Restore prefix argument behavior
5182         removed in 2008-10-30 change.  (Bug#1308)
5184 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
5186         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
5187         function to kill-buffer-hook, not to kill-buffer.
5188         Reported by Markus Triska <markus.triska@gmx.at>
5190 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
5192         * calc/calc.el (calc-quit): Make sure that the keypad buffer
5193         exists before deleting its windows.
5195 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
5197         * server.el (server-process-filter): Don't call
5198         server-create-tty-frame when no tty name is specified.
5200 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
5202         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
5204 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
5206         * international/mule-cmds.el (toggle-enable-multibyte-characters)
5207         (define-char-code-property):
5208         * textmodes/reftex.el (reftex-index):
5209         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
5211 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
5213         * vc-bzr.el (vc-bzr-dir-printer): Rename from
5214         vc-bzr-status-printer.
5216         * startup.el (startup-echo-area-message): Display a different
5217         message in daemon mode.  Suggested by Stephen Turnbull.
5219         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
5220         Windows.
5222 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
5224         * dframe.el (dframe-mouse-position-function)
5225         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
5226         (dframe-mouse-set-point): Fix typos in docstrings.
5228 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5230         * vc-dir.el (vc-dir-headers): Undo previous change.
5232 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
5234         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
5235         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
5237 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
5239         * subr.el (looking-back): Fix doc-string typo.
5241         * electric.el (Electric-pop-up-window): Call window-end with
5242         UPDATE set to t.
5244         * window.el (save-selected-window): Make it behave like
5245         save-selected-window-norecord.
5246         (save-selected-window-norecord): Remove, since functionality
5247         fully taken over by save-selected-window.
5248         (walk-windows, set-window-text-height, fit-window-to-buffer):
5249         Use save-selected-window instead of save-selected-window-norecord.
5250         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
5251         save-selected-window-norecord.
5252         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
5253         indent-function for save-selected-window-norecord.
5255 2008-11-03  Alan Mackenzie  <acm@muc.de>
5257         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
5259 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
5261         * subr.el (looking-back): Doc fix.
5263         * term/x-win.el (x-initialize-window-system):
5264         Call x-wm-set-size-hint after initialization.
5266         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
5267         to t.
5269         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
5270         2000-12-08 (bug#1297).
5272         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
5274 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5276         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
5277         when appropriate.
5279 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
5281         * window.el (save-selected-window-norecord): New macro.
5282         (walk-windows): Use save-selected-window-norecord and call
5283         select-window with NORECORD set.  (Bug#1237)
5284         (set-window-text-height, fit-window-to-buffer):
5285         Use save-selected-window-norecord and call select-window with
5286         NORECORD set.
5287         * subr.el (with-selected-window): Call set-frame-selected-window
5288         with new argument NORECORD set.  Update doc-string.
5289         (with-selected-frame): Call select-frame with new argument
5290         NORECORD set.  Update doc-string.
5291         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
5292         Put indent-function for save-selected-window-norecord.
5293         * font-lock.el (lisp-font-lock-keywords-2):
5294         Add save-selected-window-norecord.
5296 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5298         * cus-edit.el (customize-apropos-options, custom-comment)
5299         (custom-comment-tag, custom-face-edit-attribute-tag):
5300         Fix typos in docstrings.
5301         (custom-buffer-done-kill): Remove * from defcustom docstring.
5302         (custom-file): Fix typo in doc of defcustom choice.
5304         * frame.el (display-visual-class): Fix typo in docstring.
5305         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
5306         (special-display-frame-alist, show-trailing-whitespace)
5307         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
5308         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5309         Remove * from defcustom docstrings.
5311         * md4.el (md4-buffer): Fix typo in docstring.
5312         (md4, md4-64): Doc fixes.
5313         (md4-pack-int32): Reflow docstring.
5315         * paths.el (rmail-file-name): Remove * from defcustom docstring.
5316         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
5318         * rect.el (open-rectangle): Reflow docstring.
5319         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
5321         * select.el (x-get-cut-buffer): Fix typo in docstring.
5323         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
5324         (timezone-time-zone-from-absolute, timezone-leap-year-p):
5325         Fix typos in docstrings.
5327         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
5328         Fix typos in docstrings.
5330 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
5332         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
5334         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
5335         (newsticker--treeview-list-update, newsticker--treeview-item-show)
5336         (newsticker--treeview-tree-update)
5337         (newsticker--treeview-tree-update-highlight)
5338         (newsticker-treeview-update)
5339         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
5340         (newsticker-treeview-next-new-or-immortal-item)
5341         (newsticker-treeview-prev-new-or-immortal-item)
5342         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
5343         (newsticker-treeview-tree-click): Watch for layout changes.
5344         (newsticker--treeview-set-current-node): Cleanup.
5345         (newsticker--treeview-restore-layout): Rename from
5346         newsticker--treeview-restore-buffers.
5347         (newsticker--treeview-mark-item): Update cache file.
5349 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
5351         * calendar/icalendar.el (icalendar--uid-count): New.
5352         (icalendar--create-uid): New.  Extracted from
5353         `icalendar-export-region' and add uid counter.
5354         (icalendar-export-region): Use `icalendar--create-uid'.
5356 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
5358         * tooltip.el (tooltip-frame-parameters): Doc fix.
5360 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
5362         * window.el (window-body-height, window-current-scroll-bars)
5363         (walk-windows, get-window-with-predicate, get-buffer-window-list)
5364         (minibuffer-window-active-p, count-windows)
5365         (window-safely-shrinkable-p, window--splittable-p)
5366         (window--try-to-split-window, window--frame-usable-p)
5367         (window--even-window-heights, window--display-buffer-1)
5368         (window--display-buffer-2, set-window-text-height)
5369         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
5370         (truncated-partial-width-window-p): Rewrite doc-string.
5371         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
5372         (split-window-vertically, split-window-horizontally):
5373         Rename args, rewrite doc-string, and simplify code.
5374         (split-window-save-restore-data): Rename args and use
5375         when instead of if.
5377 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
5379         * indent.el (indent-for-tab-command): Use use-region-p.
5381         * vc.el (vc-revert): Limit the length of the query string.
5383 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
5385         * simple.el (idle-update-delay, next-error-highlight)
5386         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
5387         (minibuffer-history-case-insensitive-variables, kill-ring-max)
5388         (kill-read-only-ok, backward-delete-char-untabify-method)
5389         (kill-whole-line, mark-ring-max, global-mark-ring-max)
5390         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
5391         (goal-column, line-move-ignore-invisible, fill-prefix)
5392         (auto-fill-inhibit-regexp, blink-matching-paren)
5393         (blink-matching-paren-on-screen, blink-matching-paren-distance)
5394         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
5395         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
5396         (minibuffer-history-isearch-wrap, transient-mark-mode)
5397         (next-logical-line, auto-fill-mode, line-number-mode)
5398         (column-number-mode, size-indication-mode, clone-indirect-buffer)
5399         (normal-erase-is-backspace-mode): Doc fixes.
5400         (current-kill, transient-mark-mode, toggle-truncate-lines)
5401         (visible-mode): Reflow docstrings.
5402         (minibuffer-local-shell-command-map, interprogram-paste-function):
5403         Fix typos in docstrings.
5405 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
5407         * server.el (server-process-filter): In daemon mode, default to
5408         emacsclient's tty if not opening a new frame and only the
5409         terminal-frame is available.
5411 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
5413         * window.el (quit-window): Simplify code.  Say in doc-string
5414         that it operates on the selected window's buffer.  (Bug#1259)
5416 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
5418         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
5419         nil so that log-view-diff-changeset works.
5421 2008-10-30  Glenn Morris  <rgm@gnu.org>
5423         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
5425         * resume.el: Move to obsolete/.
5426         * Makefile.in (ELCFILES): Update.
5428 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
5430         * electric.el (Electric-pop-up-window): Don't shrink the window if
5431         it's already big enough.
5433         * minibuffer.el (delete-minibuffer-contents): Delete all
5434         minibuffer contents instead of just the current field.
5436         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
5438         * bookmark.el (bookmark-handle-bookmark): Rename from
5439         bookmark-jump-noselect.
5440         (bookmark--jump-via, bookmark-insert): Callers changed.
5441         (bookmark-jump-noselect): Wrapper function for
5442         bookmark-handle-bookmark.
5443         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
5445         * textmodes/ispell.el (ispell-word): Use use-region-p.
5447 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
5449         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
5450         to follow naming conventions for abnormal hooks.  Doc fix.
5451         (tooltip-mode, tooltip-timeout): Use it.
5452         (tooltip-hook): New obsolete alias.
5453         (tooltip-help-tips): Doc fix.
5455         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
5457 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
5459         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
5460         of hardcoded /tmp.
5462 2008-10-29  Glenn Morris  <rgm@gnu.org>
5464         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
5466         * vc-hooks.el (vc-find-root): Remove bogus alias.
5468 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5470         * international/quail.el (quail-show-guidance): Don't create
5471         a guidance-frame if current buffer is not a minibuffer, since even if
5472         selected-window is mini-p, the buffer will never be displayed in it, so
5473         it wil be usable for guidance.
5475 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5477         * smerge-mode.el: Require diff-mode at run-time as well.
5479 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
5481         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
5482         * vc-hooks.el (vc-stay-local): Likewise.
5484 2008-10-28  Phil Sung  <psung@mit.edu>
5486         * follow.el (follow-scroll-down, follow-calc-win-end)
5487         (follow-estimate-first-window-start): Reduce effective window
5488         height when header line is present.  (Bug#925)
5490 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
5492         * subr.el (locate-user-emacs-file): Simplify.  Don't create
5493         `user-emacs-directory' when Emacs is running in batch mode.
5495         * startup.el (inhibit-startup-screen): Reflow docstring.
5496         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
5498 2008-10-27  Kenichi Handa  <handa@m17n.org>
5500         * descr-text.el (describe-char): Fix terminal case (where font is nil).
5502 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
5504         * face-remap.el (text-scale-increase, text-scale-decrease)
5505         (text-scale-adjust): Remove &optional keyword from the arg list;
5506         the INC argument is not really optional, if the functions happen
5507         to be called from elisp.
5509 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
5511         * vc.el: Rename VC methods that were missed when vc-status was
5512         renamed to vc-dir.
5513         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
5514         vc-svn-status-extra-headers.
5515         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
5516         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
5517         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
5518         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
5519         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
5520         vc-dir-status-printer.
5521         (vc-dir-headers): Use `dir-extra-headers' instead of
5522         `status-extra-headers'.
5523         (vc-dir-printer): Rename from vc-dir-status-printer.
5524         (vc-default-dir-extra-headers): Rename from
5525         vc-default-status-extra-headers.
5526         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
5527         vc-cvs-status-extra-headers.
5529         * startup.el (server-name): Pacify byte compiler.
5530         (command-line): If --daemon=SERVER_NAME was used, set server-name
5531         before calling server-start.
5533 2008-10-26  Romain Francoise  <romain@orebokech.com>
5535         * startup.el (command-line): Call daemon-initialized after
5536         starting the server.
5538 2008-10-26  Kenichi Handa  <handa@m17n.org>
5540         * help-fns.el (describe-categories): Display the terse legend at
5541         the head.
5543         * international/characters.el: Docstrings of categories improved.
5545 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5547         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
5549         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
5550         to the courier family.
5551         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
5552         usually not serif'd and hence rather unlike verbatim's printed output.
5554 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
5556         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
5557         when reporting the module.
5559         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
5561         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
5563 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5565         * files.el (locate-dominating-stop-dir-regexp): New var.
5566         (locate-dominating-file): Change arg from a regexp to a file name.
5567         Rewrite using the vc-find-root code to avoid directory-files which is
5568         too slow.  Obey locate-dominating-stop-dir-regexp.
5569         Don't pay attention to changes in owner.
5570         (project-find-settings-file): Adjust call to locate-dominating-file.
5572         * progmodes/flymake.el (flymake-find-buildfile):
5573         Adjust call to locate-dominating-file.
5575         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
5576         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
5578 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
5580         * subr.el (with-current-buffer): Rename buffer argument to
5581         buffer-or-name.
5582         * window.el (get-buffer-window-list): Rename buffer argument to
5583         buffer-or-name and make it optional.
5585 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
5587         * completion.el (add-completion-to-head, add-completion): Doc fixes.
5588         (completion-search-next, add-completions-from-file):
5589         Fix typos in docstrings.
5591         * filesets.el (filesets-menu-ensure-use-cached)
5592         (filesets-ingroup-patterns, filesets-filetype-property):
5593         * tutorial.el (get-lang-string):
5594         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
5595         Fix typos in docstrings.
5597         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
5598         (image-dired-line-up-method, image-dired-thumb-size)
5599         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
5600         (image-dired-track-original-file, image-dired-track-thumbnail)
5601         (image-dired-dired-next-line, image-dired-dired-previous-line)
5602         (image-dired-write-comments): Reflow docstrings.
5603         (image-dired-show-all-from-dir-max-files)
5604         (image-dired-format-properties-string, image-dired-create-thumbs)
5605         (image-dired-mark-tagged-files, image-dired-gallery-generate):
5606         Fix typos in docstrings.
5608         * savehist.el (savehist-save-minibuffer-history, savehist-file)
5609         (savehist-additional-variables, savehist-ignored-variables)
5610         (savehist-file-modes, savehist-autosave-interval):
5611         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
5612         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
5613         (fancy-splash-image):
5614         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
5615         (thumbs-conversion-program, thumbs-margin):
5616         Remove spurious * in docstrings.
5618 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
5620         * thingatpt.el (end-of-sexp, beginning-of-sexp)
5621         (forward-same-syntax): Omit default arguments to char-after and
5622         char-before.
5624 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
5626         * subr.el (locate-user-emacs-file): New function.
5627         (user-emacs-directory): Mention it in docstring.
5629         * completion.el (save-completions-file-name):
5630         * filesets.el (filesets-menu-cache-file):
5631         * image-dired.el (image-dired-dir, image-dired-db-file)
5632         (image-dired-temp-image-file, image-dired-gallery-dir)
5633         (image-dired-temp-rotate-image-file):
5634         * savehist.el (savehist-file):
5635         * server.el (server-auth-dir):
5636         * thumbs.el (thumbs-thumbsdir):
5637         * tutorial.el (tutorial--saved-dir):
5638         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
5640 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
5642         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
5643         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
5645 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
5647         * filesets.el: Update author email.
5648         (filesets-data): Doc fix.
5650 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
5652         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
5654 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
5656         * international/mule-cmds.el (describe-language-environment):
5657         Indent sample text.
5659 2008-10-23  Glenn Morris  <rgm@gnu.org>
5661         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5663         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
5664         byte-compile a redefinition of a function with special byte-compile
5665         handling.  (Bug#411)
5667 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5669         * ps-print.el: Deal with page sizes for label printes.  Suggested by
5670         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
5671         (ps-print-version): New version 7.3.3.
5672         (ps-page-dimensions-database): New page sizes for label printers.
5673         (ps-n-up-printing): Fix code.
5675 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
5677         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
5679         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
5680         (list-at-point): Add docstrings.
5682         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
5684         * dired-aux.el (dired-do-create-files): Doc fix.
5686 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
5688         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
5689         with other documentation.
5691 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
5693         * replace.el (how-many): Fix typo in docstring.
5694         Reported by Leo <sdl.web@gmail.com>.
5696 2008-10-22  Glenn Morris  <rgm@gnu.org>
5698         * international/mule-cmds.el (universal-coding-system-argument):
5699         Check for C-g.  (Bug#1205)
5701 2008-10-22  Kenichi Handa  <handa@m17n.org>
5703         * international/characters.el: Don't setup
5704         find-word-boundary-function-table.
5705         (next-word-boundary-han, next-word-boundary-kana): Delete them.
5706         (word-combining-categories, word-separating-categories):
5707         Adjust to the change of the docstrings.
5709 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
5711         * simple.el (region-active-p): Doc fix.
5713 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5715         * subr.el (apply-partially): Move from here...
5717         * simple.el (apply-partially): ...to here.
5719 2008-10-20  Andreas Schwab  <schwab@suse.de>
5721         * subr.el (split-string-and-unquote): Simplify regexp.
5723 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5725         * subr.el (top-level): Require `cl' when compiling.
5727 2008-10-20  David Reitter  <david.reitter@gmail.com>
5729         * info.el (Info-mode): Do not remove an existing header line if
5730         `Info-use-header-line' is nil.
5732 2008-10-19  Juri Linkov  <juri@jurta.org>
5734         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5735         Add arg `delimited' as in `query-replace' for the case when
5736         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
5737         Add more indicators to the prompt ("word" and "in region").
5739         * replace.el (query-replace, query-replace-regexp)
5740         (replace-string, replace-regexp, perform-replace): Add "word"
5741         indicatiors to the prompt for word delimited replacements.
5743         * replace.el (read-regexp): Rename arg `default' to `default-value'.
5744         Doc fix.
5746 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5748         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
5750         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
5752 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
5754         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
5755         Make argument names follow Elisp manual.
5757 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5759         * textmodes/remember.el (remember-data-file):
5760         * shadowfile.el (shadow-initialize)
5761         <shadow-info-file, shadow-todo-file>:
5762         * savehist.el (savehist-file):
5763         * recentf.el (recentf-save-file):
5764         * pcvs-defs.el (cvs-cvsrc-file):
5765         * international/kkc.el (kkc-init-file-name):
5766         * ido.el (ido-save-directory-list-file):
5767         * calendar/todo-mode.el (todo-file-do, todo-file-done)
5768         (todo-file-top): Run file names that begin with a period thru
5769         `convert-standard-filename'.
5771         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
5772         before-init-hook.
5774         Fix Bug #1183:
5776         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
5777         coding-system-for-read to ediff-coding-system-for-write.
5779         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
5780         coding-system-for-write to ediff-coding-system-for-write.
5782         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
5783         (ediff-coding-system-for-write): Set to emacs-internal.
5785 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5787         * international/mule-conf.el (emacs-internal): New coding system alias.
5789 2008-10-18  Juri Linkov  <juri@jurta.org>
5791         * info.el (Info-file-supports-index-cookies-list): New variable.
5792         (Info-file-supports-index-cookies): New function.
5793         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
5794         (Info-index-nodes): Let-bind Info-point-loc to nil for files
5795         without an index cookie to ignore it when Info-index-nodes is
5796         called during navigating from an index node with line numbers.
5797         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
5799         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
5800         variable definition section.
5802         * info.el (Info-find-node-2): Put initial point below the header line
5803         and breadcrumbs line.
5805 2008-10-18  Glenn Morris  <rgm@gnu.org>
5807         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
5808         the needed external programs were not found.
5810 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
5812         * files.el (trash-directory): Run thru `convert-standard-filename'.
5813         (file-modes-char-to-who, file-modes-char-to-right)
5814         (file-modes-rights-to-number, file-modes-symbolic-to-number)
5815         (read-file-modes): Doc fixes.
5817 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
5819         * abbrev.el (define-abbrev): Doc fix.
5821 2008-10-17  Alan Mackenzie  <acm@muc.de>
5823         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
5824         foo bar [] = { ...".
5826 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
5828         * faces.el (face-spec-set-2): Don't pass invalid attributes to
5829         set-face-attribute.
5831 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
5833         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
5834         according to `locale-coding-system'.  (This fixes trivial bug reported
5835         as part of bug#1179).
5836         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
5837         particular order).  Use `when'.
5839 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
5841         * w32-fns.el (w32-check-shell-configuration): Doc fix.
5842         (w32-add-charset-info): Fix typo in docstring.
5844 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5846         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
5847         after discussion.
5849 2008-10-16  Magnus Henoch  <mange@freemail.hu>
5851         * vc-arch.el (vc-arch-dir-status): New function.
5852         (vc-arch-after-dir-status): New function.
5854 2008-10-16  Glenn Morris  <rgm@gnu.org>
5856         * man.el (Man-getpage-in-background): Force recent `man's to output
5857         escape sequences even when stdout is not a tty.  (Bug#1142)
5859 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
5861         * international/mule-conf.el: Add `utf8' and `UTF8' as
5862         aliases for the `utf-8' coding system.
5864 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
5866         * find-file.el (ff-get-file): Doc fix.
5867         (ff-get-file-name): Use `let', not `let*'.
5868         (ff-search-directories): Fix typo in docstring.
5869         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5870         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
5871         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
5872         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
5873         (cc-other-file-alist, modula2-other-file-alist):
5874         Remove spurious * in docstrings.
5876 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
5878         * faces.el (set-face-attribute): Set family and foundry before
5879         other attributes.
5880         (face-spec-set-2): Pass unmodified args to set-face-attribute.
5882 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
5884         * hl-line.el (hl-line-unload-function): New function.
5885         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
5886         (hl-line-sticky-flag): Remove spurious * in docstring.
5888 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
5890         * vc-git.el (vc-git-show-log-entry): Include the revision in the
5891         search string.
5893 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
5895         * net/tramp.el (tramp-process-one-action): Embed regexp in
5896         parentheses, before adding end-of-buffer construct.  Suggested by
5897         Markus Triska <markus.triska@gmx.at>.
5899 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
5901         * net/newst-plainview.el (w3m-toggle-inline-image):
5902         Define 'declare-function if necessary, for compatibility.
5904         * net/newst-treeview.el (w3m-toggle-inline-images):
5905         Define 'declare-function if necessary, for compatibility.
5907 2008-10-13  Alan Mackenzie  <acm@muc.de>
5909         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
5910         so that the function works on one-line macros.
5912         * progmodes/cc-engine.el: Amend several doc strings and comments.
5914 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
5916         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
5918         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
5919         (vc-cvs-stay-local): Add a new choice and default to it.
5920         (vc-cvs-dir-status): Use the new vc-stay-local choice.
5922         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
5924 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
5926         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
5927         Add support for extended return statement.
5929         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
5930         and obj-dir; keep user order.
5932 2008-10-12  Glenn Morris  <rgm@gnu.org>
5934         * Makefile.in (ELCFILES): Update.
5936         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
5937         (shell-file-name-quote-list): Declare.
5939 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
5941         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
5943 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
5945         * startup.el (command-line): If toolbar is disabled but ought to
5946         be initialized, call tool-bar-setup.
5948         * tool-bar.el (tool-bar-setup): Variable deleted.
5949         (tool-bar-setup): Set it up unconditionally.
5951         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
5953         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
5954         tool-bar-map has been initialized before setting it up.
5956         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
5957         tool-bar-map has been initialized before setting it up.
5959 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
5961         * emacs-lisp/warnings.el (display-warning): Issue a message if
5962         called during daemon initialization.
5964         * tool-bar.el (tool-bar-local-item)
5965         (tool-bar-local-item-from-menu): Put the check for number of
5966         display colors into the image expression.
5967         (tool-bar-setup): Don't be a no-op on ttys.
5969         * info.el (info-tool-bar-map):
5970         * progmodes/gud.el (gud-tool-bar-map):
5971         * progmodes/grep.el (grep-mode-tool-bar-map):
5972         * progmodes/compile.el (compilation-mode-tool-bar-map):
5973         Initialize it unconditionally.
5975 2008-10-11  Romain Francoise  <romain@orebokech.com>
5977         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
5978         * kmacro.el (kmacro-edit-lossage): Ditto.
5979         * edmacro.el (edit-kbd-macro): Ditto.
5981 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
5983         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
5984         Fix variable names.
5986 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
5988         * startup.el (command-line): Revert 2008-09-26 change, not
5989         necessary anymore.
5991 2008-10-10  Andreas Schwab  <schwab@suse.de>
5993         * simple.el (minibuffer-complete-shell-command):
5994         Bind comint-delimiter-argument-list, comint-file-name-chars and
5995         comint-file-name-quote-list like shell-mode.
5997 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
5999         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
6000         call of select-window.
6002 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
6004         * calc/calc.el (calc-embedded-word-regexp)
6005         (calc-embedded-word-regexp-alist): New variables.
6006         (calc-embedded-open-word, calc-embedded-close-word)
6007         (calc-embedded-open-close-word-alist): Remove unused variables.
6009         * calc/calc-embed.el (calc-embedded-make-info):
6010         Use `calc-embedded-word-regexp' to find words.
6012 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
6014         * info.el (Info-extract-menu-counting): New argument no-detail to
6015         skip detailed node listings.
6016         (Info-forward-node): New argument not-up to inhibit going up.
6017         (Info-final-node): Call Info-extract-menu-counting and
6018         Info-forward-node with the new arguments set to avoid infinite
6019         looping.  (Bug#1116)
6021 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
6023         * startup.el (command-line): Don't invoke tool-bar-mode if it is
6024         not fboundp.
6026 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
6028         * startup.el (command-line): Enable tool-bar-mode as long as it is
6029         not suppressed by X resources, regardless of the terminal.
6031         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
6032         graphical terminals.
6033         (tool-bar-setup): No-op if called on a tty.
6035 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
6037         * frame.el (make-frame-on-tty): Use "F" inside interactive.
6038         Support `pc' ``window-system''.
6040         * progmodes/compile.el (compilation-start): Resurrect the version
6041         for systems that don't support asynchronous subprocesses.
6043 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
6045         * window.el (pop-up-frames): Add choice graphic-only.
6046         (display-buffer): When pop-up-frames equals graphic-only do
6047         not pop up new frame on text-only terminals.  (Bug#1061)
6049 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
6051         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
6052         (vc-cvs-dir-status): Use it.
6054 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
6056         * json.el (json-skip-whitespace): Fix last change.
6058 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
6060         * bs.el (bs-unload-function): New function.
6062 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
6064         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
6065         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6066         For clarity, explicitly require cl.
6068 2008-10-08  Michael Olson  <mwolson@gnu.org>
6070         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
6071         can avoid a bad interaction with programs that add functions to
6072         the window-scroll-functions hook.  This fixes Bug #858.
6074 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
6076         * startup.el (command-line): Use display-warning to warn about an
6077         init file error.
6078         (command-line-1): Remove init file error delay.
6080 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6082         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
6083         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
6084         (rx-group-if): New function.
6085         (rx-parent): New variable.
6086         (rx-and, rx-or): Put shy groups only when necessary.
6087         (rx-bracket): Remove.
6088         (rx-anything): New function.
6089         (rx-any-delete-from-range, rx-any-condense-range)
6090         (rx-check-any-string): New functions.
6091         (rx-check-any): Return result as a list.  Don't convert chars to
6092         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
6093         Check char category string.  Call rx-form instead of rx-to-string.
6094         (rx-any): Rebuid to complete the function.
6095         (rx-check-not): Fix char category regexp pattern string.
6096         Call rx-form instead of rx-to-string.
6097         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
6098         "[^^]".  Call regexp-quote for one char string when not called from
6099         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
6100         "\\[SCBW]" to toggle.
6101         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
6102         instead of rx-to-string.
6103         (rx-kleene): Call rx-form instead of rx-to-string.
6104         Call rx-group-if to adjust putting of shy groups.
6105         (rx-atomic-p): Make check more precisely.
6106         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
6107         (rx-regexp): Call rx-group-if.
6108         (rx-form): New function.
6109         (rx-to-string): Call rx-form, rx-group-if.
6110         Refine definition of NO-GROUP.
6112 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
6114         * json.el (json-advance): Use forward-char.
6115         (json-skip-whitespace): Use skip-syntax-forward.
6117 2008-10-07  Alan Mackenzie  <acm@muc.de>
6119         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
6120         indenting a macro followed by blank lines doesn't backslash the
6121         following non-blank line into the macro.
6123 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
6125         * startup.el (before-init-time, after-init-time): Move into emacs.c.
6126         (command-line): Set after-init-time to nil before initialization.
6128 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
6130         * calc/calc-units.el (math-standard-units): Update the values
6131         of the units.
6133 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
6135         * bookmark.el (bookmark-unload-function): New function.
6137 2008-10-06  Andreas Schwab  <schwab@suse.de>
6139         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6141 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
6143         * mail/footnote.el: Remove * in defcustom docstrings and tell
6144         for most options that customizing them doesn't affect buffers
6145         already displaying footnotes.
6146         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
6147         Fix handling of text properties and identical start/end tags.
6148         Do not use format when renumbering.
6149         (Footnote-set-style): Make it work.
6150         (Footnote-insert-numbered-footnote): Simplify.
6151         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
6152         (Footnote-goto-footnote): Fix handling of empty section tag.
6153         (Footnote-delete-footnote): Fix handling of identical start/end
6154         tags, empty section tag, and spaced footnotes.  Do not use
6155         kill-region.
6156         (footnote-mode): Make most options buffer-local to avoid that
6157         customizing messes up handling of footnotes in buffers that
6158         already display them.
6160 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
6162         * faces.el (x-create-frame-with-faces): Undo previous change.
6164         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
6165         existent files.
6167 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
6169         * international/mule-cmds.el (universal-coding-system-argument):
6170         Handle digit-argument too.
6172 2008-10-05  Mario Lang  <mlang@delysid.org>
6174         * xml.el (xml-parse-string): Use skip-chars-forward.
6176 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6178         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
6179         existent files.
6180         (vc-bzr-dir-status-files): New function.
6182 2008-10-04  Glenn Morris  <rgm@gnu.org>
6184         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
6186         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
6187         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
6189         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
6190         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
6192 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
6194         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6195         Fix typo.  (Bug#1074)
6197 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
6199         * progmodes/compile.el (compilation-start): Make sure to move to
6200         point-max only when we are in the compilation buffer.  (Bug#1073)
6202 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
6204         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
6205         tool-bar-mode is on.
6207         * vc-svn.el (vc-svn-dir-status-files):
6208         * vc-cvs.el (vc-cvs-dir-status-files): New function.
6210 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6212         * vc-hg.el (vc-hg-dir-status-files): New function.
6214 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
6216         * window.el (window--display-buffer-1): Don't care about
6217         visibility since raise-frame does.
6219 2008-10-03  Mario Lang  <mlang@delysid.org>
6221         * nxml/xmltok.el (xmltok-forward): Simplify.
6223 2008-10-03  Glenn Morris  <rgm@gnu.org>
6225         * Makefile.in (ELCFILES): Update.
6227         * frame.el (set-default-font): Make obsolete.
6228         * mouse.el (mouse-set-font): Use set-frame-font.
6230         * jka-cmpr-hook.el (jka-compr-compression-info-list)
6231         (jka-compr-mode-alist-additions): Also match `.tbz2'.
6233         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
6234         * files.el (auto-mode-alist): Add .PRO as per above autoload.
6236 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6238         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
6239         (vc-dir-refresh): Set it here instead.  (Bug#1067)
6241 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
6243         * faces.el (inhibit-frame-set-background-mode): New var.
6244         (frame-set-background-mode): Use it to avoid a loop in
6245         face-spec-recalc.
6247 2008-10-02  Glenn Morris  <rgm@gnu.org>
6249         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
6250         vc-diff-switches.
6252 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6254         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
6255         that is, to take some action when a buffer is killed.  Suggested by
6256         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
6257         11.2.2.
6258         (whitespace-action): Docstring and :type fix.
6259         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
6260         Code fix.
6261         (whitespace-add-local-hook, whitespace-remove-local-hook)
6262         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
6264 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6266         * net/tls.el (open-tls-stream): Show the actual command being
6267         executed, instead of the format string.
6269 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
6271         * term/internal.el (dos-locale-alist): New alist.
6272         (dos-codepage-setup): Use it to compute a value of locale with
6273         which to call set-locale-environment.  Remove code to set
6274         terminal, keyboard, and file-name encoding (done by
6275         set-locale-environment).
6277         * international/mule-cmds.el
6278         (set-language-environment-nonascii-translation): Fix nonascii
6279         value for `pc' ``window-system''.
6280         (set-display-table-and-terminal-coding-system)
6281         (set-default-coding-systems): Don't special-case `pc'.
6283 2008-10-01  Glenn Morris  <rgm@gnu.org>
6285         * filesets.el (filesets-menu-name): Fix type.
6286         (filesets-menu-path, filesets-menu-before): Fix types.
6287         Change defaults to be consistent with recentf.  (Bug#1056)
6289 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6291         * term/xterm.el (xterm-turn-on-modify-other-keys)
6292         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
6293         Don't forget to pass `terminal' to `send-string-to-terminal'.
6295 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
6297         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
6298         (vc-file-not-found-hook): Check, that `buffer-file-name' is
6299         non-nil.  It is not clear, whether this is only fixing symptoms on
6300         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
6301         is embedded by that check.  So it might be TRT.  Suggested by Dan
6302         Nicolaescu <dann@ics.uci.edu>.
6304 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
6306         * Makefile.in (ELCFILES): Remove codepage.elc.
6308         * international/codepage.el: File removed, as even ms-dos doesn't
6309         need it anymore.
6311         * loadup.el [ms-dos]: Don't load ccl and codepage.
6313         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
6314         (IT-character-translations, cjk-codepages-alist): Remove variables.
6315         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
6316         (IT-unicode-translations): Remove charset and base elements.
6317         Add translations for Latin-1 characters.
6318         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
6319         base and chset elements of IT-unicode-translations.  Don't wrap
6320         translation in "{...}".  Set up translations only for characters
6321         for which unencodable-char-position returns non-nil.
6322         (dos-codepage-setup): Don't use special-case codepages in
6323         cjk-codepages-alist.
6325         * files.el (locate-dominating-file): Wrap directory-files with
6326         condition-case, instead of calling file-directory-p, which stats
6327         the directory one more time.
6329         * mail/mail-utils.el (mail-unquote-printable-region):
6330         Use insert-byte instead of insert-char, when the UNIBYTE arg is
6331         non-nil.
6333 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
6335         * epa-file.el (epa-file-insert-file-contents): Fix typo.
6337 2008-09-30  Glenn Morris  <rgm@gnu.org>
6339         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
6341 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
6343         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
6344         (which-function): Handle nested imenu trees.
6346         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
6347         some nested menu items.
6349 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
6351         * calc/calc-units.el (math-standard-units): Add entries used to
6352         display the values in the units buffer.
6353         (math-build-units-table): Add entries to the units table to be used
6354         to display the values in the units buffer.
6355         (math-build-units-table-buffer): Use the display entry of the units
6356         table when non-nil.
6357         (calc-define-unit): Add option to enter display value of unit.
6359 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
6361         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
6363 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
6365         * files.el (locate-dominating-file): Take file-attributes of
6366         `dir', not of `file' (which never changes).
6368 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
6370         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
6371         also be `localname'.
6373         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
6374         IDENTIFICATION.
6376 2008-09-28  Glenn Morris  <rgm@gnu.org>
6378         * vc.el (vc-switches): Give it a doc string.
6380 2008-09-28  Romain Francoise  <romain@orebokech.com>
6382         * comint.el (comint-show-output): Adjust to stickiness changes of
6383         the output field.
6385         * startup.el (command-line): Start the daemon server later.
6387 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
6389         * subr.el (read-quoted-char): Call char-resolve-modifiers
6390         instead of char-resolve-modifers.
6392 2008-09-27  Glenn Morris  <rgm@gnu.org>
6394         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
6395         than [return].  (Bug#1031)
6397 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
6399         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
6401 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
6403         * epg.el (epg-wait-for-status): Check if there is no pending status.
6404         Reported by Ted Romer <ted@romerfamily.com>.
6406 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
6408         * startup.el (command-line): Turn on menu-bar-mode and
6409         tool-bar-mode when running as a daemon.
6411 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
6413         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
6414         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6415         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6416         ($(lisp)/progmodes/cc-engine.elc)
6417         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6418         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6419         ($(lisp)/progmodes/cc-subword.elc)
6420         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6422         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
6423         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6424         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6425         ($(lisp)/progmodes/cc-engine.elc)
6426         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6427         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6428         ($(lisp)/progmodes/cc-subword.elc)
6429         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6431 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6433         * informat.el (Info-split-threshold): New variable.
6434         (Info-split): Use it.
6436         * textmodes/texinfmt.el (texinfo-format-buffer):
6437         Use Info-split-threshold to decide whether to split Info files.
6439 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6441         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
6442         quoting.
6444         * comint.el (comint-dynamic-complete-as-filename): Quote directory
6445         name when reinserting it.
6447         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
6448         word-search-backward-lax for incremental word search.
6450 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
6452         * generic-x.el (generic-other-modes): Fix typo in docstring.
6453         (generic-use-find-file-hook, generic-lines-to-scan)
6454         (generic-find-file-regexp, generic-ignore-files-regexp)
6455         (generic-define-mswindows-modes, generic-define-unix-modes):
6456         Remove `*' from docstring.
6457         (generic-mode-find-file-hook): Use `string-match-p'.
6458         (apache-log-generic-mode, mailagent-rules-generic-mode)
6459         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
6460         (java-manifest-generic-mode, java-properties-generic-mode)
6461         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
6462         for consistency with other modes in generic-x.el.
6464 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
6466         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
6467         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
6468         parens specially only if latex-handle-escaped-parens is non-nil.
6469         (latex-indent-within-escaped-parens): New option.
6470         (latex-find-indent): Bind latex-handle-escaped-parens to
6471         latex-indent-within-escaped-parens.  Do not treat escaped parens
6472         specially when this is nil.  (Bug#954)
6474 2008-09-25  Glenn Morris  <rgm@gnu.org>
6476         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
6478 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6480         * vc.el (vc-mark-resolved): Move message here from
6481         vc-default-mark-resolved.
6482         (vc-default-mark-resolved): Change to an alias for ignore.
6484 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6486         * term.el (term-emulate-terminal): Encode input string before
6487         checking its length.
6489 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
6491         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
6492         is loaded.
6494         * server.el (server-buffer-done): Avoid changing the buffer when
6495         deleting the client's frame (bug#640).
6497         * vc.el (vc-default-mark-resolved): New function.
6499 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
6501         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
6502         from raising a wrong-type-argument error.
6504 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
6506         * help-fns.el (describe-function-1, describe-variable): Print
6507         relative file name in help buffer.
6508         * faces.el (describe-face): Print relative file name in help
6509         buffer.
6511 2008-09-23  Romain Francoise  <romain@orebokech.com>
6513         * subr.el (with-output-to-string): Make sure that the temporary
6514         buffer gets killed.
6516 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
6518         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
6519         indentation problem with keyword symbols when a list starts with
6520         ,@ or spaces.  (Bug#1012)
6522 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
6524         * textmodes/tex-mode.el (latex-find-indent): Try to handle
6525         escaped close parens correctly.  (Bug#954)
6527 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
6529         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
6530         usage of `fortune-file' even though a FILE argument was passed to
6531         the function.
6533 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6535         * startup.el (command-line): Start the server when in daemon mode.
6536         Remove always true test.
6538         * frame.el (frame-initialize): Remove spurious setting of
6539         special-display-function with the default value.
6541 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6543         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
6545 2008-09-20  Glenn Morris  <rgm@gnu.org>
6547         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
6548         Fix custom type.  (Bug#1011)
6550 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
6552         * files.el (move-file-to-trash): Avoid recursive trashing if
6553         rename-file calls delete-file.
6555 2008-09-20  Glenn Morris  <rgm@gnu.org>
6557         * play/fortune.el: Remove leading `*' from defcustom docs.
6558         (fortune-program-options): Doc fix.  Allow to be a string again.
6559         Add :version.
6560         (fortune-in-buffer): Handle fortune-program-options as a string.
6561         Don't rely on fortune program accepting options after fortune file.
6563 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
6565         * play/fortune.el (fortune-program-options): Change to a list.
6566         (fortune-in-buffer): Use apply.
6568 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
6570         * emacs-lisp/authors.el: Change encoding of file to utf-8.
6571         (authors-coding-system): Likewise.
6573 2008-09-20  Ami Fischman  <ami@fischman.org>
6575         * savehist.el (savehist-save): Handle errors in writing as well as
6576         reading.
6578 2008-09-20  Michael Olson  <mwolson@gnu.org>
6580         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
6581         to provide a minimal performance boost.
6583 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6585         * proced.el (proced-grammar-alist, proced-custom-attributes)
6586         (proced-format-alist, proced-format, proced-filter-alist)
6587         (proced-filter, proced-sort): Use defcustom.
6588         (proced-mode): Fix docstring.
6589         (proced-process-attributes): Handle return value nil of functions
6590         in proced-custom-attributes.
6592 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
6594         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
6595         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
6597 2008-09-19  Miles Bader  <miles@gnu.org>
6599         * comint.el (comint-output-filter): Make field properties for
6600         output text front-sticky.
6602 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
6604         * vc-bzr.el (vc-bzr-show-log-entry):
6605         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
6606         C-x v l for a directory uses that.
6608 2008-09-18  Simon Josefsson  <simon@josefsson.org>
6610         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
6611         .sieve files.
6613 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
6615         * help-macro.el (make-help-screen): Preserve key bindings
6616         established in help-mode call when exiting this macro.
6618 2008-09-17  Kenichi Handa  <handa@m17n.org>
6620         * language/burmese.el: Fix setting of composition-function-table.
6622 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
6624         * info.el (Info-follow-nearest-node): Don't raise an error for
6625         mouse-1 clicks.
6627 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
6629         * calc/calc-units.el (calc-convert-temperature): Use default
6630         units when appropriate.
6632 2008-09-16  Markus Triska  <markus.triska@gmx.at>
6634         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
6635         catch errors raised in `texmathp'.
6636         (flyspell-tex-math-initialized): Remove.
6638 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
6640         * frame.el (select-frame-set-input-focus): With non-nil
6641         mouse-autoselect-window always move mouse cursor to frame's
6642         selected window.  Otherwise restore pre 2008-09-13 behavior.
6643         (select-frame-by-name): Use select-frame-set-input-focus.
6645         * files.el (switch-to-buffer-other-frame): Don't raise frame since
6646         pop-to-buffer already does it.
6647         (display-buffer-other-frame): Fix doc-string.
6649 2008-09-16  Glenn Morris  <rgm@gnu.org>
6651         * add-log.el (diff-find-source-location): Update declaration.
6653         * progmodes/make-mode.el (makefile-match-function-end):
6654         Move point.  (Bug#983)
6656 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
6658         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
6660 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
6662         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
6663         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
6665 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6667         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
6669 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
6671         * files.el (file-truename): Don't raise args-out-of-range error
6672         when filename has no separator on windows-nt.  (Bug#982)
6674 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6676         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
6677         be more honest when we don't know.
6678         (diff-tell-file-name): Don't prompt before the actual prompt.
6679         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
6680         (diff-find-source-location): Add `noprompt' argument.
6681         (diff-current-defun): Don't prompt.
6683 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6685         * proced.el (proced-mark-face, proced-marked-face)
6686         (proced-sort-header-face): Remove.
6687         (proced-font-lock-keywords): Simplify.
6688         (proced-format): Use face proced-sort-header.
6689         (proced-format-interactive, proced-sort-interactive)
6690         (proced-filter-interactive): Only call proced-update if the scheme
6691         has changed.
6692         (proced-sort-header): Use posn-actual-col-row.
6694 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
6696         * add-log.el (change-log-find-window): New variable.
6697         (change-log-goto-source-1, change-log-goto-source):
6698         Set change-log-find-window to window displaying source.
6699         (change-log-next-error): Select window specified by
6700         change-log-find-window.
6702 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
6704         * frame.el (select-frame-set-input-focus): With focus follows
6705         mouse move mouse cursor to right window.
6706         * window.el (pop-to-buffer): Select window before calling
6707         select-frame-set-input-focus.
6709 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6711         * proced.el (proced-sort-header): New face.
6712         (proced-sort-header-face): New variable.
6713         (proced-format): Allow format value nil.
6714         Use proced-sort-header-face for header of sort column.
6715         (proced-format-args): New function.
6716         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
6717         (proced-header-help-echo, proced-field-help-echo, proced-timer)
6718         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
6719         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
6720         (proced-sort-header): Bind also to mouse-1.
6721         (proced-move-to-goal-column): Return position of point.
6722         (proced-filter-interactive): Always revert listing.
6723         (proced-format-ttname): Simplify.
6724         (proced-update): Do not keep undo information.  Put point at
6725         beginning of buffer if we generate the first listing.
6727 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
6729         * doc-view.el (doc-view-scroll-up-or-next-page)
6730         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
6731         vertically split windows.
6733 2008-09-12  Glenn Morris  <rgm@gnu.org>
6735         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
6737         * indent.el (indent-line-function): Doc fix.
6738         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
6740 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
6742         * window.el (pop-to-buffer): If the window for buffer-or-name is
6743         not on the selected frame, raise that window's frame and give it
6744         input focus.  (Bug#745)
6746 2008-09-11  Glenn Morris  <rgm@gnu.org>
6748         * ido.el (ido-mode): Initialize with custom-initialize-default,
6749         rather than a set function.  (Bug#947)
6751 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
6753         * replace.el (perform-replace): Don't set inhibit-read-only using
6754         query-replace-skip-read-only (bug#956).
6756         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
6757         of the <<foo>> form.
6759 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
6761         * window.el (display-buffer): Fix doc-string typo.
6763 2008-09-10  Kenichi Handa  <handa@m17n.org>
6765         * composite.el (compose-gstring-for-graphic): Fix previous change.
6767 2008-09-10  Glenn Morris  <rgm@gnu.org>
6769         * info.el (Info-try-follow-nearest-node): Fix doc typo.
6771 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
6773         * info.el (Info-mouse-follow-nearest-node): Follow links to different
6774         manuals.  (Bug#886)
6776 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
6778         * ido.el (ido-unload-function): New function.
6780 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
6782         * ido.el (ido-file-internal): Fix typo in prompt.
6783         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
6784         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
6785         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
6786         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
6787         Fix typos in docstrings.
6789 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
6791         * help-fns.el (describe-function-1): Don't print extra newline
6792         after filling.
6794 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6796         * help-fns.el (find-lisp-object-file-name): Handle case where
6797         library is compressed.
6799 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
6801         * complete.el (PC-do-completion): Don't replace buffer
6802         contents (bug#227).
6804 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
6806         * loadhist.el (unload-feature-special-hooks):
6807         Add `choose-completion-string-functions'.
6809 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6811         * vc-svn.el (vc-svn-root):
6812         * vc-sccs.el (vc-sccs-root):
6813         * vc-rcs.el (vc-rcs-root):
6814         * vc-cvs.el (vc-cvs-root): Delete.
6815         * vc-hooks.el (vc-find-root): Remove `invert' argument.
6817 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>
6819         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
6820         errors occurring in different files.
6822 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
6824         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
6825         (vc-bzr-status-printer): New function.
6826         (vc-bzr-after-dir-status): Deal with renamed files.
6828 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
6830         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
6831         buffer's filename.
6833 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
6835         * subr.el (cancel-change-group): Widen buffer temporarily when
6836         undoing changes.  (Bug#810)
6838 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
6840         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
6841         with gud-stop-subjob rather than exit debugger.
6843 2008-09-07  Kenichi Handa  <handa@m17n.org>
6845         * composite.el: Compose combining characters only when it
6846         follows a character matching with "[[:alpha:]]".
6848 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6850         * proced.el: Require time-date.
6851         (proced-command-alist, proced-command, proced-goal-header-re)
6852         (proced-sorting-schemes-alist, proced-sorting-scheme)
6853         (proced-header-alist, proced-sorting-schemes-re)
6854         (proced-skip-regexp, proced-next-line, proced-previous-line)
6855         (proced-listing-type, proced-sorting-scheme-p): Remove.
6856         (proced-grammar-alist, proced-custom-attributes)
6857         (proced-format-alist, proced-format, proced-filter-alist)
6858         (proced-filter, proced-sort, proced-goal-attribute)
6859         (proced-timer-interval, proced-timer-flag, proced-timer)
6860         (proced-process-alist, proced-sort-internal, proced-process-tree)
6861         (proced-header-help-echo, proced-field-help-echo): New variables.
6862         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
6863         (proced-omit-process, proced-filter, proced-process-tree)
6864         (proced-filter-children, proced-children-pids)
6865         (proced-filter-parents, proced-<, proced-string-lessp)
6866         (proced-time-lessp, proced-xor, proced-sort-p)
6867         (proced-format-time, proced-format-start, proced-format-ttname)
6868         (proced-format, proced-process-attributes): New functions.
6869         (proced-toggle-timer-flag, proced-mark-children)
6870         (proced-mark-parents, proced-filter-interactive)
6871         (proced-filter-attribute, proced-sort-interactive)
6872         (proced-sort-header, proced-format-interactive): New commands.
6873         (proced-move-to-goal-column): Use goal-column.
6874         (proced-mode): Use proced-timer.
6875         (proced-do-mark-all): Display process count.  Use use-region-p.
6876         Simplify.
6877         (proced-omit-processes): Use use-region-p.
6878         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
6879         (proced-sort-start, proced-sort-time, proced-sort-user):
6880         Use proced-sort-interactive.
6881         (proced-sort): Make it a function that performs the actual sort.
6882         (proced-update): New arg revert.  Use proced-process-alist,
6883         proced-filter, proced-sort, proced-format, and
6884         proced-grammar-alist.  Preserve position of point based on fields.
6885         Make header line and fields clickable.
6886         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
6887         (proced-why): Use save-selected-window.
6888         (proced-log): Use buffer-read-only.
6890 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
6892         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
6894 2008-09-06  Glenn Morris  <rgm@gnu.org>
6896         * add-log.el (diff-find-source-location): Declare.
6897         (find-change-log): If called from a diff buffer, try to switch to the
6898         source buffer (e.g. to respect change-log-default-name there).
6900         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
6901         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
6903         * Makefile.in (ELCFILES): Update.
6905 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
6907         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
6908         user enters a mouse event in another frame, or a special event.
6910         * server.el (server-switch-buffer): New arg.
6911         (server-execute): If reusing an existing window, set file position
6912         if required.
6914 2008-09-06  Kenichi Handa  <handa@m17n.org>
6916         * language/lao.el: Fix setting of composition-function-table.
6918 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
6920         * term/pc-win.el (msdos-show-help): Don't truncate lines while
6921         displaying help echo messages.
6923 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
6925         * subr.el (symbol-file): Fix doc-string.
6927 2008-09-06  Glenn Morris  <rgm@gnu.org>
6929         * help-mode.el (help-xref-forward-stack): Doc fix.
6931         * add-log.el (change-log-default-name): Autoload safety.
6933 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
6935         * verilog-mode.el (verilog-library-extensions): Enable .sv
6936         filename extensions to call verilog-mode.
6937         (verilog-auto, verilog-auto-inst, verilog-faq)
6938         (verilog-submit-bug-report): Update author support URLs.
6939         (verilog-delete-auto, verilog-auto-inout-module)
6940         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
6941         creating complemented testbench modules.  Suggested by Yishay Belkind.
6942         (verilog-auto-inst-port, verilog-simplify-range-expression):
6943         When verilog-auto-inst-param-value is set, don't require a
6944         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
6945         Yishay Belkind.
6946         (verilog-auto-inst-param-value): Add safe variable.
6947         (verilog-re-search-forward, verilog-re-search-backward):
6948         Fix returning wrong search results on Emacs 22.1.
6949         (verilog-modi-cache-results, verilog-auto): Fix warning message
6950         about "toggling font-lock-mode."
6951         (verilog-auto): Fix losing font-lock on errors.
6952         (verilog-auto-inst-param-value, verilog-mode-version)
6953         (verilog-mode-version-date, verilog-read-inst-param-value)
6954         (verilog-auto-inst, verilog-auto-inst-param)
6955         (verilog-auto-inst-port, verilog-simplify-range-expression):
6956         Allow parameters to be replaced with their values, on the expansion of
6957         an AUTOINST with Verilog 2001 style parameter settings.
6958         Suggested by David Rogoff.
6960 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
6962         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
6963         Better support for the property statement.  Sometimes this keyword
6964         introduces a statement which requires an endproperty keyword, and
6965         sometimes it doesn't, depending on the work before the property
6966         word.  If property is prefixed with assert, assume or cover
6967         keyword, then the statement is ended with a ';'.  Otherwise,
6968         property is like task or specify, and is followed by some number
6969         of statements, which are ended with an endproperty keyword.
6970         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
6971         in a highlighted region: indent each line in region according to
6972         mode.  Supply this so it works in XEmacs and older Emacs.
6974 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6976         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
6977         Don't clean up a buffer when killing it.
6979 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6981         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
6982         buffers (bug#360).  New version 11.2.1.
6983         (whitespace-action): New value `warn-read-only' to give a warning when
6984         buffer is read-only and whitespace action is cleanup or auto-cleanup.
6985         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
6986         (whitespace-warn-read-only): New fun.
6988 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
6990         * international/quail.el: Require help-mode.
6991         (quail-help-init): Function removed.
6992         (quail-keyboard-layout-button, quail-keyboard-customize-button):
6993         Define directly.
6995         * dired.el (dired-get-filename): Rewrite octal escape character
6996         processor (bug#885).
6998 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
7000         * cus-edit.el (custom-button-pressed): Default to inverse-video.
7002         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
7003         not just for terminal-frame.
7005 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
7007         * window.el (window--try-to-split-window): Don't split when window
7008         is not splittable in last disjunct.  (Bug#888)
7010 2008-09-05  Kenichi Handa  <handa@m17n.org>
7012         * language/tibetan.el: Fix setting of composition-function-table.
7014         * composite.el (find-composition): Mention about the automatic
7015         composition in the docstring.
7016         (compose-gstring-for-graphic): Fix handling "above" marks.
7018         * descr-text.el (describe-char): Fix handling of automatic composition.
7020 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
7022         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
7023         (tramp-parse-connection-properties): Reflow docstring.
7025 2008-09-04  Kim F. Storm  <storm@cua.dk>
7027         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
7028         and other-frame methods when switching between file and buffer modes.
7030 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
7032         * info.el (Info-dir-remove-duplicates): Narrow buffer when
7033         removing duplicate entries under same heading.  Don't skip char
7034         matching anything but a space or tab at bol.  (Bug#864)
7036 2008-09-03  Alan Mackenzie  <acm@muc.de>
7038         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
7040 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7042         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
7043         (completion-pcm--all-completions): Move the case-fold-search binding to
7044         it also applies to completion-regexp-list (used in all-completions).
7045         (completion-pcm--hilit-commonality): Add missing case-fold-search.
7047 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
7049         * window.el (pop-up-frame-function): Move ...
7050         * frame.el (pop-up-frame-function): ... here, to avoid
7051         "CHANGED outside Customize;".
7053 2008-09-03  Glenn Morris  <rgm@gnu.org>
7055         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
7057 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
7059         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
7060         non-alphabetical characters properly.
7062 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7064         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
7066 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
7068         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
7069         control-prefixed keys.  (Bug#835)
7071 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
7073         * image-mode.el (image-mode): Fix 2008-07-19 change.
7075 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
7077         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
7079         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
7081 2008-09-02  Glenn Morris  <rgm@gnu.org>
7083         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
7085         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
7087 2008-09-01  Glenn Morris  <rgm@gnu.org>
7089         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
7090         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
7091         and fix name typos.  (Bug#856)
7093 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
7095         * minibuffer.el (completion-pcm--pattern->regex):
7096         When completion-ignore-case is non-nil, generate a regexp that
7097         ignores case.
7099         * window.el (recenter-top-bottom): Doc fix.
7101 2008-09-01  Simon South  <ssouth@member.fsf.org>
7103         * progmodes/delphi.el: New maintainer.
7104         (delphi-interface-types): New var.
7105         (delphi-composite-types): Use it.
7106         (delphi-enclosing-indent-of): Distinguish between "interface"
7107         keyword as a unit separator and used like a class declaration.
7109 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
7111         * help-fns.el (describe-simplify-lib-file-name)
7112         (find-source-lisp-file): Remove.
7113         (find-lisp-object-file-name): New function giving preference to
7114         files found via load-path instead of loaddefs.el.
7115         (describe-function-1): Use new function instead of the removed
7116         ones.  (Bugs #587, #669, #690)
7117         * faces.el (describe-face): Use find-lisp-object-file-name instead
7118         of describe-simplify-lib-file-name.
7120 2008-09-01  Kenichi Handa  <handa@m17n.org>
7122         * international/mule-diag.el (font-show-log): Fix previous change.
7124         * international/mule-cmds.el (set-language-environment):
7125         Don't overwrite current-iso639-language if the current language
7126         environment doesn't provide that data.
7127         (set-locale-environment): Set current-iso639-language from the
7128         locale name.
7130         * international/fontset.el (script-representative-chars): Re-add
7131         the entry for symbol, but with vector of characters.
7132         (setup-default-fontset): Cancel previous change.
7134 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
7136         * ido.el: Move provide statement to the end of the file.
7138 2008-08-30  Markus Triska  <markus.triska@gmx.at>
7140         * linum.el (linum-mode): `window-size-change-functions' can now be
7141         buffer-local.
7142         (linum-update-window): Use result of `move-overlay'.
7144 2008-08-30  Glenn Morris  <rgm@gnu.org>
7146         * subr.el (make-variable-frame-local): Tweak obsolescence message.
7148         * info.el (Info-hide-note-references, Info-refill-paragraphs):
7149         Doc fixes.
7151         * apropos.el (apropos-command): Report documentation errors.
7152         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
7154 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
7156         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
7157         string.
7159 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
7161         * bindings.el (mode-line-frame-identification): Fix last change.
7163 2008-08-29  Kenichi Handa  <handa@m17n.org>
7165         These changes are to adjust the automatic composition for the new
7166         implementation (avoid using text property).
7168         * composite.el (composition-function-table): Move declaration to
7169         composite.c.
7170         (terminal-composition-base-character-p): Delete it.
7171         (terminal-composition-function): Delete it.
7172         (terminal-composition-function-table): Delete it.
7173         (lgstring-header, lgstring-set-header, lgstring-font)
7174         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
7175         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
7176         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
7177         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
7178         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
7179         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
7180         (compose-glyph-string, compose-glyph-string-relative)
7181         (compose-gstring-for-graphic, compose-gstring-for-terminal):
7182         New functions.
7183         (auto-compose-chars): Argument changed.
7185         * language/european.el: Don't setup composition-function-table.
7186         (diacritic-composition-pattern, diacritic-compose-region)
7187         (diacritic-compose-string, diacritic-compose-buffer)
7188         (diacritic-composition-function): Delete them.
7190         * language/lao-util.el (lao-composition-function): Argument changed.
7192         * language/sinhala.el: Fix setting up of composition-function-table.
7194         * language/thai.el: Fix setting up of composition-function-table.
7196         * language/thai-util.el: Encoding changed to utf-8.
7197         (thai-composition-function): Argument changed.
7199         * language/indian.el: Fix setting up of composition-function-table.
7200         (devanagari-composable-pattern)
7201         (tamil-composable-pattern, kannada-composable-pattern)
7202         (malayalam-composable-pattern): New variables.
7204         * international/characters.el (unicode-category-table):
7205         Setup unicode-category-table.
7207         * international/fontset.el (setup-default-fontset): Prepend
7208         iso10646-1 fonts to the fallback font groups instead of appending.
7210 2008-08-29  Glenn Morris  <rgm@gnu.org>
7212         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
7214 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
7216         * term/x-win.el (x-win-suspend-error): Don't signal error if there
7217         are no X frames active.
7219 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
7221         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
7222         `ignore-errors' (the function must succeed always).
7224 2008-08-28  Edward O'Connor  <hober0@gmail.com>
7226         * json.el (json-read-number): New arg.  Handle explicitly signed
7227         numbers.
7228         (json-readtable): Add `+' and `.'.
7230 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
7232         * term/pc-win.el (msdos-previous-message): New variable.
7233         (msdos-show-help): New function.
7234         (msdos-initialize-window-system): Set show-help-function to
7235         msdos-show-help.
7237 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
7239         * emacs-lisp/debug.el (debug): When killing a noninteractive
7240         Emacs, give an exit status of -1.
7242 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
7244         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
7246 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
7248         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
7249         not the same as the last modification time, fall back on the
7250         backend-specific check.
7252 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
7254         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
7255         to go to the position of interest.
7257 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
7259         * textmodes/artist.el (artist-mode-init): Add comment on the
7260         setting up of the `artist-replacement-table' array.
7261         (artist-get-replacement-char): New defsubst.
7262         (artist-get-char-at-xy-conv, artist-replace-char)
7263         (artist-replace-chars, artist-replace-string): Use it instead of
7264         accessing `artist-replacement-table' directly.
7265         Reported by Rubén Berenguel <ruben@maia.ub.es>.
7267         (artist-mt): Fix structures for cut and copy operations.
7269 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
7271         * shell.el (shell-file-name-quote-list): Quote `$'.
7273         * comint.el (comint-dynamic-complete-as-filename): Generalize last
7274         change to allow quoting of characters before point.
7275         (comint-dynamic-list-filename-completions): Quote common substring.
7277 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
7279         * comint.el (comint-dynamic-complete-as-filename): If case is
7280         ignored while matching, replace the entire filename with completion.
7282         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
7283         flyspell-pre-point is valid to avoid signalling an error in
7284         post-command-hook.
7286 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
7288         * linum.el (linum): Inherit remaining face attributes from default
7289         face.
7291 2008-08-26  Markus Triska  <markus.triska@gmx.at>
7293         * linum.el (linum-delay): Disable - it should no longer be
7294         necessary, and can lead to longer delays.
7295         (linum-update-window): Renumber if margin width has changed.
7297 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
7299         * epa.el (epa--key-widget-action): Save the selected window to
7300         make `widget-button-click-moves-point' work.  (Bug#733).
7302 2008-08-26  Glenn Morris  <rgm@gnu.org>
7304         * calendar/holidays.el (calendar-holidays): Doc fix.
7306         * progmodes/gud.el (tramp-file-name-localname)
7307         (tramp-dissect-file-name): Declare.
7309         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
7311 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
7313         * bindings.el (mode-line-frame-control): New function, caters to
7314         `pc' ``window system''.
7315         (mode-line-frame-identification): Use it instead of accessing
7316         window-system directly.
7318 2008-08-25  Juri Linkov  <juri@jurta.org>
7320         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
7321         `center-line' and "\eS" from `center-paragraph'.
7322         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
7323         `center-paragraph'.
7325 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
7327         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
7328         (newsticker-treeview-treewindow-width): New.
7329         (newsticker-treeview-listwindow-height): New.
7330         (newsticker-treeview-browse-url-item): New.
7331         (newsticker-treeview-mode-map):
7332         Add newsticker-treeview-browse-url-item.
7333         (newsticker--treeview-window-init):
7334         Use newsticker-treeview-treewindow-width and
7335         newsticker-treeview-listwindow-height.
7337         * net/newst-reader.el (newsticker-browse-url-item): New.
7339 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
7341         * vc-dir.el (vc-dir-marked-only-files-and-states):
7342         (vc-dir-child-files-and-states): Reverse the list before returning it.
7344 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
7346         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
7348 2008-08-24  Romain Francoise  <romain@orebokech.com>
7350         * progmodes/python.el (run-python): Remove '' from sys.path.
7352 2008-08-23  Glenn Morris  <rgm@gnu.org>
7354         * progmodes/fortran.el (fortran-tab-mode-string)
7355         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
7357 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
7359         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
7360         Add declare-function.
7362         * startup.el (command-line): Don't call tty-register-default-colors
7363         if initial-window-system is `pc'.
7365         * term/internal.el (local-function-key-map): Fix unbalanced parens.
7366         (msdos-key-remapping-map): New variable.  Move here all the special
7367         keys we will be remapping via local-function-key-map.
7368         (msdos-setup-keyboard): New function.
7370         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
7371         make-msdos-frame.
7372         (terminal-init-internal): New function, errors out if called.
7373         (msdos-initialize-window-system): New function.
7374         (msdos-create-frame-with-faces): Set the terminal's
7375         `terminal-initted' (sic!) parameter.
7376         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
7377         (window-system-initialization-alist):
7378         Add msdos-initialize-window-system.
7379         (handle-args-function-alist): Use tty-handle-args for `pc'
7380         ``window system'' as well.
7381         (pc-win): Provide.
7383         * term/tty-colors.el (tty-register-default-colors): Remove bogus
7384         code for using msdos-color-values.
7386         * loadup.el [ms-dos]: Load term/pc-win.
7388 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
7390         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
7391         directory name.
7393 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
7395         * progmodes/gud.el (gud-common-init): Use absolute file so that
7396         perldb works with tramp (sudo).
7398         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
7399         match data in process filters.
7401 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
7403         * dired.el (dired-buffer-stale-p): Do not revert buffer that
7404         can be written.
7406 2008-08-23  Glenn Morris  <rgm@gnu.org>
7408         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
7409         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
7411 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
7413         * subr.el (temp-buffer-show-hook): Doc fix.
7415 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
7417         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
7418         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
7419         <tassilo@member.fsf.org>.
7421         * net/trampver.el: Update release number.
7423         * net/xesam.el (xesam-minor-mode): New minor mode.
7424         (xesam-highlight-buffer): Remove.  Code moved to
7425         `xesam-minor-mode'.
7426         (xesam-refresh-entry): Use `xesam-minor-mode'.
7428 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
7430         * minibuffer.el (completion--try-word-completion):
7431         Disable partial-completion when considering the addition of a space
7432         or hyphen.
7434 2008-08-21  John Paul Wallington  <jpw@pobox.com>
7436         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
7437         filename of `tofile' doesn't contain any colons on Windows,
7438         Cygwin, and MS-DOS systems.
7440 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
7442         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
7443         (epg-context-set-progress-callback): Make sure the callback is a
7444         cons of a function and a handback.  Update all callers.
7446 2008-08-20  David Reitter  <david.reitter@gmail.com>
7448         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
7449         Patch applied by Adrian Robert.
7451 2008-08-20  Kevin Ryde  <user42@zip.com.au>
7453         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
7454         directive lines.
7456 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
7458         * net/xesam.el (xesam-highlight-string): Precise doc string.
7459         (xesam-highlight-buffer): New defun.
7460         (xesam-refresh-entry): Use it.  Better check for sourceModified.
7462 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
7464         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
7465         their names.
7467 2008-08-19  Kenichi Handa  <handa@m17n.org>
7469         * language/european.el ("Esperanto"): Change the preferred
7470         charsets to iso-8859-3.
7472         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
7474         * international/fontset.el (script-representative-chars):
7475         Delete the entry for symbol.
7476         (setup-default-fontset): For symbol characters, don't specify
7477         :script property.
7479 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
7481         * minibuffer.el (completion-table-dynamic): Doc fix.
7483         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
7484         saved.
7486 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
7488         * emulation/edt.el (edt-default-emulation-setup):
7489         Share global-buffers-menu-map with the emulated global map.
7491 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7493         * term/ns-win.el (global): Uncomment "put backspace
7494         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
7496 2008-08-18  Kenichi Handa  <handa@m17n.org>
7498         * international/mule-diag.el (font-show-log): Add optional arg N
7499         to control the limit of font listing.
7501 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
7503         * window.el (recenter-top-bottom): Determine top and bottom
7504         positions using scroll-margin instead of scroll-conservatively.
7506 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7508         * proced.el (proced-send-signal): Use beginning-of-line.
7510 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7512         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
7513         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
7514         listing types.
7515         (proced-log-buffer): New variable.
7516         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
7517         region if transient-mark-mode is turned on and the region is active.
7518         (proced-omit-processes): Rename from proced-hide-processes to
7519         avoid key clash with describe-mode (bound to h).  Search for
7520         marked processes starting from point-min.
7521         (proced-header-space): Remove.
7522         (proced-send-signal): Handle errors.  Operate on current process
7523         if no process is marked.
7524         (proced-why): New command.
7525         (proced-log, proced-log-summary): New functions.
7526         (proced-help): Use proced-why.
7527         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
7528         (bibtex-autokey-year-title-separator): Fix docstring.
7530 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
7532         * net/xesam.el (xesam-vendor, xesam-notify-function):
7533         New local variables.
7534         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
7535         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
7536         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
7537         (xesam-new-search): Initialize `xesam-vendor'.
7539 2008-08-15  Glenn Morris  <rgm@gnu.org>
7541         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
7542         a pipeline.
7543         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
7544         unless at the end of the pipeline.  (Bug#699).
7546 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
7548         * minibuffer.el (completion-boundaries): Doc fix.
7549         (display-completion-list): Only default base-size to zero if
7550         completing in the minibuffer.
7552         * simple.el (completion-base-size): Doc fix.
7553         (choose-completion): Try reselecting completion-reference-buffer.
7555 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
7557         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
7558         also for remote directories.
7560 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7562         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
7563         since those precomputed values aren't used any more.
7564         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
7566 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
7568         * help.el (with-help-window): Return last value in BODY.
7570 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
7572         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
7573         notify function of the URL.
7574         (xesam-new-search): Encode special characters in the query string.
7576 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
7578         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
7580 2008-08-13  Andreas Schwab  <schwab@suse.de>
7582         * net/tramp.el (tramp-handle-shell-command): Handle output going
7583         to current buffer like shell-command.  Don't disable undo.
7585 2008-08-13  Glenn Morris  <rgm@gnu.org>
7587         * eshell/esh-cmd.el (eshell/which): Handle the case where no
7588         description is found.
7590 2008-08-12  Alan Mackenzie  <acm@muc.de>
7592         * progmodes/cc-defs.el (c-emacs-features):
7593         argumentative-bod-function: bind mark-ring to avoid accumulating a
7594         spurious mark.
7596 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
7598         * simple.el (visual-line--saved-state): New var.
7599         (visual-line-mode): Save local values of variables, and restore
7600         them when visual-line-mode is disabled.
7602 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
7604         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
7606 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
7608         * progmodes/cc-defs.el (c-emacs-features):
7609         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
7610         moving point during the test.
7612         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
7614 2008-08-11  Glenn Morris  <rgm@gnu.org>
7616         * term/ns-win.el (x-parse-geometry): Doc fix.
7618         * dired.el (x-popup-menu):
7619         * hi-lock.el (x-popup-menu):
7620         * mouse.el (font-face-attributes):
7621         * calendar/cal-menu.el (x-popup-menu):
7622         * calendar/calendar.el (x-popup-menu):
7623         * calendar/holidays.el (x-popup-menu):
7624         * progmodes/cperl-mode.el (x-popup-menu):
7625         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
7626         (x-open-connection):
7627         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
7628         (x-command-line-resources):
7629         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
7630         (x-display-name, x-command-line-resources):
7631         Add declarations for builds without X.
7633 2008-08-10  Glenn Morris  <rgm@gnu.org>
7635         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
7637 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
7639         * vc-bzr.el (vc-bzr-find-revision): Rename from
7640         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
7642 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
7644         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
7645         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
7646         "DONE", when all hits are retrieved.
7647         (xesam-search): Autoload it.
7649 2008-08-11  John Paul Wallington  <jpw@pobox.com>
7651         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
7652         empty string when no filename.
7653         (define-ibuffer-column filename): Accommodate that change.
7655         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
7656         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
7658 2008-08-10  Glenn Morris  <rgm@gnu.org>
7660         * Makefile.in (ELCFILES): Update.
7662 2008-08-10  John Paul Wallington  <jpw@pobox.com>
7664         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
7666 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
7668         * battery.el (battery-echo-area-format, battery-status-function):
7669         Handle new Linux sysfs format for battery reporting.
7670         (battery-linux-sysfs): New function.
7672 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
7674         * add-log.el (change-log-search-tag-name)
7675         (change-log-goto-source): Fix behavior when point is not on tag.
7677 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
7679         * startup.el (command-line-ns-option-alist): Use ignore instead of
7680         ns-ignore-0-arg.
7682         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
7683         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
7684         (ns-alternatives-map): New variable.
7685         (x-set-up-function-keys): Use it.
7686         (global): Comment out "put backspace ascii-character..." and friends.
7687         Move function-key-map into ns-alternatives-map.  Don't call
7688         precompute-menubar-bindings.  Don't set anything connected with
7689         browse-url.
7690         (after-make-frame-functions): Clarify comment why a hook is added.
7692 2008-08-06  Joakim Verona  <joakim@verona.se>
7694         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
7695         in url:s.
7697 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7699         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
7700         Fix 2008-01-01 change: use a shy group to not affect subsequent
7701         match calls.
7703 2008-08-06  Reto Zimmermann  <reto@gnu.org>
7705         * progmodes/vera-mode.el (vera-electric-tab):
7706         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
7707         region when active.
7709 2008-08-06  Kenichi Handa  <handa@m17n.org>
7711         * faces.el (face-valid-attribute-values): Fix handling the value
7712         of (font-family-list) and font-XXX-table.
7714 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7716         * proced.el (proced-menu): Bind the correct function to for toggling.
7718         * vc-dir.el (vc-dir-mode): Fix typo.
7720 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7722         * whitespace.el (whitespace-newline-mode)
7723         (global-whitespace-newline-mode, whitespace-mode)
7724         (global-whitespace-mode): Improve docstring.
7726 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
7728         * kmacro.el (kmacro-exec-ring-item): Add autoload.
7730         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
7732         * cus-start.el (all): Handle auto-save-visited-file-name.
7734 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
7736         * files.el (hack-one-local-variable-eval-safep): Handle
7737         lisp-indent-function and scheme-indent-function in addition to the
7738         deprecated lisp-indent-hook.
7740 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
7742         * net/xesam.el (top): Require `wid-edit' always.
7743         (xesam-mode-line, xesam-highlight): New deffaces.
7744         (xesam-objects): New local variable.
7745         (xesam-search-engines): Fix error in field list.
7746         (xesam-mode): Use `xesam-mode-line' instead of
7747         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
7748         proper initialization (why?).
7749         (xesam-highlight-string, xesam-get-hits)
7750         (xesam-kill-buffer-function): New defuns.
7751         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
7752         result of "hit.fields", it isn't a string only.  Wrap an error of
7753         the strigi search engine ("xesam:size" is returned as string).
7754         Highlight search items.
7755         (xesam-refresh-search-buffer): Make logic of counters more simple.
7756         Prefetch next hits.
7757         (xesam-signal-handler): Use `xesam-mode-line' instead of
7758         `font-lock-type-face'.
7759         (xesam-new-search): Add `xesam-kill-buffer-function' to
7760         `kill-buffer-hook'.
7762 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
7764         * add-log.el (change-log-next-error, change-log-mode): Add support
7765         for `next-error' to call `change-log-goto-source' on named files
7766         in a ChangeLog.
7768 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
7770         * calc/calc.el (math-read-number): Handle all C-like languages
7771         properly.
7773 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
7775         * calc/calc.el (math-read-number): Handle C numbers beginning with
7776         0 correctly.
7778 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7780         * term/ns-win.el ([ns-new-frame]): New global key.
7782 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
7784         * international/mule-cmds.el (read-char-by-name):
7785         Check UCS names with `assoc-string' and case folding.
7787 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
7789         * net/dbus.el (dbus-call-method-asynchronously)
7790         (dbus-method-return-internal, dbus-method-error-internal):
7791         Declare them with `declare-function'.
7793 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
7795         * descr-text.el (describe-char-display): Fix last change:
7796         don't pass CHARSET to `encoded-string-description'.
7798 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
7800         * vc.el (vc-next-action): Update list var correctly after delete.
7802 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7804         * ido.el (ido-mode): Add toggle notification.
7806         * cus-edit.el (custom-save-all): Avoid destroying symlink if
7807         already visiting the custom file.
7809         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7810         pending output coming after the status change.
7812 2008-08-02  Jason Rumney  <jasonr@gnu.org>
7814         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
7816 2008-08-01  Kenichi Handa  <handa@m17n.org>
7818         * international/mule-cmds.el (encode-coding-char):
7819         New optional arg CHARSET.
7821         * descr-text.el (describe-char-display): Call encode-coding-char
7822         with the arg CHARSET.
7823         (describe-char): Pay attention to the text-property `charset'.
7825 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
7827         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
7828         error messages.
7829         (dbus-set-property): Call `dbus-introspect-get-property' instead
7830         of `dbus-get-property'.
7832         * net/xesam.el (xesam-all-fields): Remove source and content
7833         identifiers.
7834         (xesam-dbus-unique-names): New defvar.
7835         (xesam-dbus-call-method): New defun.  Replace all calls of
7836         `dbus-call-method' by `xesam-dbus-call-method'.
7837         (xesam-get-cached-property, xesam-set-cached-property):
7838         New defuns.
7839         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
7840         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
7841         (xesam-search-engines): Make it an association list.  Take changed
7842         layout into account in the corresponding function.
7843         (xesam-delete-search-engine): Remove check for consistency of
7844         `xesam-search-engines', not needed anymore.
7845         (xesam-mode): Show XML query string only in the debug case.
7847 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
7849         * files.el (read-file-modes): Fix typo in docstring.
7851 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
7853         * Makefile.in: Avoid maintainer warning for autogenerated unicode
7854         files.
7856         * apropos.el (apropos-symbol): Don't set button skip by default.
7857         (apropos-print): Set button skip iff searching for multiple types.
7858         (apropos-print-doc): Insert blank label button when searching for
7859         a single type.
7861         * button.el (forward-button): Avoid infloop.
7863         * minibuffer.el (read-file-name-completion-ignore-case):
7864         Add cygwin to the list.
7866 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
7868         * files.el (abbreviate-file-name): When replacing $HOME with ~,
7869         turn off case-fold-search.
7871 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
7873         * net/dbus.el (top): Don't register for "NameOwnerChanged".
7874         (dbus-message-type-invalid, dbus-message-type-method-call)
7875         (dbus-message-type-method-return, dbus-message-type-error)
7876         (dbus-message-type-signal): New defconst.
7877         (dbus-ignore-errors): Fix `edebug-form-spec' property.
7878         (dbus-return-values-table): New defvar.
7879         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
7880         New defun.
7881         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
7882         Extend docstring.  Adapt implementation according to new
7883         `dbus-event' layout.
7884         (dbus-event-service-name, dbus-event-path-name)
7885         (dbus-event-interface-name, dbus-event-member-name):
7886         Adapt implementation according to new `dbus-event' layout.
7887         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
7889         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
7890         (xesam-mode): Rework implementation.
7891         (xesam-new-search): Additional parameter TYPE.
7892         (xesam-search): Adapt call of `xesam-new-search'.
7894 2008-07-31  Juri Linkov  <juri@jurta.org>
7896         * dired-aux.el (dired-do-chmod): Set default value to the original
7897         mode string using absolute notation like u=rwx,g=rx,o=rx.
7898         Use it as a new arg `default' of `dired-mark-read-string'.
7899         (dired-mark-read-string): Add new optional arg `default'.
7901         * files.el (read-file-modes): Set default value to the original
7902         mode string using absolute notation like u=rwx,g=rx,o=rx.
7903         Use it as the `default' arg of `read-string'.
7905         * filesets.el (filesets-cmd-isearch-getargs): Check if the
7906         variable `files' is bound to avoid warnings.
7908         * isearch.el (isearch-forward-regexp, isearch-forward-word)
7909         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
7910         to the command `isearch-forward' instead of displaying "See C-s".
7911         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
7912         with their interactive specifications.  Move reading the face name to
7913         the main body after calls to isearch-done and isearch-clean-overlays.
7915         * mb-depth.el: Unify all names under one common name prefix
7916         `minibuffer-depth-'.
7917         (minibuffer-depth-indicator-function): Rename from
7918         `minibuf-depth-indicator-function'.
7919         (minibuffer-depth-overlay): Rename from
7920         `minibuf-depth-overlay'.
7921         (minibuffer-depth-setup): Rename from
7922         `minibuf-depth-setup-minibuffer'.
7923         (minibuffer-depth-indicate-mode): Rename from
7924         `minibuffer-indicate-depth-mode'.
7926 2008-07-31  Juri Linkov  <juri@jurta.org>
7928         * dired-aux.el (dired-isearch-filenames-toggle): New command.
7929         (dired-isearch-filenames-setup): Bind "\M-sf" to
7930         dired-isearch-filenames-toggle in isearch-mode-map.
7931         (dired-isearch-filenames-end): Bind "\M-sf" to nil
7932         in isearch-mode-map.
7934         * isearch.el (isearch-edit-string-set-word): New command.
7935         (minibuffer-local-isearch-map): Bind "\C-w" to
7936         isearch-edit-string-set-word.
7937         (isearch-new-word): Temporary internal variable.
7938         (isearch-edit-string): Remove special case of reading the
7939         first character and checking it for C-w.
7941         * simple.el (read-shell-command, shell-command):
7942         Move code that uses minibuffer-with-setup-hook to set
7943         minibuffer-default-add-function to minibuffer-default-add-shell-commands
7944         from the interactive spec of `shell-command' to `read-shell-command'.
7946         * international/mule-cmds.el (read-char-by-name):
7947         Accept hash notation.  Doc fix.
7948         (ucs-insert): Doc fix.  Convert to number only when `arg' is
7949         a string.  Use separate error message when `arg' is not an integer.
7950         Bind `ucs-insert' to `C-x 8 RET'.
7952 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
7954         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
7955         move the (arglist-cont-nonempty) from c-offsets-alist to
7956         c-hanging-braces-alist like other styles already have.
7958 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7960         * textmodes/texinfmt.el:
7961         * nxml/nxml-enc.el:
7962         * mail/feedmail.el:
7963         * international/mule.el:
7964         * international/latexenc.el:
7965         * emulation/viper-util.el:
7966         * emulation/viper-init.el:
7967         * emulation/viper-ex.el:
7968         * emacs-lisp/bytecomp.el:
7969         * version.el:
7970         * subr.el:
7971         * startup.el:
7972         * sort.el:
7973         * shadowfile.el:
7974         * recentf.el:
7975         * printing.el:
7976         * paths.el:
7977         * minibuffer.el:
7978         * ls-lisp.el:
7979         * loadup.el:
7980         * hippie-exp.el:
7981         * finder.el:
7982         * files.el:
7983         * ediff-util.el:
7984         * ediff-ptch.el:
7985         * ediff-init.el:
7986         * ediff-diff.el:
7987         * dired.el:
7988         * dired-aux.el:
7989         * cus-edit.el:
7990         * bindings.el:
7991         * arc-mode.el:
7992         * add-log.el: Remove VMS support.
7993         * obsolete/vmsproc.el:
7994         * obsolete/vms-pmail.el:
7995         * obsolete/vms-patch.el: Remove file.
7997 2008-07-31  Alan Mackenzie  <acm@muc.de>
7999         * progmodes/cc-mode.el (c-before-hack-hook): New function
8000         (Top Level): Install c-before-hack-hook on
8001         before-hack-local-variables-hook, rather than
8002         c-postprocess-file-styles on hack-local-variables-hook.
8004 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
8006         * files.el (normal-mode): Move call to hack-project-variables into
8007         hack-local-variables.
8008         (file-local-variables-alist, before-hack-local-variables-hook):
8009         New vars.
8010         (ignored-local-variables): Add file-local-variables-alist.
8011         (hack-local-variables-filter): Renamed from
8012         hack-local-variables-apply.  Add the result to
8013         file-local-variables-alist, without applying them.
8014         (hack-local-variables): Set file-local-variables-alist to nil.
8015         Call hack-project-variables and before-hack-local-variables-hook.
8016         Apply variables here, instead of hack-local-variables-apply.
8017         Based on a patch by Alan Mackenzie.
8019 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
8021         * info-look.el (autoconf-mode :doc-spec): For
8022         "(autoconf)M4 Macro Index", if the item already
8023         begins with "AS_", don't prefix that string again.
8025 2008-07-30  Juri Linkov  <juri@jurta.org>
8027         * info.el (info, Info-mode): Doc fix.
8029         * isearch.el (isearch-mode-map): Bind `M-s r' to
8030         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
8031         (search-map): Bind `M-s w' to `isearch-forward-word' globally
8032         in the global map `search-map'.
8033         (isearch-forward): Doc fix.
8034         (isearch-forward-word, isearch-toggle-case-fold): New commands.
8036         * simple.el (quoted-insert): Comment out code that treats
8037         0240-0377 specially.
8039 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
8041         * cus-start.el: Add customization info for
8042         read-buffer-completion-ignore-case.
8044 2008-07-30  Sam Steingold  <sds@gnu.org>
8046         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
8048 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
8050         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
8051         (vc-dir-mode): Improve docstring.
8053 2008-07-30  Juri Linkov  <juri@jurta.org>
8055         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
8056         for the sake of isearch-mode-hook in dired-mode in dired.el.
8058 2008-07-19  Markus Triska  <markus.triska@gmx.at>
8060         * image-mode.el (image-mode): Set image-mode-text-map when image
8061         cannot be displayed.
8063 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
8065         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
8066         ada-xref-set-default-prj-values.
8067         (ada-prj-display-page): Ditto.
8069         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
8070         (ada-make-filename-from-adaname): Fix free variable.
8072 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
8074         * vc-git.el (vc-git-status-printer): Synchronize with the default.
8076 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
8078         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
8079         for declarations inside a parenthetical list.  The code is ill-advised,
8080         and doesn't work given user defined types.
8081         (verilog-set-auto-endcomments): Enhance function automatic
8082         endcomment to support functions that return user defined types.
8083         (verilog-mode): Add code to tell which-function-mode minor mode
8084         that Verilog supports this feature.
8085         (verilog-beg-block-re-ordered, verilog-indent-re)
8086         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
8087         (verilog-leap-to-head): Support the new virtual and/or protected
8088         tasks, as well as extern declarations of tasks for indenting and
8089         for forward/backward expression.
8091 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
8093         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
8094         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
8095         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
8096         (verilog-string-replace-matches): Avoid recursion with small
8097         replacements.
8098         (verilog-auto-inst-param-value, verilog-mode-version)
8099         (verilog-mode-version-date, verilog-read-inst-param-value)
8100         (verilog-auto-inst, verilog-auto-inst-param)
8101         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
8102         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
8103         David Rogoff.  This allows parameters to be replaced with their
8104         values, on the expansion of an AUTOINST with Verilog 2001 style
8105         parameter settings.
8107 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
8109         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
8110         to `cddr'.
8112 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
8114         * Makefile.in (ELCFILES): Add mairix.elc.
8116 2008-07-29  David Engster  <deng@randomsample.de>
8118         * net/mairix.el: New file.
8120 2008-07-29  Juri Linkov  <juri@jurta.org>
8122         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
8123         instead of variable-pitch with bold and 1.2 height.
8125         * dired-aux.el (dired-do-async-shell-command): New command.
8127         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
8128         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
8130 2008-07-29  Juri Linkov  <juri@jurta.org>
8132         * international/mule-cmds.el (ucs-names): New internal variable.
8133         (ucs-names): New function.
8134         (ucs-completions): New lazy completion variable.
8135         (read-char-by-name): New function.
8136         (ucs-insert): Replace interactive spec letter "s" with the call to
8137         `read-char-by-name'.
8139         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
8141         * replace.el (occur-read-primary-args):
8142         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8143         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
8144         second arg of `read-regexp'.
8146         * dired-aux.el (dired-isearch-filenames): New user option.
8147         (dired-isearch-orig-success-function): New internal variable.
8148         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
8149         (dired-isearch-success-function): New functions.
8150         (dired-isearch-filenames, dired-isearch-filenames-regexp):
8151         New commands.
8153         * dired.el (dired-insert-set-properties): Add new text property
8154         `dired-filename' to put on file names.
8155         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
8156         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
8157         Add menu items.
8158         (dired-mode): Add hook `dired-isearch-filenames-setup' to
8159         buffer-local `isearch-mode-hook'.
8161 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
8163         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
8164         (ada-create-case-exception): Fix typo in docstring.
8165         (ada-no-auto-case): Return nil, not the docstring.
8166         (ada-indent-current): Reflow docstring.
8168         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
8169         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
8170         (ada-prj-load-from-file): Reflow docstring.
8171         (ada-prj-display-page): Fix typo in widget.
8173         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
8174         Fix typos in docstrings.
8176         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
8177         (ada-compile-current, ada-check-current, ada-run-application)
8178         (ada-get-ali-file-name): Fix typos in docstrings.
8179         (ada-xref-confirm-compile, ada-find-references)
8180         (ada-find-local-references, ada-find-any-references): Doc fixes.
8181         (ada-get-all-references): Fix typo in error message.
8182         (ada-xref-current-project): Use `let', not `let*'.
8183         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
8185 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8187         * whitespace.el (whitespace-newline): Change initialization to have a
8188         low contrast relative to the background color.  Suggested by David
8189         Reitter <david.reitter@gmail.com>.
8191 2008-07-28  Juri Linkov  <juri@jurta.org>
8193         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
8194         New functions.
8196         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
8197         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
8199 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
8201         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
8202         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
8204 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
8206         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
8207         Add support for add-log.
8208         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
8210         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
8211         (ada-prj-save): Prompt for file name if not given.
8212         (ada-prj-display-page): Display casing exceptions.
8214         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
8215         Ada mode project files.  Delete 'main_unit' project variable;
8216         only need 'main'.  Simplify handling of default project values.
8217         Use cross-prefix consistently.
8218         (ada-find-executable): Throw error if not found.
8219         (ada-initialize-runtime-library): Improve error handling when
8220         gnatls not found.
8221         (ada-gnat-parse-gpr): New.
8222         (ada-treat-cmd-string): Allow process environment variables.
8223         (ada-xref-set-default-prj-values): Delete; replace with
8224         ada-default-prj-properties.
8225         (ada-parse-prj-file): Handle GNAT project files.
8226         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
8227         (ada-select-prj-file): New.
8228         (ada-get-absolute-dir-list): Allow project and environment variables.
8230 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
8232         Sync with Tramp 2.1.14.
8234         * net/tramp.el (tramp-perl-directory-files-and-attributes)
8235         (tramp-get-device): Make device number a cons cell.
8236         (tramp-convert-file-attributes): Make inode a cons cell.
8238         * net/trampver.el: Update release number.
8240 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8242         * faces.el (face-set-after-frame-default): Treat 'ns as all other
8243         window systems.
8245 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8247         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
8249 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8251         Remove support for Mac Carbon.
8252         * term/mac-win.el: Remove file
8253         * international/mule-cmds.el:
8254         * version.el:
8255         * startup.el:
8256         * simple.el:
8257         * mwheel.el:
8258         * mouse.el:
8259         * loadup.el:
8260         * isearch.el:
8261         * info.el:
8262         * frame.el:
8263         * faces.el:
8264         * disp-table.el:
8265         * cus-start.el:
8266         * cus-face.el:
8267         * cus-edit.el:
8268         * Makefile.in: Remove code for Carbon.
8270 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
8272         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
8273         bindings for functions deleted by Dan N. 2008-07-21.  Set
8274         where-is-preferred-modifier.  Add show-manual option to Help menu.
8276 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
8278         * net/tramp.el (tramp-handle-start-file-process):
8279         Set query-on-exit flag.  Kill temporary buffer.
8280         (tramp-process-sentinel): Remove defun.
8281         (tramp-do-copy-or-rename-file-out-of-band)
8282         (tramp-maybe-open-connection): Don't call it.
8284         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
8285         `tramp-process-sentinel'.
8287         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
8288         `tramp-process-sentinel'.
8290         * net/xesam.el (xesam-from): Remove defvar.
8291         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
8292         and `mode-line-position'.
8293         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
8294         information to the widgets.  Don't set `mode-line-position'.
8295         (xesam-refresh-search-buffer): Correct hit number computing.
8296         Don't set `mode-line-position'.
8297         (xesam-new-search): Add debug information to the mode line.
8299 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8301         * diff-mode.el (diff-show-trailing-blanks): Renamed to
8302         diff-show-trailing-whitespaces.
8304 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
8306         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
8307         invalid filename strings when parsing tex errors (bug#376).
8309 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
8311         * menu-bar.el (menu-bar-file-menu): Fix typo.
8313 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
8315         * play/solitaire.el (solitaire-mode-map): Define within defvar.
8316         (solitaire-mode): Define with `define-derived-mode'.
8317         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
8318         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
8319         (solitaire-undo, solitaire-check): Use `when'.
8320         (solitaire-solve): Err out if the solitaire is already in progress.
8321         Use `when'.
8323         * descr-text.el (describe-char): Don't overwrite local variable char
8324         when describing characters with display-table entries.  Display font
8325         backend when describing composed characters.  Simplify: use `let'
8326         instead of `let*', and `or x y' instead of `if x x y'.
8328 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
8330         * image-mode.el (image-minor-mode): Set up winprops.
8332 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8334         * diff-mode.el (diff-show-trailing-blanks): New fun.
8335         Show trailing blanks in modified lines for diff-mode.
8337 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
8339         * Makefile.in (ELCFILES): Add net/xesam.el.
8341         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
8342         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
8344         * net/xesam.el: New file.
8346 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
8348         * dired-aux.el (dired-copy-file-recursive): Avoid calling
8349         set-file-modes when creating target directories.
8351 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
8353         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
8354         Set `show-trailing-whitespace' to nil.
8355         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
8356         Fix typos in docstrings.
8358 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
8360         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
8361         key remapping, not directly.
8363 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8365         * whitespace.el: New version 11.2.
8366         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
8367         minor mode visualization.
8369 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8371         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
8373         * Makefile.in (ELCFILES): Add term/common-win.elc.
8375         * vc-dir.el (vc-dir-search, vc-dir-isearch)
8376         (vc-dir-isearch-regexp): New functions.
8377         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
8379 2008-07-23  Juri Linkov  <juri@jurta.org>
8381         * isearch-multi.el: Remove file to avoid dos file name clashes
8382         with isearch-x.el.  Move most content to misearch.el.
8384         * misearch.el: New file with most content from isearch-multi.el.
8385         Rename `isearch-buffers' name prefixes to `multi-isearch'.
8386         Remove `isearch-buffers-minor-mode'.  Add new function
8387         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
8388         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
8389         `multi-isearch-files', `multi-isearch-files-regexp'.
8391         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
8393         * isearch.el (isearch-message-prefix): Display "Multi" when
8394         `multi-isearch-next-buffer-current-function' is non-nil.
8395         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
8396         with `multi-isearch-next-buffer-current-function', and
8397         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
8399         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
8400         `multi-isearch-next-buffer-function' instead of
8401         `isearch-buffers-next-buffer-function'.  Remove call to
8402         `isearch-buffers-minor-mode'.
8404         * buff-menu.el (Buffer-menu-marked-buffers)
8405         (Buffer-menu-isearch-buffers)
8406         (Buffer-menu-isearch-buffers-regexp): New functions.
8407         (Buffer-menu-mode-map): Bind "M-s a C-s" to
8408         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
8409         `Buffer-menu-isearch-buffers-regexp'.
8410         (Buffer-menu-mode): Document new commands in docstring.
8411         (list-buffers-noselect): Add one space after Info file name
8412         according to the Info address convention.
8414         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
8415         New functions.
8417         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
8418         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
8419         (ibuffer-mode): Document new commands in docstring.
8421         * filesets.el (filesets-commands): Add commands for "Isearch" and
8422         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
8423         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
8424         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
8425         or `multi-isearch-files-regexp'.
8426         (filesets-cmd-query-replace-getargs): Call standard function
8427         `query-replace-read-args' to read `query-replace' arguments.
8428         Add `multi-query-replace-map'.
8429         (filesets-cmd-query-replace-regexp-getargs)
8430         (filesets-cmd-isearch-getargs): New functions.
8432 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
8434         * international/mule.el (recode-region): Deactivate mark at the end.
8436 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>
8438         * progmodes/flymake.el (flymake-errline, flymake-warnline):
8439         Use more suitable colors on dark displays.
8441 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
8443         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
8444         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
8445         (tramp-temp-buffer-name): New defconst.
8446         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
8447         command.  No trailing prompt.
8448         (tramp-process-sentinel): Remove temporary buffer, if existing.
8449         Don't handle trailing prompt.
8450         (tramp-open-connection-setup-interactive-shell):
8451         Use `tramp-temp-buffer-name'.
8453 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
8455         * shell.el (shell-dynamic-complete-functions):
8456         Use comint-dynamic-complete-filename as well (bug#361).
8458 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8460         * term/ns-win.el:
8461         * version.el (emacs-version):
8462         * loadup.el:
8463         * frame.el (make-frame-on-display): Check for ns instead of
8464         ns-windowing.
8466         * dired.el (dired-mode-map): Show the key binding for wdired.
8468         * menu-bar.el (menu-bar-file-menu): Show the key binding for
8469         exiting Emacs.
8471 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8473         * term/ns-win.el (x-list-fonts): Drop alias.
8475 2008-07-23  Juri Linkov  <juri@jurta.org>
8477         * replace.el (multi-query-replace-map): New variable.
8478         (perform-replace): Add processing of new multi-buffer keys bound
8479         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
8480         if last input char was `automatic-all'.  Set new local variable
8481         `multi-buffer' to t when one of new two keys were typed.  Return
8482         non-nil value of `multi-buffer' that tells to calling functions
8483         to continue replacement on the next file.
8485         * progmodes/etags.el (tags-query-replace): Set arg `map' of
8486         `perform-replace' to `multi-query-replace-map'.
8488 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8490         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
8491         otherwise displayed in every buffer.
8493         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
8494         (vc-arch-trim-one-revlib): Delete temp directories as well.
8496 2008-07-22  Stephen Eglen  <stephen@gnu.org>
8498         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
8500 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
8502         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
8504 2008-07-22  Miles Bader  <miles@gnu.org>
8506         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
8507         (sh-mode-map): Remove remapping of newline-and-indent.
8509 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8511         * vc.el (Todo): Update.
8513         * vc-hooks.el: Remove obsolete comment.
8515         * vc-git.el (vc-git-status-printer): Update the directory display
8516         to match the default.
8518         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
8520 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8522         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
8523         for "word wrap" command.
8525         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
8527 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8529         * term/ns-win.el: Rename ns- functions/variables to the
8530         corresponding x- versions.
8531         (x-select-text, x-cut-buffer-or-selection-value)
8532         (x-disown-selection-internal, x-get-selection-internal)
8533         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
8534         (x-display-mm-width, x-display-mm-height)
8535         (x-display-backing-store, x-display-save-under)
8536         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
8537         defaliases.
8539         * frame.el (ns-display-name): Remove declaration.
8540         (make-frame-on-display): Use x-display-name instead
8541         ns-display-name.  Use unless.
8543         * startup.el (command-line-1): Fix indentation.
8545         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
8546         checked in inadvertently.
8548 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8550         * term/ns-win.el: Standardize references to "Nextstep" in
8551         comments, messages, and docstrings.
8552         (ns-handle-args, x-parse-geometry)
8553         (ns-extended-platform-support-mode, x-setup-function-keys)
8554         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
8555         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
8556         (ns-initialized, ns-initialize-window-system): Doc fixes.
8558 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8560         * diff-mode.el (diff-auto-refine): Delete defcustom.
8561         (diff-auto-refine-mode): New func/var via define-minor-mode.
8562         Update var ref to use diff-auto-refine-mode.
8563         * smerge-mode.el (diff-mode): Require when compiling.
8564         (smerge-auto-refine): Delete defcustom.
8565         Update smerge-auto-refine ref to use diff-auto-refine-mode.
8567 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8569         * simple.el (visual-line): New custom group.
8570         (visual-line-fringe-indicators): New var.
8571         (visual-line-mode): Set fringe-indicator-alist based on
8572         visual-line-fringe-indicators.  Add lighter.
8574 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8576         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
8577         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8578         (x-handle-geometry, x-handle-name-switch, x-display-name)
8579         (x-handle-display, x-handle-args, x-colors): Move ...
8580         * term/common-win.el: ... here.  New file.
8581         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
8582         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8583         (x-handle-geometry, x-handle-name-switch, x-display-name)
8584         (x-handle-display, x-handle-args, x-colors): Remove.
8585         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
8587 2008-07-19  Juri Linkov  <juri@jurta.org>
8589         * startup.el (fancy-startup-text): Move the line "To quit
8590         a partially entered command, type Control-g" a few lines below
8591         to be after the line "To start".  Add text "at gnu.org" to
8592         "Overview of Emacs features".
8594         * dired.el (dired-mode-map): Fix menu text of
8595         image-dired-display-thumbs.
8597         * image-dired.el (image-dired-cmd-create-thumbnail-options)
8598         (image-dired-cmd-create-temp-image-options)
8599         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
8600         ImageMagick command line to change the dimensions of the image
8601         only if its width or height exceeds the geometry specification.
8603         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
8605         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
8606         to docstrings.
8608 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8610         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
8611         Vinicius Jose Latorre.
8613 2008-07-19  Glenn Morris  <rgm@gnu.org>
8615         * term/ns-win.el (ns-make-command-string): Use mapconcat.
8616         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
8618 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
8620         * net/dbus.el (dbus-interface-properties): New defconst.
8621         (dbus-introspect): Update docstring.
8622         (dbus-introspect-xml, dbus-introspect-get-attribute)
8623         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
8624         (dbus-introspect-get-interface-names)
8625         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
8626         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
8627         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
8628         (dbus-introspect-get-property)
8629         (dbus-introspect-get-annotation-names)
8630         (dbus-introspect-get-annotation)
8631         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
8632         (dbus-introspect-get-signature, dbus-get-property)
8633         (dbus-set-property, dbus-get-all-properties): New defuns.
8635 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
8637         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
8638         ns-grabenv.elc.
8640         * ns-carbon-compat.el: File removed.
8642         * ns-grabenv.el: File removed.
8644         * term/ns-win.el: Contents of ns-carbon-compat.el and
8645         ns-grabenv.el moved here.
8646         (ns-grabenv, ns-open-file-select-line): Doc fixes.
8647         (ns-submit-bug-report): Function removed.  Reports go to the main
8648         Emacs bug list.
8649         (ns-handle-args, ns-spi-service-call): Doc fixes.
8650         (info-ns-emacs): Function removed.  Nextstep port manual will be
8651         merged into the Emacs manual, so no separate link needed.
8653 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
8655         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
8657 2008-07-18  Glenn Morris  <rgm@gnu.org>
8659         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
8660         to XEmacs, since it does nothing for Emacs.
8662 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8664         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
8665         BUFFER that is a string but does not exist as a buffer object, as
8666         mentioned in the doc-string.
8668 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
8670         * simple.el (line-move-visual): Make it a defcustom.
8671         (line-move-1): Convert temporary-goal-column back to an integer if
8672         it was set as a float by a previous call to line-move-visual.
8673         (end-of-visual-line, beginning-of-visual-line)
8674         (next-logical-line, previous-logical-line): New functions.
8676 2008-07-17  David Reitter  <david.reitter@gmail.com>
8678         * simple.el (kill-visual-line, turn-on-visual-line-mode): New
8679         functions.
8680         (visual-line-mode, global-visual-line-mode): New minor mode.
8681         (visual-line-mode-map): New variable.
8683 2008-07-17  Glenn Morris  <rgm@gnu.org>
8685         * term/ns-win.el (parameters): Declare for compiler.
8687 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
8689         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
8690         for Windows.
8692 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
8694         * epa.el (epa-key-list-mode): Use run-mode-hooks.
8695         (epa-key-mode): Ditto.
8696         (epa-info-mode): Ditto.
8698 2008-07-17  Glenn Morris  <rgm@gnu.org>
8700         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
8701         (ns-handle-numeric-switch): Just call ns-handle-switch.
8702         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
8703         (ns-handle-args): Simplify using `pop'.
8704         (ns-display-name): Define (used in frame.el).
8705         (menu-bar-select-frame): Add (ignored) arg to more closely match the
8706         original definition.
8707         (ns-perform-service): Declare.
8708         (ns-save-preferences): Use fewer `let's.
8710         * frame.el (ns-display-name): Declare for compiler.
8712 2008-07-17  Kenichi Handa  <handa@m17n.org>
8714         * descr-text.el (describe-char-unidata-list): Initialize to the
8715         list of name, general-category, decomposition, and old-name.
8717 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8719         * startup.el (command-line-1): Update processing of NS long options to
8720         mimic recent changes to processing of X long options.
8722 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
8724         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
8725         list of #defines for remote files.
8726         (gdb-source-info): Only show main if it has been found.
8728 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8730         * term/ns-win.el: Require CL; fix up comment style; reindent.
8731         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
8732         (ns-save-preferences): Use `case'.
8733         (ns-initialize-window-system): Use `dolist'.
8735 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8737         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
8738         windowing is used.
8739         * term/ns-win.el (ns-extended-platform-support-mode):
8740         Correct/improve documentation.
8742 2008-07-16  Glenn Morris  <rgm@gnu.org>
8744         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
8745         Simply require 'cl (see comment in cl-compat.el).
8746         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
8747         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
8748         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
8749         directly rather by subterfuge.  Provide cl before loading cl-macs.
8751         * paths.el (rmail-spool-directory): Remove settings for systems that are
8752         no longer supported.
8754         * frame.el (ns-initialize-window-system): Declare for compiler.
8756         * term/ns-win.el: Add numerous declarations for compiler.
8757         (ns-pop-up-frames): Move definition before use.  Doc fix.
8759         * emacs-lisp/check-declare.el (check-declare-locate)
8760         (check-declare-verify): Handle .m files.
8762 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
8764         * ns-carbon-compat.el: New file: user-visible compatibility of
8765         NeXTstep port with Carbon port.
8766         * ns-grabenv.el: New file: functionality useful on OS X platform to
8767         expose environment variables inside Emacs started from icon.
8768         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
8769         * cus-edit.el:
8770         * cus-face.el:
8771         * disp-table.el:
8772         * faces.el:
8773         * info.el:
8774         * mouse.el:
8775         * mwheel.el:
8776         * simple.el: Add ns to window systems treated as GUIs.
8777         * facemenu.el (facemenu-read-color): Don't require a name match under
8778         NS, to allow numeric color entry.
8779         * frame.el (make-frame-on-display): Follow code for 'x in initializing
8780         'ns window system if need be.
8781         (various): Add 'ns as described above.
8782         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
8783         ns-windowing is active.
8784         * startup.el (command-line-ns-option-alist): New constant to handle NS
8785         windowing system specific command line args analogous to how they are
8786         handled for X windows.
8787         (command-line-1): Use the above where appropriate.
8788         * version.el: Add NS port version.
8789         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
8790         Darwin (usually OS X) systems.
8791         (woman-use-own-frame): Include 'ns in list of GUI window systems.
8792         * emulation/viper-util.el (ns-display-color-p)
8793         (ns-color-defined-p): Remove these (caustically-commented) outdated
8794         compensations for a port that was never itself integrated until now.
8795         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
8796         for NS window system.
8797         * international/mule-cmds.el: Add 'ns to list of special-cased window
8798         systems (probably most of these, x/w32/mac/ns could be changed to
8799         window-system non-nil).
8800         * term/ns-win.el: New file: lisp-side support for NS windowing system.
8802 2008-07-14  Jason Rumney  <jasonr@gnu.org>
8804         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
8805         (x-handle-numeric-switch, x-handle-initial-switch)
8806         (x-handle-xrm-switch, x-handle-args, x-handle-display)
8807         (xw-defined-colors, w32-initialize-window-system):
8808         Avoid use of cl pop and push macros.
8810 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
8812         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
8813         error when change-log-search-file-name returns nil.
8815 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
8817         * add-log.el (change-log-search-file-name):
8818         Use match-string-no-properties.
8819         (change-log-search-tag-name-1, change-log-search-tag-name)
8820         (change-log-goto-source-1, change-log-goto-source): New functions.
8821         (change-log-tag-re, change-log-find-head, change-log-find-tail):
8822         New variables.
8823         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
8825 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
8827         * calc/calc-help.el (calc-describe-key): Add angles to special key
8828         descriptions.
8830 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
8832         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
8833         search for regexp.
8835 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
8837         * simple.el (line-move-visual): Handle null pixel position gracefully.
8839 2008-07-11  Jason Rumney  <jasonr@gnu.org>
8841         * files.el (file-truename): Get truename of ancestors if file does
8842         not exist on Windows.
8844 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
8846         * simple.el (line-move-visual): Obey goal-column and no-error arg.
8847         (track-eol, temporary-goal-column, previous-line, next-line):
8848         Update docstring.
8849         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
8850         to nil.
8852 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8854         * simple.el (line-move-visual): New var.
8855         (line-move-visual): New function.
8856         (line-move): Call line-move-visual.
8858 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
8860         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
8861         pattern and add patterns for C++ header files.
8863 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
8865         * window.el (truncated-partial-width-window-p): New function.
8867         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
8869         * faces.el (x-create-frame-with-faces): Don't pass parameters that
8870         are set later to x-create-frame.
8871         (face-set-after-frame-default): Apply X resources for non-default
8872         faces.
8874 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
8876         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
8877         frame-specific X resource settings.  Set faces using a list of
8878         frame parameters explicitly passed to the calling
8879         function (e.g. make-frame).
8880         (x-create-frame-with-faces, tty-create-frame-with-faces):
8881         Supply explicit frame parameter list to face-set-after-frame-default.
8883 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
8885         * net/browse-url.el (browse-url-default-browser):
8886         Fix argument list in lambda.
8888 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
8890         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
8891         from url-retrieve.
8892         (newsticker--sentinel-work): Fix xerror typo.
8894 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
8896         * vc-dir.el (vc-dir-refresh): Only update files.
8898         * vc-git.el (vc-git--ls-files-state): Remove unused function.
8900         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
8902 2008-07-06  John Paul Wallington  <jpw@pobox.com>
8904         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
8906 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
8908         * vc-git.el (vc-git-registered): Return true for removed files.
8909         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
8910         all the files instead of one per file.
8911         (vc-git-previous-revision): Add support for project-wide previous
8912         revision when specified file is nil.
8914 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
8916         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
8918         * vc-dir.el (vc-dir-find-child-files): New function.
8919         (vc-dir-resync-directory-files): New function.
8920         (vc-dir-recompute-file-state): New function, broken out of ...
8921         (vc-dir-resynch-file): ... here.  Also deal with directories.
8922         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
8923         (vc-resynch-buffer): Use it.
8925         * vc-hg.el (vc-hg-registered): Do not set vc-state.
8927         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
8929 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
8931         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
8932         if it's not part of gdb-ui, e.g, at start.
8934         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
8935         filenames in stack trace (text command mode).
8937 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8939         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
8941         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8942         Use syntax-ppss on a position *before* the char we want to change.
8944 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
8946         * vc-dir.el (vc-dir-query-replace-regexp): New function.
8947         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
8948         (vc-dir-mode-map): Likewise.
8950 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
8952         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
8953         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
8954         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
8955         Remove spurious * in defcustom docstrings.
8957         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
8958         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
8959         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
8960         (default-justification): Remove spurious * in defcustom docstrings.
8962         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
8963         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
8964         (rst-compare-decorations, rst-default-indent, rst-update-section)
8965         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
8966         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
8967         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
8968         Fix typos in docstrings.
8969         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
8970         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
8971         (rst-get-decorations-around, rst-section-tree-point)
8972         (rst-font-lock-adornment-point): Reflow docstrings.
8973         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
8974         Doc fixes.
8975         (rst-re-enumerations): Comment out.
8977         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
8978         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
8979         (nxml-unicode-block-char-name-set):
8980         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
8981         * nxml/rng-nxml.el (rng-set-state-after):
8982         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
8984         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
8985         (rng-c-parse-annotation-body):
8986         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
8988         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
8989         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
8990         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
8991         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
8992         Fix typos in docstrings.
8993         (nxml-attribute-indent): Reflow docstring.
8994         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
8995         (nxml-default-buffer-file-coding-system): Doc fixes.
8997         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
8998         (nxml-ns-set-prefix): Fix typos in docstrings.
8999         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
9000         Reflow docstring.
9001         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
9003         * nxml/nxml-outln.el (nxml-hide-all-text-content)
9004         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
9005         (nxml-hide-direct-text-content, nxml-hide-subheadings)
9006         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
9007         (nxml-outline-display-rest, nxml-outline-set-overlay)
9008         (nxml-section-tag-forward, nxml-section-tag-backward)
9009         (nxml-back-to-section-start): Fix typos in docstrings.
9011         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
9012         Doc fixes.
9014         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
9015         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
9016         (nxml-scan-after-change): Fix typo in docstring.
9018         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
9019         (rng-name-class-possible-names): Doc fixes.
9020         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
9021         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
9022         Fix typos in docstrings.
9023         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
9024         Reflow docstrings.
9026         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
9027         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
9029         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
9030         (rng-xsd-convert-date-time): Reflow docstrings.
9031         (rng-xsd-compile): Fix typo in docstring.
9033         * nxml/rng-loc.el (rng-current-schema-file-name)
9034         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
9035         Doc fixes.
9036         (rng-set-schema-file): Fix typo in docstring.
9038         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
9039         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
9040         Fix typos in docstrings.
9041         (rng-message-overlay, rng-conditional-up-to-date-start)
9042         (rng-conditional-up-to-date-end): Doc fixes.
9043         (rng-next-error, rng-previous-error): Reflow docstrings.
9045         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
9046         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
9047         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
9048         (xmltok-merge-attributes): Fix typos in docstrings.
9049         (xmltok-make-attribute, xmltok-forward-special)
9050         (xmltok-get-declared-encoding-position): Reflow docstrings.
9052         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
9053         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
9054         Fix typos in docstrings.
9056 2008-07-02  John Paul Wallington  <jpw@pobox.com>
9058         * ibuffer.el (ibuffer-buffer-file-name):
9059         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
9060         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
9062 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
9064         * files.el (backup-extract-version): Handle versioned directories.
9065         (trash-directory): New variable.
9066         (move-file-to-trash): New function.
9068         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
9070 2008-07-02  Magnus Henoch  <mange@freemail.hu>
9072         * vc-git.el (vc-git-annotate-command): Use proper option for
9073         specifying revision.
9075 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9077         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
9078         if available.
9080 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
9082         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
9084         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
9085         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
9087         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
9089 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
9091         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
9092         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
9093         (gdb-var-list-children-regexp, gdb-var-update-regexp)
9094         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
9095         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
9096         (gdb-stack-list-locals-regexp): Future proof regexps better.
9098 2008-06-30  Juri Linkov  <juri@jurta.org>
9100         * faces.el (face-name-history): New variable.
9101         (make-face, make-empty-face): Replace interactive spec "S"
9102         with `read-from-minibuffer' where `read' arg is t and
9103         `hist' arg is `face-name-history'.
9104         (read-face-name): Set `hist' arg of `completing-read-multiple'
9105         to `face-name-history'.
9106         (list-faces-display): Use `read-regexp' instead of `read-string'
9107         to read regexp.
9109         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
9110         to `regexp-history'.
9111         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
9112         make it an obsolete alias to it.
9113         (hi-lock-face-defaults): New variable renamed from
9114         `hi-lock-face-history'.
9115         (hi-lock-line-face-buffer, hi-lock-face-buffer)
9116         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
9117         `read-from-minibuffer'.  Doc fix.
9118         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
9119         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
9120         Set `hist' arg of `completing-read' to `face-name-history'.
9121         Put a list of default faces to `default' arg instead of `hist' arg.
9123         * bindings.el (abbrev-map, narrow-map): New variables.
9124         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
9125         Rebind related commands to these new maps.
9126         (ctl-x-r-map): New variable for rectangle, register and bookmark
9127         keys.  Move rectangle keybindings to rect.el and register
9128         keybindings to register.el.
9129         (next-buffer, previous-buffer): Remove C-x prefix and move
9130         keybindings to ctl-x-map.
9132         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
9133         to the new map `ctl-x-r-map' in autoload cookies.
9135         * expand.el: Rebind two global `C-x a' keys "n", "p"
9136         to the new map `abbrev-map' in autoload cookies.
9138         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
9140         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
9142 2008-06-30  Miles Bader  <miles@gnu.org>
9144         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
9145         after processing an escape sequence.
9147 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
9149         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
9150         from 2008-06-28.  It does not work on W32.
9152 2008-06-29  Juri Linkov  <juri@jurta.org>
9154         * replace.el (read-regexp): New function.
9155         (keep-lines-read-args, occur-read-primary-args):
9156         Call `read-regexp' instead of code moved to new function.
9157         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
9158         from the end of prompt.
9159         (replace-re-search-function): Doc fix.
9161 2008-06-29  Kenichi Handa  <handa@m17n.org>
9163         * descr-text.el (describe-char-display): Always return a string.
9164         (describe-char-padded-string): New function.
9165         (describe-char): Adjusted for the change of
9166         describe-char-display.  Use describe-char-padded-string.
9168 2008-06-29  Andreas Schwab  <schwab@suse.de>
9170         * vc-dir.el (vc-dir): Make backend argument optional and use
9171         vc-responsible-backend when nil.  Interactively pass nil for
9172         backend instead of using the backend of what happens to be
9173         default-directory at the time of the call.
9175         * find-dired.el (find-dired-filter): Preserve point.
9177 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
9179         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
9180         (sasl-find-mechanism, sasl-next-step):
9181         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
9182         (sasl-ntlm-response): Fix typos in docstrings.
9184 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
9186         * international/mule-cmds.el (view-hello-file): Doc fix.
9188 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
9190         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
9191         (set-face-attribute, face-set-after-frame-default)): Don't use it.
9193 2008-06-28  John Paul Wallington  <jpw@pobox.com>
9195         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
9197 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
9199         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
9200         (tramp-convert-file-attributes): Convert symlinks only when
9201         returned from `tramp-handle-file-attributes-with-stat'.
9203         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
9204         `substitute-in-file-name' when unloading.
9205         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
9207 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
9209         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
9210         (vc-string-prefix-p): Move function ...
9211         * vc.el (vc-string-prefix-p): ... here.
9213 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9215         * vc-dir.el (vc-dir): Complete only directory names.
9217 2008-06-27  Jason Rumney  <jasonr@gnu.org>
9219         * w32-fns.el (top-level): Unconditionally define all charsets.
9221 2008-06-27  Alan Mackenzie  <acm@muc.de>
9223         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
9224         the CC Mode specific functions; this is no longer needed, since
9225         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
9227         * progmodes/cc-defs.el (c-emacs-features): New feature
9228         'argumentative-bod-function.
9230 2008-06-27  John Paul Wallington  <jpw@pobox.com>
9232         * chistory.el (list-command-history): Use `bound-and-true-p'.
9233         (command-history-map): Define within defvar.  Add docstring.
9235 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9237         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
9238         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
9239         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
9240         (image-type-from-buffer): Use `looking-at-p'.
9242 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9244         * ibuf-ext.el (diff-sentinel): Declare.
9246 2008-06-27  Glenn Morris  <rgm@gnu.org>
9248         * calendar/lunar.el (calendar-lunar-phases): Rename from
9249         calendar-phases-of-moon.  Keep old name as alias, update callers.
9250         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
9251         (diary-lunar-phases): Rename from diary-phases-of-moon.
9252         Keep old name as alias.
9253         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
9254         (cal-menu-global-mouse-menu): Update for lunar name changes.
9255         * calendar/calendar.el (calendar-mode-map): Update for name change.
9256         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
9258 2008-06-26  Glenn Morris  <rgm@gnu.org>
9260         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
9261         argument `nolocation'.
9262         (calendar-sunrise-sunset-month): New function.
9263         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
9264         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
9265         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
9266         * calendar/calendar.el (solar-sunrises-buffer): New constant.
9267         (calendar-mode-map): Use cal-menu-sunmoon-menu.
9268         (calendar-buffer-list): Add solar-sunrises-buffer.
9270         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
9272 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
9274         * cus-start.el: Add customization types for word-wrap and
9275         shift-select-mode.
9277 2008-06-26  John Paul Wallington  <jpw@pobox.com>
9279         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
9280         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
9281         (ibuffer-mark-on-buffer): Don't display message when removing marks.
9282         (ibuffer-mark-by-mode): Use `buffer-local-value'.
9284 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
9286         * vc-dir.el (tool-bar): Require.
9288         * vc.el (ewoc, tool-bar): Do not require.
9290 2008-06-26  Kenichi Handa  <handa@m17n.org>
9292         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
9293         characters.
9295         * composite.el (terminal-composition-base-character-p): New function.
9296         (terminal-composition-function):
9297         Use terminal-composition-base-character-p.  Include the base character
9298         in the composition.
9299         (auto-compose-chars): Don't check font-object for terminal display.
9301 2008-06-26  Glenn Morris  <rgm@gnu.org>
9303         * doc-view.el (bookmark-make-record-default):
9304         * image-mode.el (bookmark-make-record-default): Fix declaration.
9306         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
9307         Add default :value for sexp type.
9308         (calendar-month-edges): New variable.
9309         (calendar-month-edges): New function.
9310         (calendar-recompute-layout-variables): Set calendar-month-edges.
9311         (calendar-intermonth-header, calendar-intermonth-text): New options.
9312         (calendar-insert-at-column): New function.
9313         (calendar-generate-month): Use calendar-insert-at-column.
9314         Handle intermonth text.  Add 'date property.
9315         (calendar-column-to-month): Remove function.
9316         (calendar-column-to-segment): New function.
9317         (calendar-cursor-to-date): Use calendar-column-to-segment.
9318         Check 'date property.
9320         * calendar/calendar.el (calendar-print-other-dates):
9321         Handle mouse events.
9322         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
9323         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
9325         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
9326         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
9327         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
9329         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9330         Use calendar-column-to-segment, calendar-month-edges, and
9331         the 'date property to handle intermonth text.
9333         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
9335         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
9336         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
9337         Add doc strings.
9338         (cal-menu-context-mouse-menu): Add some :keys.
9339         (calendar-check-holidays): Declare rather than autoloading.
9340         (diary-show-holidays-flag): Remove unneeded declaration.
9342         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
9343         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
9344         event-start is nil.
9346 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9348         * minibuffer.el (completion-basic-try-completion): Use the text after
9349         point to constrain the completion candidates.
9350         (completion-basic-all-completions): Adjust accordingly.
9352 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
9354         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
9355         courier.
9357         * faces.el (set-face-attribute): Doc fix.
9359 2008-06-25  Juri Linkov  <juri@jurta.org>
9361         * bindings.el (goto-map): New variable.  Rebind goto-related
9362         commands to this `M-g' prefix keymap.
9363         (search-map): New variable for `M-s' prefix keymap.
9364         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
9365         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
9366         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
9367         `M-shw' to `hi-lock-write-interactive-patterns'.
9369         * isearch.el (isearch-mode-map): Bind `M-s h r' to
9370         `isearch-highlight-regexp'.
9371         (isearch-highlight-regexp): New function.
9373 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9375         * info.el (Info-bookmark-make-record):
9376         Use bookmark-make-record-default.
9377         (Info-bookmark-jump): Use bookmark-default-handler.
9379         * image-mode.el (image-bookmark-make-record):
9380         Use bookmark-make-record-default.
9381         (image-bookmark-jump): Use bookmark-default-handler.
9383         * doc-view.el (doc-view-bookmark-make-record):
9384         Use bookmark-make-record-default.
9385         (doc-view-bookmark-jump): Use bookmark-default-handler.
9387         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
9388         used until now in bookmark.el's code.
9389         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
9390         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
9391         used until now in bookmark.el's code.
9392         (bookmark-set-filename): Remove special code, moved to its only caller.
9393         (bookmark-store): Use the newer format.
9394         (bookmark-make-record-default): Add arg `point-only'.
9395         Rename from bookmark-make-record-for-text-file.
9396         (bookmark--jump-via): New function.
9397         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
9398         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
9399         Use it.
9400         (bookmark-jump-noselect, bookmark-default-handler):
9401         Don't return an alist, instead return the data implicitly by changing
9402         current buffer and point.  Signal an error if the file doesn't exist.
9404         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
9405         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
9407         * bs.el: Use with-current-buffer.  Simplify.
9408         (bs-toggle-readonly): Avoid vc-toggle-read-only.
9410         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
9411         is bound before using it.
9413 2008-06-25  Kenichi Handa  <handa@m17n.org>
9415         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
9417 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
9419         * vc-hg.el:
9420         * vc-git.el: Require vc-dir when compiling.
9422         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
9423         vc-dir-marked-only-files.  Change the return value.
9424         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
9425         Change the return value.
9426         (vc-dir-deduce-fileset): New function broken out from ...
9427         * vc.el (vc-deduce-fileset): ... here and ...
9428         (vc-deduce-fileset): ... here.
9430         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
9431         (vc-svn-parse-status): Do not set the vc-backend property.
9433 2008-06-25  Andreas Schwab  <schwab@suse.de>
9435         * faces.el (face-font-family-alternatives, variable-pitch):
9436         Use "Sans Serif", not "Sans-Serif".
9438 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
9440         * faces.el (face-font-family-alternatives, variable-pitch):
9441         Change "Sans" to the canonical name "Sans-Serif".
9443 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
9445         * calc/calc.el (calc-mode-map): Add extra keybindings to
9446         `calc-missing-key'.
9447         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9448         `kill-ring-save'.
9450 2008-06-24  Miles Bader  <miles@gnu.org>
9452         * mouse.el (mouse-appearance-menu): Don't do anything if the user
9453         pops up the menu but doesn't select anything.
9455 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
9457         * add-log.el (add-change-log-entry): Add new arg to force each new
9458         entry to be on a new line.
9459         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
9461         * vc-dir.el (vc-client-object): Remove.
9462         (vc-dir-prepare-status-buffer): Take a backend as an argument and
9463         use it when looking for a buffer.
9464         (vc-dir): Add a backend argument.  Set revert-buffer-function.
9465         Don't create a client object.  Move bindings ...
9466         (vc-dir-menu-map, vc-dir-mode-map): ... here.
9467         (vc-dir-revert-buffer-function): New function.
9468         (vc-generic-status-printer): Rename to ...
9469         (vc-dir-status-printer): ... this.
9470         (vc-generic-state, vc-generic-status-fileinfo-extra)
9471         (vc-dir-extra-menu, vc-make-backend-object): Remove.
9472         (vc-default-status-printer): Use a different face for
9473         directories.  Don't display any text for directories in the state
9474         column.  Add tooltips.
9476         * vc.el (Todo): Update.
9478         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
9479         * vc-rcs.el (vc-annotate-convert-time):
9480         * vc-mtn.el (vc-annotate-convert-time):
9481         * vc-git.el (vc-annotate-convert-time):
9482         * vc-cvs.el (vc-annotate-convert-time):
9483         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
9485 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9487         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
9488         instead of using view-mode.
9490 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9492         * Makefile.in (distclean): Don't delete *.elc and autogen files.
9494 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9496         * vc.el:
9497         * vc-hooks.el:
9498         * vc-dispatcher.el: Move vc-dir variables and functions ...
9499         * vc-dir.el: ... here.  New file.
9500         * Makefile.in (ELCFILES): Add vc-dir.elc.
9502         * vc.el: Move vc-annotate variables and functions ...
9503         * vc-annotate.el: ... here.  New file.
9504         * Makefile.in (ELCFILES): Add vc-annotate.elc.
9506         * vc-dav.el: Move here from url/vc-dav.el.
9507         (Todo): Note work needed to make this backend functional.
9509         * Makefile.in (ELCFILES): Update vc-dav.el location.
9511 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9513         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
9515 2008-06-21  John Paul Wallington  <jpw@pobox.com>
9517         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
9519         * textmodes/rst.el (rst-mode): Put docstring in right place.
9521 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
9523         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
9524         size for legibility.
9526         * faces.el (fixed-pitch): Use "Monospace" family.
9527         (variable-pitch): Use "Sans" family.
9528         (face-font-family-alternatives): Define alternatives for "Sans"
9529         and "Monospace".
9531 2008-06-21  Glenn Morris  <rgm@gnu.org>
9533         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
9534         Require 'cl when compiling.
9536         * emacs-lisp/debug.el (help-xref-interned): Declare.
9538         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
9539         Evaluate definition when compiling.
9541         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
9542         rather than mouse-1.
9543         (bug-reference-url-format): Autoload safe if string.
9544         (bug-reference-bug-regexp): Make space after "bug" optional.
9546         * Makefile.in (all): Explicitly pass EMACS to sub-make,
9547         for some non-GNU makes.
9549         * cus-dep.el (custom-dependencies-no-scan-regexp):
9550         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
9552         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
9553         increments.
9555         * calendar/calendar.el: Factor out the magic numbers controlling the
9556         calendar layout.
9557         (calendar-month-digit-width, calendar-month-width)
9558         (calendar-right-margin): New variables.
9559         (calendar-recompute-layout-variables, calendar-set-layout-variable):
9560         New functions.
9561         (calendar-left-margin, calendar-intermonth-spacing)
9562         (calendar-column-width, calendar-day-header-width)
9563         (calendar-day-digit-width): New options.
9564         (calendar-first-date-row): New constant.
9565         (calendar-move-to-column, calendar-ensure-newline): New functions,
9566         replacing calendar-insert-indented.
9567         (calendar-insert-indented): Remove function.
9568         (calendar-generate-month): Use calendar-move-to-column and
9569         calendar-ensure-newline.  Use layout variables.
9570         (calendar-generate, calendar-update-mode-line)
9571         (calendar-font-lock-keywords): Use layout variables.
9572         (calendar-column-to-month): New function.
9573         (calendar-cursor-to-date): Use calendar-column-to-month.
9574         Use layout variables.
9575         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9576         Use layout variables.  Use calendar-column-to-month.
9577         (calendar-cursor-to-visible-date): Use layout variables.
9579 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9581         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
9582         (all): Run compile-last.
9583         (compile-onefile): New target.
9584         (compile-first): Simplify.
9585         (compile-last): Don't treat COMPILE_FIRST specially.
9586         (COMPILE_FIRST): List the elc files rather than the el files.
9587         (ELCFILES): Update.
9589 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
9591         * net/newst-treeview.el: Remove dead code.
9592         (newsticker--window-config): Remove.
9593         (newsticker-treeview-quit): Do not save window config.
9594         (newsticker-treeview): Do not try to restore window config.
9595         (newsticker-groups, newsticker--treeview-list-sort-by-column)
9596         (newsticker--treeview-list-new-items)
9597         (newsticker--treeview-list-immortal-items)
9598         (newsticker--treeview-list-obsolete-items)
9599         (newsticker--treeview-list-all-items)
9600         (newsticker--treeview-list-feed-items): Fix documentation.
9602 2008-06-21  Miles Bader  <miles@gnu.org>
9604         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
9606 2008-06-21  Alan Mackenzie  <acm@muc.de>
9608         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
9609         infinite loop on invalid syntax.
9611 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9613         * textmodes/rst.el: Run rst-define-level-faces when loading.
9614         (rst-mode): Don't set the font-lock-multiline var.
9615         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
9616         Set the font-lock-multiline property by hand.
9618         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
9620         * Makefile.in (emacs-deps): Remove.
9621         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
9622         (all): Use them.
9623         (autogen-clean): Remove.
9625 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9627         * Makefile.in (all): New target.
9628         (bootstrap-prepare): Remove.
9630         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
9631         the .elc file to batch-byte-compile.
9633         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
9634         set-keymap-parents if set-keymap-parent doesn't exist.
9636         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
9637         Allow more than one space before the |.
9639         * textmodes/rst.el: Fix up docstring conventions.
9640         Move vars to before their first use.
9641         (rst-mode): Don't mess with font-lock-support-mode.
9642         (rst-suggest-new-decoration, rst-adjust-decoration):
9643         Avoid CL's copy-list.
9644         (rst-delete-entire-line): Use line-beginning-position.
9645         (rst-position): New fun.
9646         (rst-straighten-decorations): Use it instead of CL's position.
9647         (rst-straighten-bullets-region): Avoid CL's mapcar*.
9648         (rst-toc-mode): Use define-derived-mode.
9649         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
9650         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
9651         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
9652         (rst-replace-lines): Simplify.
9653         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
9655         * simple.el (special-mode-map): New var.
9656         (special-mode): New major mode.
9658 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
9660         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
9661         log-view-file-re.
9663         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
9664         (vc-switch-backend): Simplify.
9665         (Todo): Remove solved items.
9667         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
9668         the vc-backend property.
9670 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9672         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
9673         Bind inhibit-read-only since the buffer is always read-only.
9675 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
9677         * net/newst-treeview.el (newsticker-treeview-own-frame):
9678         Change default value to nil.
9679         (newsticker--treeview-list-add-item)
9680         (newsticker--treeview-propertize-tag): Show item title in tooltip.
9682 2008-06-20  Martin Blais  <blais@furius.ca>
9683             Stefan Merten  <smerten@oekonux.de>
9684             David Goodger  <goodger@python.org>
9686         * textmodes/rst.el: New file.
9688 2008-06-20  Sam Steingold  <sds@gnu.org>
9690         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
9691         remove DIRECTORY entries.
9693 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
9695         * makefile.w32-in (distclean): Depend on `clean'.
9696         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
9697         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
9698         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
9699         empty cus-load.el with `echo', and include "Local Variables"
9700         section to prevent the empty file from being compiled.
9701         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
9702         that generate an empty cus-load.el.
9704 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
9706         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
9707         Don't copy ldefs-boot.el over loaddefs.el.
9708         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
9709         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
9710         to loaddefs.el; they are not needed now.  Add coding cookie.
9712 2008-06-20  Miles Bader  <miles@gnu.org>
9714         * face-remap.el (face-remap-add-relative, face-remap-set-base):
9715         Strip unnecessary list levels from SPECS.
9716         (buffer-face-set, buffer-face-toggle):
9717         Change argument from FACE to &rest SPECS, and strip unnecessary
9718         list levels from SPECS.
9719         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
9721 2008-06-20  Jason Rumney  <jasonr@gnu.org>
9723         * international/fontset.el (setup-default-fontset): Specify script
9724         for latin use of iso10646-1.  Fix use of lang tags.
9726 2008-06-19  Miles Bader  <miles@gnu.org>
9728         * face-remap.el (text-scale-increase): Start from zero if
9729         text-scale-mode isn't enabled.
9731 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9733         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
9734         frame parameters after setting up the `default' face.
9736 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9738         * faces.el (face-set-after-frame-default): Don't exclude `default'.
9740 2008-06-18  Glenn Morris  <rgm@gnu.org>
9742         * mouse.el (buffer-face-mode-invoke): Declare.
9744         * Makefile.in (ELCFILES): Add org/org-id.elc.
9746         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
9747         * calendar/cal-menu.el (cal-menu-holidays-menu):
9748         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
9749         (cal-menu-today-holidays): Remove function.
9751         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
9752         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9753         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
9754         Remove unused functions.
9755         (calendar-mouse-view-diary-entries): Use format rather than concat.
9757         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
9758         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9759         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
9761         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
9762         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9763         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
9764         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
9765         cal-menu-event-to-date.
9767         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
9768         Handle mouse events.
9769         * calendar/cal-tex.el (cal-tex-cursor-year)
9770         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9771         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9772         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9773         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
9774         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9775         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
9776         (cal-tex-cursor-month): Mark N as optional.
9777         * calendar/cal-menu.el (calendar-mouse-tex-day)
9778         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
9779         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
9780         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
9781         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
9782         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
9783         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
9784         Remove functions.
9785         (cal-menu-context-mouse-menu): Replace the above functions with the
9786         cal-tex versions.  Add HTML submenu.
9788 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
9790         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
9791         text command mode.
9792         (gdb): Explain that gud-gdb is needed for text command mode.
9794 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
9796         * window.el (split-height-threshold): Remove spurious extra line.
9798 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9800         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
9801         (calendar-set-mark):
9802         * calendar/diary-lib.el (diary-insert-entry):
9803         * calendar/solar.el (calendar-sunrise-sunset): Use it.
9804         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
9805         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
9806         (cal-menu-context-mouse-menu): Use calendar-set-mark,
9807         diary-insert-entry, and calendar-sunrise-sunset instead.
9809         * vc.el (vc-deduce-fileset): Add arg `only-files'.
9810         (vc-next-action): Pass the new arg.
9811         (vc-register): Don't use `only-files'.
9812         Don't set `backup-inhibited' in the current buffer.
9814 2008-06-17  Miles Bader  <miles@gnu.org>
9816         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
9818         * face-remap.el (buffer-face-mode-face)
9819         (buffer-face-mode-remapping): New variables.
9820         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
9821         (buffer-face-mode-invoke): New functions.
9822         (variable-pitch-mode-remapping): Variable removed.
9823         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
9825         * face-remap.el (internal-lisp-face-attributes): New variable.
9826         (face-attrs-more-relative-p, face-remap-order): New functions.
9827         (face-remap-add-relative): Use `face-remap-order'.
9829 2008-06-17  Glenn Morris  <rgm@gnu.org>
9831         * mouse.el (x-select-font): Declare.
9833         * calendar/calendar.el (calendar-move-hook):
9834         Add calendar-update-mode-line as an option.
9835         (calendar-date-echo-text): New user option.
9836         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
9837         (calendar-insert-indented): Simplify newline insertion.
9838         (calendar-describe-mode): Remove unused function.
9839         (calendar-mode-line-entry): New function.
9840         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
9841         Mark as risky.
9842         (calendar-mouse-other-month): Remove function.
9843         (calendar-other-month): Handle mouse events.
9844         (calendar-goto-info-node): Call fit-window-to-buffer.
9845         (calendar-mode): Use define-derived-mode.  Doc fix.
9846         (calendar-update-mode-line): Tweak whitespace.
9848 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9850         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
9851         (vc-dir-marked-only-files): vc-string-prefix-p.
9853 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
9855         * progmodes/gdb-ui.el (gdb-memory-set-address)
9856         (gdb-memory-set-repeat-count): Allow keyboard bindings.
9857         (gdb-memory-mode-map): Bind above functions respectively
9858         to 'S' and 'N'.
9860 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
9862         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
9864 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
9866         * log-view.el (vc-diff-internal): Declare for compiler.
9868         * vc-bzr.el (log-view-per-file-logs):
9869         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
9871 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
9873         * mouse.el (mouse-appearance-menu-map): New var.
9874         (mouse-appearance-menu): New function.
9875         Bind it to S-down-mouse-1.
9877 2008-06-15  Juri Linkov  <juri@jurta.org>
9879         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
9880         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
9881         as the second element.
9882         (Info-build-toc): Add PARENT element extracted from the Up pointer.
9883         Don't print progress messages.
9884         (Info-toc-nodes): New variable and function.
9885         (Info-index-nodes): Optimize non-string file name case.
9886         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
9887         (Info-insert-breadcrumbs): Use the cached document structure instead
9888         of visiting all ancestor nodes.  Remove the initial `>'.
9890 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
9892         * log-view.el (log-view-diff-changeset): New function.
9893         (log-view-mode-map, log-view-mode-menu): Bind it.
9894         (log-view-per-file-logs, log-view-vc-fileset)
9895         (log-view-vc-backend): New variables.
9896         (log-view-find-revision, log-view-modify-change-comment)
9897         (log-view-annotate-version): Throw an error if the log is for more
9898         than one file and we can't find the current file.  Get the current
9899         file from log-view-vc-fileset if necessary.
9900         (log-view-diff): Get the current file from log-view-vc-fileset if
9901         necessary.
9903         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
9905         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
9906         (vc-hg-log-view-mode): Declare for compiler.
9907         (vc-hg-log-view-mode): Set log-view-per-file-logs and
9908         log-view-file-re.
9909         (vc-hg-diff): If no file is passed, use default-directory for cwd.
9911         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
9913         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
9915 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
9917         * net/tramp.el (tramp-handle-start-file-process):
9918         Clear modification time of the connection buffer.
9919         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
9920         (tramp-open-connection-setup-interactive-shell): Flush cache, and
9921         restart `tramp-maybe-open-connection' when the remote system has
9922         been changed.  Throw 'uname-changed event.
9923         (tramp-maybe-open-connection): Catch it.
9925         * net/tramp-cmds.el (tramp-cleanup-all-connections):
9926         Reset `tramp-locked'.
9928 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
9930         * net/newst-treeview.el (newsticker--treeview-list-update)
9931         (newsticker--treeview-item-update)
9932         (newsticker--treeview-tree-update)
9933         (newsticker-treeview-jump, newsticker-group-add-group)
9934         (newsticker-group-move-feed, newsticker-group-delete-group):
9935         Remove window dedication.
9936         (newsticker--group-manage-orphan-feeds): Handle ill-valued
9937         newsticker-groups.
9938         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
9940 2008-06-15  Andreas Schwab  <schwab@suse.de>
9942         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
9943         when parsing CVS/Repository.
9945         * wdired.el (wdired-search-and-rename): Fix undocumented change.
9947 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
9949         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
9950         (newsticker-extra-face, newsticker-enclosure-face): Moved to
9951         net/newst-reader.el.
9953         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
9954         (newsticker-extra-face, newsticker-enclosure-face): Moved from
9955         net/newst-reader.el.
9957 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9959         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
9960         Catch and recover from case when the bytes we thought we were reading
9961         turn out to be something else entirely, such as latin-1 chars from
9962         quail.  See bug#396.
9964 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
9966         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
9967         (vc-register): Call the backend function only once, instead of
9968         once for each file.
9969         (vc-next-action): Update call to vc-register.
9970         (vc-dir-register): Remove function.
9971         (vc-dir): Bind vc-register instead of vc-dir-register.
9973 2008-06-14  Glenn Morris  <rgm@gnu.org>
9975         * Makefile.in (ELCFILES): Add net/newst-*.el.
9977 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9979         * wdired.el (wdired-do-renames): New function.
9980         (wdired-finish-edit): Use it to.
9981         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
9983 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9985         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
9987 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
9989         * window.el (window--even-window-heights): Even window heights
9990         only if the selected window is higher than WINDOW.
9991         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9993 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9995         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
9997 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9999         * term/linux.el (terminal-init-linux): Load t-mouse.
10001 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10002             Drew Adams  <drew.adams@oracle.com>
10004         * info.el (Info-breadcrumbs-depth): New var.
10005         (Info-insert-breadcrumbs): New function.
10006         (Info-fontify-node): Use it.
10007         (Info-mode-map): Move initialization into declaration.
10009 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
10011         Rename net/newsticker-*.el to net/newst-*.el.
10012         * net/newst-backend.el: Rename from net/newsticker-backend.el.
10013         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
10014         * net/newst-reader.el: Rename from net/newsticker-reader.el.
10015         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
10016         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
10017         * net/newsticker-backend.el: Rename to net/newst-backend.el.
10018         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
10019         * net/newsticker-reader.el: Rename to net/newst-reader.el.
10020         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
10021         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
10023 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10025         * progmodes/compile.el (compilation-start): Don't disable undo in
10026         comint buffer.  Don't override the comint-filter with our own.
10027         (compilation-filter): Change point's insertion-type.
10029         * comint.el (comint-output-filter): Use copy-marker.
10031 2008-06-13  David Reitter  <david.reitter@gmail.com>
10033         * textmodes/flyspell.el (mail-mode-flyspell-verify):
10034         Check message-signature-separator exists before using it.
10036 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
10038         * vc.el (vc-delete-file): Bind default-directory before calling
10039         the backend.
10040         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
10041         (vc-annotate-show-diff-revision-at-line-internal): ... here.
10042         New function.
10043         (vc-annotate-show-changeset-diff-revision-at-line): New function.
10044         (vc-annotate-mode-menu): Bind it.
10046 2008-06-13  Jason Rumney  <jasonr@gnu.org>
10048         * term/w32-win.el (mouse-set-font): Remove overridden function.
10049         (w32-select-font): Declare as obsolete alias for x-select-font.
10051 2008-06-13  Daniel Engeler  <engeler@gmail.com>
10053         These changes add serial port access.
10054         * term.el (term-update-mode-line): Modify.
10055         (serial-port-is-file-p, serial-nice-speed-history)
10056         (serial-no-speed, serial-mode-line-speed-menu)
10057         (serial-mode-line-config-menu): New variables and constants.
10058         (serial-name-history, serial-speed-history)
10059         (serial-supported-or-barf, serial-read-name, serial-read-speed)
10060         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
10061         (serial-mode-line-speed-menu, serial-update-speed-menu)
10062         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
10063         (serial-update-config-menu): New functions.
10065 2008-06-13  Glenn Morris  <rgm@gnu.org>
10067         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
10069         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
10071 2008-06-13  Kenichi Handa  <handa@m17n.org>
10073         * cus-face.el (custom-face-attributes): Add :foundry.
10075         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
10076         (face-x-resources): Add :foundry.
10077         (face-valid-attribute-values): Likewise.
10078         (face-attribute-name-alist): Likewise.
10079         (describe-face): Likewise.
10081 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10083         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
10085 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
10087         * longlines.el (longlines-search-forward, longlines-search-backward)
10088         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
10090 2008-06-12  Sam Steingold  <sds@gnu.org>
10092         * vc.el (vc-rename-file): DTRT when the destination is a directory
10093         name and the source is a file.
10095 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
10097         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
10099 2008-06-12  Glenn Morris  <rgm@gnu.org>
10101         * progmodes/f90.el (f90-beginning-of-subprogram)
10102         (f90-end-of-subprogram): Only give a message when interactive.
10104         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
10106         * progmodes/cperl-mode.el (cperl-info-on-command):
10107         Use display-pixel-height rather than x-display-pixel-height.
10109         * mail/rmailedit.el (rmail-cease-edit):
10110         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
10112         * emulation/edt.el (edt-xserver):
10113         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
10115         * emulation/edt-mapper.el: Drop test for Emacs < 19.
10117         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
10118         Evaluate definitions when compiling.  Reverse tests.
10120         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
10121         use unless.
10123         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
10125         * textmodes/artist.el (x-pointer-shape):
10126         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
10127         (x-open-connection, x-server-max-request-size, x-get-resource):
10128         * term/w32console.el (x-setup-function-keys):
10129         * term/w32-win.el (x-parse-geometry, x-resource-name)
10130         (generate-fontset-menu, image-library-alist, x-open-connection)
10131         (setup-default-fontset, set-fontset-font, setup-default-fontset)
10132         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
10133         (x-get-resource):
10134         * term/mac-win.el (x-parse-geometry, x-resource-name)
10135         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
10136         (new-fontset, x-display-list, x-open-connection, x-get-resource):
10137         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
10138         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
10139         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
10140         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
10141         (tooltip-identifier-from-point, define-fringe-bitmap):
10142         * play/gamegrid.el (image-size):
10143         * play/bubbles.el (image-size):
10144         * mail/emacsbug.el (x-server-vendor, x-server-version):
10145         * international/mule-util.el (internal-char-font):
10146         * international/mule-diag.el (font-info, query-fontset, fontset-info)
10147         (fontset-alias-alist, fontset-list, fontset-plain-name):
10148         * international/mule-cmds.el (x-server-vendor, x-server-version):
10149         * international/fontset.el (font-encoding-charset-alist)
10150         (otf-script-alist, new-fontset, set-fontset-font)
10151         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
10152         (fontset-list, query-fontset, x-get-resource):
10153         * emulation/edt.el (x-server-vendor):
10154         * emulation/edt-mapper.el (x-server-vendor):
10155         * emacs-lisp/map-ynp.el (x-popup-dialog):
10156         * emacs-lisp/lmenu.el (x-popup-dialog):
10157         * x-dnd.el (x-window-property, x-change-window-property)
10158         (x-get-selection-internal):
10159         * woman.el (x-list-fonts):
10160         * w32-fns.el (x-server-version):
10161         * tooltip.el (x-show-tip, x-hide-tip):
10162         * tool-bar.el (image-mask-p):
10163         * thumbs.el (image-size):
10164         * term.el (overflow-newline-into-fringe):
10165         * subr.el (scroll-bar-scale):
10166         * startup.el (x-get-resource, tool-bar-mode, image-size):
10167         * select.el (x-get-selection-internal, x-own-selection-internal)
10168         (x-disown-selection-internal):
10169         * mouse.el (generate-fontset-menu):
10170         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
10171         * image.el (image-library-alist):
10172         * image-mode.el (image-size, image-refresh):
10173         * image-dired.el (clear-image-cache):
10174         * gs.el (x-display-mm-width, x-display-pixel-width)
10175         (x-display-mm-height, x-display-pixel-height)
10176         (x-change-window-property, x-display-grayscale-p, x-window-property):
10177         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
10178         (x-focus-frame, x-list-fonts, x-display-screens)
10179         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
10180         (x-display-mm-width, x-display-backing-store, x-display-save-under)
10181         (x-display-planes, x-display-color-cells, x-display-visual-class):
10182         * faces.el (internal-face-x-get-resource)
10183         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
10184         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
10185         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
10186         (x-parse-geometry, x-create-frame, x-setup-function-keys)
10187         (tool-bar-setup):
10188         * doc-view.el (clear-image-cache, image-size, tooltip-show):
10189         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
10190         * dframe.el (x-display-pixel-width, x-display-pixel-height):
10191         * descr-text.el (internal-char-font):
10192         Define for compiler, for builds without X.
10194 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10196         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
10198 2008-06-11  Glenn Morris  <rgm@gnu.org>
10200         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
10201         before trying to move there.
10202         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
10203         is non-nil, indent most terminating statements like loop body.
10205         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
10206         Gregorian date, and add it, not the local date, to diary-entries-list.
10207         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
10209 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10211         * progmodes/compile.el (compilation-filter): Fix up last change.
10213         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
10215         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
10216         (gpm-mouse-mode): Make it into a proper global minor mode.
10218         * files.el (save-some-buffers-action-alist): Only use recursive-edit
10219         if the user enabled recursive-minibuffers.
10221         * emacs-lisp/map-ynp.el (map-y-or-n-p):
10222         Add support for scroll-other-window.
10224 2008-06-11  Jason Rumney  <jasonr@gnu.org>
10226         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
10227         Use tmm-menubar if menu is disabled in this frame.
10229         * menu-bar.el (menu-bar-open): Determine how to open menu bar
10230         from frame type, per documentation.  Add w32 case.
10232 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10234         * minibuffer.el (completion--merge-suffix): New function.
10235         (completion-basic-try-completion): Use it.
10236         (completion-pcm--find-all-completions): Add argument `filter'.
10237         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
10238         New functions.
10239         (completion-pcm-try-completion): Use them.
10241         * xt-mouse.el (turn-on-xterm-mouse-tracking)
10242         (turn-off-xterm-mouse-tracking): Use terminal-list.
10244         * cus-start.el (underline-minimum-offset): Rename from
10245         x-underline-minimum-display-offset.
10247 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
10249         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
10251 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
10253         * mouse.el (mouse-select-font): New function.
10255         * faces.el (face-spec-recalc): When the face is set using
10256         Customize, avoid recalculating it twice.
10258         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
10259         Font" menu item to it.  Apply selected font to all frames, and
10260         make it savable.
10261         (menu-bar-options-save): Save `default' font if changed.
10263 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10265         * ffap.el (ffap-string-at-point-mode-alist):
10266         Use alpha rather than lower.
10268         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
10270         * subr.el (momentary-string-display): Use an overlay.
10272         * progmodes/compile.el (compilation-mode):
10273         Set window-point-insertion-type.
10274         (compilation-filter): Don't use insert-before-markers any more.
10275         * emacs-lisp/trace.el (trace-make-advice):
10276         Set window-point-insertion-type in the trace buffer.
10277         * startup.el (normal-top-level): Set window-point-insertion-type in
10278         *Messages*.
10279         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
10280         (telnet-filter): Don't use insert-before-markers any more.
10281         * comint.el (comint-mode): Set window-point-insertion-type.
10282         (comint-output-filter): Don't use insert-before-markers any more.
10283         * button.el (make-text-button): Allow `start' to be a string.
10285 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
10287         * emacs-lisp/autoload.el (autoload-rubric):
10288         Fix coding cookie not to force Unix EOL.
10290 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
10292         * window.el (window--splittable-p, window--try-to-split-window):
10293         Don't use with-selected-window to avoid messing up get-lru-window.
10294         Reported by David Hansen <david.hansen@gmx.net>.
10296 2008-06-10  Glenn Morris  <rgm@gnu.org>
10298         * subr.el (locate-library): Doc fix.
10300         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
10301         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
10302         Check tool-bar-map is bound, for non-X builds.
10304         * net/newsticker-reader.el (newsticker--next-item-image)
10305         (newsticker--previous-item-image, newsticker--previous-feed-image)
10306         (newsticker--next-feed-image, newsticker--mark-read-image)
10307         (ewsticker--mark-immortal-image, newsticker--narrow-image)
10308         (newsticker--get-all-image, newsticker--update-image)
10309         (newsticker--browse-image): Check xpm images are available.
10310         (newsticker--mark-read-image, newsticker--mark-immortal-image)
10311         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
10313         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
10314         (newsticker--plainview-tool-bar-map, newsticker-mode):
10315         Check tool-bar-map is bound, for non-X builds.
10316         (w3m-toggle-inline-image): Declare.
10318         * net/newsticker-backend.el (tool-bar-map): Don't declare.
10320         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
10322         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
10323         (finder-compile-keywords): Move let to where needed.
10324         (finder-mouse-face-on-line): Go back one more line if needed.
10325         (finder-list-matches): Use cadr.
10326         (finder-goto-xref): New function.
10327         (finder-commentary): Add buttons to jump to foo.el libraries.
10329 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10331         * apropos.el (apropos-function, apropos-macro, apropos-command)
10332         (apropos-variable, apropos-face, apropos-group, apropos-widget)
10333         (apropos-plist): Add apropos-short-label property.
10334         (apropos-multi-type): New variables.
10335         (apropos-command, apropos-value): Set it.
10336         (apropos-compact-layout): New custom.
10337         (apropos-print, apropos-print-doc): Use it.
10338         (apropos-print): Truncate lines.
10340 2008-06-09  Kenichi Handa  <handa@m17n.org>
10342         * international/fontset.el (font-encoding-alist):
10343         Add an entry for "ascii-0".
10345 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
10347         * language/hanja-util.el (hanja-init-load): Show the message only
10348         when loading a table.
10350 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
10352         * net/newsticker-treeview.el (newsticker-treeview):
10353         * net/newsticker-plainview.el (newsticker-plainview):
10354         Add autoload cookie.
10356 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
10358         * net/newsticker.el: Split up into newsticker-backend, -ticker,
10359         -reader, -plainview, and -treeview.
10360         (newsticker-version): Change to 1.99.
10362         * net/newsticker-backend.el: New.  Move backend functionality from
10363         newsticker.el to newsticker-backend.el.
10364         (newsticker--download-logos): New.
10365         (newsticker--sentinel-callback): New.
10366         (newsticker--set-customvar): Remove.  Split up into specific
10367         functions related to retrieval, ticker, buffer, and display.
10368         (newsticker--set-customvar-retrieval): New.  Extracted from
10369         `newsticker--set-customvar'.
10370         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
10371         (newsticker-url-list-defaults):
10372         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10373         (newsticker-url-list): Doc changed.  URL can be a function.
10374         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10375         (newsticker-retrieval-method): New.
10376         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
10377         (newsticker-retrieval-interval):
10378         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10379         (newsticker-desc-comp-max): Change :group.
10380         (newsticker--cache): Doc changed.
10381         (newsticker--guid-to-string): New.
10382         (newsticker--guid): Use `newsticker--guid-to-string'.
10383         (newsticker--real-feed-name): New.
10384         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
10385         (newsticker-start): Use `insert-file-contents' for reading cache.
10386         Use `newsticker--start-feed'.
10387         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
10388         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
10389         Use `newsticker--stop-feed'.
10390         (newsticker-save-item): New.
10391         (newsticker--get-news-by-funcall): New.
10392         (newsticker-get-news): Handle new retrieval methods.
10393         (newsticker--sentinel): Use `newsticker--sentinel-work'.
10394         (newsticker--sentinel-work): New.  Extracted from
10395         `newsticker--sentinel'.  Use `newsticker--download-logos',
10396         `newsticker--sentinel-callback'.
10397         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
10398         (newsticker--parse-atom-1.0): Fix link determination.
10399         (newsticker--parse-rss-0.91): Fix time determination.
10400         (newsticker--parse-rss-0.92): Fix time determination.
10401         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
10402         (newsticker--parse-generic-feed): New arg order in
10403         `newsticker--cache-add'.
10404         (newsticker--parse-generic-items): Fix for multiple items.
10405         New arg order in `newsticker--cache-add'.
10406         (newsticker--forget-preformatted): Check whether
10407         `newsticker--buffer-set-uptodate' is fbound.
10408         (newsticker--decode-iso8601-date): Handle fractions of seconds.
10409         (newsticker--decode-rfc822-date): Partial timezone handling.
10410         (newsticker--cache-contains): Fix guid problem.
10411         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
10412         (newsticker--cache-save): New.
10413         (newsticker--cache-update): Use temp buffer.
10414         (newsticker--stat-num-items): Allow multiple AGE args.
10415         (newsticker--stat-num-items-total): New.
10416         (newsticker--opml-import-outlines): New.
10417         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
10418         (newsticker--do-run-auto-mark-filter): Doc changed.
10419         (newsticker-retrieve-random-message): New.
10421         * net/newsticker-ticker.el: New.  Move ticker functionality from
10422         net/newsticker.el to net/newsticker-ticker.el.
10423         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
10424         `newsticker--ticker-timer'.
10425         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
10426         to `newsticker--ticker-timer'.
10427         (newsticker--set-customvar-ticker): New.  Extracted from
10428         `newsticker--set-customvar'.
10429         (newsticker-ticker-interval): Rename `newsticker-display-interval'
10430         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
10431         for :set.  Change :group.
10432         (newsticker-scroll-smoothly): Doc changed.  Change :group.
10433         (newsticker-hide-immortal-items-in-echo-area)
10434         (newsticker-hide-old-items-in-echo-area)
10435         (newsticker-hide-obsolete-items-in-echo-area):
10436         Use `newsticker--set-customvar-ticker for :set.  Change :group.
10437         (newsticker-start-ticker): Rename `newsticker--display-timer' to
10438         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
10439         to `newsticker-ticker-interval'.
10440         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
10441         `newsticker--ticker-timer'.
10443         * net/newsticker-reader.el: New.  Move reader functionality from
10444         net/newsticker.el to net/newsticker-reader.el.
10445         (newsticker--set-customvar-formatting): New.  Extracted from
10446         `newsticker--set-customvar'.
10447         (newsticker-reader, newsticker-frontend): New.
10448         (newsticker-enable-logo-manipulations): Change :group.
10449         (newsticker-justification): Use `newsticker--set-customvar-formatting'
10450         for :set.  Change :group.
10451         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
10452         for :set.  Change :group.
10453         (newsticker-html-renderer): Doc changed.
10454         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
10455         (newsticker-date-format):
10456         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
10457         (newsticker--insert-enclosure):
10458         Rename `newsticker--buffer-insert-enclosure' to
10459         `newsticker--insert-enclosure'.  Add keymap arg.
10460         (newsticker--print-extra-elements):
10461         Rename `newsticker--buffer-print-extra-elements' to
10462         `newsticker--print-extra-elements'.  Add keymap arg.
10463         (newsticker--do-print-extra-element):
10464         Rename `newsticker--buffer-do-print-extra-element' to
10465         `newsticker--do-print-extra-element'.  Add keymap arg.
10466         (newsticker-show-news): Use `newsticker-frontend'.
10468         * net/newsticker-plainview.el: New.  Move plainview functionality
10469         from net/newsticker.el to net/newsticker-reader.el.
10470         (newsticker-plainview): New.
10471         (newsticker--set-customvar-sorting): New.  Extracted from
10472         `newsticker--set-customvar'.
10473         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
10474         for :set.  Changed :group.
10475         (newsticker-heading-format, newsticker-item-format)
10476         (newsticker-desc-format, newsticker-statistics-format):
10477         Use `newsticker--set-customvar-formatting for :set.  Change :group.
10478         (newsticker-faces): Change :group.
10479         (newsticker-default-face): Enable again.
10480         (newsticker-hide-old-items-in-newsticker-buffer)
10481         (newsticker-show-descriptions-of-new-items):
10482         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
10483         (newsticker-show-all-news-elements): Change :group.
10484         (newsticker-plainview-hooks): New.
10485         (newsticker-select-item-hook, newsticker-select-feed-hook)
10486         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
10487         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
10488         to `newsticker--plainview-tool-bar-map'.
10489         (newsticker--url-keymap): Add mouse-1 binding.
10490         (newsticker-plainview): New.
10491         (newsticker-mark-all-items-of-feed-as-read): Change doc.
10492         (newsticker--buffer-do-insert-text): Use renamed
10493         newsticker--[buffer-]insert-enclosure and
10494         newsticker--[buffer-]print-extra-elements.
10495         (newsticker--buffer-set-faces): Use newsticker-default-face.
10497         * net/newsticker-treeview.el: New.
10499 2008-06-08  Andreas Schwab  <schwab@suse.de>
10501         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
10503         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
10505         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
10506         empty line.
10508         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
10510 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
10512         * window.el (split-height-threshold, split-width-threshold):
10513         Add choice nil.
10514         (split-window-preferred-function): Allow either nil or a function.
10515         (window--splittable-p, window--try-to-split-window):
10516         Handle changed option values.
10518         (window--frame-usable-p): Handle nil argument.
10520         (display-buffer): Call get-lru-window when pop-up-windows is nil
10521         and window can't be split.
10523 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10525         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
10527         * net/tramp.el (top): Quote feature names.  Remove
10528         `tramp-rfn-eshadow-setup-minibuffer' from
10529         `rfn-eshadow-setup-minibuffer-hook' when unloading.
10530         (tramp-read-passwd): There is only one call to
10531         `auth-source-user-or-password' needed.  Pacify byte compiler.
10533 2008-06-08  Andreas Schwab  <schwab@suse.de>
10535         * window.el (display-buffer): Use lru window if current window
10536         cannot be split.
10538 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10540         * apropos.el (apropos-library): New command and new button.
10541         (apropos-library-button): New function.
10543         * apropos.el: Remove spurious * in docstrings.
10544         (apropos-label-face): Use variable pitch.
10545         (apropos-print): Use dolist and with-current-buffer.
10546         (apropos-print-doc): Use when.
10548         * window.el (special-display-p, display-buffer):
10549         Fix up C->Elisp transcription error.
10551 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10553         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10554         (byte-compile-file): Initialize it.
10555         (byte-compile-nogroup-warn): Keep track of the current group.
10557 2008-06-08  Glenn Morris  <rgm@gnu.org>
10559         * Makefile.in (compile, compile-always, bootstrap-prepare):
10560         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
10562 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
10564         * language/hanja-util.el (hanja-init-load): Use a char-table for
10565         hanja-table.
10566         (hangul-to-hanja-char): Adjust for the above change.
10568 2008-06-07  Glenn Morris  <rgm@gnu.org>
10570         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
10571         lm-keywords.
10573         * mail/sendmail.el (mail-interactive): Add :version.
10575         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
10576         obsolete alias.
10578         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
10579         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
10580         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
10581         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
10582         * eshell/esh-util.el, international/mule-cmds.el:
10583         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
10584         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
10585         Remove unnecessary eval-when-compiles and eval-and-compiles.
10587         * Makefile.in (bootstrap-clean): Run autogen-clean.
10588         (maintainer-clean): No need to run autogen-clean now it is included in
10589         bootstrap-clean.
10591 2008-06-06  Miles Bader  <miles@gnu.org>
10593         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
10595 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
10597         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
10598         longlines mode.
10600         * replace.el (replace-search-function)
10601         (replace-re-search-function): New vars.
10602         (perform-replace): Use them.
10604         * longlines.el (longlines-re-search-forward): New function.
10605         (longlines-mode): Bind replace-search-function and
10606         replace-re-search-function, to ensure that replacement commands
10607         treat newlines as spaces.
10608         (longlines-show-effect): Default to a pilcrow sign.
10610 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10612         * help.el (function-called-at-point):
10613         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
10614         even when calling find-tag-default.
10616 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
10618         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
10619         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
10620         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
10621         (nxml-fontify-buffer, nxml-do-fontify):
10622         Remove obsolete variables and functions.
10623         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
10624         (nxml-degrade, nxml-after-change, nxml-after-change1)
10625         (nxml-extend-region, nxml-extend-after-change-region)
10626         (nxml-extend-after-change-region1, nxml-fontify-matcher)
10627         (nxml-toggle-char-ref-extra-display): Use font-lock, and
10628         font-lock-extend-region-functions in particular, to fontify
10629         nxml-mode buffers.
10630         (nxml-debug-region): New debugging helper function.
10632         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
10633         (nxml-scan-after-change, nxml-move-tag-backwards):
10634         Adapt for font-lock changes.
10636         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
10637         (nxml-debug-set-inside, nxml-debug-clear-inside):
10638         New debugging functions.
10639         (nxml-with-degradation-on-error): New helper macro.
10641 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
10643         * window.el (display-buffer): Remove dead call to get-lru-window.
10645 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10647         * mail/sendmail.el (mail-interactive): Change default.
10649 2008-06-05  John Paul Wallington  <jpw@pobox.com>
10651         * bindings.el (completion-ignored-extensions):
10652         Add .p64fsl, .d64fsl, and .dx64fsl.
10654 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10656         * ffap.el (ffap-prompter): Don't use the region.
10658 2008-06-05  Sam Steingold  <sds@gnu.org>
10660         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
10661         subdirectory to be registered.
10663 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
10665         * window.el (display-buffer-function, special-display-p)
10666         (special-display-buffer-names, special-display-regexps)
10667         (special-display-function, same-window-p, same-window-buffer-names)
10668         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
10669         (pop-up-frame-function, pop-up-windows, even-window-heights)
10670         (split-window-preferred-function, split-height-threshold)
10671         (window--display-buffer-1, display-buffer, pop-to-buffer):
10672         Move from window.c and buffer.c.
10673         (window--splittable-p, window--try-to-split-window)
10674         (window--frame-usable-p, window--display-buffer-2)
10675         (window--even-window-heights): New functions.
10676         (split-width-threshold): New option.
10677         (split-window-preferred-horizontally): Remove.
10679         * cus-start.el: Remove corresponding declarations.
10681 2008-06-05  Sam Steingold  <sds@gnu.org>
10683         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
10684         an error on modified buffers.
10686 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10688         * progmodes/etags.el (tags-verify-table): Be careful to use and update
10689         tags-file-name and tags-table-list from the right buffer.
10690         (tags-table-check-computed-list, tags-table-extend-computed-list)
10691         (find-tag-noselect): Use with-current-buffer.
10693         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
10694         Use print-circle.
10696         * minibuffer.el (minibuffer-local-must-match-filename-map):
10697         Declare obsolete alias for the old name.
10699         * abbrev.el (unexpand-abbrev): Better preserve markers.
10701 2008-06-05  Glenn Morris  <rgm@gnu.org>
10703         * emacs-lisp/autoload.el (autoload-rubric): New function,
10704         extracted from autoload-ensure-default-file.
10705         (autoload-ensure-default-file): Use autoload-rubric.
10707         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
10708         (custom-dependencies-no-scan-regexp): New variable.
10709         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
10710         Don't scan files matching custom-dependencies-no-scan-regexp.
10711         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
10713         * finder.el (finder-headmark): Initialize and add doc string.
10714         (generated-finder-keywords-file): Doc fix.
10715         (finder-no-scan-regexp): New variable.
10716         (finder-compile-keywords): Use a single let binding.
10717         Disable undo in the output buffer.  Use autoload-rubric.
10718         Use mapc rather than mapcar.  Don't scan files matching
10719         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
10720         rather than concat.  Use directory-files to do regexp matching.
10721         No need to require jka-compr.
10722         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
10723         (finder-list-matches): Disable undo.
10724         (finder-commentary): Use let rather than let*.  Disable undo.
10725         (finder-current-item): Use zerop.
10726         (finder-mode): Use define-derived-mode.
10727         (finder-exit): Doc fix.  Use dolist.
10729         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
10730         (custom-deps): Don't require $(lisp)/cus-load.el.
10731         (custom-deps, finder-data): Don't depend on autoloads.
10732         Should not be needed now, and doing so was causing make install to
10733         re-dump emacs post-bootstrap.
10734         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
10735         mid-build forces some things to be rebuilt.
10737 2008-06-05  Miles Bader  <miles@gnu.org>
10739         * face-remap.el
10740         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
10741         (face-remap-remove-relative): Renamed from
10742         `remove-relative-face-remapping'.
10743         (face-remap-reset-base): Renamed from
10744         `set-default-base-face-remapping'.
10745         (face-remap-set-base): Renamed from `set-base-face-remapping'.
10746         (text-scale-increase): Renamed from `increase-buffer-face-height'.
10747         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
10748         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
10750         * face-remap.el (variable-pitch-mode): Autoload.
10752 2008-06-04  Sam Steingold  <sds@gnu.org>
10754         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
10755         Generate extra status headers for a Mercurial tree.
10757 2008-06-04  John Paul Wallington  <jpw@pobox.com>
10759         * echistory.el (electric-history-map): Define within defvar.
10760         Add docstring.
10762         * font-lock.el (font-lock-turn-off-thing-lock)
10763         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
10764         Use `bound-and-true-p'.
10765         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
10766         Doc fixes.
10768         * international/ccl.el (define-ccl-program): Add `doc-string'
10769         declaration.
10771 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
10773         * face-remap.el (variable-pitch-mode): Reflow docstrings.
10774         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
10776 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
10778         * emacs-lisp/rx.el (rx): Doc fix.
10780 2008-06-04  Markus Triska  <markus.triska@gmx.at>
10782         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
10784 2008-06-04  Miles Bader  <miles@gnu.org>
10786         * face-remap.el (adjust-buffer-face-height): New function.
10787         Add autoloaded keybindings in ctl-x-map.
10788         (increase-buffer-face-height, decrease-buffer-face-height):
10789         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
10791 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
10793         * simple.el (line-move-1): If we did not move as far as desired,
10794         ensure that point-left and point-entered hooks are called.
10796 2008-06-03  Sam Steingold  <sds@gnu.org>
10798         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
10800 2008-06-03  John Paul Wallington  <jpw@pobox.com>
10802         * progmodes/make-mode.el (makefile-cleanup-continuations)
10803         (makefile-warn-suspicious-lines, makefile-warn-continuations):
10804         Use `derived-mode-p'.
10806 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10808         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
10809         (ELCFILES): Update.
10811 2008-06-03  Miles Bader  <miles@gnu.org>
10813         * face-remap.el: New file.
10814         * Makefile.in (ELCFILES): Add face-remap.elc.
10816 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10818         * progmodes/flymake.el (flymake-process-filter): Make sure the source
10819         buffer isn't dead.
10821         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
10822         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
10823         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
10824         * obsolete/auto-show.el, obsolete/hscroll.el:
10825         Remove packages that were obsolete in Emacs-20, or that were obsolete
10826         in Emacs-21 and do not contain any more code.
10828         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
10829         vc-client-mode is not set.
10831         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
10832         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
10834         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
10835         yet a bit more clever at distinguishing / from /.
10837 2008-06-03  Kenichi Handa  <handa@m17n.org>
10839         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
10841 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
10843         * language/hanja-util.el: New file.
10845 2008-06-03  Glenn Morris  <rgm@gnu.org>
10847         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
10848         Check that end-of-word follows "type".
10850 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
10852         * epa-file.el (epa-file-write-region): Write the entire buffer
10853         content if START is nil.
10855 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
10857         * select.el (x-get-selection): Fix typo.
10859 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
10861         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
10862         (describe-char): Use `looking-at-p', `string-match-p' when possible.
10864 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10866         * tar-mode.el (tar-header-block-summarize): Ensure one space around
10867         user&group.
10869 2008-05-31  John Paul Wallington  <jpw@pobox.com>
10871         * help-fns.el (describe-variable-custom-version-info):
10872         Handle dotted `package-version' info.
10874 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
10876         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
10878 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
10880         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
10881         names and improve support for unregistered files.
10883 2008-05-31  Glenn Morris  <rgm@gnu.org>
10885         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
10886         Remove shell variable `elc'.  Split tests to hopefully be more portable.
10887         Fix `sel' assignment.
10889 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
10891         * minibuffer.el (completion-table-dynamic): Doc fix.
10893 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10895         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
10896         Try and return `unregistered' when applicable.
10898         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10899         Don't encourage naming variables with "-flag".
10901 2008-05-30  Glenn Morris  <rgm@gnu.org>
10903         * Makefile.in (update-elclist): Hide the warning when it does not apply,
10904         make it milder when it does.
10905         (autogen-clean): New target.
10906         (maintainer-clean): Use autogen-clean.
10908         * calendar/diary-lib.el (diary-display-function): New name for
10909         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
10910         Change custom type and version.
10911         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
10912         (diary-fancy-display): Doc fixes.
10913         (diary-list-entries, diary-include-other-diary-files)
10914         (diary-mail-entries):
10915         Use diary-display-function rather than diary-display-hook.
10917         * calendar/appt.el (appt-check): Use diary-display-function rather than
10918         diary-display-hook.
10919         * calendar/cal-x.el (calendar-dedicate-diary): Update for
10920         diary-display-function replacing diary-display-hook.
10921         * org/org-agenda.el (org-get-entries-from-diary): Also set
10922         diary-display-function.
10924         * calendar/cal-html.el (cal-html-list-diary-entries):
10925         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10926         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
10927         argument of diary-list-entries rather than setting diary-display-hook.
10929 2008-05-30  Kenichi Handa  <handa@m17n.org>
10931         * international/mule-conf.el (utf-8-with-signature): Renamed from
10932         utf-8-sig.
10933         (utf-8-auto): Adjusted for the above change.
10935         * international/mule-diag.el (describe-font): Don't check fontset
10936         here, and just call font-info.  Get the default font by from the
10937         default face.
10939 2008-05-29  Kenichi Handa  <handa@m17n.org>
10941         * international/mule-conf.el (utf-8-sig, utf-8-auto):
10942         New coding systems.
10944         * international/mule.el (define-coding-system): Accept :bom for utf-8.
10946 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
10948         * international/utf-7.el (utf-7-encode): Use the right escape char
10949         depending on imap/nonimap encoding.
10951 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10953         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
10955 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
10957         * icomplete.el (icomplete-prospects-height): Add :group.
10959 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10961         * icomplete.el (icomplete-prospects-length): Make obsolete.
10962         (icomplete-prospects-height): New var.
10963         (icomplete-completions): Use it.
10965 2008-05-29  David Kastrup  <dak@gnu.org>
10967         * autoinsert.el (auto-insert): Add :link.
10969 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10971         * tar-mode.el (tar-header): New field `header-start'.
10972         (tar-header-block-tokenize): Set it when useful.
10973         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
10974         (tar-header-data-end): New function.
10975         (tar-summarize-buffer): Use it.
10976         (tar-next-line): Fix goal column for long usernames.
10977         (tar-expunge-internal): Use header-start.
10978         (tar-rename-entry): Handle ustar-style long names.
10979         (tar-alter-one-field): Add optional `descriptor' argument.
10980         (tar-subfile-save-buffer): Use it.
10982 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10984         * tar-mode.el (tar-header): New field `header-start'.
10985         (tar-header-block-tokenize): Set header-start for longlink entries.
10986         (tar-expunge-internal): Use header-start to expunge longlink entries.
10988         * files.el (hack-local-variables): Don't signal an error if the local
10989         variable section is not properly terminated.
10991         * emacs-lisp/easymenu.el (easy-menu-convert-item)
10992         (easy-menu-convert-item-1): Move the duplicate-generation outside of
10993         the caching so it also works for identical entries.
10995         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
10996         (tar-mode): Use write-region-annotate-functions rather than
10997         write-contents-functions.
10998         (tar-extract): Remove unused var `pos'.
10999         (tar-subfile-save-buffer): Remove unused var `following-descs'.
11000         (tar-mode-write-file): Remove.
11001         (tar-write-region-annotate): New function.
11003         * progmodes/flymake.el (flymake-save-buffer-in-file):
11004         * shadowfile.el (shadow-copy-file):
11005         * arc-mode.el (archive-*-write-file-member):
11006         * files.el (diff-buffer-with-file):
11007         * subr.el (with-temp-file): Pass nil to write-region.
11008         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
11010         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
11011         the custom.
11013         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
11014         to write-region.
11016 2008-05-28  Glenn Morris  <rgm@gnu.org>
11018         * Makefile.in (update-elclist): Work around non-portability of "\"
11019         in various implementations of echo.
11021 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11023         * international/mule-diag.el (describe-current-coding-system):
11024         Don't assume selection-coding-system is always defined.
11026         * tar-mode.el: Use defstruct and markers.
11027         (tar-setf): Remove.
11028         (tar-header): Use defstruct.  Add `data-start' field.
11029         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
11030         (tar-desc-data-start): Remove (now called tar-header-data-start).
11031         (tar-roundup-512): New fun.
11032         (tar-header-block-tokenize): Receive a buffer position rather than
11033         a string.  Handle @longLink here, be more careful about it.
11034         Create a marker for data-start.
11035         (tar-summarize-buffer): Don't handle @LongLink here any more.
11036         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
11037         data-start on the following entries any more.
11038         (tar-chown-entry, tar-chgrp-entry): Use read-number.
11040         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
11041         (tar-header-offset): Remove.
11042         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
11043         Not permanent any more.
11044         (tar-data-buffer): New var.
11045         (tar-data-swapped-p, tar-change-major-mode-hook)
11046         (tar-mode-kill-buffer-hook): New funs.
11047         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
11048         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
11049         (tar-clear-modification-flags, tar-alter-one-field)
11050         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
11051         Change accordingly.
11053 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
11055         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
11056         (vc-dir-resynch-file): ... this.  Update callers.
11057         Use vc-string-prefix-p.  Ignore directory args.
11058         (vc-string-prefix-p): CSE.
11059         (vc-resynch-buffer): Restore conditional.
11061         * vc-hooks.el (vc-after-save): Improve test.
11062         (vc-mode-line): Fix indentation.
11064 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11066         * calendar/parse-time.el (parse-time-months)
11067         (parse-time-weekdays): Add long-form month and day names.
11069 2008-05-27  Glenn Morris  <rgm@gnu.org>
11071         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
11073 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11075         * vc-dispatcher.el (vc-string-prefix-p): New function.
11076         (vc-dir-parent-marked-p): Use it.
11078 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
11080         * vc.el (Problems): Remove fixed issues.
11081         (vc-expand-dirs): Avoid returning directories.
11082         (vc-dir): Fix C-x v v binding.
11083         (vc-make-backend-object): Fix name.
11084         (vc-dir-show-fileentry): Fix docstring.
11085         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
11086         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
11087         Reset the state for directories.
11088         (vc-dir-headers): Align labels.
11089         (vc-default-status-printer): Do no call prettify-state-info.
11090         (vc-deduce-fileset): Replace implementation with one based on a
11091         working older version.
11092         (vc-next-action): Use the new form of vc-deduce-fileset.
11093         Fix dealing with unregistered files.
11095         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
11096         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
11097         (vc-dir-child-files): New function.
11098         (vc-dir-node-directory): New function.
11099         (vc-dir-update, vc-dir-parent-marked-p)
11100         (vc-dir-children-marked-p, vc-dir-mark-all-files)
11101         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
11103         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
11105 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11107         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
11108         (diff-font-lock-keywords, diff-context->unified)
11109         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
11110         (diff-hunk-text, diff-find-source-location): Use it.
11111         (diff-post-command-hook): Let the user edit the hunk headers.
11113 2008-05-26  Andreas Schwab  <schwab@suse.de>
11115         * vc.el (vc-default-prettify-state-info): Fix formatting of an
11116         unknown state.
11118         * tar-mode.el (tar-summarize-buffer): Comment fix.
11120 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11122         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
11124 2008-05-26  Glenn Morris  <rgm@gnu.org>
11126         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
11128 2008-05-25  John Paul Wallington  <jpw@pobox.com>
11130         * proced.el (proced-next-line, proced-previous-line):
11131         Avoid calling `next-line' and `previous-line' from Lisp code.
11133 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
11135         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
11136         Use diary-ordinal-suffix.
11138 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
11140         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
11141         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
11142         (edebug-save-displayed-buffer-points, edebug-initial-mode)
11143         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
11144         (edebug-print-length, edebug-print-level, edebug-print-circle)
11145         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
11146         (edebug-global-break-condition, edebug-sit-for-seconds):
11147         Remove spurious * from defcustom docstrings.
11148         (edebug-unwrap*, edebug-signal, edebug-eval-display):
11149         Improve argument/docstring consistency.
11150         (edebug-test-coverage, edebug-gensym, edebug-read)
11151         (edebug-top-level-nonstop, edebug-eval-result-list)
11152         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
11153         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
11154         (edebug-display-freq-count): Reflow docstrings.
11155         (edebug-restore-status): Doc fix.
11157 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11159         * proced.el (proced-header-line): Use the :align-to 0 feature
11160         rather than computing the corresponding position manually.
11161         (proced-update): Don't hardcode point-min==1.
11163 2008-05-24  Alan Mackenzie  <acm@muc.de>
11165         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
11166         if c-file-style is set to a non-string.
11168         (c-neutralize-CPP-line): Surround by `save-excursion'.
11169         (c-neutralize-syntax-in-CPP): Optimize for speed.
11171 2008-05-24  Glenn Morris  <rgm@gnu.org>
11173         * Makefile.in (update-elclist): New target, to update ELCFILES.
11174         (bootstrap-after): Run update-elclist.
11176 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
11178         * icalendar.el (icalendar-version): Increase to "0.19".
11179         (icalendar--date-style): New function.
11180         (icalendar--datetime-to-diary-date): Doc fix.
11181         Use icalendar--date-style.
11182         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
11183         (icalendar--convert-yearly-to-ical)
11184         (icalendar--convert-recurring-to-diary): Handle iso date style,
11185         use icalendar-date-style.
11187 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
11189         * vc.el (vc-delete-file): Make sure the buffer is deleted and
11190         vc-dir buffers are updated.
11192 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11194         * vc.el (vc-delete-file): Don't try to resynch the buffer.
11196 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
11198         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
11199         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
11200         (reftex-extra-bindings): Use it.
11202         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
11203         away from the user-reserved keys.
11205         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
11206         New vars.
11207         (ada-create-keymap): Use them.
11209 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11211         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
11212         a properly-grouped regexp.
11214 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
11216         * progmodes/cap-words.el (capitalized-words-mode):
11217         Fix typos in docstring.
11219 2008-05-23  Kenichi Handa  <handa@m17n.org>
11221         * international/mule-conf.el: Don't define the charset `emacs'
11222         here, just put :docstring, :short-name, and :long-name.
11224 2008-05-22  Kenichi Handa  <handa@m17n.org>
11226         * international/mule-diag.el (font-show-log): Limit each listing
11227         to 20 items.
11229 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
11231         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
11232         (gdb-annotation-rules): New entry for "thread-changed".
11233         (gdb-thread-changed): New function.
11235 2008-05-23  Glenn Morris  <rgm@gnu.org>
11237         * Makefile.in (SOURCES): Remove, unused.
11238         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
11239         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
11240         Exclude more '*loaddefs' files.
11241         (compile-always): Simplify '.elc' deletion.
11243 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11245         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
11246         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
11248         * minibuffer.el (completion-boundaries): Change calling
11249         convention, so `string' has the same semantics as in
11250         try-completion and all-completions.
11251         (completion-table-with-context, completion--embedded-envvar-table)
11252         (completion--file-name-table)
11253         (completion-pcm--find-all-completions): Adjust code accordingly.
11255 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
11257         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
11258         prune image-mode-winprops-alist, preventing it from growing
11259         indefinitely.
11260         (image-mode-reapply-winprops): Use it.
11262 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
11264         * net/netrc.el (netrc-machine): Always match if the port is not given.
11266 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11268         * minibuffer.el (completion-pcm--find-all-completions):
11269         Don't add pseudo-completions.
11271         * icomplete.el (icomplete-eoinput): Remove.
11272         (icomplete-overlay): New var to replace it.
11273         (icomplete-tidy): Rewrite.
11274         (icomplete-exhibit): Use an overlay.
11275         (icomplete-completions): Use completion-all-sorted-completions.
11276         Obey completion-ignore-case.
11278         * files.el (locate-dominating-file): Accept non-existing argument.
11279         (project-find-settings-file): Rewrite, using locate-dominating-file.
11281 2008-05-22  Kenichi Handa  <handa@m17n.org>
11283         * faces.el (font-weight-table, font-slant-table, font-width-table):
11284         Delete them.  Don't call internal-set-font-style-table.
11286         * international/mule-diag.el (font-show-log): New function.
11288         * international/fontset.el (script-representative-chars): Add more
11289         chars for latin.  Add data for symbol.
11290         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
11292 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11294         * minibuffer.el (completion-all-sorted-completions): New var.
11295         (completion--flush-all-sorted-completions)
11296         (completion-all-sorted-completions): New functions.
11297         (minibuffer-force-complete): New command.
11299 2008-05-21  Glenn Morris  <rgm@gnu.org>
11301         * files.el (c-postprocess-file-styles): Declare for compiler.
11303         * Makefile.in: Allow for parallel byte-compiling.
11304         (ELCFILES): New variable.
11305         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
11306         (compile-first, compile-main, compile-last): New targets.
11307         (compile-always): Simplify - delete .elc files, then `make compile'.
11309         * Makefile.in (compile-calc): Use glob rather than find.
11310         ($(lisp)/progmodes/cc-mode.elc): Use $@.
11312         * eshell/esh-module.el: No need for cl when compiling.
11314         * eshell/eshell.el (eshell-defgroup): New alias.
11315         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11316         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11317         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11318         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11319         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11320         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
11321         Autoload the custom group.  Set generated-autoload-file.
11322         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
11323         for eshell-defgroup.
11324         * eshell/esh-module.el (eshell-load-defgroups): Remove.
11325         Require esh-groups rather than loading it.
11327 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11329         * proced.el (proced-header-line): New variable and new function.
11330         (proced-mode): Set header-line-format.
11331         (proced-update): Set proced-header-line.
11332         (proced-send-signal): Use proced-header-line.
11334 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11336         * macros.el (insert-kbd-macro): Use prin1-char.
11338 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11340         * minibuffer.el (completion-boundaries): New function.
11341         (completion--some): Delay errors.
11342         (complete-with-action, completion-table-with-context):
11343         Handle `boundaries' case.
11344         (completion--try-word-completion): Avoid partial-completion
11345         when the user hasn't entered anything yet.
11346         (minibuffer-local-map, minibuffer-local-filename-completion-map)
11347         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
11348         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
11349         Setup default keybindings.
11350         (completion--embedded-envvar-re): New var.
11351         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
11352         (completion--file-name-table): Handle `boundaries' case.
11353         (completion-pcm--pattern->regex): Avoid pathological backtracking.
11354         (completion-pcm--all-completions): Add a `prefix' arg.
11355         (completion-pcm--find-all-completions): New function.
11356         (completion-pcm-all-completions, completion-pcm-try-completion):
11357         Use it.
11359         * icomplete.el (icomplete-completions): Don't use `predicate' with
11360         a table of a different type than `candidates'.
11362 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11364         * proced.el (proced-goal-column): Rename from proced-procname-column.
11365         (proced-goal-header-re): Rename from proced-procname-column-regexp.
11366         (proced-move-to-goal-column): Rename from proced-move-to-procname.
11367         (proced-header-face, proced-header-regexp): Remove.
11368         (proced-font-lock-keywords): Remove proced-header-face.
11369         (proced-header-alist, proced-sorting-schemes-re): New variables.
11370         (proced): Rename Proced buffer to *Proced*.
11371         (proced-next-line, proced-previous-line): New commands.
11372         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
11373         (proced-hide-processes): Do not treat first line as special.
11374         (proced-header-space): New function.
11375         (proced-update): Use header-line-format.
11376         Initialize proced-header-alist and proced-sorting-schemes-re.
11377         Set proced-goal-column.  Include proced-command in mode-name.
11378         (proced-send-signal): Use header-line-format for *Marked
11379         Processes* buffer.
11380         (proced-sort): Restrict minibuffer completion to applicable
11381         sorting schemes.
11382         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
11384 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11386         * icomplete.el (icomplete-simple-completing-p):
11387         Allow icomplete-with-completion-tables to say "use it everywhere".
11388         (icomplete-completions): Obey completion-styles.  Try to accommodate
11389         partial-completion style.
11391 2008-05-20  Michael Olson  <mwolson@gnu.org>
11393         * files.el (project-find-settings-file): Change concat to
11394         expand-file-name.
11396 2008-05-19  Tom Tromey  <tromey@redhat.com>
11398         * files.el (normal-mode): Call hack-project-variables.
11399         (hack-local-variables-confirm): Add 'project' argument.
11400         (hack-local-variables-apply): New function.
11401         (hack-local-variables): Use it.
11402         (project-class-alist, project-directory-alist): New variables.
11403         (project-get-alist): New function.
11404         (project-collect-bindings-from-alist)
11405         (project-collect-binding-list, set-directory-project)
11406         (project-find-settings-file, project-define-from-project-file)
11407         (hack-project-variables): New functions.
11409 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11411         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
11413 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
11415         * faces.el (font-weight-table): Fix typo in docstring.
11417 2008-05-18  David Hull  <david@snap.com>  (tiny change)
11419         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
11420         (vc-hg-annotate-command): Allow white space before version number.
11422 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
11424         * calc/calc-yank.el (calc-register-alist): New variable.
11425         (calc-set-register, calc-get-register, calc-copy-to-register)
11426         (calc-insert-register, calc-add-to-register, calc-append-to-register)
11427         (calc-prepend-to-register): New functions.
11429         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
11430         `calc-copy-to-register' and `calc-insert-register'.
11431         Autoload new register functions.
11433         * calc/calc-help.el (calc-r-prefix-help): Add help for register
11434         functions.
11436 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
11438         * vc.el (Todo): Add known problems.
11439         (vc-dir-backend): New variable.
11440         (vc-dir): Set it.
11441         (vc-make-backend-object, vc-generic-status-printer)
11442         (vc-generic-state, vc-generic-status-fileinfo-extra)
11443         (vc-dir-extra-menu): Use it.
11444         (vc-generic-dir-headers): Remove, unused.
11446         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
11447         vc-dir-prev-directory for consistency with vc-dir-previous-line.
11448         (vc-dir-mode-map): Fix bindings.
11450         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
11452 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
11454         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
11455         operated on.
11456         (calc-kill-region): Kill entire lines.
11458 2008-05-17  Glenn Morris  <rgm@gnu.org>
11460         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
11461         simplify initial value.
11462         (defezimage): Drop support for Emacs without defimage, use a featurep
11463         test rather than fboundp when defining, drop with-no-warnings.
11464         (ezimage-insert-over-text): Move featurep test inside
11465         add-text-properties.
11467         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
11469         * net/tramp.el (top-level): Load auth-source when compiling.
11471         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
11473 2008-05-17  Andreas Schwab  <schwab@suse.de>
11475         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
11477 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
11479         * vc.el (vc-annotate-show-diff-revision-at-line): Change
11480         vc-diff-internal arg to match what vc-deduce-fileset returns now.
11482 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11484         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
11486 2008-05-17  Jim Meyering  <meyering@redhat.com>
11488         * ido.el (ido-save-history): Do not emit a trailing newline at the
11489         end of the ido history file.
11491 2008-05-16  John Paul Wallington  <jpw@pobox.com>
11493         * vc-dispatcher.el (top-level): Revert previous change: require cl
11494         when compiling.
11496 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
11498         * vc.el (vc-default-status-printer)
11499         (vc-default-prettify-state-info): Enhance the state prettyprinter
11500         to deal better with unknown states and indirect through it when
11501         painting vc-dir buffers.
11503 2008-05-16  John Paul Wallington  <jpw@pobox.com>
11505         * vc-dispatcher.el (top-level): Don't require cl when compiling.
11506         (vc-dir-mode-map): Fix backquote.
11507         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
11509 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
11511         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
11512         Reported by Glenn Morris <rgm@gnu.org>.
11514 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
11516         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
11517         the end of the file, it was good work at one time but has been
11518         stale since 1995 and may now be actively misleading.
11519         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
11520         CVS repository and module (assumptions for the latter a bit iffy).
11521         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
11522         SVN repository.
11524 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
11526         * vc-rcs.el (vc-rcs-create-tag):
11527         * vc-sccs.el (vc-sccs-create-tag):
11528         Fix typo in error message and pass backend arg.
11530 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
11532         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
11534 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11536         * net/tramp.el: Load auth-source library.
11537         (tramp-read-passwd): Use it for password, not login.
11539 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
11541         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
11542         (ses-print-cell): Use string-width, truncate-string-to-width,
11543         delete-region rather than length, substring, delete-char.
11544         (ses-setup): Set inhibit-point-motion-hooks to t.
11545         Calculate position by actually moving point rather than just using
11546         unibyte character length.
11547         (ses-mode): Set indent-tabs-mode to nil.
11548         (ses-center): Use string-width rather than length.
11550 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
11552         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
11553         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
11554         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
11555         vc-*-create-tag and vc-*-retrieve-tag respectively.
11557         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
11558         unneeded defalias.
11560         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
11562         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
11563         about buffer names.
11565 2008-05-15  Glenn Morris  <rgm@gnu.org>
11567         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
11569         * org/org-exp.el (org-infojs-options-inbuffer-template):
11570         Fix declaration.
11572         * progmodes/cc-mode.el (declare-function): Add compat definition.
11573         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
11575 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
11577         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
11578         list to a cons so the caller can get back both expanded and
11579         unexpanded filesets.
11580         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
11581         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
11582         Change handling of selection-set returns as required.
11584 2008-05-15  John Paul Wallington  <jpw@pobox.com>
11586         * add-log.el (top-level): Don't require cl when compiling.
11588         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
11589         (archive-*-extract): Use `zerop'.
11590         (archive-*-write-file-member): Use `or', use `zerop'.
11592         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
11594         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
11595         (ibuffer-mark-interactive, ibuffer-set-mark)
11596         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
11597         (ibuffer-map-lines, ibuffer-switch-format)
11598         (ibuffer-update-title-and-summary)
11599         (ibuffer-redisplay-engine): Use it.
11601         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
11602         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
11603         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
11604         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
11605         (ibuffer-mark-read-only-buffers)
11606         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
11608         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
11609         (define-ibuffer-column, define-ibuffer-sorter)
11610         (define-ibuffer-op, define-ibuffer-filter): Add declarations
11611         containing indentation specs, replacing equivalent top-level
11612         forms that set `lisp-indent-function' properties.
11613         (define-ibuffer-op): Use `derived-mode-p'.
11614         (define-ibuffer-filter): Remove redundant `concat' call.
11616 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
11618         * net/tramp.el (tramp-echo-mark): Update docstring.
11619         (tramp-echo-mark-marker): New defconst.
11620         (tramp-check-for-regexp): Use it.
11622 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
11624         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
11625         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
11626         as parent.
11628 2008-05-14  John Paul Wallington  <jpw@pobox.com>
11630         * international/mule.el (convert-define-charset-argument):
11631         Remove period from end of error message.
11632         (coding-system-mnemonic): Doc fix.
11633         (ctext-pre-write-conversion): Doc fix.
11635 2008-05-14  Simon Marshall  <simon@gnu.org>
11637         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
11638         from its default value and give it the risky-local-variable
11639         property (CVE-2008-2142).
11641 2008-05-14  Kenichi Handa  <handa@m17n.org>
11643         * language/korean.el ("Korean"): Set `iso639-language'
11644         property to `ko'.
11646         * language/japanese.el ("Japanese"): Set `iso639-language'
11647         property to `ja'.
11649         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11650         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
11651         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
11653         * international/mule-cmds.el (set-language-environment):
11654         Set current-iso639-language.
11656         * international/fontset.el (setup-default-fontset): For kana, han,
11657         hangul, and cjk-misc, move an entry with font-spec at the end.
11658         (generate-fontset-menu): Exclude fontset-auto* from the list.
11660         * composite.el (compose-chars-after): Assume that WINDOW is always
11661         non-nil.
11663         * faces.el (font-weight-table, font-slant-table)
11664         (font-swidth-table): Declare them by defconst.  Change the format
11665         of elements.  Call internal-set-font-style-table after their
11666         declaration.
11667         (face-valid-attribute-values): Call font-family-list.  Get values
11668         for width, weight, and slant from font-xxx-table.
11670         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
11672 2008-05-13  John Paul Wallington  <jpw@pobox.com>
11674         * ibuffer.el (ibuffer-buffer-file-name): New function.
11675         (define-ibuffer-column filename): Use it.
11677         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
11679 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11681         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
11682         as a string.
11683         (talk-add-display): Simplify.  Accept only string args.
11685 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
11687         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
11689 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11691         * Makefile.in (bootstrap-prepare): Don't chmod files.
11692         (autoloads): Do it here instead, where it's actually needed.
11694 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11696         * tool-bar.el (tool-bar-make-keymap): Account for the optional
11697         KEY-BINDING-DATA field in menu-item list.
11699 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11701         * dired.el (dired-read-dir-and-switches): Move things about to use less
11702         recursion during macroexpansion.
11704         * dired.el (dired-read-dir-and-switches): Use read-file-name.
11706         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
11707         completion-ignored-extension directories if there's something else.
11708         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
11709         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
11710         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
11711         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
11712         buffer-read-only -> inhibit-read-only.
11714 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
11716         * vc.el (vc-expand-dirs): Stop this function from tossing out
11717         explicitly specified files.
11719 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11721         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
11722         to `insert'.
11724 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11726         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
11727         cons.  Use vc-annotate-backend.
11728         (with-vc-file, edit-vc-file): Remove unused macros.
11730 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
11732         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
11733         (smtpmail-try-auth-methods): Use it.
11735 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11737         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
11738         (setf (nthcdr ..) ..) doesn't require CL at runtime.
11740 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
11742         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
11744 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11746         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
11747         (vc-bzr-revision-completion-table): Use process-file.
11748         (vc-bzr-working-revision): Pass relative file names.
11750         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
11752 2008-05-11  Juri Linkov  <juri@jurta.org>
11754         * wid-edit.el (widget-image-directory): Change default image data
11755         subdirectory from "custom" to "images/custom".
11757         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
11758         before recursive call to `Info-next-preorder' to not add
11759         intermediate nodes to the history.
11761         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
11763         * emulation/cua-base.el: Put isearch-scroll property
11764         on cua-scroll-up and cua-scroll-down.
11766 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
11768         * vc-hooks.el (vc-recompute-state): Remove (dead code).
11770 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
11772         * vc-dispatcher.el (ewoc): Require.
11773         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
11775         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
11777 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
11779         * term/w32-win.el (x-colors):
11780         * term/mac-win.el (x-colors):
11781         * term/x-win.el (x-colors): Re-order colors.
11783 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
11785         * smerge-mode.el (smerge-command-prefix): Fix custom type.
11787 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
11789         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
11790         New functions implementing motion to next and previous directory.
11792         * vc-arch.el (vc-arch-command):
11793         * vc-bzr.el (vc-bzr-command):
11794         * vc-cvs.el (vc-cvs-command):
11795         * vc-dispatcher.el (vc-do-command):
11796         * vc-git.el (vc-git-command):
11797         * vc-hg.el (vc-hg-command):
11798         * vc-mcvs.el (vc-mvcs-command):
11799         * vc-mtn.el (vc-mtn-command):
11800         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
11801         (vc-sccs-workfile-unchanged-p):
11802         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
11803         * vc-rcs.el (all methods): Remove assumption about what a nil
11804         argument to vc-do-command means.  This means no buffer name needs
11805         to be hardcoded into the dispatcher layer, and it's better to be
11806         explicit anyway.
11808         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
11810 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
11812         * vc.el: Update todo.
11814         * vc-sccs.el (vc-sccs-dir-status):
11815         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
11816         backends and returning up to date files.
11818         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
11820 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11822         * vc.el (vc-dir):
11823         * vc-hooks.el: Tweak the VC directory bindings.  These are now
11824         documented in the manual.
11826         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
11827         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
11828         (vc-dispatcher-selection-set): Allow callers to pass in an
11829         observer flag that says no buffer sync is required.
11830         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
11831         Use the observer flag.
11833 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
11835         * simple.el (start-file-process): Clarify docstring.
11837 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11839         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
11840         Remove stub implementations of, and references to, wash-log.
11841         * vc-rcs.el (vc-rcs-comment-history):
11842         * vc-cvs.el (vc-cvs-comment-history):
11843         Inline the code that used to be wash-log.
11845         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
11846         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
11847         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
11848         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
11849         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
11850         (vc-rcs-print-log): Grok directories.
11852 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11854         * vc.el (vc-mark-resolved): Add `backend' argument.
11855         (vc-next-action): Pass it the backend.
11856         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
11857         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
11858         (vc-default-comment-history, vc-default-create-snapshot)
11859         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
11860         (vc-annotate-revision-previous-to-line)
11861         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
11862         * vc-svn.el (vc-svn-checkout):
11863         * vc-mcvs.el (vc-mcvs-checkout):
11864         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
11865         (vc-working-revision, vc-before-save, vc-mode-line):
11866         Prefer vc-call-backend to vc-call so as not to recompute the backend.
11868         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
11869         state to be consistent since it's often an unwarranted restriction.
11870         Don't return the state either.
11871         (vc-next-action): Check that the state is consistent.
11872         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
11873         (vc-rollback, vc-update): Adapt to new return value of
11874         vc-deduce-fileset.
11876         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
11877         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
11878         (vc-dispatcher-in-fileset-p): New fun.
11879         (vc-dispatcher-selection-set): Use it to properly handle directories.
11881 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
11883         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
11884         (vc-update): Remove unused let bindings.
11886 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
11888         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
11889         (vc-diff, vc-revert, vc-rollback, vc-update):
11890         * vc-dispatcher.el (vc-dispatcher-selection-set):
11891         Get rid of 4 special cases in fileset selection.  This involved
11892         changing the return value of (vc-deduce-fileset) so that it passes
11893         back a deduced state as well as a deduced back end.
11895 2008-05-08  Sam Steingold  <sds@gnu.org>
11897         * progmodes/compile.el (compilation-minor-mode-map)
11898         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
11899         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
11900         it to `compilation-minor-mode-map' (instead of an explicit `cons').
11902 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11904         * org/org.el (org-modules, org-format-latex-options):
11905         * org/org-archive.el (org-archive-stamp-time)
11906         (org-archive-save-context-info):
11907         * org/org-faces.el (org-hide):
11908         * org/org-irc.el (org-irc-parse-link):
11909         * org/org-macs.el (org-call-with-arg, org-autoload):
11910         * org/org-mew.el (org-mew-store-link):
11911         * org/org-remember.el (org-remember-store-without-prompt)
11912         (org-remember-templates): Fix typos in docstrings.
11914         * org/org-info.el (org-info-store-link): Remove leftover docstring.
11916         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
11917         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
11918         (org-bbdb-anniv-split): Fix typos in docstrings.
11920         * org/org-publish.el (org-publish-project-alist): Doc fixes.
11921         (org-publish-use-timestamps-flag): Reflow docstring.
11922         (org-publish-files-alist): Fix typos in docstring.
11924 2008-05-07  Sam Steingold  <sds@gnu.org>
11926         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
11927         appears to be too aggressive with window removal.
11929 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
11931         * progmodes/verilog-mode.el (verilog-type-font-keywords):
11932         Add leda and 0in as pragma keywords.
11933         (verilog-pretty-expr): Support lining up assignments which include
11934         part selects.
11935         (verilog-mode): More portable check for the availability of
11936         hideshow support.
11937         (verilog-do-indent): Remove special indent for declarations inside
11938         a parenthetical list.  The code is ill-advised, and doesn't work
11939         given the new user defined types.
11940         (verilog-set-auto-endcomments): Enhance function automatic
11941         endcomment to support functions that return user defined types.
11942         (verilog-mode): Add code to tell which-function-mode minor mode
11943         that Verilog supports this feature.
11945 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
11947         * epa-file.el: Require epa-hook.
11949         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
11951         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
11952         file-names clashes on 8+3 filesystems.  Provide epa-hook.
11954         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
11955         file-names clashes on 8+3 filesystems.
11957 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
11959         * org/org.el (org-read-date-get-relative): Interpret lone
11960         weekday abbreviation as relative to today.
11962 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11964         * abbrev.el (define-abbrev-table):
11965         * composite.el (toggle-auto-composition):
11966         * json.el (json-alist-p, json-plist-p):
11967         * minibuffer.el (completion-table-with-predicate):
11968         * ps-mule.el (ps-mule-external-libraries):
11969         * emacs-lisp/advice.el (ad-special-form-p):
11970         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11971         * eshell/em-smart.el (eshell-review-quick-commands):
11972         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
11973         (python-skip-out, python-check-comint-prompt):
11974         Don't use `iff' in docstrings.
11976         * international/robin.el (robin-package-alist): Fix typo in docstring.
11977         (robin-current-package-name): Doc fix.
11978         (robin-activate): Don't use `iff' in docstring.
11980 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
11982         * vc.el, vc-dispatcher.el: VC-Dired support removed.
11983         The code uses a ewoc-based implementation now.
11984         * vc-hooks.el: Support for Meta-CVS has been removed.
11986 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11988         * tool-bar.el: Choose images dynamically.
11989         (tool-bar-make-keymap, tool-bar-find-image): New function.
11990         (tool-bar-find-image-cache): New var.
11991         (tool-bar-local-item, tool-bar-local-item-from-menu):
11992         Don't select the image yet, do it later in tool-bar-make-keymap.
11994 2008-05-07  Andreas Schwab  <schwab@suse.de>
11996         * window.el: Require 'cl when compiling.
11998 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
12000         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
12002 2008-05-07  Glenn Morris  <rgm@gnu.org>
12004         * subr.el (ignore-errors): Move here from cl-macs.el.
12005         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
12007         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
12008         oddness.
12010 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
12012         * vc-hooks.el (vc-find-file-hook):
12013         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
12014         further from vc.el.
12015         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
12017 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
12019         * progmodes/verilog-mode.el (verilog-getopt-file):
12020         Cleanup warning message format.
12021         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
12022         (verilog-auto-inout, verilog-auto-inout-module)
12023         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
12024         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
12025         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
12026         (verilog-auto-sense-sigs, verilog-auto-tieoff)
12027         (verilog-auto-unused, verilog-auto-wire)
12028         (verilog-decls-get-assigns, verilog-decls-get-consts)
12029         (verilog-decls-get-gparams, verilog-decls-get-inouts)
12030         (verilog-decls-get-inputs, verilog-decls-get-outputs)
12031         (verilog-decls-get-ports, verilog-decls-get-regs)
12032         (verilog-decls-get-signals, verilog-decls-get-wires)
12033         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
12034         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
12035         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
12036         (verilog-inject-sense, verilog-library-filenames)
12037         (verilog-mode-release-date, verilog-mode-version)
12038         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
12039         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
12040         (verilog-modi-get-assigns, verilog-modi-get-consts)
12041         (verilog-modi-get-gparams, verilog-modi-get-inouts)
12042         (verilog-modi-get-inputs, verilog-modi-get-outputs)
12043         (verilog-modi-get-ports, verilog-modi-get-regs)
12044         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
12045         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
12046         (verilog-modi-get-wires, verilog-preserve-cache)
12047         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
12048         (verilog-read-sub-decls, verilog-read-sub-decls-line)
12049         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
12050         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
12051         Add caching of additional state, and rework signal extraction
12052         routines to improve AUTO expansion performance by 300%++.
12054 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
12056         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12057         Tweak Open Watcom regexp to distinguish between errors and warnings.
12059 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12061         * dired.el (dired-read-dir-and-switches): Fix up last change.
12063 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
12065         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
12066         out of this function, move it to vc-dispatcher-selection-set.
12068 2008-05-05  Sam Steingold  <sds@gnu.org>
12070         * window.el (delete-other-windows-vertically): New function.
12072 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12074         * dired.el (dired-read-dir-and-switches):
12075         Obey read-file-name-completion-ignore-case.
12077 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
12079         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12080         Add regexp for Open Watcom compiler output.
12082 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
12084         * progmodes/python.el (python-block-pairs): Align finally with except.
12086 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12088         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
12090 2008-05-05  Tom Tromey  <tromey@redhat.com>
12092         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
12093         looking at conflict marker.
12095 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12097         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
12098         client-mode -> vc-client-object, and guess `funcall' was meant.
12099         (vc-dir-mode): Rename client-mode -> vc-client-mode.
12101 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
12103         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
12104         (dbus-debug): Move declarations outside eval-when-compile.
12106 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12108         * proced.el (proced-command-alist): Fix system-type values.
12109         Fix defcustom.
12110         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
12111         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
12112         (proced-sort-start, proced-sort, proced-sort-time): New commands.
12113         (proced-update): Use proced-sorting-scheme.  Update modeline.
12114         (proced-send-signal): Use nreverse.
12115         (proced-sorting-scheme-p): New function.
12117 2008-05-04  Andreas Schwab  <schwab@suse.de>
12119         * vc.el: Require dired when compiling.
12121         * minibuffer.el (completion--insert-strings): Don't delete past bol.
12123 2008-05-03  Glenn Morris  <rgm@gnu.org>
12125         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
12126         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
12127         Simplify compilation requirements.
12128         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
12129         declarations.
12131 2008-05-03  Dave Love  <fx@gnu.org>
12133         * progmodes/python.el (python-beginning-of-statement):
12134         Loop at least once (fixes 2008-02-21 change).
12136 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
12138         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
12139         instead of `length' for comparing length of user and group names.
12141 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
12143         * vc-dispatcher.el: New file, separates out the UI and command
12144         execution machinery from VCS-specific logic left in vc.el.
12145         The separation is not yet completely clean, but it's a good start.
12146         * vc.el: This file is about 1700 lines shorter now.
12147         Remove obsolete logentry-check from the backend API.
12148         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
12149         implementation of the logentry-check method, and it guarded against
12150         a log length limit that has probably been obsolete for 15 years (!).
12152 2008-05-02  Sam Steingold  <sds@gnu.org>
12154         * progmodes/compile.el (compilation-start): Move setting of
12155         compilation-directory after (funcall mode) as that resets local
12156         variables, this fixes recompile in grep buffers.
12157         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
12158         in dired &c).
12160 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
12162         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12163         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12164         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
12165         has one of these and that all are called in compatible ways.
12166         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12167         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12168         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
12169         backend has one of these.
12171 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12173         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
12174         initialization into define-abbrev-table.  Use :regexp.
12175         (octave-mode-syntax-table): Don't set word syntax for `.
12177         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
12178         than only value.
12180         * dired.el (dired-read-dir-and-switches):
12181         Set minibuffer-completing-file-name and call substitute-in-file-name.
12182         (dired-format-columns-of-files): Use completion--insert-strings.
12184         * minibuffer.el (completion-hilit-commonality): Revert last change:
12185         the leftover code was actually useful.
12186         (completion--insert-strings): Use string-width rather than length.
12188 2008-05-02  Sam Steingold  <sds@gnu.org>
12190         * vc.el (vc-dir-mode-map): Enable mouse bindings.
12191         (vc-at-event): New macro: run the body at the even location.
12192         (vc-dir-menu, vc-dir-toggle-mark): Use it.
12193         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
12194         * subr.el (mouse-event-p): Check if the event is mouse-related.
12196 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
12198         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12199         Don't throw error if no file is found.
12201 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12203         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
12204         (vc-default-state-heuristic): Doc fix.
12206 2008-05-02  Richard Sharman  <rsharman@pobox.com>
12208         * hilit-chg.el (highlight-changes-mode): Remove references to
12209         hooks that no longer exist.  Because define-minor-mode is used the
12210         hook highlight-changes-mode-hook exists and can do what both the
12211         old hooks used to do.  The documentation at the top of the file
12212         was updated to demonstrate this.
12213         (highlight-changes-mode): Remove commented out call to a hook
12214         function that is no longer there.
12215         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
12217 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
12219         * vc.el (vc-default-dired-state-info): Change name of primitive
12220         to prettify-state-info, in preparation for ripping out dired mode.
12221         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
12222         to prettify-state-info, in preparation for ripping out dired mode.
12223         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
12224         tries this on a version-controlled buffer.  It will do useless or
12225         actively bad things on any version control system newer than RCS.
12226         * vc-hooks.el (vc-dired-resynch-file):
12227         * vc.el (vc-dired-resynch-file): Change name of primitive to
12228         vc-directory-resynch-file, preparing to remove dired.
12230 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
12232         * vc-rcs.el (vc-rcs-state): Fix typos.
12234         * vc.el (vc-register): Change argument order so that the prefix
12235         argument is assigned correctly.
12236         (vc-next-action, vc-dir-register): Update for the above change.
12238 2008-05-01  Juri Linkov  <juri@jurta.org>
12240         * replace.el (occur-read-primary-args): Set default to the car of
12241         regexp-history and display it in the prompt, but don't add to the
12242         list of minibuffer defaults.  Bind history-add-new-input to nil to
12243         not add automatically `default'.  For empty input return `default'.
12244         Otherwise, add `input' to regexp-history and return it.
12245         (occur-1): Signal an error for the empty regexp.
12247         * progmodes/compile.el (compilation-auto-jump):
12248         Set window point to `pos' explicitly.
12250 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
12252         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
12253         when appropriate.
12254         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
12255         we report the 'unregistered state reliably.
12256         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
12257         we report the 'unregistered state reliably.
12258         * vc-git.el (vc-git-state): Call vc-git-unregistered so
12259         we report the 'unregistered state reliably.
12260         * vc-hooks.el (vc-state): Document that vc-unregistered is
12261         now expected to be returned reliably.
12262         * vc.el (vc-default-dired-state): Change needs-patch state to
12263         needs-update, since the name now shows up in dir-status listings
12264         and was somewhat misleading.
12265         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
12266         immediately after removing the file.
12267         * vc.el (vc-next-action): More informative messages when a fileset
12268         is in a mixed state or files are missing.
12270 2008-05-01  Sam Steingold  <sds@gnu.org>
12272         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
12274 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12276         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
12278 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
12280         * epa-file-hook.el: New file split from epa-file.el.
12281         * epa-file.el: Require 'epa-file-hook.
12282         (epa-file-handler): Add autoload cookie.
12283         * loadup.el: Load epa-file-hook.
12284         * startup.el (command-line): Eval the body of auto-encryption-mode.
12286 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
12288         * vc.el (vc-dir-mode-map): Don't bind "r".
12290         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
12291         (vc-hg-status-printer): New function.
12292         (vc-hg-after-dir-status): Deal with copied and renamed files.
12293         (vc-hg-dir-status): Add flag to show copied files.
12295 2008-05-01  John Paul Wallington  <jpw@pobox.com>
12297         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
12298         (ibuffer-do-sort-by-recency): Reverse sorting order if last
12299         sorting mode was recency.
12301         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
12302         reverse sorting order if last sorting mode was the sorter's.
12304 2008-05-01  Jason Rumney  <jasonr@gnu.org>
12306         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
12308 2008-04-30  John Paul Wallington  <jpw@pobox.com>
12310         * ibuffer.el (define-ibuffer-column filename): When the major mode
12311         is `vc-dir-mode' show the buffer's default directory.
12313         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
12314         major mode is `vc-dir-mode' use the buffer's default directory.
12316 2008-04-30  Sam Steingold  <sds@gnu.org>
12318         * vc.el (vc-dir-delete-file): Add.
12319         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
12320         (vc-delete-file): Do not barf when the file has been already deleted.
12322 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
12324         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
12326 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12328         * progmodes/octave-mod.el (octave-help): New function.
12329         * progmodes/octave-hlp.el: Delete.
12330         * info-look.el (octave-mode): Add operator index.
12332         * vc.el (vc-checkout): Typo.
12334 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
12336         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
12337         Add "..." in the appropriate places.
12339         * epa.el (epa-key-list-mode-map): Add more menu entries.
12340         Add "..." in the appropriate places.
12342         * dired.el (dired-mode-map): Add :help.
12344         * vc.el (vc-deduce-fileset): Add new parameter.
12345         (vc-dir-marked-only-files): New function.
12346         (vc-next-action): Don't ignore directories, look at the files
12347         inside them.
12348         (vc-dir-mode): Document how the mark/unmark commands work.
12350 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12352         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12353         Rule out trailing spaces in file and directory names as well.
12355         * minibuffer.el (completion--do-completion): Move point even if the
12356         completion makes no change.
12357         (completion-pcm-try-completion): Fix computation of new point.
12359 2008-04-30  David Hansen  <david.hansen@gmx.net>
12361         * dired.el: Require 'cl.
12363 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
12365         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
12366         hollow if not in innermost frame.
12368 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12370         Make `checkout-model' apply to filesets.
12371         * vc-hooks.el (vc-checkout-model): Rewrite.
12372         (vc-before-save, vc-after-save): Adjust callers accordingly.
12373         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
12374         (vc-transfer-file): Adjust callers accordingly.
12375         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
12376         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
12377         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
12378         instead of vc-checkout-model.
12379         * vc-mcvs.el (vc-mcvs-revert):
12380         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
12381         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
12382         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
12383         * vc-svn.el (vc-svn-checkout-model):
12384         * vc-hg.el (vc-hg-checkout-model):
12385         * vc-git.el (vc-git-checkout-model):
12386         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
12388         * dired.el (dired-read-dir-and-switches): Replace last change with
12389         a new approach that mixes read-file-name and read-directory-name.
12391         * files.el (read-buffer-to-switch):
12392         Avoid making assumptions about `other-buffer'.
12394 2008-04-29  Sam Steingold  <sds@gnu.org>
12396         * vc.el (vc-dir-mode-hook): Add normal hook.
12397         (vc-dir-mode): Run it.
12399 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
12401         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
12402         Always split windows.
12403         (gdb-speedbar-timer-fn): Only raise frame after user input.
12404         (gdb-same-frame): Reverse initial value.
12405         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
12407         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
12408         gdb-speedbar-timer-fn.
12410 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12412         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
12414 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
12416         * epa.el (epa-key-list-mode-map): Add menu.
12417         (epa-delete-keys, epa-import-keys): Fix typo.
12419 2008-04-29  Glenn Morris  <rgm@gnu.org>
12421         * find-cmd.el (top-level): Does not need cl when compiling.
12423 2008-04-29  Philip Jackson  <phil@shellarchive.co.uk>
12425         * find-cmd.el: New file.
12427 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12429         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
12430         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
12431         (completion-pcm--hilit-commonality): New function.
12432         (completion-pcm-all-completions): Use it.
12434         * minibuffer.el (completion-common-substring): Mark obsolete.
12435         (completions-first-difference, completions-common-part):
12436         Move from simple.el.
12437         (completion-hilit-commonality): New fun.
12438         (display-completion-list, completion-emacs21-all-completions)
12439         (completion-emacs22-all-completions): Use it.
12440         * simple.el (completions-first-difference, completions-common-part):
12441         Move to minibuffer.el.
12442         (choose-completion-string): Use field functions and minibufferp.
12443         (completion-setup-function): Don't set completions faces.
12445 2008-04-29  Glenn Morris  <rgm@gnu.org>
12447         * calendar/calendar.el (calendar-nth-named-absday)
12448         (calendar-nth-named-day):
12449         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
12450         * calendar/holidays.el (holiday-float): Doc fixes.
12452         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
12453         the `full' case.
12455         * org/org-agenda.el (calendar-iso-from-absolute):
12456         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
12457         Fix declarations.
12459 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
12461         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
12462         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
12463         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
12464         (gdb-assembler-custom): Be careful not to match other addresses.
12466 2008-04-29  Jason Rumney  <jasonr@gnu.org>
12468         * battery.el (battery-status-function): Use w32-battery-status
12469         on Windows.
12470         (battery-echo-area-format): Make apm format the general case.
12471         (battery-mode-line-format): Merge apm and pmset formats as the
12472         general case.
12474 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
12476         * progmodes/gdb-ui.el (gdb-info-stack-custom):
12477         Use gud-tool-bar-item-visible-no-fringe.
12478         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
12479         is already visible in frame.  Remove optional size parameter
12480         and add optional frame parameter.
12482         * progmodes/gud.el (gud-display-line): Only consider visible
12483         frames when looking for source buffer.
12485 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
12487         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
12488         argument to get-char-property, in case the current buffer hasn't
12489         been assigned to that window yet.
12490         (doc-view-display): Default to selected window if the current
12491         buffer hasn't been assigned to a window yet.
12493 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
12495         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
12497 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
12499         * net/tramp.el (tramp-mode): New defcustom.
12500         (tramp-file-name-handler, tramp-completion-file-name-handler):
12501         Use it.
12502         (tramp-replace-environment-variables): Handle "$$".
12504 2008-04-28  Sam Steingold  <sds@gnu.org>
12506         * vc-hg.el (vc-hg-rename-file): Fix argument order.
12508 2008-04-28  Bastien Guerry  <bzg@altern.org>
12510         * whitespace.el (whitespace-trailing): Fix typo.
12512 2008-04-28  Sam Steingold  <sds@gnu.org>
12514         * textmodes/remember.el (diary-make-entry): Update the autoload.
12516 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12518         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
12519         all-completions.
12521 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
12523         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
12525 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
12527         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
12528         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
12529         (vc-dir-mark-file): Add an optional argument.
12530         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
12532 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
12534         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
12535         rather than obsolete alias find-file-hooks.
12536         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
12537         Use find-file-hook rather than obsolete alias find-file-hooks.
12538         Add to find-file-not-found-functions.
12539         (epa-file-handler): Put 'safe-magic and 'operations properties.
12541         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
12542         (epa-menu-items): Remove.
12544         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
12545         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
12546         (epa-dired-mode, epa-global-dired-mode): Remove.
12548         * dired.el (dired-mode-map): Bind encryption/decryption commands.
12550         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
12552         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
12554 2008-04-27  Glenn Morris  <rgm@gnu.org>
12556         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
12557         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
12559 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
12561         * org/org.el (org-html-level-start): Always have id's in HTML.
12562         (org-export-as-html): Use `org-link-protocols' to
12563         retrieve the export form of the link.
12564         (org-add-link-type): Final parameter renamed from PUBLISH.
12565         Better documentation of how it is to be used.  Avoid double entries for
12566         the same link type.
12567         (org-add-link-props): New function.
12568         (org-modules-loaded): New variable.
12569         (org-load-modules-maybe, org-set-modules): New function.
12570         (org-modules): New option.
12571         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
12572         (orgtbl-mode, org-store-link, org-insert-link-global)
12573         (org-open-at-point): Call `org-load-modules-maybe'.
12574         (org-search-view): Add more text properties.
12575         (org-agenda-schedule, org-agenda-deadline): Allow also in
12576         search-type agendas.
12577         (org-search-view): Order of arguments has been changed.
12578         Interpret prefix-arg as TODO-ONLY.
12579         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
12580         Take new argument order of `org-search-view' into account.
12581         (org-todo-only): New variable.
12582         (org-search-syntax-table): New variable and function.
12583         (org-search-view): Do the search with the special syntax table.
12584         (define-obsolete-function-alias): Make work with XEmacs.
12585         (org-add-planning-info): Use old date as default when modifying an
12586         existing deadline or scheduled item.
12587         (org-agenda-compute-time-span): Make argument N optional.
12588         (org-agenda-format-date-aligned): Require `cal-iso'.
12589         (org-agenda-list): Include week into agenda heading, don't
12590         list it at each date (only on Mondays).
12591         (org-read-date-analyze): Define local variable `iso-date'.
12592         (org-agenda-format-date-aligned): Remove dependency on
12593         `calendar-time-from-absolute'.
12594         (org-remember-apply-template, org-go-to-remember-target):
12595         Interpret filenames relative to `org-directory'.
12596         (org-complete): Silently fail when trying to complete
12597         keywords that don't have a default value.
12598         (org-get-current-options): Add a #+DATE: option.
12599         (org-additional-option-like-keywords): Remove "DATE:" from the
12600         list of additional keywords.
12601         (org-export-as-html): Remove (current-time) as unnecessary second
12602         argument of `format-time-string'.
12603         (org-clock-find-position): Handle special case at end of buffer.
12604         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
12605         `org-agenda-change-time-span'.
12606         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
12607         `org-agenda-change-time-span'.
12608         (org-agenda-month-view): New argument MONTH, pass it on to
12609         `org-agenda-change-time-span'.
12610         (org-agenda-year-view): New argument YEAR, pass it on to
12611         `org-agenda-change-time-span'.
12612         (org-agenda-change-time-span): New optional argument N, pass it on
12613         to `org-agenda-compute-time-span'.
12614         (org-agenda-compute-time-span): New argument N, interpret it by
12615         changing the starting day.
12616         (org-small-year-to-year): New function.
12617         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
12618         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
12619         into the future, and that the shift is at least one interval, never 0.
12620         (org-update-checkbox-count): Fix bug with checkbox counting.
12621         (org-add-note): New command.
12622         (org-add-log-setup): Rename from `org-add-log-maybe'.
12623         (org-log-note-headings): New entry for plain notes (i.e. notes not
12624         related to state changes or clocking).
12625         (org-get-org-file): Check for availability of `remember-data-file'.
12626         (org-cached-entry-get): Allow a regexp value for
12627         `org-use-property-inheritance'.
12628         (org-use-property-inheritance): Allow regexp value.  Fix bug in
12629         customization type.
12630         (org-use-tag-inheritance): Allow a list and a regexp value for
12631         this variable.
12632         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
12633         (org-entry-get): Respect value `selective' for the INHERIT argument.
12634         (org-tag-inherit-p, org-property-inherit-p): New functions.
12635         (org-agenda-format-date-aligned): Allow 10 characters for
12636         weekday, to accommodate German locale.
12637         (org-add-archive-files): New function.
12638         (org-agenda-files): New argument `ext', to get archive files as well.
12639         (org-tbl-menu): Protect the use of variables that
12640         are only available when org-table.el gets loaded.
12641         (org-read-agenda-file-list): Error if `org-agenda-files' is a
12642         single directory.
12643         (org-open-file): Allow a batch process to trigger
12644         waiting after executing a system command.
12645         (org-store-link): Link to headline when there is not
12646         target and no region in an org-mode buffer when creating a link.
12647         (org-link-types-re): New variable.
12648         (org-make-link-regexps): Compute `org-link-types-re'.
12649         (org-make-link-description-function): New option.
12650         (org-agenda-date, org-agenda-date-weekend): New faces.
12651         (org-archive-sibling-heading): New option.
12652         (org-archive-to-archive-sibling): New function.
12653         (org-iswitchb): New command.
12654         (org-buffer-list): New function.
12655         (org-agenda-columns): Also try the #+COLUMNS line in
12656         the buffer associated with the entry at point (or with the first
12657         entry in the agenda view).
12658         (org-modules): Add entry for org-bibtex.el.
12659         (org-completion-fallback-command): Move into `org-completion' group.
12660         (org-clock-heading-function): Move to `org-progress' group.
12661         (org-auto-repeat-maybe): Make sure that a note can
12662         be enforces if `org-log-repeat' is `note'.
12663         (org-modules): Allow additional symbols for external packages.
12664         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
12665         (org-clock-goto): Hide drawers after showing an
12666         entry with `org-clock-goto'.
12667         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
12668         Try also a clocktable block shift.
12669         (org-clocktable-try-shift): New function.
12670         (org-columns-hscoll-title): New function.
12671         (org-columns-previous-hscroll): New variable.
12672         (org-columns-full-header-line-format): New variable.
12673         (org-columns-display-here-title, org-columns-remove-overlays):
12674         Install `org-columns-hscoll-title' in post-command-hook.
12676         * org/org.el: Split into many small files.
12678         * org/org-agenda.el: New file, split off from org.el.
12680         * org/org-archive.el: New file, split off from org.el.
12682         * org/org-bbdb.el: New file.
12684         * org/org-bibtex.el: New file, split off from org.el.
12686         * org/org-clock.el: New file, split off from org.el.
12688         * org/org-colview.el: New file, split off from org.el.
12690         * org/org-compat.el: New file, split off from org.el.
12692         * org/org-exp.el: New file, split off from org.el.
12694         * org/org-faces.el: New file, split off from org.el.
12696         * org/org-gnus.el: New file, split off from org.el.
12698         * org/org-info.el: New file, split off from org.el.
12700         * org/org-infojs.el: New file.
12702         * org/org-irc.el: New file.
12704         * org/org-macs.el: New file, split off from org.el.
12706         * org/org-mew.el: New file.
12708         * org/org-mhe.el: New file, split off from org.el.
12710         * org/org-publish.el: New file, split off from org.el.
12712         * org/org-remember.el: New file, split off from org.el.
12714         * org/org-rmail.el: New file, split off from org.el.
12716         * org/org-table.el: New file, split off from org.el.
12718         * org/org-vm.el: New file, split off from org.el.
12720         * org/org-wl.el: New file, split off from org.el.
12722 2008-04-27  Jason Riedy  <jason@acm.org>
12724         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
12725         parameter that suppresses lines that evaluate to NIL.
12726         (orgtbl-get-fmt): New inline function for
12727         picking apart formats that may be lists.
12728         (orgtbl-apply-fmt): New inline function for applying formats that
12729         may be functions.
12730         (orgtbl-eval-str): New inline function for strings that may be
12731         functions.
12732         (orgtbl-format-line, orgtbl-to-generic): Use and document.
12733         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
12734         (*orgtbl-llfmt*, *orgtbl-llstart*)
12735         (*orgtbl-llend*): Dynamic variables for last-line formatting.
12736         (orgtbl-format-section): Shift formatting to support detecting the
12737         last line and formatting it specially.
12738         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
12739         formats unless overridden.
12740         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
12741         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
12742         bound variables to hold the input collection of lines and output
12743         formatted text.
12744         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
12745         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
12746         format parameters.
12747         (orgtbl-format-line): New function encapsulating formatting for a
12748         single line.
12749         (orgtbl-format-section): Similar for each section.  Rebinding the
12750         dynamic vars customizes the formatting for each section.
12751         (orgtbl-to-generic): Use orgtbl-format-line and
12752         orgtbl-format-section.
12753         (org-get-param): Now unused, so delete.
12754         (orgtbl-gather-send-defs): New function to
12755         gather all the SEND definitions before a table.
12756         (orgtbl-send-replace-tbl): New function to find the RECEIVE
12757         corresponding to the current name.
12758         (orgtbl-send-table): Use the previous two functions and implement
12759         multiple destinations for each table.
12761         * doc/org.texi (A LaTeX example): Note that fmt may be a
12762         one-argument function, and efmt may be a two-argument function.
12763         (Radio tables): Document multiple destinations.
12765 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
12767         * org/org-agenda.el (org-add-to-diary-list): New function.
12768         (org-prefix-has-effort): New variable.
12769         (org-sort-agenda-noeffort-is-high): New option.
12770         (org-agenda-columns-show-summaries)
12771         (org-agenda-columns-compute-summary-properties): New options.
12772         (org-format-agenda-item): Compute the duration of the item.
12773         (org-agenda-weekend-days): New variable.
12774         (org-agenda-list, org-timeline): Use the proper faces for dates in
12775         the agenda and timeline buffers.
12776         (org-agenda-archive-to-archive-sibling): New command.
12777         (org-agenda-start-with-clockreport-mode): New option.
12778         (org-agenda-clockreport-parameter-plist): New option.
12779         (org-agenda-clocktable-mode): New variable.
12780         (org-agenda-deadline-leaders): Allow a function value for the
12781         deadline leader.
12782         (org-agenda-get-deadlines): Deal with new function value.
12784         * org/org-clock.el (org-clock): New customization group.
12785         (org-clock-into-drawer, org-clock-out-when-done)
12786         (org-clock-in-switch-to-state, org-clock-heading-function):
12787         Move into the new group.
12788         (org-clock-out-remove-zero-time-clocks): New option.
12789         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
12790         (org-dblock-write:clocktable): Allow a Lisp form for the scope
12791         parameter.
12792         (org-dblock-write:clocktable): Fix bug with total time calculation.
12793         (org-dblock-write:clocktable): Request the unrestricted list of files.
12794         (org-get-clocktable): New function.
12795         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
12796         be strings but also integers (an absolute day number) and lists (m d y).
12798         * org/org-colview.el (org-columns-next-allowed-value)
12799         (org-columns-edit-value): Limit the effort for updating in the
12800         agenda to recomputing a single file.
12801         (org-columns-compute): Only write property value if it has changed.
12802         This avoids raising the buffer-change-flag unnecessarily.
12803         (org-agenda-colview-summarize)
12804         (org-agenda-colview-compute): New functions.
12805         (org-agenda-columns): Call `org-agenda-colview-summarize'.
12807         * org/org-exp.el (org-export-run-in-background): New option.
12808         (org-export-icalendar): Allow a batch process to trigger waiting
12809         after executing a system command.
12810         (org-export-preprocess-string): Rename from
12811         `org-cleaned-string-for-export'.
12812         (org-export-html-style): Made target class look like normal text.
12813         (org-export-as-html): Make use of the better preprocessing in
12814         `org-cleaned-string-for-export'.
12815         (org-cleaned-string-for-export): Better treatment of heuristic
12816         targets, many more internal links will now work in HTML export.
12817         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
12818         (org-export-inbuffer-options-extra): New variable.
12819         (org-export-options-filters): New hook.
12820         (org-infile-export-plist): Find also the settings keywords in
12821         `org-export-inbuffer-options-extra'.
12822         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
12823         multiple #+INFOJS_OPT lines.
12824         (org-export-html-handle-js-options): New function.
12825         (org-export-html-infojs-setup): New option.
12826         (org-export-as-html): Call `org-export-html-handle-js-options'.
12827         Add autoload to all entry points.
12828         (org-skip-comments): Function removed.
12830         * org/org-table.el (org-table-make-reference): Extra parenthesis
12831         around single fields, to make sure that algebraic formulas get
12832         correctly interpreted by calc.
12833         (org-table-current-column): No longer interactive.
12835         * org/org-export-latex.el (org-export-latex-preprocess):
12836         Rename from `org-export-latex-cleaned-string'.
12838 2008-04-27  Bastien Guerry  <bzg@altern.org>
12840         * org/org-publish.el (org-publish-get-base-files-1): New function.
12841         (org-publish-get-base-files): Use it.
12842         (org-publish-temp-files): New variable.
12843         Don't require 'dired-aux anymore.
12844         (org-publish-initial-buffer): New variable.
12845         (org-publish-org-to, org-publish): Use it.
12846         (org-publish-get-base-files-1): Bug fix: get
12847         the proper list of files when recursing thru a directory.
12848         (org-publish-get-base-files): Use the :exclude property to skip
12849         both files and directories.
12851 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
12853         * net/tramp.el (tramp-handle-make-symbolic-link)
12854         (tramp-handle-file-name-directory)
12855         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
12856         (tramp-do-copy-or-rename-file-directly)
12857         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
12858         (tramp-handle-substitute-in-file-name)
12859         (tramp-handle-insert-file-contents, tramp-handle-write-region)
12860         * net/tramp-cache.el (tramp-get-file-property)
12861         (tramp-set-file-property, tramp-flush-file-property)
12862         (tramp-flush-directory-property)
12863         * net/tramp-compat.el (tramp-compat-make-temp-file)
12864         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
12865         Disable `file-name-handler-alist' when handling localname.
12866         It could have a remote file syntax, like a VMS file name.
12868 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12870         * whitespace.el: New version 11.1.
12871         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
12872         enclosed by \\( and \\)$.  Docstring fix.
12873         (whitespace-trailing-regexp): Fun removed.
12874         (whitespace-report-list): Const initialization fix.
12875         (whitespace-color-on): Code fix.
12877 2008-04-27  Andreas Schwab  <schwab@suse.de>
12879         * Makefile.el: Unbreak bootstrap.
12881 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
12883         * net/tramp.el (tramp-replace-environment-variables): New defun.
12884         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
12885         Use it.
12887 2008-04-27  Glenn Morris  <rgm@gnu.org>
12889         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
12891         * calculator.el (calculator-expt): Replace cl function `oddp'.
12893 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
12895         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12896         Simplify.  Collect `defun' and `autoload' entries.
12897         Avoid modifying load-history.
12899 2008-04-26  Glenn Morris  <rgm@gnu.org>
12901         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
12903         * simple.el (quoted-insert, zap-to-char): Revert previous change.
12905 2008-04-26  John Paul Wallington  <jpw@pobox.com>
12907         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
12908         `hexl-mode-old-eldoc-documentation-function'.
12909         (hexl-mode-exit): Restore it.
12910         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
12912         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
12914 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
12916         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
12917         (completion-pcm--all-completions): Doc fix.
12918         (completion-styles-alist, completion-all-completions):
12919         Fix typos in docstrings.
12921 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12923         * whitespace.el: There is now only one variable (whitespace-style) to
12924         specify which kind of blank is visualized.  Doc and docstring fix.
12925         New version 11.0.
12926         (whitespace-style): New option, replace whitespace-style-mark and
12927         whitespace-style-color.
12928         (whitespace-style-mark, whitespace-style-color): Options removed.
12929         (whitespace-hspace, whitespace-tab, whitespace-newline)
12930         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
12931         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
12932         (whitespace-hspace-regexp, whitespace-space-regexp)
12933         (whitespace-tab-regexp, whitespace-trailing-regexp)
12934         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12935         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
12936         (whitespace-space-after-tab-regexp, whitespace-line-column)
12937         (whitespace-display-mappings, whitespace-report): Docstring fix.
12938         (whitespace-color-value-list, whitespace-mark-value-list)
12939         (whitespace-active-color, whitespace-active-mark)
12940         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
12941         (whitespace-style-value-list, whitespace-active-style)
12942         (whitespace-toggle-style): New vars.
12943         (whitespace-toggle-option-alist, whitespace-help-text):
12944         Var initialization and docstring fix.
12945         (whitespace-toggle-options, global-whitespace-toggle-options)
12946         (whitespace-cleanup, whitespace-cleanup-region)
12947         (whitespace-report-region, whitespace-interactive-char)
12948         (whitespace-toggle-list): Docstring and code fix.
12949         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
12950         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
12951         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
12952         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
12954 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12956         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
12957         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
12958         (diff-sanity-check-hunk): Adjust code accordingly.
12960 2008-04-26  Glenn Morris  <rgm@gnu.org>
12962         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
12964         * forms-d2.dat: Move to ../etc.
12965         * forms-d2.el (forms-file): Adapt for above change.
12967         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
12968         `translation-table-for-input'.
12970         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
12971         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
12973         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
12974         to punctuation now it's not needed for abbrevs.
12975         (fortran-mode-abbrev-table): Remove defvar, make use of new
12976         define-abbrev-table :regexp feature.
12978         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
12979         insert, now that translation-table-for-input is not needed.
12981 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
12983         * emacs-lisp/pp.el (pp-display-expression): New function,
12984         extracted from pp-eval-expression.
12985         (pp-eval-expression): Use pp-display-expression.
12986         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
12987         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
12988         (pp-eval-last-sexp): Use pp-last-sexp.
12990 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12992         * abbrev.el (define-abbrev-table): Apply props even if the table
12993         exists already.
12995         * minibuffer.el (completion-table-with-context): Fix `pred' for the
12996         various kinds of completion tables.
12997         (completion-emacs22-try-completion): Place cursor after the /, as was
12998         done in Emacs-22's minibuffer-complete-word.
12999         Fix bug reported by David Hansen <david.hansen@gmx.net>.
13000         (completion-emacs22-try-completion): Merge all mergeable text rather
13001         than just /.
13002         (completion-pcm--delim-wild-regex): New var.
13003         (completion-pcm-word-delimiters): New custom.
13004         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
13005         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
13006         (completion-pcm--all-completions, completion-pcm-all-completions)
13007         (completion-pcm--merge-completions, completion-pcm--pattern->string)
13008         (completion-pcm-try-completion): New functions.
13009         (completion-styles-alist): Add them.
13010         (completion-styles): Add it to the default.
13012 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
13014         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
13015         (gdb-var-create-handler): ...until here when there are values.
13016         (gdb-post-prompt): Don't do -var-update with no watch expressions.
13017         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
13019 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
13021         * ls-lisp.el (ls-lisp-format): Fix last change.
13022         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
13023         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
13024         (ls-lisp-filesize-f-fmt): New defvars.
13025         (ls-lisp-insert-directory): Dynamically compute format specifiers
13026         for displaying UID, GID, and file size, and store them in the
13027         above variables.
13028         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
13029         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
13030         instead of constant format strings.
13031         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
13032         ls-lisp-filesize-d-fmt instead of constant format strings.
13034 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
13036         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
13037         value of addresses rather than (partial) string value.
13038         (gdb-frame-handler): Change regexp according to above change.
13039         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13040         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
13041         (gdb-assembler-mode): Disable undo in these buffers.
13043 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
13045         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
13046         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
13048 2008-04-24  Sam Steingold  <sds@gnu.org>
13050         * textmodes/remember.el (remember-diary-extract-entries): Use
13051         diary-make-entry instead of the obsolete make-diary-entry.
13053 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13055         * subr.el (translation-table-for-input): Mark as obsolete.
13057         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
13059         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
13061         * textmodes/ispell.el (ispell-dictionary-alist-1)
13062         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
13063         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
13064         (ispell-dictionary-alist-6): Remove.
13065         (ispell-dictionary-base-alist): New var, merges the above.
13066         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
13067         Use it.
13068         (ispell-dictionary-alist): Default to nil.  Remove autoload.
13069         (ispell-local-dictionary-alist): Remove autoload.
13071         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
13072         (f90-mode-abbrev-table): Use the new :regexp feature.
13073         Merge defvar and mapc into define-abbrev-table.
13074         (f90-imenu-type-matcher): Remove unused `l'.
13075         (f90-imenu-generic-expression): Remove unused `not-ib'.
13076         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
13077         (f90-change-keywords): Use restore-buffer-modified-p.
13079 2008-04-24  Glenn Morris  <rgm@gnu.org>
13081         * net/goto-addr.el (goto-address-prog-mode):
13082         * progmodes/bug-reference.el (bug-reference-prog-mode):
13083         Define for compiler.
13085         * minibuffer.el (x-file-dialog): Declare as function.
13087         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
13088         dframe-update-speed rather than obsolete alias speedbar-update-speed.
13090         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
13091         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
13092         work with easymenu.  Add :keys where needed.
13094         * calendar/cal-move.el (calendar-scroll-left): Handle case when
13095         event-start is nil.
13097         * calendar/calendar.el (calendar-mode-map): Fix typo.
13099 2008-04-24  Tom Tromey  <tromey@redhat.com>
13101         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13102         Document keywords.  Add :suppress.
13103         * pcvs-defs.el (cvs-mode-map): Use :suppress.
13105         * net/goto-addr.el (goto-address-unfontify): New function.
13106         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
13107         (goto-address-fontify-region, goto-address-mode)
13108         (goto-address-prog-mode): New functions.
13110         * progmodes/bug-reference.el: New file.
13112 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13114         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
13116 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13118         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
13119         macros within lambdas.
13121 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13123         * minibuffer.el (completion-try-completion): Add `point' argument.
13124         Change return value.
13125         (completion-all-completions): Add `point' argument.
13126         (minibuffer-completion-help): Pass the new `point' argument.
13127         (completion--do-completion): Pass the whole field to try-completion.
13128         (completion--try-word-completion): Rewrite, making fewer assumptions.
13129         (completion-emacs21-try-completion, completion-emacs21-all-completions)
13130         (completion-emacs22-try-completion, completion-emacs22-all-completions)
13131         (completion-basic-try-completion, completion-basic-all-completions):
13132         New functions.
13133         (completion-styles-alist): Use them.
13135 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
13137         * textmodes/ispell.el (ispell-set-spellchecker-params):
13138         New function to make sure right params and dictionary alists are used
13139         after spellchecker changes.
13140         (ispell-aspell-dictionary-alist, ispell-last-program-name)
13141         (ispell-initialize-spellchecker-hook): New variables and hook.
13142         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
13143         (ispell-maybe-find-aspell-dictionaries): Remove.
13144         Calls replaced by (ispell-set-spellchecker-params) calls.
13145         (ispell-have-aspell-dictionaries): Remove.
13147         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
13148         by ispell-set-spellchecker-params.
13150 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13152         * complete.el (PC-do-completion): Be more robust in the presence of
13153         unexpected values in minibuffer-completion-predicate.
13155         * minibuffer.el (read-file-name): Don't let-bind default-directory.
13156         Only abbreviate default-filename if it's a file.
13158         * minibuffer.el (read-file-name-function, read-file-name-predicate)
13159         (read-file-name-completion-ignore-case, insert-default-directory):
13160         New vars, moved from fileio.c.
13161         (read-file-name): New fun, moved from fileio.c.
13162         * cus-start.el: Remove insert-default-directory and
13163         read-file-name-completion-ignore-case.
13165 2008-04-23  Magnus Henoch  <mange@freemail.hu>
13167         * tar-mode.el (tar-untar-buffer): If the entry has directory
13168         link type, extract it as a directory even if its file name doesn't
13169         end with a slash.  Fixes extraction of NetBSD tar archives.
13171 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13173         * server.el (server-start): Also don't get confused by CRs since we
13174         don't quote them.
13176 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
13178         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
13179         (gdb-set-gud-minor-mode-existing-buffers)
13180         (gdb-info-breakpoints-custom, gdb-get-location)
13181         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13182         Previously gdb-create-define-alist wasn't always run and added to
13183         after-save-hook.
13185         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
13187 2008-04-23  Kevin Ryde  <user42@zip.com.au>
13189         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
13190         comments like unindented ones.
13192 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13194         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
13195         parameter origins.
13197 2008-04-23  Kevin Ryde  <user42@zip.com.au>
13199         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13200         Bind print-level to ensure output forms aren't truncated if
13201         print-level is set to eval-expression-print-level when going via
13202         eval-defun and friends, or has been otherwise fiddled with.
13204 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13206         * progmodes/cc-mode.el (c-basic-common-init): Don't set
13207         font-lock-extend-after-change-region-function globally.
13209 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
13211         * speedbar.el (speedbar-use-tool-tips-flag)
13212         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
13213         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
13214         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
13215         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
13216         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
13217         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
13218         (speedbar-separator-face): Fix typos in docstrings.
13219         (speedbar-stealthy-function-list, speedbar-verbosity-level)
13220         (speedbar-supported-extension-expressions, speedbar-update-current-file)
13221         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
13222         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
13223         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
13224         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
13225         (speedbar-check-vc-this-line, speedbar-files-line-directory)
13226         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
13227         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
13228         (speedbar-recenter): Doc fixes.
13229         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
13230         declaration and remove redundant info in docstring.
13232 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
13234         * vc-git.el (vc-git-status-printer): Deal with directories.
13236         * vc.el (vc-next-action): Look at more than the first file to
13237         determine the state.
13239 2008-04-23  Glenn Morris  <rgm@gnu.org>
13241         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
13242         timers.  Doc fix.
13243         (dframe-update-speed): Drop support for XEmacs < 20.
13244         (dframe-frame-mode): Drop support for Emacs < 20.
13245         (dframe-set-timer-internal): Drop support for Emacs without timers.
13246         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
13248         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
13249         versions.  Add doc-string.  Mark as obsolete.
13251         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
13253         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
13254         rather than using an Emacs version test.
13256         * tree-widget.el (tree-widget-image-enable): Use display-images-p
13257         rather than an Emacs version test.
13259         * calendar/cal-china.el (holiday-chinese-qingming)
13260         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
13261         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
13262         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
13264         * calendar/cal-islam.el (holiday-islamic): Doc fix.
13266         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
13267         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
13268         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
13270 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
13272         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
13273         (gdb-previous-frame-pc-address): ...to this.
13274         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
13275         of "info frame" with Gdb 6.4+.
13276         (gdb-stack-list-frames-regexp): New regexp.
13277         (gdb-frame-handler-1): Parse output of -stack-info-frame.
13279 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
13281         * tar-mode.el (tar-prefix-offset): New constant.
13282         (tar-header-block-tokenize): Support paths with long names
13283         which use the "ustar" standard.
13285 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
13287         * image-dired.el (image-dired-track-original-file)
13288         (image-dired-modify-mark-on-thumb-original-file):
13289         Use `dired-goto-file' instead of `search-forward'.  This solves
13290         a bug with finding files where the file name is a subset of other
13291         file names.  Doc fix.
13293 2008-04-22  Juri Linkov  <juri@jurta.org>
13295         * menu-bar.el (buffers-menu-max-size): Move its definition down to
13296         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
13297         (yank-menu-length): Change group name `mouse' to `menu'.
13298         (buffers-menu-buffer-name-length): New user option.
13299         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
13300         instead of the hard-coded number 27.
13302 2008-04-22  Juri Linkov  <juri@jurta.org>
13304         * isearch.el (eval-when-compile): Require `help-macro'.
13305         (isearch-help-for-help-internal): Isearch specific Help screen
13306         created by `make-help-screen'.
13307         (isearch-help-map): New variable that binds "b", "k", "m" to
13308         isearch-specific commands, and binds other keys to
13309         isearch-other-control-char, thus allowing other Help keys to
13310         exit isearch mode and execute their global definitions.
13311         (isearch-help-for-help, isearch-describe-bindings)
13312         (isearch-describe-key, isearch-describe-mode): New commands.
13313         (isearch-mode-help): Define alias to isearch-describe-mode
13314         and remove its old function definition.
13315         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
13316         Remove old comments because this issue is settled now.
13317         (isearch-forward): Describe three new Help commands in the docstring.
13318         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
13319         leave the single sentence at the first line of the docstring,
13320         and prepend the word "function" before `isearch-forward'
13321         to make the Help link to the function instead of variable.
13323 2008-04-22  Juri Linkov  <juri@jurta.org>
13325         * isearch.el (isearch-success-function): New variable with default
13326         to `isearch-success-function-default'.
13327         (isearch-search): Call a function from `isearch-success-function'
13328         instead of calling the hard-coded `isearch-range-invisible'.
13329         (isearch-success-function-default): New function that calls
13330         `isearch-range-invisible' and inverts its return value.
13332         * info.el (Info-search): In two similar places that skip
13333         undesired search matches move code to Info-search-success-function,
13334         and call `isearch-success-function' instead.
13335         (Info-search-success-function): New function copied from code
13336         in Info-search.  Replace isearch-range-invisible with
13337         text-property-not-all that checks for 'invisible and 'display
13338         properties to skip partially invisible matches (whose display
13339         properties were set by Info-fontify-node).
13340         (Info-mode): Set buffer-local isearch-success-function
13341         to Info-search-success-function.
13343 2008-04-22  Juri Linkov  <juri@jurta.org>
13345         * minibuffer.el (internal-complete-buffer-except): New function.
13347         * files.el (read-buffer-to-switch): New function.
13348         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
13349         Change interactive spec to call read-buffer-to-switch instead of
13350         using the letter "B".
13352         * simple.el (minibuffer-default-add-shell-commands): New function.
13353         Use declare-function for mailcap-file-default-commands from "mailcap".
13354         (shell-command): Set local minibuffer-default-add-function to
13355         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
13356         before calling read-shell-command.  Set 4th arg default-value of
13357         read-shell-command to relative buffer-file-name in file buffers.
13359         * dired-aux.el (dired-read-shell-command-default): Move it to
13360         gnus/mailcap.el and change its name to more general name
13361         mailcap-file-default-commands.
13362         (minibuffer-default-add-dired-shell-commands): New function.
13363         Use declare-function for mailcap-file-default-commands from "mailcap".
13364         (dired-read-shell-command): Set local minibuffer-default-add-function
13365         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
13366         before calling read-shell-command.  Remove dired-read-shell-command-default
13367         from the default value arg because default values are not set in
13368         minibuffer-default-add-dired-shell-commands.  Doc fix.
13370         * dired-x.el (dired-smart-shell-command): Sync arguments and
13371         interactive spec with changes in `shell-command'.
13372         Use dired-get-filename to get the dired file name at point
13373         as the default value in dired mode.
13375 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
13377         * info.el (Info-complete-menu-item): Add missing parenthesis.
13379 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13381         * info.el (Info-complete-menu-item): Save point.
13383 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
13385         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
13387 2008-04-22  Andreas Schwab  <schwab@suse.de>
13389         * Makefile.in (emacs-deps): Define.
13390         Use it instead of $(lisp)/subdirs.el.
13392 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
13394         * vc.el (vc-next-action): Do not consider directories when
13395         checking for state compatibility.
13396         (vc-transfer-file): Use when not if.
13397         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
13398         (vc-dir-mark-file): Use them.
13399         (vc-deduce-fileset): Also return the backend.
13400         (vc-diff-internal): Take as argument the value returned by
13401         vc-deduce-fileset instead of just the fileset.
13402         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
13403         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
13404         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
13406 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
13408         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
13409         set-window-vscroll but image-scroll-down.  Fixes a bug where a
13410         command following SPC scrolled up again.
13412 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
13414         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
13415         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
13416         (gud-watch): Add "$" prefix when in registers buffer.
13418 2008-04-22  Glenn Morris  <rgm@gnu.org>
13420         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
13422         * whitespace.el (whitespace-display-table)
13423         (whitespace-display-table-was-local): Move definitions before use.
13425         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
13426         (copyright-limit): Respect copyright-at-end-flag.
13427         (copyright-re-search, copyright-start-point)
13428         (copyright-offset-too-large-p): New functions.
13429         (copyright-update-year): Use copyright-re-search.
13430         (copyright-update, copyright-fix-years): Use copyright-start-point,
13431         and copyright-re-search.
13432         (copyright): Use copyright-offset-too-large-p.
13433         * add-log.el (change-log-mode): Set copyright-at-end-flag.
13435         * add-log.el (top-level): Require 'cl when compiling.
13437 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13439         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
13440         Treat minibuffer-completion-predicate as a predicate.
13442         * minibuffer.el (completion--file-name-table): Accept both the old
13443         `dir' arg or the new `pred' arg.
13445         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
13446         `predicate' argument to pass non-predicate data.
13447         (ffap-read-url-internal, ffap-read-file-or-url-internal):
13448         Use second arg as proper predicate.
13450         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
13451         (vc-bzr-revision-completion-table): Use completion-table-with-context
13452         instead.
13454         * simple.el (choose-completion-string): Use minibuffer-completion-table.
13456 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
13458         * term.el (term-emulate-terminal): Perform redisplay after the
13459         process filter has finished running.
13461 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13463         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
13465         * minibuffer.el (completion-try-completion): Change magic symbol
13466         property name.  Rename from minibuffer-try-completion.
13467         (completion-all-completions): Rename from minibuffer-all-completions.
13468         Remove hide-spaces argument.
13469         (completion--do-completion): Rename from minibuffer--do-completion.
13470         (minibuffer-complete-and-exit): Call just try-completion rather than
13471         completion-try-completion to fix up the case.
13472         (completion--try-word-completion): Try to add space or hyphen before
13473         making `string' a prefix of `completion'.
13474         (completion--insert-strings): Rename from minibuffer--insert-strings.
13476 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13478         * net/tls.el (tls-program): Add -ign_eof argument to call the
13479         openssl commands.
13480         (tls-checktrust): Ditto.
13482 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
13484         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
13486         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
13487         (vc-check-master-templates, vc-file-not-found-hook)
13488         (vc-kill-buffer-hook):
13489         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
13490         (vc-find-position-by-context, vc-buffer-context)
13491         (vc-restore-buffer-context, vc-responsible-backend)
13492         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
13493         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
13494         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
13495         (vc-version-diff, vc-diff, vc-insert-headers)
13496         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
13497         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
13498         (vc-revert, vc-rollback, vc-version-backup-file)
13499         (vc-rename-master, vc-delete-file, vc-rename-file)
13500         (vc-branch-part, vc-default-retrieve-snapshot)
13501         (vc-annotate-display-autoscale, vc-annotate-display-select)
13502         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
13503         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
13504         (vc-dir-update): Handle directories.
13505         (vc-default-status-printer): Simplify.
13507         * progmodes/asm-mode.el (asm-mode-map):
13508         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
13510         * progmodes/m4-mode.el (m4-mode-map): Add menu.
13512 2008-04-21  Kenichi Handa  <handa@m17n.org>
13514         * select.el (xselect-convert-to-string): Send a C_STRING only if
13515         the polymorphic target TEXT is requested.
13517 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
13519         * minibuffer.el (completion-setup-hook, display-completion-list)
13520         (completion--file-name-table): Fix typos in docstrings.
13521         (completion-table-dynamic): Fix typo, and reflow docstring.
13523 2008-04-20  Andreas Schwab  <schwab@suse.de>
13525         * server.el (server-switch-buffer): Also consider clients in the
13526         selected frame.
13528 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
13530         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
13531         Select window clicked on first.
13532         (gdb): Display thread number in mode-line.
13533         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
13534         (gdb-breakpoints-header): New variable.
13535         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
13537 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13539         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
13540         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
13541         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
13542         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
13543         (vc-sccs-print-log): Use it.
13545         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
13547         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
13548         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
13550         * tooltip.el (tooltip-previous-message): New var.
13551         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
13552         the C code (avoid overwriting a minibuffer, restore previous echo
13553         message, ...).
13554         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
13555         Simplify.
13557 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
13559         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
13560         (gdb-init-1): Initialise it.
13561         (gdb-annotation-rules): New entry for "new-thread".
13562         (gdb-thread-identification): New function to customize
13563         mode-line-buffer-identification.
13564         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
13565         (gdb-assembler-mode): Use it.
13566         (gdb-threads-mode): Force "info threads" onto queue.
13568 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13570         * files.el (locate-file-completion-table): Rename from
13571         locate-file-completion and make it use `pred' in the normal way.
13572         (locate-file-completion): New compatibility wrapper.
13573         (load-library): Use locate-file-completion-table.
13574         * finder.el (finder-commentary):
13575         * subr.el (locate-library):
13576         * emacs-lisp/find-func.el (find-library): Likewise.
13577         * info.el: Use with-current-buffer and inhibit-read-only.
13578         (Info-read-node-name-2): Change to use `predicate' in the normal way.
13579         (Info-read-node-name-1): Adjust uses accordingly.
13581         * minibuffer.el (completion-table-with-context): Add support for `pred'.
13582         (completion-table-with-terminator): Don't use complete-with-action
13583         since we have to distinguish all three cases anyway.
13584         (completion-table-with-predicate): New function.
13585         (dynamic-completion-table): Add obsolete alias.
13587         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
13589 2008-04-18  Sam Steingold  <sds@gnu.org>
13591         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
13592         Use quit-window instead of bury-buffer.
13594 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13596         * minibuffer.el (completion-table-with-terminator): Fix last fix.
13598 2008-04-18  Andreas Schwab  <schwab@suse.de>
13600         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
13601         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
13602         Depend on $(lisp)/subdirs.el.
13604 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
13606         * descr-text.el (describe-char-after):
13607         Use `define-obsolete-function-alias'.
13609         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
13611         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
13613         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
13614         Remove redundant obsolescence info in docstring.
13616         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
13617         (vc-header-alist): Add WHEN to obsolescence declaration.
13618         (vc-state): Fix typo in docstring.
13620         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
13621         Use `define-obsolete-variable-alias'.
13623         * emulation/tpu-edt.el (tpu-have-ispell):
13624         * international/codepage.el (codepage-setup):
13625         Fix typo in obsolescence declaration.
13627         * international/mule.el (char-coding-system-table):
13628         Remove redundant obsolescence info in docstring.
13629         (charset-list, generic-char-p, set-char-table-default):
13630         Fix typos in obsolescence declarations.
13632         * international/mule-diag.el (non-iso-charset-alist):
13633         Fix typo in obsolescence declaration.
13634         (decode-codepage-char): Remove redundant obsolescence info in docstring.
13636         * font-core.el (font-lock-defaults-alist):
13637         * font-lock.el (font-lock-reference-face):
13638         * frame.el (screen-height, screen-width, set-screen-width)
13639         (set-screen-height):
13640         * hilit-chg.el (highlight-changes-initial-state):
13641         * isearch.el (isearch-return-char):
13642         * log-edit.el (cvs-commit-buffer-require-final-newline)
13643         (cvs-changelog-full-paragraphs):
13644         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
13645         (mouse-popup-menubar-stuff):
13646         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
13647         (mouse-wheel-click-button):
13648         * outline.el (outline-visible):
13649         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
13650         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
13651         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
13652         * progmodes/compile.el (compile-internal):
13653         Add WHEN to obsolescence declarations.
13655 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13657         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
13658         is not better anyway.
13660 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13662         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
13663         properly.
13665 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13667         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
13668         (python-use-skeletons): Remove, unused.
13669         (python-skeletons): Remove.  Use the abbrev table instead.
13670         (python-mode-abbrev-table): Fix regexp;
13671         add enable-function and case-fixed.
13672         (def-python-skeleton): Simplify.
13673         (python-expand-template): Use the abbrev-table and abbrev-insert.
13674         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13675         Remove.
13676         (python-mode): Don't set pre-abbrev-expand-hook.
13678         * skeleton.el: Set coding-tag.
13680         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
13681         (expand-abbrev): Use it.
13682         (abbrev-table-menu): New function.
13684         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
13686         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
13688 2008-04-17  Sam Steingold  <sds@gnu.org>
13690         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
13691         idiosyncratic bury-buffer/delete-window logic.
13693 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
13695         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
13696         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
13698 2008-04-17  Kenichi Handa  <handa@m17n.org>
13700         * international/characters.el: Don't make the width of U+00AD to 0.
13702 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
13704         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
13705         (gdb, gdb-starting, gdb-frames-mode): Use it.
13706         (gdb-invalidate-frames): Advise to call "info stack" only if
13707         execution has occurred.
13708         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
13709         selected frame if no execution has occurred.
13710         (gdb-frames-force-update): New interactive function.
13711         (gdb-frames-mode-map): Bind it to "F".
13713 2008-04-17  Michael Olson  <mwolson@gnu.org>
13715         * textmodes/remember.el (remember-version): Release Remember 2.0.
13717 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
13719         * textmodes/artist.el:
13720         * progmodes/vhdl-mode.el:
13721         * progmodes/verilog-mode.el:
13722         * progmodes/vera-mode.el:
13723         * progmodes/simula.el:
13724         * progmodes/ps-mode.el:
13725         * progmodes/cmacexp.el:
13726         * obsolete/hilit19.el:
13727         * emulation/viper.el:
13728         * ediff.el: Cleanup the bug-report email addresses and make sure the
13729         maintainer is still willing to handle bug reports.
13731 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
13733         * vc.el (vc-dir-kill-query): Fix thinko.
13735 2008-04-16  Glenn Morris  <rgm@gnu.org>
13737         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
13738         by diary-sexp-entry.
13740 2008-04-16  Markus Triska  <markus.triska@gmx.at>
13742         * proced.el (proced-command-alist): Add support for darwin.
13744 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13746         * proced.el (proced-mode): Redefine as just the major-mode.
13747         (proced): Separate it from proced-mode.
13749         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
13751 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13753         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
13754         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
13755         `tab-width' setting from user.  New version 10.0.  Doc and docstring
13756         fix.
13757         (whitespace-style, whitespace-chars): Remove options.
13758         (whitespace-style-mark): New option, replace whitespace-style deleted
13759         option.  Fix docstring.
13760         (whitespace-style-color): New option, replace whitespace-chars deleted
13761         option.  Fix docstring.
13762         (whitespace-space, whitespace-hspace, whitespace-tab)
13763         (whitespace-newline, whitespace-trailing, whitespace-line)
13764         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
13765         (whitespace-space-after-tab, whitespace-hspace-regexp)
13766         (whitespace-space-regexp, whitespace-tab-regexp)
13767         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13768         (whitespace-empty-at-eob-regexp, whitespace-line-column)
13769         (whitespace-toggle-option-alist): Fix docstring.
13770         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13771         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
13772         docstring and initialization.
13773         (global-whitespace-mode): Autoloaded global minor mode.
13774         (whitespace-chars-value-list, whitespace-style-value-list)
13775         (whitespace-active-chars, whitespace-active-style)
13776         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
13777         (whitespace-color-value-list): New var, replace
13778         whitespace-chars-value-list removed var.
13779         (whitespace-mark-value-list): New var, replace
13780         whitespace-style-value-list removed var.
13781         (whitespace-active-color): New var, replace whitespace-active-chars
13782         removed var.
13783         (whitespace-active-mark): New var, replace whitespace-active-style
13784         removed var.
13785         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
13786         removed var.
13787         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
13788         removed var.
13789         (whitespace-toggle-option-alist, whitespace-report-list)
13790         (whitespace-report-text, whitespace-help-text): Fix initialization.
13791         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
13792         (whitespace-toggle-options, global-whitespace-toggle-options)
13793         (whitespace-cleanup-region, whitespace-report-region)
13794         (whitespace-interactive-char): Fix docstring and code.
13795         (whitespace-cleanup, whitespace-report): Fix docstring.
13796         (whitespace-replace-spaces-by-tabs): Remove fun.
13797         (whitespace-replace-action): New fun, replace
13798         whitespace-replace-spaces-by-tabs removed fun.
13799         (whitespace-regexp, whitespace-indentation-regexp)
13800         (whitespace-space-after-tab-regexp, whitespace-insert-value)
13801         (whitespace-kill-buffer): New funs.
13802         (whitespace-insert-option-mark, whitespace-help-on)
13803         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
13804         (whitespace-color-on, whitespace-color-off)
13805         (whitespace-display-char-on): Fix code.
13807 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13809         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
13810         (mouse-throw-magnifier-with-mouse-movement): Remove.
13811         (mouse-throw-magnifier-base): New const.
13812         (mouse-drag-scroll-delta): New fun.
13813         (mouse-drag-throw): Use it.
13815 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
13817         * international/uni-bidi.el, international/uni-category.el:
13818         * international/uni-combining.el, international/uni-comment.el:
13819         * international/uni-decimal.el, international/uni-decomposition.el:
13820         * international/uni-digit.el, international/uni-lowercase.el:
13821         * international/uni-mirrored.el, international/uni-name.el:
13822         * international/uni-numeric.el, international/uni-old-name.el:
13823         * international/uni-titlecase.el, international/uni-uppercase.el:
13824         * international/charprop.el: Regenerate.
13826 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
13828         * vc.el (vc-status-fileinfo): Add new member directoryp.
13829         (vc-default-status-printer): Print directories.
13830         (vc-status-update): Sort files before subdirectories.
13832         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13833         Add alternative implementation based on "cvs update".
13835 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
13837         * doc-view.el: Changed requirements section to tell that only one
13838         of dvipdf or dvipdfm is needed.
13839         (doc-view-already-converted-p): Fix bug that forced reconversion
13840         if doc was already converted.
13842 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13844         * minibuffer.el (minibuffer-message):
13845         Make sure we can put-text-property.
13847         * emacs-lisp/crm.el: Complete rewrite.
13849         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
13850         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
13851         case of an error in display-completion-list.
13853         * filecache.el (file-cache-completions-keymap): Move init from
13854         file-cache-completion-setup-function into declaration.
13855         (file-cache-minibuffer-complete): Simplify.
13856         (file-cache-completion-setup-function): Use standard-output,
13857         preserve current-buffer.
13859         * vc.el (vc-status-update): Fix typo.
13860         (vc-status-update): Set needs-update.
13861         (vc-status-refresh): Î·-reduce.
13863 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
13865         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
13866         to image-eol.
13868 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
13870         * vc.el (vc-status-update): Undo the previous revert.
13872 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13874         * minibuffer.el (completion-table-with-terminator): Those completions
13875         are never valid w.r.t test-completion.
13876         (completion--file-name-table):
13877         Check completion-all-completions-with-base-size.
13879 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
13881         * doc-view.el (doc-view-dvipdf-program): New variable.
13882         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
13883         (doc-view-mode-p): Check for doc-view-dvipdf-program as
13884         alternative for doc-view-dvipdfm-program.
13885         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
13887         * doc-view.el (doc-view-start-process): Don't set
13888         default-directory to "~/" if the current value is valid.
13889         This broke PS files that run other files in the same directory.
13891 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
13893         * vc.el (vc-status-kill-query): New function.
13894         (vc-status-mode): Add it to kill-buffer-query-functions.
13895         (vc-status-show-fileentry): New function.
13896         (vc-status-menu-map): Bind it.  Bind vc-next-action.
13898 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13900         * minibuffer.el (minibuffer-message): Put cursor at the right place.
13902 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13904         * proced.el (proced-send-signal): Fix error recognition.
13906 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13908         * proced.el (proced-command-alist): Remove sort column.
13909         (proced-command, proced-procname-column):
13910         Use make-variable-buffer-local.
13911         (proced-signal-function): Rename from proced-kill-program.
13912         Allow for elisp symbols and string values representing system calls.
13913         (proced-marker-regexp, proced-success-message): New functions.
13914         (proced): Use defalias.  Add autoload cookie.
13915         (proced-unmark-backward, proced-toggle-marks)
13916         (proced-hide-processes): New commands.
13917         (proced-do-mark): Simplify code.
13918         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
13919         (proced-update): Remove sorting.
13920         (proced-send-signal): Display number of processes to operate on.
13921         Allow for system calls or elisp functions to send signals.
13922         Check if signal was sent successfully.
13924 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13926         * minibuffer.el (completion-all-completion-with-base-size): New var.
13927         (completion--some): New function.
13928         (completion-table-with-context, completion--file-name-table):
13929         Return the base-size if requested.
13930         (completion-table-in-turn): Generalize to multiple arguments.
13931         (complete-in-turn): Compatibility alias.
13932         (completion-styles-alist): New var.
13933         (completion-styles): New customization.
13934         (minibuffer-try-completion, minibuffer-all-completions):
13935         New functions.
13936         (minibuffer--do-completion, minibuffer-complete-and-exit)
13937         (minibuffer-try-word-completion): Use them.
13938         (display-completion-list, minibuffer-completion-help): Use them.
13939         Handle all-completions's new base-size info to set completion-base-size.
13940         * info.el (Info-read-node-name-1): Use completion-table-with-context,
13941         completion-table-with-terminator and complete-with-action.
13942         Remove the now obsolete completion-base-size-function property.
13943         * simple.el (completion-list-mode-map): Move init into declaration.
13944         (completion-list-mode): Use define-derived-mode.
13945         (completion-setup-function): Use any completion-base-size that may
13946         have been set before.  Remove handling of completion-base-size-function.
13947         * loadup.el: Move abbrev.el up earlier.
13949 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
13951         * vc-git.el (vc-git-after-dir-status-stage)
13952         (vc-git-dir-status-goto-stage): New functions.
13953         (vc-git-after-dir-status-stage1)
13954         (vc-git-after-dir-status-stage1-empty-db)
13955         (vc-git-after-dir-status-stage2): Remove, functionality moved
13956         into the new generic stage functions.
13957         (vc-git-dir-status-files): New function.
13959         * vc.el (vc-status-update): Revert an incorrect rewrite.
13960         Add some comments.
13961         (vc-status-refresh-files): New function.
13962         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
13963         state of up-to-date files.
13964         (vc-default-dir-status-files): New function.
13966 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
13968         * minibuffer.el (completion--embedded-envvar-table)
13969         (read-file-name-internal): Fix typos in 2008-04-11 change.
13971         * faces.el (read-face-name): Use `completion-table-in-turn',
13972         not `complete-in-turn'.
13974 2008-04-13  Andreas Schwab  <schwab@suse.de>
13976         * progmodes/etags.el: Require 'cl when compiling.
13978 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
13980         * progmodes/gud.el (gud-menu-map): Expand tooltip.
13982         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
13983         (menu): Add/expand menu tooltips.
13985 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
13987         * progmodes/sh-script.el (sh-show-indent): Fix typo.
13988         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
13990         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
13991         considered registered.
13993 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13995         * emacs-lisp/copyright.el (copyright-update-directory): New command.
13997         * ediff-wind.el (ediff-split-window-function)
13998         (ediff-merge-split-window-function): Improve custom type.
14000 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
14002         * loadup.el ("minibuffer"): Move after "faces".
14004 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14006         * progmodes/hideif.el (hif-factor): Handle unary minus.
14008 2008-04-12  Glenn Morris  <rgm@gnu.org>
14010         * calendar/cal-china.el (chinese-calendar-time-zone):
14011         Mark obsolete name as risky too.
14013         * calendar/calendar.el (calendar-faces): New custom group.
14014         (calendar-today, diary, holiday): Doc fix.
14015         Move to calendar-faces group.
14016         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
14017         (diary-button): Doc fix.  Move to calendar-faces group.
14019         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14020         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
14021         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
14022         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
14023         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
14024         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
14025         not in dumped files before the associated defcustom.
14027 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
14029         * minibuffer.el (lazy-completion-table): Fix debug spec.
14031 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14033         * minibuffer.el (complete-with-action, lazy-completion-table):
14034         Move from subr.el.
14035         (apply-partially, completion-table-dynamic)
14036         (completion-table-with-context, completion-table-with-terminator)
14037         (completion-table-in-turn): New funs.
14038         (completion--make-envvar-table, completion--embedded-envvar-table):
14039         New funs.
14040         (read-file-name-internal): Use them.
14041         (completion-setup-hook): Move from simple.el.
14042         * subr.el (complete-with-action, lazy-completion-table):
14043         * simple.el (completion-setup-hook): Move to minibuffer.el.
14045 2008-04-11  Glenn Morris  <rgm@gnu.org>
14047         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
14049 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14051         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
14053         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
14055         * textmodes/fill.el (fill-forward-paragraph-function): New var.
14056         (fill-forward-paragraph): New fun.
14057         (fill-paragraph, fill-region): Use it.
14059         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
14060         (vc-status-create-fileinfo): Make `extra' optional.
14061         (vc-status-busy): New fun.
14062         (vc-status-menu-map): Use it.
14063         (vc-status-crt-marked): Remove.
14064         (vc-status-update): Rename from vc-status-add-entries.
14065         Add argument so as to prevent addition of entries.  Rewrite.
14066         (vc-update-vc-status-buffer): Remove.
14067         (vc-status-refresh): Don't remove old entries, set them to
14068         up-to-date instead.  Also do it after the update is complete.
14069         (vc-status-marked-files): Î·-reduce.
14071         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
14072         for non-dialogs.
14074         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
14076         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
14078 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
14080         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
14081         to t and don't truncate msg.
14083 2008-04-11  Glenn Morris  <rgm@gnu.org>
14085         * calendar/calendar.el (diary, holidays):
14086         Move custom groups to other files.
14087         (holiday-general-holidays, holiday-oriental-holidays)
14088         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
14089         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14090         (holiday-hebrew-holidays, holiday-christian-holidays)
14091         (holiday-islamic-holidays, holiday-bahai-holidays)
14092         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
14093         * calendar/diary-lib.el: Move custom group here from calendar.el.
14094         * calendar/holidays.el: Move custom group and variables here
14095         from calendar.el.
14097         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
14099         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
14100         Fix custom group.
14101         (calendar-current-time-zone-cache): Autoload riskiness.
14103         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
14105 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
14107         * woman.el (woman2-TH): Use string-equal instead of string-match.
14109 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14111         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
14112         (smerge-resolve): Merge the "2-way refinement" case with one half of
14113         the "mere whitespace" resolution.
14115 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
14117         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
14119 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
14121         * subr.el (assoc-ignore-case, assoc-ignore-representation):
14122         Add WHEN to obsolescence declaration.
14124         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
14126 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
14128         * vc-hooks.el (vc-state): Add new state `conflict'.
14129         (vc-after-save): Use when not if.
14130         (vc-default-mode-line-string): Deal with the conflict state.
14131         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
14133         * vc.el (vc-editable-p, vc-default-status-printer)
14134         (vc-next-action): Deal with the conflict state.
14135         (vc-mark-resolved): New function.
14136         (vc-status-mode): Fix mode name.
14137         (vc-default-comment-history): Use when not if.
14138         (Todo): Add new entries, remove old ones.
14140         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
14141         (vc-cvs-parse-status, vc-cvs-after-dir-status):
14142         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
14143         Detect the conflict state.
14145         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
14147 2008-04-10  Glenn Morris  <rgm@gnu.org>
14149         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
14150         Respect truncate-partial-width-windows in non-full windows,
14151         with regards to :toggle and :enable state.
14153         * simple.el (toggle-truncate-lines): Doc fix.
14155         * Makefile.in (MH_E_DIR): New variable.
14156         (MH_E_SRC): Restore variable removed 2008-03-13.
14157         (mh-loaddefs.el): Depend on $MH_E_SRC.
14158         (CAL_DIR, CAL_SRC): New variables.
14159         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
14160         Depend on CAL_SRC.
14162         * calendar/calendar.el (calendar, diary): Add :prefix.
14163         (holidays): Change :prefix.
14164         (calendar-today, holiday, calendar-holiday-marker)
14165         (european-calendar-style): Change custom groups.
14167         * calendar/calendar.el (diary-hook, diary-display-hook):
14168         Move to diary-lib.el.
14169         * calendar/diary-lib.el (diary-hook, diary-display-hook):
14170         Move here from calendar.el.
14171         * calendar/appt.el: Require diary-lib rather than calendar.
14172         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
14174         * calendar/appt.el (appt): Add :prefix.
14176         * calendar/diary-lib.el (diary-hook): Doc fix.
14177         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
14179 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14181         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
14182         New functions.
14184         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
14185         the arg to recursive calls.
14187 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
14189         * minibuffer.el (completion-auto-help): Fix typo.
14191 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14193         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
14195 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
14197         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
14198         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
14200 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14202         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
14204         * minibuffer.el (minibuffer): Move group from cus-edit.el.
14205         (completion-auto-help): Move from C code.
14206         (minibuffer--maybe-completion-help): Remove.
14207         (minibuffer--bitset): New function.
14208         (minibuffer--do-completion): Rename from minibuffer-do-completion.
14209         Renumber a bit.  Really complete on string *before* point.
14210         Add argument used for word-completion.
14211         Join trailing / in completion with following text, as done in
14212         minibuffer-complete-word.
14213         Handle new value `lazy' for completion-auto-help.
14214         (minibuffer-try-word-completion): New function extracted from
14215         minibuffer-complete-word.
14216         (minibuffer-complete-word): Use minibuffer--do-completion.
14217         (minibuffer--insert-strings): Rename from
14218         minibuffer-complete-insert-strings.
14219         (exit-minibuffer): Fix typo.
14220         * cus-edit.el (minibuffer): Move group to minibuffer.el.
14221         * cus-start.el: Remove completion-auto-help.
14223 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
14225         * vc.el (vc-status-add-entries): New function.
14226         (vc-status-add-entry): Remove.
14227         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
14228         Use vc-status-add-entries.
14230         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
14231         order.
14233 2008-04-09  Jason Rumney  <jasonr@gnu.org>
14235         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
14236         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
14237         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
14238         (AUTOGENEL): New variable.
14239         (distclean, maintainer-clean): New targets.
14241 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
14243         * emacs-lisp/regexp-opt.el (regexp-opt):
14244         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
14246 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
14248         * nxml/nxml-mode.el (nxml-cleanup): New function.
14249         (nxml-mode): Add it to change-major-mode-hook.
14251 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
14253         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
14255 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
14257         * calc/.cvsignore: New file.
14259 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
14261         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
14263         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
14264         show-help-function when turning tooltip off.
14265         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
14266         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
14268 2008-04-09  Alan Mackenzie  <acm@muc.de>
14270         * font-lock.el (font-lock-extend-after-change-region-function):
14271         Make it buffer local.
14273 2008-04-09  Glenn Morris  <rgm@gnu.org>
14275         * calendar/calendar.el (diary-file, european-calendar-style):
14276         Remove autoload cookies.
14278 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14280         * outline.el (outline-mode-menu-bar-map):
14281         * log-view.el (log-view-mode-menu):
14282         * log-edit.el (log-edit-menu): Add :help.
14284 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
14286         * emacs-lisp/regexp-opt.el (regexp-opt-group):
14287         Use substring-no-properties for correct handling of unibyte strings.
14289 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14291         * add-log.el (change-log-next-buffer): Handle the case where version<
14292         signals an error.
14294         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
14295         mouse-major-mode-menu.
14296         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
14297         (mouse-major-mode-menu, mouse-popup-menubar)
14298         (mouse-popup-menubar-stuff): Use them.
14299         (C-down-mouse-3): Bind to a dynamic map rather than to
14300         mouse-popup-menubar-stuff.
14302         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
14303         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
14305 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14307         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
14308         file:// access method.
14310 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14312         * minibuffer.el: New file.
14313         * loadup.el: Load it.
14315 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14317         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
14318         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
14320         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
14321         (calc-mode-map, calc-digit-map, calc-dispatch-map):
14322         Move initialization into declaration.
14323         * calc/calc-yank.el:
14324         * calc/calc-misc.el:
14325         * calc/calc-embed.el:
14326         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
14328 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
14330         * ps-samp.el (ps-add-printer, ps-remove-printer)
14331         (ps-make-dynamic-printer-menu): New functions.
14333         * net/zeroconf.el: New file.
14335 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14337         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
14339 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14341         * vc-rcs.el (vc-rcs-modify-change-comment):
14342         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
14344         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
14346 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
14348         * international/mule-cmds.el (set-locale-environment): Don't warn if
14349         coding system doesn't agree with system locale (this reverts changes
14350         by Dave Love, dated 2002-10-27 and 2002-10-09).
14352         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14353         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
14355         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
14357 2008-04-08  Glenn Morris  <rgm@gnu.org>
14359         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
14360         * textmodes/remember.el (remember-diary-convert-entry):
14361         Require calendar.
14363         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
14364         diary-file, since it is the default for make-diary-entry anyway.
14366         * calendar/cal-menu.el (cal-menu-event-to-date):
14367         Rename calendar-event-to-date.  Update callers.
14368         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
14369         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
14370         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
14371         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
14372         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
14373         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
14374         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
14375         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
14376         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
14377         (calendar-mouse-tex-month-landscape):
14378         Rename cal-tex-mouse-month-landscape.
14379         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
14380         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
14381         (calendar-mouse-tex-year-landscape):
14382         Rename cal-tex-mouse-year-landscape.
14383         (cal-menu-context-mouse-menu): Update for above name changes.
14385         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14386         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14387         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
14388         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
14389         * calendar/holidays.el: Replace int-to-string with number-to-string.
14391 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
14393         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
14394         region if point moves.
14396 2008-04-08  Kenichi Handa  <handa@m17n.org>
14398         * faces.el (font-slant-table): Change numeric values for `r',
14399         `roman', and `normal'.
14401 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
14403         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
14405 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
14407         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
14408         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
14410 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
14412         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
14413         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
14415 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14417         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
14419 2008-04-07  Sam Steingold  <sds@gnu.org>
14421         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
14422         Add helper functions.
14423         (lisp-do-defun): Extract the common part of lisp-eval-defun and
14424         lisp-compile-defun; DEFVAR forms reset the variables to the init
14425         values, just like in emacs-lisp mode eval-defun.
14426         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
14427         (lisp-compile-region): Use lisp-compile-string.
14429 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14431         * subr.el (combine-and-quote-strings): Also quote strings that contain
14432         the separator.
14434         * pcvs-util.el (cvs-map): Avoid recursion :-(
14436 2008-04-07  Glenn Morris  <rgm@gnu.org>
14438         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
14440         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
14441         view-diary-entries-initially.  Keep old name as alias, update users.
14442         (calendar-mark-diary-entries-flag): Rename
14443         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
14444         (calendar-view-holidays-initially-flag): Rename
14445         view-calendar-holidays-initially.  Keep old name as alias, update users.
14446         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
14447         Keep old name as alias, update users.
14448         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
14449         Keep old name as alias, update users.
14450         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
14451         Keep old name as alias, update users.
14452         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
14453         Keep old name as alias, update users.
14454         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
14455         (diary-american-date-forms): Rename american-date-diary-pattern.
14456         Keep old name as alias, update users.
14457         (diary-european-date-forms): Rename european-date-diary-pattern.
14458         Keep old name as alias, update users.
14459         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
14460         Keep old name as alias, update users.
14461         (calendar-european-date-display-form): Rename
14462         european-calendar-display-form.  Keep old name as alias, update users.
14463         (calendar-american-date-display-form): Rename
14464         european-calendar-display-form.  Keep old name as alias, update users.
14465         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
14466         Keep old name as alias, update users.
14467         (holiday-general-holidays): Rename general-holidays.
14468         Keep old name as alias, update users.
14469         (holiday-oriental-holidays): Rename oriental-holidays.
14470         Keep old name as alias, update users.
14471         (holiday-local-holidays): Rename local-holidays.
14472         Keep old name as alias, update users.
14473         (holiday-other-holidays): Rename other-holidays.
14474         Keep old name as alias, update users.
14475         (holiday-hebrew-holidays): Rename hebrew-holidays.
14476         Keep old name as alias, update users.
14477         (holiday-christian-holidays): Rename christian-holidays.
14478         Keep old name as alias, update users.
14479         (holiday-islamic-holidays): Rename islamic-holidays.
14480         Keep old name as alias, update users.
14481         (holiday-bahai-holidays): Rename bahai-holidays.
14482         Keep old name as alias, update users.
14483         (holiday-solar-holidays): Rename solar-holidays.
14484         Keep old name as alias, update users.
14485         (diary-fancy-buffer): Rename fancy-diary-buffer.
14486         Keep old name as alias, update users.
14487         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
14488         Update users.
14489         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
14490         Update users.
14491         (calendar-increment-month): Rename increment-calendar-month.
14492         Keep old name as alias, update callers.
14493         (calendar-increment-month-cons): Rename old calendar-increment-month.
14494         Update callers.
14495         (calendar-extract-month): Rename extract-calendar-month.
14496         Keep old name as alias, update callers.
14497         (calendar-extract-day): Rename extract-calendar-day.
14498         Keep old name as alias, update callers.
14499         (calendar-extract-year): Rename extract-calendar-year.
14500         Keep old name as alias, update callers.
14501         (calendar-generate-window): Rename generate-calendar-window.
14502         Update callers.
14503         (calendar-generate): Rename generate-calendar.  Update callers.
14504         (calendar-generate-month): Rename generate-calendar-month.
14505         Update callers.
14506         (calendar-redraw): Rename redraw-calendar.  Update callers.
14507         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
14508         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
14509         Update callers.
14510         (calendar-update-mode-line): Rename update-calendar-mode-line.
14511         Update callers.
14512         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
14513         update callers.
14514         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
14515         Keep old name as alias, update callers.
14516         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14517         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
14518         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
14519         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
14520         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
14521         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
14522         * calendar/solar.el: Update for calendar.el name changes.
14523         * org/org.el (org-agenda-format-date-aligned)
14524         (org-agenda-execute-calendar-command): Access date elements directly
14525         rather than using calendar functions.
14526         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
14527         Also set calendar-view-diary-initially-flag,
14528         calendar-view-holidays-initially-flag.
14529         (org-get-entries-from-diary): Also set diary-fancy-buffer.
14530         (org-agenda-execute-calendar-command): No need to set displayed-day.
14532 2008-04-06  Alan Mackenzie  <acm@muc.de>
14534         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
14535         typo in the doc string.
14537         * progmodes/cc-mode.el (c-basic-common-init):
14538         Set font-lock-extend-after-change-region-function.
14539         (c-extend-after-change-region): New function, used in
14540         font-lock-extend-after-change-region-function, thus superseding
14541         advice on the Font Lock after change functions.
14542         (c-advise-fl-for-region): Remove this macro.
14544 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14546         * textmodes/flyspell.el (flyspell-duplicate-distance):
14547         Improve custom type.
14549 2008-04-06  Glenn Morris  <rgm@gnu.org>
14551         * calendar/diary-lib.el (diary-sexp-entry-symbol):
14552         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
14553         (diary-list-entries-hook): Rename list-diary-entries-hook.
14554         Keep old name as alias, update users.
14555         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
14556         Keep old name as alias, update users.
14557         (diary-nongregorian-listing-hook): Rename
14558         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
14559         (diary-nongregorian-marking-hook): Rename
14560         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
14561         (diary-print-entries-hook): Rename print-diary-entries-hook.
14562         Keep old name as alias, update users.
14563         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
14564         Keep old name as alias, update users.
14565         (diary-number-of-entries): Rename number-of-diary-entries.
14566         Keep old name as alias, update users.
14567         (view-diary-entries, list-diary-entries, show-all-diary-entries):
14568         Give version of obsolescence.
14569         (diary-view-other-diary-entries): Rename view-other-diary-entries.
14570         Keep old name as alias, update callers.
14571         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
14572         update callers.
14573         (diary-include-other-diary-files): Rename include-other-diary-files.
14574         Keep old name as alias, update callers.
14575         (diary-simple-display): Rename simple-diary-display.
14576         Keep old name as alias, update callers.
14577         (diary-fancy-display): Rename fancy-diary-display.
14578         Keep old name as alias, update callers.
14579         (diary-print-entries): Rename print-diary-entries.
14580         Keep old name as alias, update callers.
14581         (diary-marking-entries-flag): Rename marking-diary-entries.
14582         Update users.
14583         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
14584         (diary-mark-entries): Rename mark-diary-entries.
14585         Keep old name as alias, update callers.
14586         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
14587         Keep old name as alias, update callers.
14588         (diary-mark-included-diary-files): Rename mark-included-diary-files.
14589         Keep old name as alias, update callers.
14590         (calendar-mark-days-named): Rename mark-calendar-days-named.
14591         Keep old name as alias, update callers.
14592         (calendar-mark-month): Rename mark-calendar-month.
14593         Keep old name as alias, update callers.
14594         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
14595         Keep old name as alias, update callers.
14596         (diary-sort-entries): Rename sort-diary-entries.
14597         Keep old name as alias, update callers.
14598         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
14599         Keep old name as alias, update callers.
14600         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
14601         update callers.
14602         (diary-insert-entry): Rename insert-diary-entry.
14603         Keep old name as alias.
14604         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
14605         Keep old name as alias.
14606         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
14607         Keep old name as alias.
14608         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
14609         Keep old name as alias.
14610         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
14611         Keep old name as alias.
14612         (diary-insert-block-entry): Rename insert-block-diary-entry.
14613         Keep old name as alias.
14614         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
14615         Keep old name as alias.
14616         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
14617         Keep old name as alias, update users.
14618         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
14619         Keep old name as alias, update callers.
14620         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14621         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
14622         * calendar/icalendar.el: Update for diary-lib name changes.
14624 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
14626         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
14628         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
14629         for copy, move, and link operations.
14631 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
14633         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
14634         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
14636         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
14637         'require' statements with 1-argument ones (wrapped in if's).
14638         For compatibility with the current stable version of XEmacs.
14640 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
14642         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
14644 2008-04-06  Jason Rumney  <jasonr@gnu.org>
14646         * language/burmese.el ("Burmese"): Make sample text consistent with
14647         language name.
14649 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
14651         * progmodes/gdb-ui.el (gdb): New group.
14652         (gdb-debug-log-max, gdb-enable-debug)
14653         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
14654         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
14655         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
14656         (gdb-show-changed-values, gdb-max-children)
14657         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
14658         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
14659         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
14660         (gdb-memory-unit): Move to new group from GUD group.
14661         (menu): Allow customization from GDB-UI menu-item.
14663 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
14665         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
14667 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14669         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
14670         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14671         Revision numbers can include ".".
14673         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
14674         "+" lines not accounted for by counting "-" and context lines.
14676 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14678         * term/mac-win.el (mac-service-open-file): Use file URL instead of
14679         file name string.
14681 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14683         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
14684         (vc-bzr-annotate-time): Accept space used to preserve alignment.
14686 2008-04-05  Richard Stallman  <rms@gnu.org>
14688         * emacs-lisp/advice.el (defadvice): Add usage pattern.
14690 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
14692         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
14693         thread in [h-e-w]).
14695 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
14697         * files.el (abort-if-file-too-large): Fix typo in docstring.
14699 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14701         * subr.el (functionp): Return nil for special forms.
14703 2008-04-05  Glenn Morris  <rgm@gnu.org>
14705         * emacs-lisp/autoload.el (autoload-ensure-default-file):
14706         Provide a feature.
14707         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
14708         Require loaddefs file rather than loading it.
14709         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
14710         autoload-ensure-default-file provides a feature.
14712         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
14713         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
14714         (compile, compile-always, recompile): Use $LOADDEFS.
14715         (cal-autoloads): Remove.
14717         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
14718         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
14720         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14721         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
14723         * calendar/calendar.el (diary-hebrew-entry-symbol):
14724         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
14725         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
14726         Keep old name as alias.
14727         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
14728         Keep old name as alias.
14729         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
14730         to diary-bahai-entry-symbol.
14731         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
14732         to diary-hebrew-entry-symbol.
14733         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
14734         to diary-islamic-entry-symbol.
14735         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
14737         * calendar/solar.el (diary-sabbath-candles-minutes)
14738         (diary-sabbath-candles): Move to cal-hebrew.
14739         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
14740         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
14741         Doc fix.  Keep old name as alias.
14742         (diary-hebrew-sabbath-candles): Simplify.
14743         (solar-setup, solar-sunrise-sunset, calendar-latitude)
14744         (calendar-longitude, calendar-time-zone): Declare for compiler.
14745         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
14746         rename.
14748         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
14749         Rename coptic-calendar-month-name-array.  Update callers.
14750         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
14751         (calendar-coptic-name): Rename coptic-name.  Update callers.
14752         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
14753         Update callers.
14754         (calendar-coptic-last-day-of-month):
14755         Rename coptic-calendar-last-day-of-month.  Update callers.
14756         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
14757         Keep old name as alias, update callers.
14758         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
14759         Keep old name as alias, update callers.
14760         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
14761         Keep old name as alias.
14762         (calendar-ethiopic-month-name-array):
14763         Rename ethiopic-calendar-month-name-array.  Update callers.
14764         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
14765         Update callers.
14766         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
14767         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
14768         Keep old name as alias, update callers.
14769         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
14770         Keep old name as alias, update callers.
14771         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
14772         Keep old name as alias.
14774         * calendar/cal-french.el (calendar-french-epoch):
14775         Rename french-calendar-epoch.  Update callers.
14776         (calendar-french-month-name-array): Rename variable and function
14777         french-calendar-month-name-array.  Update callers.
14778         (calendar-french-multibyte-month-name-array):
14779         Rename french-calendar-multibyte-month-name-array.  Update callers.
14780         (calendar-french-day-name-array): Rename variable and function
14781         french-calendar-day-name-array.  Update callers.
14782         (calendar-french-special-days-array): Rename variable and function
14783         french-calendar-special-days-array.  Update callers.
14784         (calendar-french-multibyte-special-days-array):
14785         Rename french-calendar-multibyte-special-days-array.  Update callers.
14786         (calendar-french-accents-p): Rename french-calendar-accents.
14787         Update callers.
14788         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
14789         Update callers.
14790         (calendar-french-last-day-of-month):
14791         Rename french-calendar-last-day-of-month.  Update callers.
14792         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
14793         Keep old name as alias, update callers.
14794         (calendar-french-print-date): Rename calendar-print-french-date.
14795         Keep old name as alias, update callers.
14796         (calendar-french-goto-date): Rename calendar-goto-french-date.
14797         Keep old name as alias.
14799         * calendar/cal-menu.el, calendar/calendar.el:
14800         Update for Coptic and French name changes.
14802         * calendar/cal-china.el (calendar-chinese): Rename custom group
14803         from chinese-calendar.  Update users.
14804         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
14805         Keep old name as alias, update users.
14806         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
14807         Keep old name as alias.
14808         (calendar-chinese-daylight-time-offset):
14809         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
14810         update users.
14811         (calendar-chinese-standard-time-zone-name):
14812         Rename chinese-calendar-standard-time-zone-name.
14813         Keep old name as alias, update users.
14814         (calendar-chinese-daylight-saving-start):
14815         Rename chinese-calendar-daylight-savings-starts.
14816         Keep old name as alias, update users.
14817         (calendar-chinese-daylight-saving-end):
14818         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
14819         update users.
14820         (calendar-chinese-daylight-saving-start-time):
14821         Rename chinese-calendar-daylight-savings-starts-time.
14822         Keep old name as alias, update users.
14823         (calendar-chinese-daylight-saving-end-time):
14824         Rename chinese-calendar-daylight-savings-ends-time.
14825         Keep old name as alias, update users.
14826         (calendar-chinese-celestial-stem): Rename
14827         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
14828         (calendar-chinese-terrestrial-branch):
14829         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
14830         update users.
14831         (calendar-chinese-zodiac-sign-on-or-after):
14832         Rename chinese-zodiac-sign-on-or-after.  Update callers.
14833         (calendar-chinese-new-moon-on-or-after):
14834         Rename chinese-new-moon-on-or-after.  Update callers.
14835         (calendar-chinese-month-list): Rename chinese-month-list.
14836         Update callers.
14837         (calendar-chinese-number-months): Rename number-chinese-months.
14838         Update callers.
14839         (calendar-chinese-compute-year): Rename compute-chinese-year.
14840         Update callers.
14841         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
14842         (calendar-chinese-year): Rename chinese-year.  Update callers.
14843         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
14844         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
14845         Keep old name as alias, update callers.
14846         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
14847         Keep old name as alias, update callers.
14848         (calendar-chinese-months-to-alist):
14849         Rename make-chinese-month-assoc-list.  Update callers.
14850         (calendar-chinese-months): Rename chinese-months.  Update callers.
14851         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
14852         Keep old name as alias, update callers.
14854         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
14855         Rename hebrew-calendar-leap-year-p.  Update callers.
14856         (calendar-hebrew-last-month-of-year):
14857         Rename hebrew-calendar-last-month-of-year.  Update callers.
14858         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
14859         Update callers.
14860         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
14861         Update callers.
14862         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
14863         Update callers.
14864         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
14865         Update callers.
14866         (calendar-hebrew-last-day-of-month):
14867         Rename hebrew-calendar-last-day-of-month.  Update callers.
14868         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
14869         Keep old name as alias, update callers.
14870         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
14871         Keep old name as alias, update callers.
14872         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
14873         Keep old name as alias, update callers.
14874         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
14875         Keep old name as alias.
14876         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
14877         Keep old name as alias.
14878         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
14879         Keep old name as alias.
14880         (holiday-hebrew-passover): Rename holiday-passover-etc.
14881         Keep old name as alias.
14882         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
14883         Keep old name as alias, update callers.
14884         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
14885         Keep old name as alias.
14886         (calendar-hebrew-mark-date-pattern):
14887         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
14888         update callers.
14889         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
14890         Keep old name as alias.
14891         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
14892         Keep old name as alias.
14893         (diary-hebrew-insert-monthly-entry):
14894         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
14895         (diary-hebrew-insert-yearly-entry):
14896         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
14897         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
14898         Keep old name as alias.
14899         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
14900         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
14901         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
14902         Keep old name as alias.
14903         (calendar-hebrew-parashiot-names):
14904         Rename hebrew-calendar-parashiot-names.  Update callers.
14905         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
14906         (calendar-hebrew-year-Saturday-incomplete-Sunday):
14907         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
14908         (calendar-hebrew-year-Saturday-complete-Tuesday):
14909         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
14910         (calendar-hebrew-year-Monday-incomplete-Tuesday):
14911         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
14912         (calendar-hebrew-year-Monday-complete-Thursday):
14913         Rename hebrew-calendar-year-Monday-complete-Thursday.
14914         (calendar-hebrew-year-Tuesday-regular-Thursday):
14915         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
14916         (calendar-hebrew-year-Thursday-regular-Saturday):
14917         Rename hebrew-calendar-year-Thursday-regular-Saturday.
14918         (calendar-hebrew-year-Thursday-complete-Sunday):
14919         Rename hebrew-calendar-year-Thursday-complete-Sunday.
14920         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
14921         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
14922         (calendar-hebrew-year-Saturday-complete-Thursday):
14923         Rename hebrew-calendar-year-Saturday-complete-Thursday.
14924         (calendar-hebrew-year-Monday-incomplete-Thursday):
14925         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
14926         (calendar-hebrew-year-Monday-complete-Saturday):
14927         Rename hebrew-calendar-year-Monday-complete-Saturday.
14928         (calendar-hebrew-year-Tuesday-regular-Saturday):
14929         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
14930         (calendar-hebrew-year-Thursday-incomplete-Sunday):
14931         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
14932         (calendar-hebrew-year-Thursday-complete-Tuesday):
14933         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
14934         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
14935         Update for above name changes of constants.
14937         * calendar/cal-menu.el, calendar/calendar.el:
14938         Update for chinese and hebrew name changes.
14939         * calendar/diary-lib.el: Update for hebrew name changes.
14941 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14943         * subr.el (keymap-canonicalize): Correct thinko.
14945         * server.el: Undo part of the multi-tty change, which is only
14946         needed if server.el is preloaded, and broke server-running-p.
14947         (server-socket-dir): Initialize in the defvar, as before.
14948         (server-start): Remove initialization of server-socket-dir.
14950 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
14952         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
14953         3-member cons cells.
14955 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
14957         * cus-face.el (custom-face-attributes): Handle roman slant.
14959         * faces.el (default): Ensure the face-defface-spec property is set.
14961 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
14963         * files.el (abort-if-file-too-large): New function.
14964         (find-file-noselect, insert-file-1): Use it.
14966 2008-04-05  Reto Zimmermann  <reto@gnu.org>
14968         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14969         Replace C-c[a-zA-Z] key bindings.
14971 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14973         * progmodes/hideif.el (hif-token-alist): New var.
14974         (hif-token-regexp, hif-tokenize): Use it.
14975         (hif-mathify-binop): New macro.
14976         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
14977         (hif-greater-equal, hif-less-equal): Use it.
14978         (hif-logior, hif-logand): New functions.
14979         (hif-math): Accept | and & as well.
14981         * progmodes/etags.el: Fix problem with completion for buffer-local
14982         tables.  Reported by Radey Shouman <shouman@comcast.net>.
14983         (tags-complete-tag): Remove.
14984         (tags-lazy-completion-table): New function to replace it.
14985         (find-tag-tag, complete-tag): Update users.
14987 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
14989         * vc-rcs.el (vc-rcs-dir-status):
14990         * vc-sccs.el (vc-sccs-dir-status): New function.
14992         * outline.el (outline-mode-menu-bar-map):
14993         * term.el (terminal-signal-menu): Add :help.
14995         * net/eudc.el (eudc-mode-map): Declare and define in one step.
14996         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
14998         * emacs-lisp/re-builder.el (reb-mode-map):
14999         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
15001         * diff-mode.el (diff-file-junk-re): Recognize the git format for
15002         new files, deleted files and for changing permissions.
15003         (diff-mode): Set beginning-of-defun-function and
15004         end-of-defun-function.
15006         * vc-bzr.el (vc-bzr-state): Use when instead of if.
15008         * vc.el (vc-default-status-fileinfo-extra): New function.
15009         (vc-status-mark-buffer-changed): Use it.
15010         (vc-update-vc-status-buffer): Allow for partial updates.
15012 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15014         * net/tramp.el (after-init-hook): Don't wrap a lambda around
15015         tramp-register-completion-file-name-handler.
15017         * subr.el (keymap-canonicalize): New function.
15018         * mouse.el (mouse-menu-non-singleton): Use it.
15019         (mouse-major-mode-menu): Remove hack made unnecessary.
15021         * simple.el (set-fill-column): Prompt rather than error by default.
15023 2008-04-04  Andreas Schwab  <schwab@suse.de>
15025         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15026         Reset new-rules after each round.
15028         * Makefile.in (cal-autoloads): New target.
15029         (compile, compile-always, recompile): Depend on it.
15030         ($(lisp)/calendar/cal-loaddefs.el)
15031         ($(lisp)/calendar/diary-loaddefs.el)
15032         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
15034 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
15036         * ediff*.el: Replace load with require in eval-when-compile.
15038         * ediff-hook.el: Delete all invocations of (autoload ...).
15040         * ediff-util.el (ediff-setup): Make window-min-height a local variable
15041         in ediff control window, and set its min height to 2.
15042         (ediff-setup-control-buffer): Dedicate the control window.
15043         (ediff-toggle-multiframe): Undedicate control window.
15044         Work directly with ediff-setup-windows-multiframe and
15045         ediff-setup-windows-plain.
15047         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
15048         New function.
15049         (ediff-window-setup-function): Change initialization.
15050         (ediff-setup-windows-automatic): Delete.
15051         (ediff-setup-windows-plain-merge): Make control window dedicated.
15052         (ediff-destroy-control-frame): Do not skip frames if working in a
15053         single frame.
15055         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
15056         eval-when-compile.
15058         * emulation/viper-util.el: Move provide's forward, prevent recursion in
15059         eval-when-compile.
15061 2008-04-04  Glenn Morris  <rgm@gnu.org>
15063         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
15064         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
15066         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
15067         Rename islamic-calendar-leap-year-p.  Update callers.
15068         (calendar-islamic-last-day-of-month):
15069         Rename islamic-calendar-last-day-of-month.  Update callers.
15070         (calendar-islamic-day-number):
15071         Rename islamic-calendar-day-number.  Update callers.
15072         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
15073         Update callers, keep old name as alias.
15074         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
15075         Update callers, keep old name as alias.
15076         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
15077         Keep old name as alias.
15078         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
15079         Update callers, keep old name as alias.
15080         (calendar-islamic-mark-date-pattern):
15081         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
15082         name as alias.
15083         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
15084         Keep old name as alias.
15085         (diary-islamic-insert-monthly-entry):
15086         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
15087         (diary-islamic-insert-yearly-entry):
15088         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
15090         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
15091         calendar-absolute-from-iso.  Update callers, keep old name as alias.
15092         (calendar-iso-print-date): Rename calendar-print-iso-date.
15093         Update callers, keep old name as alias.
15094         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
15095         Keep old name as alias.
15096         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
15097         Keep old name as alias.
15099         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
15100         calendar-absolute-from-julian.  Update callers, keep old name as alias.
15101         (calendar-julian-print-date): Rename calendar-print-julian-date.
15102         Update callers, keep old name as alias.
15103         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
15104         Update callers, keep old name as alias.
15105         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
15106         Update callers, keep old name as alias.
15107         (calendar-astro-print-day-number):
15108         Rename calendar-print-astro-day-number.  Update callers, keep old
15109         name as alias.
15110         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
15111         Update callers, keep old name as alias.
15113         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
15114         Rename calendar-string-to-mayan-long-count.  Update callers.
15115         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
15116         Update callers, keep old name as alias.
15117         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
15118         Update callers.
15119         (calendar-mayan-read-tzolkin-date):
15120         Rename calendar-read-mayan-tzolkin-date.  Update callers.
15121         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
15122         Keep old name as alias.
15123         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
15124         Keep old name as alias.
15125         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
15126         Keep old name as alias.
15127         (calendar-mayan-previous-tzolkin-date):
15128         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
15129         (calendar-mayan-next-round-date):
15130         Rename calendar-next-calendar-round-date.  Keep old name as alias.
15131         (calendar-mayan-previous-round-date):
15132         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
15133         (calendar-mayan-long-count-to-absolute): Rename
15134         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
15135         (calendar-mayan-goto-long-count-date):
15136         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
15138         * calendar/cal-persia.el (calendar-persian-month-name-array):
15139         Rename persian-calendar-month-name-array.  Update callers.
15140         (calendar-persian-epoch): Rename persian-calendar-epoch.
15141         Update callers.
15142         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
15143         Update callers.
15144         (calendar-persian-last-day-of-month):
15145         Rename persian-calendar-last-day-of-month.  Update callers.
15146         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
15147         Update callers, keep old name as alias.
15148         (calendar-persian-print-date): Rename calendar-print-persian-date.
15149         Update callers, keep old name as alias.
15150         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
15151         Keep old name as alias.
15153         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
15154         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
15155         * calendar/solar.el: Update for cal-julian name changes.
15157         * calendar/cal-dst.el: Update for persian name changes.
15159         * calendar/cal-menu.el, calendar/calendar.el:
15160         Update for islamic, iso, julian, mayan, persian name changes.
15162         * calendar/diary-lib.el: Update for islamic name changes.
15164         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
15165         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
15166         as alias.
15167         (calendar-christian-all-holidays-flag):
15168         Rename all-christian-calendar-holidays.  Update callers, keep old
15169         name as alias.
15170         (calendar-islamic-all-holidays-flag):
15171         Rename all-islamic-calendar-holidays.  Update callers, keep old
15172         name as alias.
15173         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
15174         Update callers, keep old name as alias.
15175         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
15176         Update for the above name changes.
15178 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
15180         * hilit-chg.el (global-highlight-changes-mode)
15181         (highlight-changes-passive-string, highlight-changes-active-string):
15182         Mark as obsolete since 23.1, not 22.1.
15184 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
15186         * hilit-chg.el (highlight-changes-visibility-initial-state)
15187         (hilit-chg-update, highlight-changes-mode-turn-on):
15188         Fix typos in docstrings.
15190 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
15192         * newcomment.el (comment-enter-backward): Be careful to restore
15193         position changed during narrowing.
15195 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
15197         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15198         Recognize `sub ($$)'.
15200 2008-04-03  Richard Sharman  <rsharman@pobox.com>
15202         * hilit-chg.el (highlight-changes-mode): Rename from
15203         highlight-changes; no longer uses sub-modes active and passive;
15204         implemented by define-minor-mode.
15205         (highlight-changes-toggle-visibility): New function, to replace
15206         the old passive/active submodes of global-highlight-changes-mode;
15207         implemented by define-minor-mode.
15208         (global-highlight-changes-mode): Rename from global-highlight-changes;
15209         rewrite using define-globalized-minor-mode.
15210         (hilit-chg-major-mode-hook, hilit-chg-check-global)
15211         (hilit-chg-post-command-hook, hilit-chg-check-global)
15212         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
15213         to use of define-globalized-minor-mode.
15214         (highlight-changes-global-initial-state): Change to be boolean.
15215         (highlight-changes-visible-string, highlight-changes-invisible-string):
15216         Rename from highlight-changes-active-string and
15217         highlight-changes-passive-string.
15218         (hilit-chg-update, hilit-chg-set): Use them.
15219         (global-highlight-changes-mode): Rename from global-highlight-changes.
15220         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
15221         docstring.
15222         (hilit-chg-hide-changes): Rewrite to use dolist.
15223         (hilit-chg-set-face-on-change, hilit-chg-update)
15224         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
15225         variable instead of testing highlight-changes-mode.
15226         (highlight-markup-buffers): Add require ediff-util; argument on calls
15227         to highlight-changes-mode changed.
15228         (highlight-compare-with-file): Fix problems with interactive
15229         call giving invalid default file.
15231 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
15233         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
15234         Fix in disassembly buffer (regression in 22.2).
15236 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
15238         * emulation/viper-macs.el (viper-read-fast-keysequence):
15239         Use viper-read-event instead of viper-read-key.
15241         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
15243         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
15244         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
15245         let-statements.
15247         * emulation/viper-ex.el, emulation/viper-macs.el:
15248         * emulation/viper-mous.el:
15249         Replace load with require in eval-when-compile.
15251 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15253         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
15255         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
15256         (archive-try-jka-compr): New function.
15257         (archive-set-buffer-as-visiting-file): Use it.
15259         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
15261 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
15263         * simple.el (handle-shift-selection): New arg.
15265 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15267         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
15269         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
15271 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
15273         * shell.el (shell-dynamic-complete-filename): New fun.
15274         (shell-dynamic-complete-functions): Use it.
15276         * help-fns.el (describe-variable): Undo 2008-02-25 change.
15278 2008-04-03  Kenichi Handa  <handa@m17n.org>
15280         * international/fontset.el (create-fontset-from-x-resource):
15281         Handle the error of X resource more gracefully.
15283         * international/latin1-disp.el (latin1-display): Don't use make-char.
15284         Fix the argument to set-char-table-range.
15285         (latin1-display-identities): Don't use make-char.
15286         (latin1-display-reset): Use map-charset-chars instead of directly
15287         calling standard-display-default.
15288         (latin1-display-check-font): Don't use make-char.
15289         (latin1-display-setup): Likewise.
15290         (latin1-display-ucs-per-lynx): Likewise.
15292 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15294         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
15295         name the fields, to make the code clearer.
15296         Rewrite all `aset' and `aref' using the defined accessors.
15297         (timer--time): New pseudo-field.
15298         (timer-set-time, timer-set-idle-time, timer-inc-time)
15299         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
15300         (timer--time-less-p): New function.
15301         (timer--activate): New function, extracted from timer-activate.
15302         (timer-activate-when-idle, timer-activate): Use it.
15303         (cancel-function-timers): Use dolist.
15305 2008-04-03  Glenn Morris  <rgm@gnu.org>
15307         * add-log.el (c-beginning-of-defun, c-end-of-defun):
15308         Remove declarations; no longer used.
15309         (c-cpp-define-name, c-defun-name): Declare as functions.
15311         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
15312         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
15314         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
15315         (holiday-passover-etc, holiday-hanukkah): Doc fix.
15316         Add optional argument.  Simplify.
15317         (holiday-tisha-b-av-etc): Use memq rather than unless.
15318         (holiday-julian): Autoload it.
15319         (holiday-hebrew-misc): New function.
15321         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
15323         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
15324         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
15325         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
15326         all-hebrew-calendar-holidays.
15327         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
15328         Simplify using new functions.
15329         (calendar-holidays): Doc fix.
15330         (generate-calendar-window): Use bound-and-true-p.
15332         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
15334         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
15335         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
15336         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
15337         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
15339         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
15341 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15343         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
15345         * vc-bzr.el (vc-bzr-checkout): Simplify.
15347         * image-mode.el (image-mode-fit-frame): New command.
15349         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
15350         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
15351         (keyboard-escape-quit): Check region-active-p i.s.o
15352         transient-mark-mode.
15354 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15356         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
15357         (imap-message-copyuid-1): Use it.
15358         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15359         J. Williams in
15360         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15362 2008-04-02  Alan Mackenzie  <acm@muc.de>
15364         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
15365         New optimised functions to get the name of the current defun/macro.
15367         * add-log.el (add-log-current-defun): Move the functionality which
15368         gets the current function name for C like modes to cc-cmds.el,
15369         thus optimising for speed.
15371 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
15373         * simple.el (deactivate-mark): When the mark is temporarily
15374         active, restore the original value of transient-mark-mode.
15375         (set-mark-command): First deactivate the mark if was temporarily active.
15376         (exchange-point-and-mark): Reactivate the mark if it was
15377         temporarily active.
15378         (handle-shift-selection): New fun.
15379         (transient-mark-mode): Move var documentation here from buffer.c.
15380         (next-line, previous-line, backward-word, move-end-of-line)
15381         (move-beginning-of-line, forward-to-indentation)
15382         (backward-to-indentation, back-to-indentation)
15383         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
15385         * mouse.el (mouse-set-region-1): Save the old value of
15386         transient-mark-mode.
15387         (mouse-drag-track): Ignore the now-obsolete value `identity' for
15388         transient-mark-mode.
15390         * textmodes/paragraphs.el (forward-paragraph)
15391         (backward-paragraph, forward-sentence, backward-sentence): Add ^
15392         interactive spec.
15394         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
15396 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
15398         * net/tramp.el (tramp-make-tramp-temp-file):
15399         Use `tramp-drop-volume-letter' for the local file name part.
15401 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
15403         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
15404         Add menu entries corresponding to all the key bindings.
15406         * emacs-lisp/debug.el (debugger-mode-map):
15407         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
15408         (conf-align-assignments): Only work on the region if it is active.
15409         (conf-quote-normal): Use when instead of if.  Remove redundant test.
15411         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15412         for tracing and re-builder.
15414 2008-04-02  Glenn Morris  <rgm@gnu.org>
15416         * calendar/appt.el (appt-disp-window-function): Doc fix.
15417         (appt-display-message): Move beep before display.
15418         (appt-check): Make interactive.  Reduce the number of lets.
15419         Use string-equal to compare mode-line strings.
15420         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
15421         read-only.
15422         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
15423         (appt-delete): Simplify.
15425         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
15427         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15429         * calendar/cal-hebrew.el (list-yahrzeit-dates):
15430         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
15431         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
15433         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
15434         (calendar-holiday-marker, mark-visible-calendar-date):
15435         * calendar/diary-lib.el (fancy-diary-display):
15436         Check for font-lock-mode before using faces.
15438         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
15439         (calendar-gregorian-from-absolute): Reduce the number of lets.
15440         (hebrew-holidays-4, generate-calendar-window): Simplify.
15441         (calendar-for-loop): Make obsolete.
15442         (calendar-nth-named-day): Doc fix.
15444         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
15445         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
15446         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
15447         Reduce the number of lets.
15448         (mark-sexp-diary-entries, calendar-mark-complex):
15449         Expand calendar-for-loops.
15451 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
15453         * find-dired.el (find-dired-filter): Fix last patch to handle
15454         multi-line process input.  Pad link numbers too.
15456 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
15458         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
15460 2008-04-01  Jason Rumney  <jasonr@gnu.org>
15462         * international/characters.el (script-list): Add phonetic script,
15463         covering IPA (previously Latin), Phonetic Extensions and
15464         Phonetic Extensions Supplement (both previously unassigned).
15466         * international/fontset.el (setup-default-fontset): Use unicode fonts
15467         that cover bopomofo script for bopomofo.
15468         Likewise for braille and mathematical.
15469         Use unicode scripts that cover the phonetic script for IPA.
15471 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
15473         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
15474         return the assigned value.
15476 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15478         * abbrev.el (abbrev-mode): Use define-minor-mode.
15480         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
15481         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
15482         Use map-keymap.
15483         (minor-mode-menu-from-indicator): Use it.  Simplify.
15485         * bindings.el (mode-line-mode-menu): Move before (new) first use.
15486         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
15487         Bind the key directly to the menu.
15488         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
15490 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
15492         * epa.el (epa-decrypt-region): Explain the reason why this
15493         function should not be used in Lisp programs.
15494         (epa-decrypt-armor-in-region): Ditto.
15495         (epa-verify-region): Ditto.
15496         (epa-verify-cleartext-in-region): Ditto.
15497         (epa-sign-region): Ditto.
15498         (epa-encrypt-region): Ditto.
15500         * epg.el (epg-start-receive-keys): Fix typo in docstring.
15502         * epa.el (epa-select-keys): Show menu even if there is no key in
15503         GnuPG's keyring.
15505 2008-04-01  Glenn Morris  <rgm@gnu.org>
15507         * calendar/calendar.el (calendar-make-temp-face): New function.
15508         (mark-visible-calendar-date):
15509         * calendar/diary-lib.el (fancy-diary-display): Use it.
15511         * vc-hooks.el (vc-responsible-backend): Declare as function.
15513         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
15514         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
15515         * calendar/cal-julian.el (holiday-julian): Use it.
15517         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
15518         (calendar-hebrew-date-is-visible-p): Extract some common code into
15519         separate function.
15520         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
15522         * calendar/cal-menu.el (cal-menu-holidays-menu):
15523         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
15524         rather than obsolete alias.
15526         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
15527         for mark characters.
15528         (calendar-unmark): Unmark by removing all overlays, rather than
15529         redrawing.
15530         (calendar-starred-day): Remove.
15531         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
15532         (calendar-cursor-to-date): No need for special star handling now
15533         using overlays.
15534         (calendar-star-date): Use overlays.
15536         * calendar/cal-french.el (calendar-goto-french-date):
15537         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
15538         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
15539         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
15540         * calendar/cal-persia.el (calendar-persian-date-string):
15541         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15542         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
15543         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
15544         * calendar/solar.el (solar-equinoxes-solstices):
15545         Reduce nesting of some lets.
15547         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
15548         (calendar-goto-mayan-long-count-date): Simplify.
15550         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
15551         Simplify by using mapcar.
15552         (calendar-list-holidays): Return holiday-list.
15553         (list-holidays): Use let rather than let*.  Remove un-needed locals
15554         `d', `never'.
15555         (calendar-check-holidays): Return result from dolist.
15556         (holiday-float): Use a single let*.  Simplify if-and to and.
15557         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
15558         single let*.
15560 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
15562         * calc/calc.el: Autoload `calc-yank'.
15563         (calc-mode-map): Add keybindings for `calc-yank'.
15564         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
15565         assignments for `calc-yank'.
15567 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
15569         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
15570         (vc-status-mark-buffer-changed): Handle the extra field.
15572         * vc-bzr.el (vc-bzr-after-dir-status):
15573         * vc-cvs.el (vc-cvs-after-dir-status):
15574         * vc-hg.el (vc-hg-after-dir-status):
15575         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
15577 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15579         * doc-view.el: Compute displayed pages first (in PDF).
15580         (doc-view-current-converter-processes): Rename from
15581         doc-view-current-converter-process.  Update users.
15582         (doc-view-sentinel): Test buffer's liveness.
15583         (doc-view-pdf/ps->png-sentinel): Remove.
15584         (doc-view-start-process): New function.
15585         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15586         (doc-view-ps->pdf): Use it.
15587         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
15588         New functions.
15589         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
15590         (doc-view-mode): Kill the processes when leaving the mode.
15592 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
15594         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
15595         Use `byte-compile-warning-types'.  Add docstring.
15597 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15599         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
15600         (smerge-resolve): Add various resolution heuristics.
15602         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
15603         in 3-way conflicts.
15605 2008-03-31  Glenn Morris  <rgm@gnu.org>
15607         * calendar/cal-bahai.el (diary-bahai-mark-entries):
15608         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15609         * calendar/cal-islam.el (mark-islamic-diary-entries):
15610         Fix argument order in call to diary-mark-entries-1.
15612         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
15613         pre-Bahai dates.
15614         (holiday-bahai): Use an algorithm actually relevant to this calendar
15615         system.
15617         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
15619         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
15620         Use and.
15622         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
15623         in the last fortnight in Julian October.
15625         * calendar/calendar.el (increment-calendar-month): Optionally handle
15626         systems without 12 months per year.
15627         (calendar-date-is-visible-p): Doc fix.  Simplify.
15629         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
15630         from dolist.
15632 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
15634         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
15635         (hi-lock-unload-function): New function.
15637 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
15639         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
15640         overwriting when NEWNAME is a local file.
15642         * net/trampver.el: Update release number.
15644 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
15646         * vc-git.el: Make vc-status display information about copies,
15647         renames and permission changes.
15648         (vc-git-extra-fileinfo): New defstruct.
15649         (vc-git-escape-file-name, vc-git-file-type-as-string)
15650         (vc-git-rename-as-string, vc-git-permissions-as-string)
15651         (vc-git-status-printer): New functions.
15652         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
15653         (vc-git-after-dir-status-stage1): Look for copies, renames and
15654         permission changes.
15655         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
15656         (vc-git-dir-status): Ask for staged files and renames.
15658 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
15660         * vc.el: Allow backends to display backend specific information in
15661         the vc-status listing.
15662         (vc-status-fileinfo): Add a field for backend specific information.
15663         (vc-status-printer): Rename to ...
15664         (vc-default-status-printer): ... this.
15665         (vc-status-printer): New function.
15666         (vc-update-vc-status-buffer): Set the backend specific file info
15667         if provided.
15669 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15671         * textmodes/remember.el (remember-diary-convert-entry): Revert last
15672         change (ill-conceived).
15674 2008-03-29  Glenn Morris  <rgm@gnu.org>
15676         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
15677         * calendar/cal-julian.el (holiday-julian): Simplify.
15679         * calendar/holidays.el (list-holidays): Use or.
15681 2008-03-29  Juri Linkov  <juri@jurta.org>
15683         * window.el (split-window-preferred-horizontally): New function.
15685         * cus-start.el (split-window-preferred-function):
15686         Set choice for "vertically" to nil instead of split-window.
15687         Set choice for "horizontally" to split-window-preferred-horizontally
15688         instead of lambda.
15690 2008-03-29  Juri Linkov  <juri@jurta.org>
15692         * simple.el (minibuffer-default-add-function): New variable with
15693         the default to minibuffer-default-add-completions.
15694         (minibuffer-default-add-done): New variable.  Make it buffer-local.
15695         (minibuffer-default-add-completions): New function.
15696         (goto-history-element): Set minibuffer-default-add-done to t and
15697         call a function in minibuffer-default-add-function when the
15698         specified absolute history position is greater than the length of
15699         the minibuffer-default list and minibuffer-default-add-done is nil.
15700         Change "^End of history; no next item$" to "^End of defaults;
15701         no next item$".
15703         * bindings.el (debug-ignored-errors): Change "^End of history;
15704         no next item$" to "^End of defaults; no next item$".
15706 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15708         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
15710         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
15711         to with-no-warnings.
15713 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
15715         Sync with Tramp 2.1.13.
15717         * net/tramp-ftp.el: Require 'cl when byte-compiling.
15719         * net/trampver.el: Update release number.
15721 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15723         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
15724         the current backend.
15726         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
15727         (vc-status-refresh): Create a temporary buffer and call the
15728         `dir-status' backend function from that buffer.
15730         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
15731         (vc-bzr-after-dir-status): Don't kill the buffer.
15733         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
15734         (vc-cvs-after-dir-status): Don't kill the buffer.
15736         * vc-git.el (vc-git-dir-status): Don't create a buffer.
15737         (vc-git-after-dir-status-stage2): Don't kill the buffer.
15739         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
15740         (vc-hg-after-dir-status): Don't kill the buffer.
15742         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
15743         (vc-svn-after-dir-status): Don't kill the buffer.
15745 2008-03-29  Glenn Morris  <rgm@gnu.org>
15747         * calendar/calendar.el (diary-file, american-date-diary-pattern)
15748         (european-date-diary-pattern, european-calendar-display-form)
15749         (american-calendar-display-form, diary-display-hook): Doc fixes.
15750         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
15751         custom :set.  Mark as obsolete.
15752         (calendar-date-style, iso-date-diary-pattern)
15753         (iso-calendar-display-form): New user variables.
15754         (diary-date-forms, calendar-date-display-form): Set using
15755         calendar-date-style.  Doc fix.
15756         (calendar-set-date-style): New command.
15757         (european-calendar, american-calendar): Use calendar-set-date-style.
15758         Mark as obsolete.
15760         * calendar/diary-lib.el (number): Move declaration where needed.
15761         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
15762         (diary-make-date): New function.
15763         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
15764         Use diary-make-date.
15765         (diary-date-display-form, diary-insert-entry-1): New functions.
15766         (insert-monthly-diary-entry, insert-yearly-diary-entry):
15767         Use diary-insert-entry-1.
15768         (insert-anniversary-diary-entry, insert-block-diary-entry)
15769         (insert-cyclic-diary-entry): Use diary-date-display-form.
15771         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15772         Autoload diary-insert-entry-1.
15773         * calendar/cal-bahai.el (diary-bahai-insert-entry)
15774         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
15775         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
15776         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
15777         * calendar/cal-islam.el (insert-islamic-diary-entry)
15778         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
15779         Use diary-insert-entry-1.
15781         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
15782         (diary-yahrzeit): Doc fix.  Use diary-make-date.
15784         * calendar/icalendar.el (icalendar--datetime-to-american-date):
15785         New name for icalendar--datetime-to-noneuropean-date.  Make old name
15786         obsolete alias.
15787         (icalendar--datetime-to-iso-date): New function.
15788         (icalendar--datetime-to-diary-date): Doc fix.  Respect
15789         calendar-date-style if bound.
15791         * textmodes/remember.el (remember-diary-convert-entry):
15792         Respect calendar-date-style if bound.
15794 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15796         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
15797         (xterm-mouse-handle-delete-frame): Delete.
15799         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
15800         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
15801         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
15802         in xterm-modify-other-keys-terminal-list.
15804         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
15805         are conflicts.
15807 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15809         * vc.el (vc-update): Check if the buffer is unsaved only if it
15810         actually exists.
15811         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
15812         vc-print-log.
15814 2008-03-28  Magnus Henoch  <mange@freemail.hu>
15816         * net/dns.el (dns-write): Use set-buffer-multibyte.
15818 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15820         * vc-bzr.el (vc-bzr-sha1): New fun.
15821         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
15822         (vc-bzr-registered): Use it.
15824 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
15826         * vc.el (vc-status-kill-dir-status-process): Simplify.
15827         (vc-status-refresh): Make sure the buffer is live.
15828         (ring): Don't require it, not used.
15830 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
15832         * progmodes/verilog-mode.el (verilog-auto-inout-module):
15833         Add optional regular expression to AUTOINOUTMODULE.
15834         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
15835         (verilog-auto-inst-param, verilog-auto-reg)
15836         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
15837         (verilog-auto-output-every, verilog-auto-input)
15838         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
15839         (verilog-auto-unused, verilog-auto): Update documentation to use
15840         more obvious instance module names versus cell names.
15842 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
15844         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
15845         kill if a process is running.
15847         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
15849 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
15851         * vc.el: Add new backend function 'status-extra-headers.
15852         (vc-default-status-extra-headers): New function.
15853         (vc-status-headers): Call 'status-extra-headers.  Add colors.
15855         * vc-git.el (vc-git-status-extra-headers): New function.
15857 2008-03-28  Glenn Morris  <rgm@gnu.org>
15859         * calendar/cal-menu.el (cal-menu-holidays-menu)
15860         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
15861         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
15862         holiday-list is optional.
15863         (calendar-mouse-holidays): Remove un-needed local `l'.
15865         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
15866         Remove un-needed local `date'.
15867         (calendar-cursor-to-visible-date): Use let rather than let*.
15868         Remove un-needed local `first-of-month-weekday'.
15870         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
15872         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
15873         Doc fixes.
15874         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
15875         (diary-header-line-flag, diary-header-line-format): Declare.
15876         (diary-pull-attrs): Check for multiple matches.
15877         (diary-list-entries-2): Simplify finding start of date.
15878         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
15879         pop-up-frames.
15880         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
15881         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
15883 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
15885         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
15887         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
15889 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15891         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
15893         * image-mode.el (image-mode-reapply-winprops): Fix last change.
15895 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
15897         * international/mule-conf.el (define-iso-single-byte-charset):
15898         Don't make latin-iso8859-* supplementary.
15899         (#'set-charset-priority): Don't change the priority of charsets
15900         `unicode' and `emacs'.
15902 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15904         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
15905         temp buffer.
15907 2008-03-27  Glenn Morris  <rgm@gnu.org>
15909         * calendar/cal-bahai.el (diary-bahai-list-entries):
15910         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
15911         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
15913         * calendar/calendar.el (diary-file): Doc fix.
15915         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
15916         (list-diary-entries-hook, mark-diary-entries-hook)
15917         (include-other-diary-files, diary-mail-entries)
15918         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
15919         (diary-set-header): New function.
15920         (diary-header-line-flag, diary-header-line-format):
15921         Use diary-set-header for custom :set function.
15922         (diary-set-maybe-redraw): Use symbol-value rather than eval.
15923         (diary-attrtype-convert): Use intern-soft rather than read.
15924         (diary-display-no-entries): New function.
15925         (simple-diary-display, fancy-diary-display): Use it.
15926         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
15927         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
15929         * calendar/holidays.el (list-holidays): Doc fix.
15931 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
15933         * calc/calc-store.el (calc-read-var-name-history): New variable.
15934         (calc-read-var-name): Use `calc-read-var-name-history'.
15936 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15938         * image-mode.el (image-mode-reapply-winprops): Simplify now that
15939         window-configuration-change-hook works buffer-locally.
15941 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
15943         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
15944         for Emacs Lisp, not Lisp.
15946 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
15948         * help-fns.el (describe-function-1, describe-variable):
15949         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
15951         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
15952         replacement is provided, don't print "use nil instead".
15954 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
15956         * complete.el (PC-do-completion): Use regexp-quote.
15958 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
15960         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
15961         Detect missing files.
15963         * vc-git.el (vc-git-extra-menu-map): New key map.
15964         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
15965         New functions.
15967         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
15968         and 'missing files.
15970 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15972         * calendar/holidays.el (list-holidays): Make Y2 optional.
15974         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
15975         buffers shown to the user.
15976         (appt-disp-window): Disable undo explicitly now that the leading space
15977         is gone.
15979         * simple.el (activate-mark): New function.
15980         (set-mark-command): Use it with region-active-p to clean up the code.
15981         (exchange-point-and-mark): Invert the meaning of C-u when
15982         transient-mark-mode is active.
15984         * dired-aux.el (dired-create-files): Use dolist.
15986         * bindings.el (mode-line-change-eol): Use with-selected-window.
15988         * apropos.el (apropos-command): Include macros.
15990 2008-03-26  Glenn Morris  <rgm@gnu.org>
15992         * calendar/cal-bahai.el: Require calendar, not cal-julian.
15993         (calendar-bahai-epoch): Doc fix.
15995         * calendar/cal-china.el: Explicitly require calendar.
15997         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
15998         Require calendar rather than cal-julian.
15999         Autoload calendar-absolute-from-julian.
16000         * calendar/cal-coptic.el (coptic-calendar-epoch):
16001         * calendar/cal-islam.el (calendar-islamic-epoch):
16002         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
16004         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
16006         * calendar/cal-dst.el: Don't require cal-persia.
16007         (calendar-absolute-from-persian): Autoload it.
16008         (dst-adjust-time): Doc fix.
16010         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
16011         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
16012         calendar.
16014         * calendar/cal-menu.el: Require calendar rather than declaring
16015         functions.
16016         * calendar/calendar.el: Provide calendar before requiring cal-menu.
16018         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
16019         calendar-after-frame-setup-hooks.  Update callers, make old name an
16020         obsolete alias.  Doc fix.
16021         (calendar-frame-1): Doc fix.
16023         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
16025         * calendar/calendar.el (oriental-holidays, solar-holidays):
16026         * calendar/holidays.el (list-holidays): Assume atan always bound.
16028         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
16029         Explicitly require calendar, not cal-julian.
16030         * calendar/lunar.el: Explicitly require cal-dst.
16032 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16034         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
16036         * help-fns.el (describe-function-1, describe-variable): If no
16037         replacement is provided, don't print "use nil instead".
16039 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16041         * proced.el: New file.
16043 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
16045         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
16047 2008-03-25  Juri Linkov  <juri@jurta.org>
16049         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
16050         in battery-mode-line-format.
16052         * bindings.el (minibuffer-local-map): For the command
16053         file-cache-minibuffer-complete replace keymap minibuffer-local-map
16054         with map which is already locally bound to minibuffer-local-map.
16056 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16058         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
16059         Remove `sort-first' argument.
16061         * subr.el (redisplay-end-trigger-functions)
16062         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
16063         (process-filter-multibyte-p, set-process-filter-multibyte):
16064         Mark as obsolete.
16066 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
16068         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
16069         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
16070         use the LOCAL arg of `add-hook'.
16071         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
16072         Remove spurious * from defcustom docstrings.
16073         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
16074         Fix typos in messages.
16075         (reb-mode-buffer-p): New function.
16076         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
16077         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
16078         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
16079         Use `unless', `when'.
16080         (re-builder-unload-function): New function.
16082 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
16084         * vc-hooks.el (vc-state): Add documentation for 'missing.
16086 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
16088         * progmodes/verilog-mode.el (verilog-auto-output)
16089         (verilog-auto-input, verilog-auto-inout, verilog-auto)
16090         (verilog-delete-auto): Add optional regular expression to
16091         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
16092         (verilog-signals-matching-regexp): New internal function for
16093         signal matching.
16095 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
16097         * info.el (Info-isearch-search): Always return point.
16099 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16101         * diff-mode.el (diff-remembered-defdir): New var.
16102         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
16104 2008-03-25  Glenn Morris  <rgm@gnu.org>
16106         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
16107         calendar-bahai-prompt-for-date.  Update callers, make old name an
16108         obsolete alias.  Doc fix.
16109         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
16110         coptic-prompt-for-date.  Update callers, make old name an
16111         obsolete alias.  Doc fix.
16112         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
16113         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
16114         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
16115         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
16116         * calendar/cal-iso.el (calendar-iso-read-date): New name for
16117         calendar-iso-read-args.  Update callers, make old name an obsolete
16118         alias.
16119         * calendar/cal-persia.el (calendar-persian-read-date): New name for
16120         persian-prompt-for-date.  Update callers, make old name an
16121         obsolete alias.  Doc fix.  Move definition before use.
16123         * calendar/cal-x.el (diary-frame-parameters)
16124         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16125         (calendar-frame-1): Doc fixes.
16126         (make-fancy-diary-buffer): Remove declaration.
16127         (calendar-dedicate-diary): Replace call to deleted function
16128         make-fancy-diary-buffer.
16129         (calendar-frame-setup): New function.
16130         (calendar-one-frame-setup, calendar-only-one-frame-setup)
16131         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
16132         work, and mark as obsolete.
16133         (special-display-buffer-names): Don't mess with this; it's not our
16134         business.
16135         (cal-x-load-hook): Defvar it, and mark as obsolete.
16137         * calendar/calendar.el (calendar-remove-frame-by-deleting):
16138         Default to t.  Add to 'calendar group.
16139         (calendar): Doc fix.  Use calendar-frame-setup.
16140         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
16141         (generate-calendar-window): Doc fix.
16143 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16145         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
16147 2008-03-24  Drew Adams  <drew.adams@oracle.com>
16149         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
16150         New variables.
16151         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
16152         (finder-exit): Ignore errors rather than avoiding them.
16153         Kill *Finder-package* buffer also.
16155 2008-03-24  Andreas Schwab  <schwab@suse.de>
16157         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
16159 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
16161         * vc-hg.el (vc-hg-after-dir-status):
16162         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
16164         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
16165         Detect removed files.
16167         * vc.el (vc-status-printer): Use a different face for missing files.
16168         (vc-status-hide-up-to-date): Rename from
16169         vc-status-remove-up-to-date.  Update all callers.
16170         (vc-status-mode-map): Bind C-m.
16172 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
16174         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
16175         code ...
16176         (vc-git--state-code): ... to this new function.
16177         (vc-git-state): Use it.
16179 2008-03-24  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
16181         * textmodes/remember.el (remember-mail-date)
16182         (remember-store-in-mailbox): Write date and From line in such a
16183         way that Mutt can read it.
16185 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
16187         * simple.el (transient-mark-mode): Turn on by default.
16189 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
16191         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
16192         'unregistered for unregistered files.
16194         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
16196         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
16198         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
16199         subdirectories.
16201         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
16202         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
16203         Add :enable for vc-status-refresh.
16204         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
16205         (vc-status-tool-bar-map): Add binding for
16206         vc-status-kill-dir-status-process.
16207         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
16208         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
16209         Reset vc-status-process-buffer.
16210         (vc-status-refresh): Don't run two refreshes at a time.
16211         (vc-status): If the buffer is already in vc-status-mode only refresh.
16212         (vc-status-mark-buffer-changed): Add an optional file parameter.
16213         (vc-resynch-buffer): Use it.
16214         (vc-delete-file): Expand the file name before using it.
16215         Be careful to not create a new buffer with the old file contents.
16216         Update the VC state after performing the operation.
16218 2008-03-23  Andreas Schwab  <schwab@suse.de>
16220         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
16221         Fix radio button condition.
16222         [box]: Likewise.
16223         [customize]: Add radio button.
16225 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
16227         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
16228         (calc-user-parse-tables, calc-gnuplot-default-device)
16229         (calc-gnuplot-default-output, calc-gnuplot-print-device)
16230         (calc-gnuplot-print-output, calc-gnuplot-geometry)
16231         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
16232         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
16233         (calc-undo-list, calc-redo-list, calc-main-buffer)
16234         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
16235         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
16236         (calc-said-hello, calc-executing-macro, calc-any-selections)
16237         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
16238         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
16239         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
16240         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
16241         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
16242         (calc-create-buffer, calc-quit): Add docstrings.
16244 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
16246         * makefile.w32-in (WINS_ALMOST): Add org.
16248 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
16250         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
16251         New functions to implement vc-status support.
16253 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
16255         * vc.el (vc-status-prepare-status-buffer): New function.
16256         (vc-status): Use it.
16258         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
16259         appropriate.
16261 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
16263         * vc-git.el (vc-git--empty-db-p)
16264         (vc-git-after-dir-status-stage1-empty-db): New functions.
16265         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
16266         Add support for empty repositories.
16268 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
16270         * vc-git.el (vc-git-annotate-extract-revision-at-line):
16271         Allow "^" in a version name.
16273         * vc-mtn.el (vc-mtn-state): Support the added state.
16275 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
16277         * org: New directory for Org-mode.
16279         * org/org-export-latex.el: Moved from lisp/textmodes.
16281         * org/org-irc.el: Moved from lisp/textmodes.
16283         * org/org-mac-message.el: Moved from lisp/textmodes.
16285         * org/org-mouse.el: Moved from lisp/textmodes.
16287         * org/org-publish.el: Moved from lisp/textmodes.
16289 2008-03-21  Juri Linkov  <juri@jurta.org>
16291         * comint.el (comint-dynamic-simple-complete):
16292         Use variable `stub' for the second arg `common-substring'
16293         of `comint-dynamic-list-completions'.
16294         (comint-dynamic-list-filename-completions):
16295         Use variable `filenondir' for the second arg `common-substring'
16296         of `comint-dynamic-list-completions'.
16297         (comint-dynamic-list-completions): Add new optional arg
16298         `common-substring'.  Add `common-substring' as the second arg of
16299         the call to `display-completion-list'.  Doc fix.
16301         * comint.el (comint-dynamic-complete-as-filename)
16302         (comint-dynamic-list-filename-completions)
16303         (comint-dynamic-simple-complete): Use `minibuffer-message'
16304         to display message "No completions of %s" when a command
16305         is called in the minibuffer.
16306         (comint-dynamic-simple-complete): Don't display other
16307         completion messages when a command is called in the minibuffer.
16308         (comint-dynamic-list-completions): Use `minibuffer-message'
16309         to display message " [Type space to flush ...]" when a command
16310         is called in the minibuffer.
16312         * shell.el (shell-dynamic-complete-command)
16313         (shell-dynamic-complete-environment-variable): Don't display
16314         completion messages when command is called in the minibuffer.
16316         * emacs-lisp/lisp.el (lisp-complete-symbol):
16317         Use `minibuffer-message' to display message "No completions of %s"
16318         when this command is called in the minibuffer.
16320         * bindings.el (standard-mode-line-modes): Put special help-echo
16321         tooltip on recursive edit %[ %] mode-line constructs.
16323         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
16324         "^No dynamic expansion for .* found$" to allow error messages like
16325         "No dynamic expansion for \"%s\" found in this-buffer".
16327 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
16329         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
16330         "psftp".
16332 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16334         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
16335         * vc.el (vc-default-dired-state-info): Use just "modified".
16336         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
16337         (vc-cvs-mode-line-string): Make use of the better default.
16338         (vc-cvs-parse-entry): Use the new `added'.
16339         (vc-cvs-dired-state-info): Remove.
16340         * vc-svn.el (vc-svn-dired-state-info): Remove.
16341         * vc-hg.el (vc-hg-dired-state-info): Remove.
16342         * vc-git.el (vc-git-dired-state-info): Remove.
16344 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
16346         * vc-git.el (vc-git-status-result): New variable.
16347         (vc-git-dir-status): Split out ...
16348         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
16349         ... these new functions and work asynchronously.
16351 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
16353         * vc-git.el (vc-git-after-dir-status): Remove.
16354         (vc-git-dired-state-info): Reimplement.
16356 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
16358         * replace.el (occur-mode-map): Add :help.
16360         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
16361         for disassemble.
16363         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
16364         the 'added state.
16365         (vc-status-remove-up-to-date): New function.
16366         (vc-status-mode-map, vc-status-menu-map): Bind it.
16367         (vc-status-printer): Use a different face up-to-date files.
16368         (vc-resynch-buffer): Update the vc-status buffer if it exists.
16369         (Todo): Remove solved entries.
16371         * vc-hg.el (vc-hg-state):
16372         * vc-git.el (vc-git-state):
16373         * vc-cvs.el (vc-cvs-parse-status):
16374         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
16375         state.
16377 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16379         * progmodes/compile.el (compile):
16380         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
16382         * simple.el (minibuffer-local-shell-command-map): New var.
16383         (minibuffer-complete-shell-command, read-shell-command): New funs.
16384         (shell-command, shell-command-on-region): Use them.
16386 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
16388         * vc.el (vc-status-mark-buffer-changed): New function to implement
16389         updating of the *vc-status* buffer when a buffer is saved.
16390         (vc-status-mode): Use it for after-change-hook.
16391         (vc-add-to-vc-status-buffer): Rename to ...
16392         (vc-status-add-entry): ... this.
16393         (Todo): Add new entry.
16395 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16397         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
16399 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
16401         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
16402         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
16403         Remove spurious * from defcustom docstrings.
16404         (icomplete-compute-delay): Fix docstring and remove spurious *.
16405         (icomplete-delay-completions-threshold): Fix typo in docstring and
16406         remove spurious *.
16407         (icomplete-completions): While collecting the list of prospective
16408         candidates, don't overshoot `icomplete-prospects-length'.
16410 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
16412         * textmodes/refbib.el:
16413         * textmodes/reftex.el:
16414         * textmodes/reftex-global.el:
16415         * textmodes/reftex-vars.el:
16416         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
16417         compiler pacifying defvars.
16418         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
16419         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
16420         not needed.
16422 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
16424         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
16425         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
16426         (verilog-customize, verilog-font-customize)
16427         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
16428         (verilog-mode): Update documentation strings to match tool tips.
16429         (verilog-auto-search-do, verilog-auto-re-search-do)
16430         (verilog-skip-forward-comment-or-string): Fix verilog-auto
16431         expansion when a .* appears inside a string.
16432         (verilog-re-search-forward, verilog-re-search-backward):
16433         Add comment to recall how this works.
16434         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
16436 2008-03-20  Glenn Morris  <rgm@gnu.org>
16438         * calendar/calendar.el (calendar-other-dates): New function.
16439         (calendar-print-other-dates): Use calendar-other-dates.
16440         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
16441         the declarations it replaces.
16442         (calendar-mouse-print-dates): Use calendar-other-dates.
16444         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
16445         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
16446         (calendar-absolute-from-bahai): Fix the leap-year case.
16447         (calendar-bahai-from-absolute): Re-use the Gregorian month.
16448         (calendar-bahai-date-string, calendar-bahai-print-date):
16449         Handle pre-Bahai dates.
16451         * calendar/cal-china.el (chinese-calendar-celestial-stem)
16452         (chinese-calendar-terrestrial-branch): Make defcustoms.
16454         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
16455         (calendar-mouse-view-diary-entries): Use or.
16456         (calendar-mouse-chinese-date): Remove unused command.
16457         (cal-menu-load-hook): Mark as obsolete.
16459         * calendar/solar.el (calendar-location-name, calendar-latitude)
16460         (calendar-longitude, solar-arctan, sunrise-sunset)
16461         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
16463 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
16465         * calc/calc.el: Remove outdated comments.
16466         (defcalcmodevar, calc-mode-var-list-restore-default-values)
16467         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
16468         Add docstrings.
16470 2008-03-19  Jason Rumney  <jasonr@gnu.org>
16472         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
16474 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16476         * net/tls.el (open-tls-stream): Reindent.
16478 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
16480         * net/tramp.el (tramp-let-maybe): Removed.
16481         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
16482         It does not exist under XEmacs.
16483         (tramp-handle-file-truename, tramp-handle-expand-file-name)
16484         (tramp-completion-file-name-handler): Let-bind
16485         `directory-sep-char'.
16487         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
16488         `directory-sep-char'.
16490 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16492         * help-fns.el (describe-function-1): Don't signal "missing arglist"
16493         for autoloaded keymaps.
16495         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
16496         (electric-verilog-terminate-line, verilog-in-struct-region-p)
16497         (verilog-backward-ws&directives, verilog-forward-ws&directives)
16498         (verilog-in-comment-p, verilog-in-star-comment-p)
16499         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
16500         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
16501         (verilog-skip-forward-comment-or-string, verilog-in-paren)
16502         (verilog-skip-forward-comment-p): Use it.
16504 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
16506         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
16507         (org-remember-templates, org-time-stamp-rounding-minutes)
16508         (org-back-over-empty-lines, org-find-base-buffer-visiting)
16509         (org-columns-new): Fix typos in docstrings.
16511 2008-03-19  Glenn Morris  <rgm@gnu.org>
16513         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
16514         (tramp-handle-shell-command): Use condition-case rather than
16515         ignore-errors.
16517 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
16519         * diff-mode.el (diff-header): Make the color louder.
16520         (diff-refine-change): Tone the color down.
16522 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
16524         * descr-text.el (describe-char): When `describe-char-unidata-list'
16525         is set to show all properties, list them in the right order.
16527 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16529         * international/mule.el (load-with-code-conversion): Avoid setting
16530         default-enable-multibyte-characters.
16532 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
16534         * vc.el (vc-annotate-background): Fix custom type.
16536 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16538         * descr-text.el (describe-char-unidata-list): Allow specifying
16539         just all properties.
16540         (describe-char): Handle that new value.
16542         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
16544 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
16546         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
16547         instead of file name extension to make docs with uncommon
16548         extensions work.
16550 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
16552         * doc-view.el (require): Require cl at compile time because
16553         `assert' needs it.
16555 2008-03-18  Glenn Morris  <rgm@gnu.org>
16557         * calendar/calendar.el (initial-calendar-window-hook)
16558         (today-visible-calendar-hook): Doc fixes.
16560 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
16562         * net/tramp.el (tramp-root-regexp): Simplify.
16563         (tramp-completion-file-name-regexp-separate): Don't insist on
16564         leading "[".  This prevents method or user or host completion.
16565         (tramp-let-maybe): Autoload it.
16566         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
16567         is an alias for `identity'.
16568         (tramp-handle-write-region): Protect `last-coding-system-used'
16569         over the trailing statements.
16570         (tramp-completion-file-name-handler-post-function): Remove.
16571         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
16572         instead of calling `tramp-drop-volume-letter'.
16574         * net/tramp.el:
16575         * net/tramp-uu.el:
16576         * net/trampver.el: Move coding cookie at the end.
16578 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16580         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
16581         elements which may be something else than characters.
16583 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
16585         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
16586         New functions to implement vc-status support.
16588         * vc.el (vc-default-extra-status-menu)
16589         (vc-add-to-vc-status-buffer): New functions.
16591         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16592         for eldoc and ielm.
16594 2008-03-17  Glenn Morris  <rgm@gnu.org>
16596         * calendar/cal-x.el (diary-frame-parameters)
16597         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
16598         Fix custom type; add options.
16599         (calendar-frame, diary-frame): Doc fixes.
16600         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
16601         new functions.
16602         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
16603         Use calendar-frame-1 and calendar-dedicate-diary.
16604         (calendar-one-frame-setup): Also handle only-one-frame case.
16605         (calendar-only-one-frame-setup): Doc fix.  Just call
16606         calendar-one-frame-setup.
16608         * calendar/diary-lib.el: Re-order some definitions before their use.
16609         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
16610         (diary-list-entries): Doc fixes.
16611         (make-fancy-diary-display): Remove function.
16613         * calendar/calendar.el (calendar-today-marker)
16614         (initial-calendar-window-hook, today-visible-calendar-hook)
16615         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
16616         (calendar-star-date, calendar-mark-today): Doc fixes.
16617         (today-visible-calendar-hook): Add options.
16618         (calendar-in-read-only-buffer): New macro.
16619         (calendar-basic-setup): Adapt for change in calendar-read-date.
16620         Place holiday let inside if.
16621         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
16622         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
16623         (calendar-print-other-dates): Use one let rather than many.
16625         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
16626         (calendar-print-other-dates):
16627         * calendar/cal-hebrew.el (list-yahrzeit-dates):
16628         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
16629         * calendar/holidays.el (calendar-list-holidays, list-holidays)
16630         (calendar-cursor-holidays):
16631         * calendar/lunar.el (calendar-phases-of-moon): Use
16632         calendar-in-read-only-buffer to replace previous code and disable undo.
16634 2008-03-16  Juri Linkov  <juri@jurta.org>
16636         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
16637         and regexp-search-ring-yank-pointer for the HISTPOS argument of
16638         read-from-minibuffer to provide the correct initial minibuffer
16639         history position in isearch-edit-string when it is called from
16640         isearch-ring-adjust.
16642         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
16643         to check if the current buffer is the minibuffer, and in this case
16644         call abort-recursive-edit to kill the minibuffer.  Doc fix.
16645         (kill-this-buffer-enabled-p): Allow this function to return non-nil
16646         when the current buffer is the minibuffer.
16648         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
16650 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
16652         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16653         Use non-nil PARENTS attribute of make-directory instead of
16654         explicitly checking existence the current cache directory.
16656 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
16658         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
16659         M-x epa-file-select-keys.
16661 2008-03-16  Kenichi Handa  <handa@m17n.org>
16663         * international/mule.el (auto-coding-alist):
16664         Use no-conversion-multibyte for archive files.
16666 2008-03-16  Glenn Morris  <rgm@gnu.org>
16668         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
16669         New functions.
16670         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
16671         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
16672         Use calendar-mark-1.
16673         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
16674         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
16675         Use calendar-mark-complex.
16676         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
16677         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
16678         Use calendar-mark-1.
16680         * calendar/calendar.el (calendar-mod): Remove.
16681         * calendar/cal-china.el (calendar-chinese-from-absolute)
16682         (calendar-chinese-date-string): Expand calendar-mod calls.
16683         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
16684         Expand calendar-mod calls.
16686         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
16687         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16688         (diary-bahai-insert-yearly-entry): Use let rather than let*.
16689         Move obsolete aliases after the functions that replaced them.
16691         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
16692         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
16693         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
16694         Use let rather than let*.
16695         (calendar-hebrew-prompt-for-date): New function.
16696         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
16697         (holiday-tisha-b-av-etc): Use unless, let.
16699         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
16700         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
16702         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
16704         * calendar/calendar.el (calendar-for-loop): Add indent spec.
16706         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
16707         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
16708         than concat.
16709         (diary): Remove un-needed let.
16710         (view-other-diary-entries): Rename argument.
16711         (diary-list-entries-2): New function.
16712         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
16713         (print-diary-entries): Use unless.
16714         (diary-mark-entries-1): Change argument order, make all but
16715         markfunc optional.  Handle the standard (Gregorian) case.
16716         Use match-string-no-properties.  Handle marks.
16717         (mark-diary-entries): Use diary-mark-entries-1.
16718         (diary-font-lock-keywords-1): New macro.
16719         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
16721 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
16723         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
16724         (icalendar-export-hidden-diary-entries): New variable.
16725         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
16726         In case of error, insert full error-val.
16727         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
16728         Use calendar-day-of-week.  Return the day number.
16729         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
16731 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
16733         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
16734         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
16735         (icalendar-export-region): Ignore hidden diary entries.
16736         (icalendar--convert-ordinary-to-ical): Fix case where event
16737         spans across midnight boundary.
16738         (icalendar-first-weekday-of-year): New function.
16739         (icalendar--convert-weekly-to-ical): Allow user-selectable start
16740         year for recurring events (Mozilla calendars do not propagate
16741         recurring events forever, so year 2000 start date was not working).
16742         (icalendar--convert-yearly-to-ical): Remove extra spaces in
16743         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
16745 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
16747         * net/tramp.el (tramp-root-regexp): New defconst.
16748         (tramp-completion-file-name-regexp-unified)
16749         (tramp-completion-file-name-regexp-separate)
16750         (tramp-completion-file-name-regexp-url): Use it.
16751         (tramp-do-copy-or-rename-file-via-buffer):
16752         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
16753         t for `insert-file-contents-literally'.
16754         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
16755         Autoload it.
16756         (tramp-completion-file-name-handler-post-function): New defconst.
16757         (tramp-completion-file-name-handler): Use it.
16758         (tramp-maybe-open-connection): Update calls to
16759         `tramp-flush-connection-property' for removed 2nd argument.
16761 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16763         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
16764         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
16765         New functions.
16767 2008-03-15  Glenn Morris  <rgm@gnu.org>
16769         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
16770         New functions.
16771         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
16772         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16773         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16774         (diary-bahai-list-entries): Use diary-list-entries-1.
16775         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
16776         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
16777         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16778         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16779         (list-hebrew-diary-entries): Use diary-list-entries-1.
16780         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
16781         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
16782         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16783         (diary-list-entries-1, diary-mark-entries-1): Autoload.
16784         (list-islamic-diary-entries): Use diary-list-entries-1.
16785         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
16787         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
16789         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
16791         * calendar/cal-china.el (number-chinese-months)
16792         (calendar-chinese-from-absolute): Use nth, caar.
16794         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
16796         * calendar/cal-french.el (french-calendar-accents): Doc fix.
16798         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
16799         (calendar-hebrew-month-name-array-leap-year)
16800         (hebrew-calendar-parashiot-names): Make constants.
16801         (diary-parasha): Move definition after constants it uses.
16803         * calendar/cal-html.el (cal-html-insert-link-yearpage)
16804         (cal-html-htmlify-list): Doc fix.
16805         (cal-html-htmlify-entry): Use nth.
16807         * calendar/cal-islam.el (calendar-islamic-month-name-array)
16808         (calendar-islamic-epoch): Make constants.
16809         (calendar-islamic-epoch): Doc fix.
16811         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
16813         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
16814         (cal-tex-month-name): Doc fix.
16815         (cal-tex-last-blank-p): Use zerop.
16817         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
16818         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
16819         (calendar-cursor-to-date): Doc fix.
16820         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
16821         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
16822         (calendar-day-number): Use when.
16823         (generate-calendar-month): Use dotimes.
16824         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
16825         (calendar-set-mark): Reverse conditional.
16826         (calendar-make-alist): Move definition before use.
16828         * calendar/diary-lib.el (diary-face-attrs)
16829         (diary-glob-file-regexp-prefix, diary-selective-display)
16830         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
16831         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
16832         (diary-anniversary, diary-cyclic)
16833         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
16834         (diary-header-line-format): Change wording.
16835         (diary-list-entries): Set `date-start' in let.
16836         (include-other-diary-files, mark-included-diary-files): Use format.
16837         (simple-diary-display, fancy-diary-display): Use cadr, unless.
16838         (mark-diary-entries): Use 1+.
16839         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
16840         (mark-calendar-month): Use dotimes.
16842         * calendar/holidays.el (displayed-month, displayed-year):
16843         Move declarations where needed.
16844         (calendar-list-holidays): Doc fix.
16846         * calendar/parse-time.el (parse-time-string): Simplify.
16848         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
16849         Make constants.
16850         (solar-sunrise-sunset): Rename some local variables for clarity.
16851         (sunrise-sunset): Use zerop.
16852         (solar-mean-equinoxes/solstices): Doc fix.
16854         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
16855         Use nth.
16856         (timeclock-completing-read, timeclock-generate-report): Use zerop.
16857         (timeclock-mean, timeclock-generate-report): Use dolist.
16859         * calendar/todo-mode.el (todo-add-category): Simplify.
16860         (todo-more-important-p, todo-delete-item, todo-file-item):
16861         Use unless, when.
16862         (todo-top-priorities): Use zerop.
16864 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
16866         * buff-menu.el (list-buffers-noselect): Display buffer name in
16867         tooltip instead of mouse binding when it doesn't fit in the list.
16869 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
16871         * faces.el (xw-defined-colors):
16872         * simple.el (widget-convert, shell-mode): Declare as functions
16873         instead of autoloading.
16875         * abbrev.el:
16876         * button.el:
16877         * cus-face.el:
16878         * ediff-hook.el:
16879         * emacs-lisp/backquote.el:
16880         * emacs-lisp/timer.el:
16881         * facemenu.el:
16882         * faces.el:
16883         * menu-bar.el:
16884         * simple.el:
16885         * subr.el:
16886         * textmodes/fill.el:
16887         * textmodes/paragraphs.el: Remove autoloads, redundant when the
16888         files are preloaded.
16890 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16892         * desktop.el (desktop-create-buffer): Don't catch errors if
16893         debug-on-error is set.
16895 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
16897         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
16898         ($(lisp)/calendar/diary-loaddefs.el)
16899         ($(lisp)/calendar/hol-loaddefs.el): New targets.
16900         (LOADDEFS): New macro.
16901         (autoloads): Depend on $(LOADDEFS).
16903 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
16905         * font-lock.el (featurep): Remove test, not useful anymore.
16906         (facemenu-keymap): Move key binding ...
16907         * facemenu.el (facemenu-keymap): ... here.
16909         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
16910         for each file in the list.
16911         (vc-bzr-log-view-mode): Recognize the file marker.
16913         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16914         for checkdoc and profiling.
16916 2008-03-14  Bastien Guerry  <bzg@altern.org>
16918         * textmodes/flyspell.el (nxml-mode): Add the right
16919         `flyspell-mode-predicate'.
16921         * wid-edit.el (link): Use 'mouse-face for :follow-link.
16923 2008-03-14  Glenn Morris  <rgm@gnu.org>
16925         * calendar/solar.el: Reorder so that functions are defined before use.
16926         (displayed-month, displayed-year): Move declarations where needed.
16927         (solar-get-number): Move definition before use.  Use unless.
16928         (solar-equatorial-coordinates): Simplify.
16929         (solar-sunrise-and-sunset): Use let rather than let*.
16930         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
16932         * startup.el (command-line-1): Rename -internal-script back to
16933         -scriptload (reverts previous change).
16935         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16936         (calendar-bahai-leap-base): Add doc strings.
16937         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
16938         Move definition before use.
16939         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
16940         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
16941         variables outside the loop.  Use dolist.
16942         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
16944         * calendar/cal-china.el: Re-order so that functions are defined before
16945         use.
16946         (displayed-month, displayed-year): Move declarations where needed.
16947         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
16948         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16949         Add doc strings.
16950         (chinese-year-cache): Recenter on 2010.  Doc fix.
16951         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
16952         Doc fix.  Simplify.
16953         (chinese-year-cache-init): New function.
16954         (compute-chinese-year, holiday-chinese-new-year)
16955         (calendar-chinese-date-string, calendar-goto-chinese-date)
16956         (make-chinese-month-assoc-list): Use cadr, nth.
16957         (chinese-months): Remove un-needed let.
16959         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
16960         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
16961         (coptic-prompt-for-date): Move definition before use.
16963         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
16964         (calendar-dst-find-data, calendar-daylight-time-offset)
16965         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16966         (calendar-daylight-savings-starts-time)
16967         (calendar-daylight-savings-ends-time): Use cadr, nth.
16969         * calendar/cal-french.el (french-calendar-epoch)
16970         (calendar-goto-french-date): Doc fix.
16971         (french-calendar-month-name-array)
16972         (french-calendar-multibyte-month-name-array)
16973         (french-calendar-day-name-array, french-calendar-special-days-array):
16974         Add doc strings.
16976         * calendar/cal-hebrew.el (displayed-month, displayed-year)
16977         (original-date): Move declarations where needed.
16978         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
16979         Doc fix.
16980         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
16981         constant variables outside the loop.  Use dolist.
16983         * calendar/cal-islam.el (displayed-month, displayed-year)
16984         (original-date): Move declarations where needed.
16985         (islamic-calendar-day-number): Remove unused local variable `day'.
16986         (calendar-goto-islamic-date): Doc fix.
16987         (holiday-islamic): Use unless.
16988         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
16989         constant variables outside the loop.  Use dolist.
16990         (mark-islamic-calendar-date-pattern): Move definition before use.
16991         Use unless.
16992         (mark-islamic-diary-entries): Doc fix.
16993         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16994         (insert-yearly-islamic-diary-entry): Use let rather than let*.
16996         * calendar/cal-julian.el (calendar-absolute-from-julian):
16997         Move definition before use.  Remove un-needed local `day'.
16998         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
17000         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
17001         (calendar-mayan-tzolkin-names-array): Add doc strings.
17002         (calendar-mayan-long-count-from-absolute): Use a single let.
17003         (calendar-string-to-mayan-long-count): Simplify.
17004         (calendar-next-haab-date, calendar-previous-haab-date)
17005         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
17006         (calendar-previous-calendar-round-date)
17007         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
17008         Doc fix.
17009         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
17010         (calendar-mayan-date-string, calendar-print-mayan-date)
17011         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17012         (calendar-mayan-long-count-common-era): Move definitions before use.
17014         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
17015         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
17016         Doc fix.
17017         (calendar-mouse-goto-date): Move definition before use.
17019         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
17020         Move definition before use.
17021         (calendar-cursor-to-visible-date): Move definition before use.
17022         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
17023         and place inside the conditional.
17024         (calendar-forward-day): Simplify.
17025         (calendar-end-of-month): Use unless.
17026         (calendar-goto-day-of-year): Doc fix.
17027         Relocate obsolete aliases after their replacements.
17029         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
17031         * calendar/diary-lib.el (mark-diary-entries): Move some constant
17032         variables outside the diary-date-forms loop.
17034         * calendar/calendar.el (diary-file): Doc fix.
17035         (calendar-buffer-list): Return buffers rather than strings (fixes
17036         previous change).
17037         (hebrew-holidays-4): Fix typo.
17039         * calendar/holidays.el (displayed-month, displayed-year):
17040         Move declarations where needed.
17041         (calendar-holiday-list, calendar-list-holidays)
17042         (holiday-filter-visible-calendar): Move definitions before use.
17043         (list-holidays): Use cadr.
17044         Relocate obsolete aliases after their replacements.
17046         * calendar/lunar.el (date, displayed-month, displayed-year):
17047         Move declarations where needed.
17048         (lunar-phase-list): Move definition after functions it uses.
17049         (calendar-phases-of-moon, diary-phases-of-moon)
17050         (lunar-new-moon-on-or-after): Use cadr, nth.
17051         (lunar-new-moon-on-or-after): Doc fix.
17053         * textmodes/org-irc.el (top-level): CL not required when compiling.
17054         (org-irc-visit-erc): Replace runtime CL functions.
17056         * textmodes/org-publish.el (declare-function): Add compatibility stub.
17057         (org-publish-delete-dups): Declare as function.
17059 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
17061         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
17062         (vc-bzr-show-log-entry): Make regexp match more cases.
17063         (vc-diff-switches-list): Remove autoload, not needed.
17065 2008-03-14  Juri Linkov  <juri@jurta.org>
17067         * isearch.el (isearch-edit-string): Remove one call to
17068         `isearch-push-state' not to push an inconsistent state,
17069         but keep another correct call to `isearch-push-state'.
17070         (isearch-ring-adjust): Call `isearch-push-state' only when
17071         `search-ring-update' is non-nil since `isearch-edit-string'
17072         already pushes its state.
17073         (isearch-message): Improve matching the failed part by checking
17074         if the original message starts with the last successful message.
17076         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
17077         (dired-perm-write): Rename from `dired-warn-writable'.
17078         Change parent face from `font-lock-warning-face' to
17079         `font-lock-comment-delimiter-face'.
17080         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
17081         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
17082         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
17083         with `dired-perm-write-face'.
17085 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
17087         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
17088         Create cache dir only if it doesn't already exist.
17090 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17092         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
17093         of \ and '.
17095 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
17097         * net/browse-url.el (browse-url-text-xterm):
17098         Unquote browse-url-text-browser.
17100 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
17102         * textmodes/org-mouse.el: Version number change.
17104         * textmodes/org-publish.el (org-publish-expand-components):
17105         Remove null projects from the list of components.
17106         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
17107         Remove unused retrieval of the :publishing-directory property.
17108         (org-publish-file): Bugfix: when using a relative directory as the
17109         publishing directory, convert it to a directory filename.
17110         (org-publish-project): New alias.
17111         (org-publish-get-files): Protect against empty p.
17112         (org-publish-file): Send an error when file is not part of any project.
17113         (org-publish-file): Offer to refresh the list of files in known
17114         project when the current file is not part of any project.
17115         (org-publish-before-export-hook)
17116         (org-publish-after-export-hook): New hooks.
17117         (org-publish-org-to): Use new hooks and kill buffers.
17118         (org-publish-file): Remove the code for killing buffers.
17119         (org-publish-initialize-files-alist): Use interactive.
17120         (org-publish-file): If the publishing function creates a new
17121         buffer, kill it after publishing.
17122         (org-publish-timestamp-filename): Protect ":" in file name path
17123         under windows.
17125         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
17126         change that killed the LaTeX buffer.
17128         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
17129         in the decision tree.
17130         (org-select-remember-template): Clean the code.
17131         (org-prepare-dblock): Add the extra :content parameter.
17132         (org-write-agenda): New output type ".ics" files.
17133         (org-write-agenda): Call `org-icalendar-verify-function', both for
17134         time stamps and for TODO entries.
17135         (org-agenda-collect-markers, org-create-marker-find-array)
17136         (org-check-agenda-marker-table): New functions.
17137         (org-agenda-marker-table): New variable.
17138         (org-export-as-html): Revert the change that killed the html
17139         buffer.  Side effects first need to be studied carefully.
17140         (org-get-tags-at): Fix the structure of the condition-case statement.
17141         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
17142         (org-timestamp-change): Fix regular expressions to swallow the
17143         extra character for repeat-shift control.
17144         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
17145         (org-get-legal-level): Alias to `org-get-valid-level'.
17146         (org-dblock-write:clocktable): Add a :link parameter, linking
17147         headlines to their location in the Org agenda files.
17148         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
17149         throwing an error when getting tags before headlines.
17150         (org-timestamp-change, org-modify-ts-extra)
17151         (org-ts-regexp1): Fix timestamp editing.
17152         (org-agenda-custom-commands-local-options): New constant.
17153         (org-agenda-custom-commands):
17154         Use `org-agenda-custom-commands-local-options' to improve customize
17155         type.  "htmlize": Removed hack to fix face problem with htmlize,
17156         it no longer seem necessary.
17157         (org-follow-link-hook): New hook.
17158         (org-agenda-custom-commands): Add "Component" as a tag for each
17159         item in a command series.
17160         (org-open-at-point): Run `org-follow-link-hook'.
17161         (org-agenda-schedule): Bugfix: don't display marker type when it
17162         is nil.
17163         (org-store-link): org-irc required.
17164         (org-set-regexps-and-options): Parse the new logging options.
17165         (org-extract-log-state-settings): New function.
17166         (org-todo): Handle the new ways of recording state change stuff.
17167         (org-local-logging): New function.
17168         (org-columns-open-link): Fix bug with opening link in column view.
17169         (org-local-logging): New function.
17170         (org-todo): Make sure that LOGGING properties are honoured.
17171         (org-todo-keywords): Improve docstring.
17172         (org-startup-options): Cleanup startup options.
17173         (org-set-regexps-and-options): Process the "!" markers.
17174         (org-todo): Respect the new logging stuff.
17175         (org-log-note-how): New variable.
17176         (org-add-log-maybe): New parameter HOW that defines how logging
17177         should be done and also overrides PURPOSE.  Add a docstring.
17178         (org-add-log-note): Check if we really need to ask for a note.
17179         (org-get-current-options): Digest the new keyword.
17180         (org-agenda-reset-markers): Rename from
17181         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
17182         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
17183         function, without force argument.
17184         (org-buffer-property-keys): Bind local variables s and p.
17185         (org-make-tags-matcher): Allow "" to match an empty or
17186         non-existent property value.
17187         (org-export-as-html): Join unsorted lists when they directly
17188         follow each other.  Such lists may be created by headlines that
17189         are converted to lists.
17190         (org-nofm-to-completion): New function.
17191         (org-export-as-html): Use :html-extension instead of
17192         org-export-html-extension.
17193         (org-store-link): Support for links from `rmail-summary-mode'.
17194         (org-columns-new, org-complete, org-set-property): Set the
17195         `include-columns' argument in the call to
17196         `org-buffer-property-keys'.
17197         (org-buffer-property-keys): New argument `include-columns', to
17198         include properties expected by any of the COLUMNS formats in the
17199         current buffer.
17200         (org-cleaned-string-for-export): Get rid of drawers first, so that
17201         they will be removed also in the text before the first headline.
17202         (org-clock-report): Show the clocktable when found.
17203         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
17204         (org-version): With prefix argument, insert `org-version' at point.
17205         (org-agenda-goto): Recenter the window after finding the target
17206         location, to make sure the correct position will be displayed.
17207         (org-agenda-get-deadlines): Don't scale priority with the warning
17208         period.
17209         (org-insert-heading): Don't break line in the middle of the line.
17210         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
17211         be 0.
17212         (org-update-checkbox-count): Revamp to deal with hierarchical
17213         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
17214         (org-remove-timestamp-with-keyword): New function.
17215         (org-schedule, org-deadline):
17216         Use `org-remove-timestamp-with-keyword' to make sure all such time
17217         stamps are removed.
17218         (org-mode): Support for `align'.
17219         (org-agenda-get-deadlines): Make sure priorities increase as the
17220         due date approaches and is passed.
17221         (org-remember-apply-template): Fix problem with tags that
17222         contain "_" or "@".
17223         (org-make-link-regexps): Improve the regular expression for plain links.
17224         (org-agenda-get-closed): List each clocking entry.
17225         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
17226         (org-special-ctrl-k): New option.
17227         (org-kill-line): New function.
17228         (org-archive-all-done): Fix incorrect number of stars in regexp.
17229         (org-refile-get-location): New function.
17230         (org-refile-goto-last-stored): New function.
17231         (org-global-tags-completion-table): Add the value of org-tag-alist
17232         in each buffer, to make sure that also unused tags will be
17233         available for completion.
17234         (org-columns-edit-value)
17235         (org-columns-next-allowed-value): Only update if not in agenda.
17236         (org-clocktable-steps): New function.
17237         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
17238         (org-archive-subtree): Add the outline tree context as a property.
17239         (org-closest-date): New optional argument `prefer'.
17240         (org-goto-auto-isearch): New option.
17241         (org-goto-map, org-get-location): Implement auto-isearch.
17242         (org-goto-local-auto-isearch-map): New variable.
17243         (org-goto-local-search-forward-headings)
17244         (org-goto-local-auto-isearch): New functions.
17246 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
17248         * textmodes/org-irc.el: New file.
17250 2008-03-13  John Wiegley  <johnw@gnu.org>
17252         * textmodes/org-mac-message.el: New file.
17254 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
17256         * font-lock.el (font-lock-comment-face): Set the foreground for
17257         the light background 8 colors case.
17259 2008-03-13  Glenn Morris  <rgm@gnu.org>
17261         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
17262         generate-autoload-cookie patterns.
17264         * startup.el (command-line-1): Rename -scriptload to -internal-script.
17266         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
17267         (MH_E_SRC): Remove variable.
17268         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
17269         Simplify file header.  Use $@ for generated-autoload-file.
17271         * Makefile.in (LOADDEFS): New variable.
17272         (AUTOGENEL): Use $LOADDEFS.
17273         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
17274         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
17275         ($(lisp)/calendar/hol-loaddefs.el): New targets.
17276         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17277         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
17278         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17279         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17280         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
17281         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
17282         Add calendar-specific autoload cookies, and remove any setting of
17283         generated-autoload-file.
17284         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
17285         * calendar/diary-lib.el: Replace explicit autoloads with reading of
17286         diary-loaddefs.
17287         * calendar/holidays.el: Replace explicit autoloads with reading of
17288         hol-loaddefs.
17290         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
17291         (calendar-buffer-list): Simplify.
17292         (generate-calendar-window): Use calendar-mark-holidays rather than
17293         obsolete alias.
17295         * calendar/cal-hebrew.el (list-yahrzeit-dates):
17296         Use cal-hebrew-yahrzeit-buffer.
17298         * calendar/cal-x.el (calendar-only-one-frame-setup)
17299         (calendar-two-frame-setup): Doc fixes.
17300         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
17302         * calendar/appt.el (appt-mode-string): Mark as risky.
17303         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
17305         * calendar/cal-html.el (diary-list-entries):
17306         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
17307         (calendar-iso-from-absolute): Fix autoloads.
17309         * calendar/cal-iso.el (calendar-absolute-from-iso)
17310         (calendar-iso-read-args): Simplify.
17311         (calendar-iso-date-string, calendar-iso-read-args)
17312         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
17314         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
17315         (displayed-month, displayed-year): Move declarations where needed.
17316         (calendar-print-astro-day-number): Doc fix.
17318         * calendar/cal-persia.el (persian-calendar-month-name-array)
17319         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
17320         (persian-prompt-for-date): Remove local variable `today'.
17322         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
17324         * calendar/solar.el (solar-moment, solar-exact-local-noon)
17325         (solar-sunrise-sunset, solar-sunrise-sunset-string)
17326         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
17327         (diary-sabbath-candles, solar-equinoxes/solstices)
17328         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
17329         (solar-time-equation, solar-date-to-et): Simplify.
17331         * mail/supercite.el: Remove the `function' in `(function (lambda'.
17332         Replace `(car (cdr' with cadr'.
17334         * progmodes/f90.el (f90-font-lock-n): New function.
17335         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
17336         Use f90-font-lock-n.
17337         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
17339         * progmodes/f90.el (f90-mode-abbrev-table):
17340         * progmodes/fortran.el (fortran-mode-abbrev-table):
17341         Use newer form of define-abbrev, where supported.  No need to bind
17342         abbrevs-changed for system abbrevs.
17344 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17346         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
17347         delete-frame-functions.
17349         * bookmark.el (Info-current-node): Remove.
17351 2008-03-12  Juri Linkov  <juri@jurta.org>
17353         * help.el (describe-project): Remove defaliases for view-todo and
17354         describe-project that are now unnecessary after the merge from
17355         emacs--rel--22 that added define-obsolete-function-alias.
17357         * startup.el (inhibit-startup-screen): Revert incomplete
17358         2008-03-10 merge from emacs--rel--22 that partly reverted
17359         2008-02-28 change that added initial message to *scratch* buffer
17360         regardless of the value of `inhibit-startup-screen'.
17361         Now keep this change in the trunk, but not in the 22 branch.
17363 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17365         * international/quail.el (quail-setup-completion-buf, quail-help):
17366         * mail/binhex.el (binhex-decode-region-internal):
17367         * mail/uudecode.el (uudecode-decode-region-internal):
17368         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
17369         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
17370         setting default-enable-multibyte-characters.
17372         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
17374         * comint.el: Fix up indentation and comment style.  Remove `function'.
17376         * international/mule-cmds.el (reset-language-environment)
17377         (set-language-environment-nonascii-translation):
17378         Don't set-unibyte-charset.
17380         * doc-view.el: Remove all cb-args, use closures instead.
17381         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
17382         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
17383         doing an incorrect check).  Update all callers to use the new name.
17384         (doc-view-doc->txt): Add missing `txt' argument.
17386 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
17388         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
17389         md5 sum calculation to single-byte.
17391 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17393         * doc-view.el (doc-view-new-window-function): Add assertion.
17394         (doc-view-doc-type): New var.
17395         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
17396         (doc-view-intersection): New fun.
17397         (doc-view-mode): Use it to set the new var.
17399 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
17401         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
17402         (doc-view-already-converted-p): New functions.
17403         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
17404         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
17405         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
17406         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
17407         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
17408         (doc-view-convert-current-doc): Don't hardwire the functions the
17409         sentinels call.  Now they're provided by two args CALLBACK and
17410         CB-ARGS to the functions.
17411         (doc-view-search): Use doc-view-doc->txt.
17412         (doc-view-initiate-display): Use doc-view-already-converted-p.
17413         Mention new binding C-c C-t if doc-view-mode doesn't work.
17415 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
17417         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
17419 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17421         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
17422         Mark " outside of tags as punctuation.
17424 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17426         * menu-bar.el (minibuffer-local-map): Use the same command for the
17427         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
17428         Prefer RET over C-j for exit-minibuffer.
17430         * files.el (display-buffer-other-frame): Eliminate problematic code.
17432         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
17433         (menu-bar-select-buffer): Remove.
17434         (menu-bar-select-frame): Make non-interactive and take a frame arg.
17435         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
17437 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
17439         * icomplete.el (icomplete-completions): Remove obsolete code.
17441         * net/net-utils.el (iwconfig-program-options): Doc fix.
17442         (net-utils-run-program, run-network-program): Define as functions.
17444 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
17446         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
17448 2008-03-11  Glenn Morris  <rgm@gnu.org>
17450         * faces.el (mode-line-emphasis): New face.
17451         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
17453         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
17455 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
17457         * simple.el (set-mark-command): Doc fix.
17459 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17461         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
17463         * emacs-lisp/autoload.el (autoload-find-destination):
17464         Don't force raw-text.
17466         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
17467         * calendar/cal-loaddefs.el: Don't version control.
17469 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17471         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
17472         entries and add :help to the existing ones.
17474 2008-03-10  Glenn Morris  <rgm@gnu.org>
17476         * calendar/cal-hebrew.el (date, entry, number): Move declarations
17477         to where they are needed.
17479         * calendar/calendar.el (diary-file, hebrew-holidays-1)
17480         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17481         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
17482         (calendar-version): Doc fixes.
17483         (calendar-absolute-from-gregorian): Use zerop.
17484         (calendar-mode-line-format): Make it a defcustom.
17486         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
17487         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
17488         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
17489         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
17490         (mark-included-diary-files, mark-calendar-days-named)
17491         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
17492         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
17493         (insert-monthly-diary-entry, insert-yearly-diary-entry)
17494         (insert-anniversary-diary-entry, insert-block-diary-entry)
17495         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
17496         (diary-font-lock-sexps): Doc fixes.
17497         (diary-remind-message, mark-calendar-month): Use zerop.
17498         (diary-attrtype-convert, diary-pull-attrs): Simplify.
17499         (diary-list-entries): Revert let to let* (previous change).
17501         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
17503 2008-03-10  Kim F. Storm  <storm@cua.dk>
17505         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
17506         function aliases for the old names.
17508 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
17510         * iswitchb.el (iswitchb-use-faces): Doc fix.
17511         (iswitchb-buffer-ignore, iswitchb-read-buffer):
17512         Fix typos in docstrings.
17514 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17516         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
17517         Fix typo.
17518         (verilog-type-font-keywords): Reindent.
17520 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
17522         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
17523         Fix bug in the grouping-keyword regular expression.
17524         (verilog-font-lock-keywords): Allow users to toggle special
17525         highlight of grouping-keywords.
17526         (verilog-highlight-grouping-keywords): The toggle for special
17527         highlighting of grouping keywords.
17529 2008-03-10  Juri Linkov  <juri@jurta.org>
17531         * startup.el: Revert 2008-02-28 change that adds initial message
17532         to *scratch* buffer regardless of the value of
17533         `inhibit-startup-screen'.
17535 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17537         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
17538         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
17539         * progmodes/verilog-mode.el (verilog-mode):
17540         * net/socks.el (socks):
17541         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
17543 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17545         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
17546         (doc-view-bookmark-make-record): Use them.
17547         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
17548         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
17550         * bookmark.el (bookmark-make-record-function): Change expected return
17551         value to include a suggested bookmark name.
17552         (bookmark-make): Split into bookmark-make-record and bookmark-store.
17553         Fix reversed `overwrite' semantics.
17554         (bookmark-set): Call bookmark-make-record before prompting the user.
17555         Then pass the result to bookmark-store later on.
17556         (bookmark-make-name-function): Remove.
17557         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
17558         * info.el (bookmark-make-name-function): Remove.
17559         (Info-mode): Don't set it.
17560         (Info-bookmark-make-name): Remove.
17561         (Info-bookmark-make-record): Use Info-current-node as suggested default
17562         bookmark name.
17564         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
17565         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
17566         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
17567         (bookmark-annotation-buffer, bookmark-annotation-file)
17568         (bookmark-annotation-point, bookmark-send-annotation)
17569         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
17570         (bookmark-edit-annotation-text-func): Rename from
17571         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
17572         (bookmark-edit-annotation-mode-map): Move initialization into
17573         declaration.
17575         * bookmark.el: Remove spurious * in docstrings.
17576         (bookmark-minibuffer-read-name-map): New var.
17577         (bookmark-set): Use it.  Also pass the default value as it should.
17578         (bookmark-send-edited-annotation): Take no chances with text properties.
17579         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
17580         (bookmark-insert-buffer-name): Remove.
17581         (bookmark-buffer-file-name): Signal an error rather than returning nil.
17583 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
17585         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
17587 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
17589         * diff-mode.el (diff-mode-menu): Add :help.
17591 2008-03-09  Glenn Morris  <rgm@gnu.org>
17593         * calendar/calendar.el (general-holidays, oriental-holidays)
17594         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
17595         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
17596         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
17597         (calendar-holidays): Restore autoload cookies, because people are
17598         used to using these variables without loading calendar.el.
17600         * calendar/cal-islam.el (diary-islamic-date): Move to end.
17601         (date, number): Declare where needed.
17603         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
17604         (list-sexp-diary-entries): Doc fixes.
17605         (diary-list-entries): Doc fix.  Remove free variable `entry'.
17606         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
17607         Simplify setting of `date-holiday-list'.
17608         (mark-diary-entries): Remove free variable `entry'.
17609         (diary-list-entries, include-other-diary-files, fancy-diary-display):
17610         Use let where let* is not needed.
17612 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17614         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
17615         make-record function, instead paste it in afterwards.
17616         (bookmark-make-record-for-text-file):
17617         * doc-view.el (doc-view-bookmark-make-record):
17618         * info.el (Info-bookmark-make-record): Don't mess with annotations.
17620 2008-03-08  Glenn Morris  <rgm@gnu.org>
17622         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
17624 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17626         * calendar/diary-lib.el (diary-list-entries)
17627         (include-other-diary-files, mark-diary-entries)
17628         (mark-sexp-diary-entries, mark-included-diary-files)
17629         (diary-entry-time, list-sexp-diary-entries): Remove the special
17630         handling of ^M that dates back to the use of selective-display.
17631         (simple-diary-display): Obey setting of pop-up-frames.
17632         (body, entry): Remove unnecessary declarations.
17634         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
17635         (bookmark-get-annotation, bookmark-set-annotation)
17636         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17637         (bookmark-set-position, bookmark-get-front-context-string)
17638         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17639         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
17640         * info.el (Info-bookmark-make-record): Don't bother recording point.
17641         (bookmark-get-filename, bookmark-get-front-context-string)
17642         (bookmark-get-rear-context-string, bookmark-get-position):
17643         Don't declare any more.
17644         (bookmark-get-info-node): Remove.
17645         (bookmark-prop-get): Declare.
17646         (Info-bookmark-jump): Use it.
17648 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
17650         * subr.el (while-no-input): Don't splice BODY directly into the
17651         `or' form.
17653 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
17655         * diff-mode.el (diff-ignore-whitespace-hunk):
17656         Bind inhibit-read-only before trying to change the buffer.
17658 2008-03-08  Glenn Morris  <rgm@gnu.org>
17660         * calendar/appt.el (appt): Move custom group here from calendar.el.
17661         (appt-disp-window, appt-convert-time): Doc fixes.
17663         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
17664         (calendar-bahai-mark-date-pattern):
17665         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
17666         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
17667         * calendar/cal-julian.el (calendar-absolute-from-julian):
17668         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
17670         * calendar/cal-china.el (chinese-calendar): Move custom group here from
17671         calendar.el.
17672         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17673         Make constants.
17674         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
17675         (chinese-calendar-daylight-savings-starts)
17676         (chinese-calendar-daylight-savings-ends)
17677         (chinese-calendar-daylight-savings-starts-time)
17678         (chinese-calendar-daylight-savings-ends-time)
17679         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
17680         Doc fixes.
17682         * calendar/cal-coptic.el (coptic-name): Add doc string.
17684         * calendar/cal-french.el (french-calendar-month-name-array)
17685         (french-calendar-day-name-array, french-calendar-special-days-array):
17686         Add doc strings.
17688         * calendar/cal-bahai.el (diary-bahai-mark-entries)
17689         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17690         (diary-bahai-insert-yearly-entry):
17691         * calendar/cal-dst.el (calendar-next-time-zone-transition)
17692         (calendar-time-zone):
17693         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
17694         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
17695         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
17696         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
17697         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
17698         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
17699         (list-islamic-diary-entries, mark-islamic-diary-entries)
17700         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17701         (insert-yearly-islamic-diary-entry):
17702         * calendar/cal-iso.el (calendar-iso-read-args):
17703         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
17704         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
17705         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17706         (calendar-next-calendar-round-date)
17707         (calendar-mayan-long-count-common-era):
17708         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
17709         (cal-menu-x-popup-menu, calendar-mouse-holidays)
17710         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
17711         (calendar-mouse-goto-date):
17712         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
17713         * calendar/holidays.el (holidays):
17714         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
17715         * calendar/time-date.el (date-to-time, time-subtract, time-add)
17716         (safe-date-to-time): Doc fixes.
17718         * calendar/cal-persia.el (persian-calendar-month-name-array)
17719         (persian-calendar-epoch): Make constants.
17721         * calendar/cal-tex.el (calendar-tex): Move custom group here from
17722         calendar.el.
17724         * calendar/cal-x.el (diary-frame-parameters)
17725         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
17726         (calendar-after-frame-setup-hooks): Make defcustoms.
17727         (calendar-one-frame-setup, calendar-only-one-frame-setup)
17728         (calendar-two-frame-setup): Doc fix.
17730         * calendar/cal-loaddefs.el: New file.
17732         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17733         * calendar/cal-french.el, calendar/cal-html.el:
17734         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17735         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17736         * calendar/cal-tex.el, calendar/cal-x.el:
17737         Unquote lambda functions.  Add autoload cookies to functions formerly
17738         autoloaded in calendar.el.  Set `generated-autoload-file' to
17739         "cal-loaddefs.el".
17741         * calendar/calendar.el: Move many autoloads to separate file,
17742         cal-loaddefs.el.  Move defcustoms to start and re-order.
17743         (calendar-month-name-array, calendar-starred-day): No need to
17744         declare for compiler.
17745         (cal-loaddefs): Require it.
17746         (appt, chinese-calendar, calendar-tex): Move custom groups to the
17747         appropriate file.
17748         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
17749         Reverse logic.
17750         (diary-face, diary-file-name-prefix-function, diary-include-string)
17751         (diary-glob-file-regexp-prefix, diary-face-attrs)
17752         (diary-file-name-prefix, sexp-diary-entry-symbol)
17753         (print-diary-entries-hook, list-diary-entries-hook)
17754         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17755         (nongregorian-diary-marking-hook, diary-list-include-blanks):
17756         Move to diary-lib.
17757         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17758         (all-bahai-calendar-holidays): Doc fix.
17759         (calendar-insert-indented): Doc fix.  Use when rather than if.
17760         (exit-calendar): Use mapc rather than mapcar.
17761         (calendar-cursor-to-date): Use zerop.
17762         (calendar-mark-ring): Add doc-string.
17763         (calendar-starred-day): Defvar it.
17764         (calendar-mode): Make calendar-starred-day local.
17765         (calendar-star-date): No need to make calendar-starred-day local.
17767         * calendar/diary-lib.el: Move defcustoms to start.
17768         (diary-include-string, diary-list-include-blanks)
17769         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
17770         (diary-file-name-prefix, diary-file-name-prefix-function)
17771         (sexp-diary-entry-symbol, list-diary-entries-hook)
17772         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
17773         (nongregorian-diary-marking-hook, print-diary-entries-hook):
17774         Move here from calendar.el.
17775         (diary-file-name-prefix-function): Use 'identity.
17776         (diary-face): Make it a defcustom, and mark as obsolete.
17777         (top-level): No need to require cal-hebrew, cal-islam when compiling.
17778         (calendar-hebrew-month-name-array-leap-year)
17779         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
17780         Define for compiler.
17781         (diary-font-lock-keywords): Use format rather than concat.
17782         Add bahai-diary-entry-symbol.
17784         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
17785         * calendar/solar.el: Unquote lambda functions.
17787         * calendar/solar.el (calendar-location-name, calendar-latitude)
17788         (calendar-longitude, solar-setup, solar-sin-degrees)
17789         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
17790         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
17791         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
17792         (solar-exact-local-noon, solar-julian-ut-centuries)
17793         (solar-ephemeris-time, solar-date-next-longitude)
17794         (solar-horizontal-coordinates, solar-equatorial-coordinates)
17795         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
17796         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
17797         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
17798         Doc fixes.
17799         (solar-horizontal-coordinates, solar-equatorial-coordinates)
17800         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
17801         (solar-ecliptic-coordinates): Use unless.
17802         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
17803         Use or.
17805         * calendar/timeclock.el: Add doc-strings to all functions.
17806         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
17807         (timeclock-entry-list-length, timeclock-entry-list-projects)
17808         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
17810         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
17812         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
17813         (org-get-entries-from-diary): Require diary-lib.
17815 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
17817         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
17818         Pacify byte-compiler.
17820 2008-03-07  Alan Mackenzie  <acm@muc.de>
17822         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
17823         paren/bracket pairs parsed, to solve performance problem.
17825 2008-03-07  Bastien Guerry  <bzg@altern.org>
17827         * bookmark.el (bookmark-set): Don't check for
17828         `bookmark-make-name-function' since `bookmark-buffer-file-name'
17829         already takes care of this.
17830         (bookmark-buffer-name, bookmark-buffer-file-name):
17831         Remove Info-mode specific code.
17833         * info.el (bookmark-get-info-node): Define this function in
17834         info.el, not in bookmark.el.
17835         (Info-mode): Set `bookmark-make-name-function' to
17836         `Info-bookmark-make-name' locally.
17837         (Info-bookmark-make-name): New function.
17839         * bookmark.el (bookmark-make-name-function): New variable.
17841 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
17843         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
17844         buffer-local, not `bookmark-make-cell-function' (the old name).
17846 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
17848         * doc-view.el (doc-view-bookmark-make-record):
17849         * image-mode.el (image-bookmark-make-record):
17850         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
17852 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
17854         * vc.el (vc-status-menu-map-filter): Return orig-binding if
17855         boundp 'vc-ignore-menu-filter.
17856         (vc-status-tool-bar-map): Make it defvar.
17857         (vc-status-mode): vc-status-tool-bar-map now variable.
17858         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
17860 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
17862         Give a better name to part of the bookmark interface.
17864         This was originally a much larger change, but halfway through I
17865         updated and discovered that Stefan Monnier had done the rest.
17866         It looks like he anticipated the new name too, because he used
17867         `the-record' instead of `the-cell' for some internal variable names.
17869         * bookmark.el (bookmark-make-record-function): Was
17870         `bookmark-make-cell-function'.
17871         (bookmark-make, bookmark-send-annotation): Update for above.
17872         (bookmark-make-record-for-text-file):
17873         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
17875         * info.el: Adjust accordingly.
17876         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
17878         * image-mode.el: Adjust accordingly.
17879         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
17881         * doc-view.el: Adjust accordingly.
17882         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
17884 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17886         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
17887         Move initialization into declaration.
17888         (bookmark-get-info-node, bookmark-set-info-node): Remove.
17889         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
17890         (bookmark-info-current-node): Remove.
17891         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
17892         Add relocation fallback.  Set bookmark-current-bookmark.
17893         (bookmark-default-handler): Rename from bookmark-jump-noselect.
17894         Remove relocation fallback.  Don't set bookmark-current-bookmark.
17895         (bookmark-set): Let it be used even if there's no buffer-file-name
17896         as long as there is a bookmark-make-cell-function.
17897         * info.el (Info-bookmark-jump): Remove relocation fallback.
17898         Don't set bookmark-current-bookmark.
17900 2008-03-07  Glenn Morris  <rgm@gnu.org>
17902         * calendar/appt.el (appt-issue-message)
17903         (appt-message-warning-time, appt-audible, appt-visible)
17904         (appt-msg-window, appt-display-mode-line, appt-display-duration)
17905         (appt-display-diary): Remove autoload cookies.
17907         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
17908         Remove leading `*' from defcustom doc-strings.
17910         * calendar/cal-dst.el (calendar-dst): New custom group.
17911         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
17912         (calendar-time-zone, calendar-daylight-time-offset)
17913         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17914         (calendar-daylight-savings-starts-time)
17915         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
17916         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
17917         Move to start.
17919         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
17921         * calendar/calendar.el (calendar-version): Use emacs-version and
17922         make it obsolete.  Move to end.
17923         (calendar-offset, view-diary-entries-initially)
17924         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
17925         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
17926         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17927         (all-bahai-calendar-holidays, calendar-load-hook)
17928         (initial-calendar-window-hook, today-visible-calendar-hook)
17929         (today-invisible-calendar-hook, calendar-move-hook)
17930         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
17931         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
17932         (diary-include-string, sexp-diary-entry-symbol)
17933         (abbreviated-calendar-year, american-date-diary-pattern)
17934         (european-date-diary-pattern, european-calendar-display-form)
17935         (american-calendar-display-form, print-diary-entries-hook)
17936         (list-diary-entries-hook, diary-hook, diary-display-hook)
17937         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17938         (nongregorian-diary-marking-hook, diary-list-include-blanks)
17939         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
17940         (local-holidays, other-holidays, hebrew-holidays-1)
17941         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17942         (hebrew-holidays, christian-holidays, islamic-holidays)
17943         (bahai-holidays, solar-holidays, calendar-setup)
17944         (calendar-week-start-day): Remove autoload cookies.
17945         (diary-glob-file-regexp-prefix): Doc fix.
17946         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
17947         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
17948         (calendar-week-start-day, calendar-debug-sexp): Move to start.
17950         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
17951         (calendar-time-display-form, calendar-latitude)
17952         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
17953         cookies.
17954         (calendar-latitude, calendar-longitude): Move functions after
17955         variables.
17956         (diary-sabbath-candles-minutes): Move to start.
17957         (solar-setup): Use or rather than if.
17958         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
17959         Remove condition-case.
17960         (solar-atn2): Use zerop.
17961         (solar-equinoxes-solstices): Doc fix.
17963         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
17964         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
17966         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
17967         (calendar-longitude, calendar-latitude, calendar-location-name):
17968         Declare for compiler.
17970 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17972         * arc-mode.el (archive-ar-file-header-re): New const.
17973         (archive-ar-summarize, archive-ar-extract): New funs.
17974         (archive-find-type): Recognize ar archives.
17976         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
17977         New functions.
17979         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
17981 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
17983         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17984         Replace :enable (mark-active) with :enable mark-active.
17986 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
17988         * vms-patch.el (make-legal-file-name): New obsolete alias.
17989         (make-valid-file-name): Rename from `make-legal-file-name'.
17990         (make-auto-save-file-name): Use it.
17992         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
17993         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
17994         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
17996         * textmodes/org.el (org-export-html-style): Doc fix.
17997         (org-get-legal-level): New obsolete alias.
17998         (org-get-valid-level): Rename from `org-get-legal-level'.
17999         (org-promote, org-demote, org-archive-subtree)
18000         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
18002 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
18004         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
18006         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
18007         (vc-status-toggle-mark): New functions.
18008         (vc-status-mode): Set tool bar map.
18010 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
18012         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
18013         Reported by Drew Adams <drew.adams@oracle.com>.
18015 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
18017         * subr.el (read-quoted-char): Resolve modifiers of the character
18018         event.
18020         * comint.el (comint-exec-1): Don't change the coding-system for
18021         decoding to dos-like EOL.
18022         (comint-carriage-motion): Fully rewrite.
18024 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
18026         * epg.el (epg-context-include-certs): Reflow docstring.
18027         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
18028         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
18029         (epg-context-set-signers, epg-context-set-sig-notations)
18030         (epg-make-import-status, epg-make-import-result)
18031         (epg-start-delete-keys): Fix typos in docstrings.
18032         (epg-start-sign-keys, epg-sign-keys):
18033         Fix typos in obsolescence declarations.
18035         * iswitchb.el: Don't check for `cadr' and `last'.
18036         (iswitchb-define-mode-map, iswitchb-default-keybindings):
18037         Add obsolescence declaration and remove redundant info from docstring.
18038         (iswitchb-set-common-completion, iswitchb-set-matches)
18039         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
18040         (recentf-list, most-len, most-is-exact):
18041         Don't wrap defvars within `eval-when-compile'.
18043 2008-03-05  Glenn Morris  <rgm@gnu.org>
18045         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
18046         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
18047         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
18048         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
18049         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
18051         * ediff-hook.el (ediff-window-setup-function): Don't autoload
18052         declaration for compiler.
18053         (ediff-xemacs-init-menus): Use when rather than if.
18055         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
18056         if+and to just and.
18057         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
18058         (ediff-delete-overlay): Move the XEmacs test inside the definition.
18060         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
18062         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
18063         test inside XEmacs test.
18064         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
18065         since it was doing nothing on Emacs.
18066         (ediff-make-bullet-proof-overlay): Use when rather than if.
18068         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
18069         (ediff-setup-control-frame): Remove
18070         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
18071         a (featurep 'xemacs) test.
18073 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
18075         * calc/calc-ext.el (calc-extended-command-history): New variable.
18076         (calc-execute-extended-command): Use `calc-extended-command-history'.
18078 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
18080         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
18081         (standard-mode-line-position): Add mouse-face.
18083         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
18084         * progmodes/grep.el (grep-mode-map): Add :help.
18086         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
18087         initialize in one step.  Add :help.  Use :enable to activate menu
18088         items.  Show the key binding for edebug-defun.
18089         (lisp-interaction-mode-map): Add a menu.
18091         * term.el (term-mode-map): Define and initialize in one step.
18093         * ediff-init.el (ediff-color-display-p): Simplify.
18094         (Xor): Remove unused function.
18095         (ediff-with-syntax-table): Simplify for Emacs.
18097         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
18098         menu-bar being loaded, it always is.
18100 2008-03-05  Glenn Morris  <rgm@gnu.org>
18102         * textmodes/tex-mode.el (tex-mode): Suppress warning about
18103         multiple definitions when compiling.
18105 2008-03-04  Alan Mackenzie  <acm@muc.de>
18107         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
18109         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
18110         doc-string, "c-old-LEN" -> "c-old-END".
18112 2008-03-04  Jason Rumney  <jasonr@gnu.org>
18114         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
18115         namespaces.
18117 2008-03-04  Glenn Morris  <rgm@gnu.org>
18119         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
18121         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
18122         than mapcar.
18124 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18126         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
18127         (byte-compile-nilconstp): Can't use recursion in a defsubst.
18129         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
18130         so that M-q can fill comments.
18131         (tex-executable-exists-p, tex-compile): Extend with special syntax for
18132         commands implemented in elisp.
18133         (tex-compile-commands): Add an entry to use doc-view for pdf files.
18134         (tex-format-cmd): New function.
18135         (tex-compile): Use it to let the user specify default arguments.
18136         (tex-cmd-bibtex-args): New var.
18137         (tex-cmd-doc-view): New function.
18139 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
18141         * faces.el (face-spec-set): Fix typos in docstring.
18143 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
18145         * bindings.el (mode-line-column-line-number-mode-map): New variable.
18146         (standard-mode-line-position): Use it to add a menu for toggling
18147         column number and line number display.
18149 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18151         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18152         Remove optimization that was working around the form-code-walker bug.
18154         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18155         Walk into the body of lambdas after byte-compile-unfold-lambda.
18157 2008-03-03  Glenn Morris  <rgm@gnu.org>
18159         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
18160         value, if set, over frame value.
18162         * simple.el (transient-mark-mode): Don't turn on by default.
18164         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
18165         accidentally removed by the 2007-12-05 merge from Gnus.
18167 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
18169         * progmodes/compile.el (compilation-menu-map): Add menu entries
18170         for useful options.
18172 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
18173             Glenn Morris  <rgm@gnu.org>
18175         * emacs-lisp/bytecomp.el (byte-recompile-directory)
18176         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
18177         Give a `bytecomp-' prefix to local variables with common names.
18179 2008-03-01  Glenn Morris  <rgm@gnu.org>
18181         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18182         Restore code commented out 2007-11-10.
18184         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
18186         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
18187         Delete macro.
18188         * emulation/viper-cmd.el, emulation/viper-ex.el:
18189         * emulation/viper-init.el, emulation/viper-keym.el:
18190         * emulation/viper-mous.el, emulation/viper-util.el:
18191         * emulation/viper.el:
18192         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
18193         featurep test.
18195         Replace obsolete frame-local variables with frame-parameters.
18196         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
18197         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
18198         (viper-vi-state-cursor-color): Only call make-variable-frame-local
18199         on XEmacs.
18200         * emulation/viper-util.el (viper-frame-value): New macro.
18201         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
18202         (viper-R-state-post-command-sentinel)
18203         (viper-replace-state-post-command-sentinel)
18204         (viper-change-state-to-insert, viper-change-state-to-emacs):
18205         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
18206         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
18207         (viper-get-saved-cursor-color-in-insert-mode)
18208         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
18209         Use viper-frame-value for viper-replace-overlay-cursor-color,
18210         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
18211         viper-vi-state-cursor-color values.
18213         * emulation/viper-cmd.el (zmacs-region-stays):
18214         * emulation/viper-util.el (zmacs-region-stays): No need to define
18215         for compiler.
18217         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
18218         mapcar on Emacs.
18220         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
18221         on XEmacs.
18223         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
18224         rather than if.
18226 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18228         * whitespace.el: New version 9.3.  As the glyph code generation was
18229         fixed, it is possible now to use character code above ?\x1FFFF in the
18230         display table.  Fix `whitespace-indentation-regexp' to not include an
18231         extra ending character.  Reported by Michael Welsh Duggan
18232         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
18233         the original whitespace package had.  Suggested by Eric Cooper
18234         <ecc@cmu.edu>.  Doc fix.
18235         (whitespace-action): New option.
18236         (whitespace-display-mappings): Changed default newline visualization to
18237         display downwards arrow, as the glyph code generation was fixed.
18238         (whitespace-unload-function): Assure that all local whitespace mode is
18239         turned off.
18240         (whitespace-global-modes): Fix type customization.
18241         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
18242         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
18243         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
18244         Fix code.
18245         (whitespace-buffer): Command removed.
18246         (whitespace-trailing-regexp, whitespace-mark-x)
18247         (whitespace-display-window, whitespace-action-when-on)
18248         (whitespace-add-local-hook, whitespace-remove-local-hook)
18249         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
18250         (whitespace-action): New funs.
18251         (whitespace-report-list, whitespace-report-text)
18252         (whitespace-report-buffer-name): New consts.
18253         (whitespace-report, whitespace-report-region): New commands.
18255 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18257         * disp-table.el (make-glyph-code): Don't test the result of
18258         `face-id', which already signals an error for invalid faces.
18259         (glyph-face): Simplify.
18261         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
18262         running `desktop-not-loaded-hook' to allow modifying it.
18263         Don't show warning message if `desktop-dirname' was modified.
18265 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18267         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
18268         we still expect more lines.
18270         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
18271         comment-paragraph filling if the commark doesn't match
18272         comment-start-skip.
18274 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
18276         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
18277         the `imap' variant.
18279 2008-03-01  Jason Rumney  <jasonr@gnu.org>
18281         * files.el (make-auto-save-file-name): Encode more characters in
18282         non-file buffer names.  Use url-encoding.
18284 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18286         * net/net-utils.el (ftp-program): Fix typo in docstring.
18287         (ifconfig-program-options, netstat-program-options)
18288         (arp-program-options, route-program-options, nslookup-program-options)
18289         (ftp-program-options, smbclient-program-options)
18290         (dns-lookup-program-options, arp, route): Doc fixes.
18292         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
18293         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
18294         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
18295         Fix typos in docstrings.
18296         (gdb-pending-triggers): Reflow docstring.
18297         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
18299 2008-03-01  Alan Mackenzie  <acm@muc.de>
18301         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
18302         typing "#" at EOB.
18304 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18306         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
18308 2008-02-29  Kim F. Storm  <storm@cua.dk>
18310         * emulation/cua-base.el (cua-remap-control-v)
18311         (cua-remap-control-z): New defcustoms.
18312         (cua-mode): Add them to set-after property.
18313         (cua--init-keymaps): Use them.
18314         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
18316         * help.el (view-emacs-todo): Rename from view-todo.
18317         (describe-gnu-project): Rename from describe-project.  Users changed.
18318         (view-help-file): New helper function.
18319         (describe-distribution, describe-copying, describe-gnu-project)
18320         (view-todo, view-order-manuals, view-emacs-problems): Use it.
18321         (view-emacs-debugging, view-external-packages): New commands.
18322         (help-map): Move describe-distribution to C-h C-o (ordering).
18323         Move view-emacs-problems to C-h C-p (problems).
18324         Bind view-emacs-debugging to C-h C-d (debugging).
18325         Bind view-external-packages to C-h C-e (extras).
18326         (help-for-help-internal): Cleanup and align descriptions.
18327         Remove command names to reduce clutter.
18329 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
18331         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
18332         and quieter face (not a warning).
18334 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
18336         * vc.el (vc-status-crt-marked): New variable.
18337         (vc-status-mode): Make it local.
18338         (vc-status-refresh): Use it to save the marked files.
18339         (vc-update-vc-status-buffer): Use it to restore the marked files.
18341         * vc-svn.el (vc-svn-after-dir-status):
18342         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
18344 2008-02-29  Glenn Morris  <rgm@gnu.org>
18346         * allout.el (allout-topic-encryption-bullet)
18347         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
18348         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
18349         from 22.0 to 22.1.
18351         * net/imap.el (imap-ping-server):
18352         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
18353         Change defcustom :version from 23.0 to 23.1.
18355 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
18357         * desktop.el (desktop-save): Save the buffer name if the
18358         uniquified base name is empty.
18360 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
18362         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
18363         correctly when user has "set print address off".
18365 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
18367         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
18368         version number of the next major Emacs release, not 23.0.
18370         * longlines.el (longlines-unload-function): New function.
18372 2008-02-28  Juri Linkov  <juri@jurta.org>
18374         * startup.el (normal-splash-screen): Add argument `concise'.
18375         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
18376         to the created buffer.  If `concise' is non-nil, call
18377         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
18378         (display-startup-screen): Add argument `concise' to the call to
18379         `normal-splash-screen'.
18381 2008-02-28  Kim F. Storm  <storm@cua.dk>
18383         * startup.el (startup-echo-area-message): Check for about-emacs.
18385 2008-02-28  Juri Linkov  <juri@jurta.org>
18387         * startup.el: Always add initial message to *scratch* buffer if
18388         `initial-scratch-message' is non-nil regardless of the value of
18389         `inhibit-startup-screen'.
18390         (inhibit-startup-screen, initial-scratch-message): Doc fix.
18391         (command-line-1): Move code that inserts `initial-scratch-message'
18392         up before the if-form that checks for `inhibit-startup-screen'.
18393         Suggested by Jonathan Rockway <jon@jrock.us>.
18395 2008-02-28  Juri Linkov  <juri@jurta.org>
18397         * cus-edit.el (custom-mode-map, custom-mode-link-map):
18398         Rename `custom-mode' to `Custom-mode' in docstrings.
18399         (custom-buffer-create-internal, customize-browse):
18400         Rename `custom-mode' to `Custom-mode'.
18401         (custom-mode-hook): Rename to `Custom-mode-hook'.
18402         (Custom-mode-hook): Renamed from `custom-mode-hook'.
18403         (custom-mode): Rename to `Custom-mode'.
18404         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
18405         (custom-mode): Add backward-compatible non-interactive variant of
18406         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
18407         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
18409         * info-look.el: Rename `custom-mode' to `Custom-mode'.
18411         * emulation/viper.el (viper-emacs-state-mode-list):
18412         Rename `custom-mode' to `Custom-mode'.
18414         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
18415         Capitalize "Tagged Files".
18416         (minibuffer-local-map): Add menu items for next/previous
18417         history elements and isearch history forward/backward.
18419         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
18420         `hs-isearch-open' with t instead of `comment' in :selected
18421         for "Code and Comment blocks" menu item.
18423 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18425         * uniquify.el (uniquify-buffer-base-name): Undo last change.
18426         Should be done in desktop.el instead.
18428 2008-02-28  Glenn Morris  <rgm@gnu.org>
18430         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
18432         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
18434         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
18435         (Info-menu, Info-goto-node): Remove declarations.
18436         (report-emacs-bug-info): Use info rather than Info-goto-node.
18438         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
18439         (idlwave-convert-xml-system-routine-info): Don't require xml.
18440         (idlwave-show-commentary, idlwave-shell-show-commentary):
18441         Don't require finder.
18442         (idlwave-info): Don't require info.  Use info rather than
18443         Info-goto-node.
18445         * textmodes/org.el (Info-goto-node): Remove declaration.
18446         (org-info): Use info rather than Info-goto-node.
18448         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
18449         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
18451 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
18453         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
18454         the menu.
18456         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
18457         (vc-finish-logentry): Check for vc-status-mode, not only for
18458         vc-dired-mode.
18460 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
18462         * isearch.el (isearch-printing-char): Don't check
18463         keyboard-coding-system.
18464         Call isearch-process-search-multibyte-characters only when
18465         current-input-method is non-nil.
18467 2008-02-27  Kim F. Storm  <storm@cua.dk>
18469         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
18470         (glyph-char, glyph-face): Handle cons encoding.
18472 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
18474         * uniquify.el (uniquify-buffer-base-name): If the base name is an
18475         empty string, return nil to allow the caller to default to the
18476         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
18478         * tool-bar.el (tool-bar-setup): Doc fix.
18480         * mail/supercite.el (sc-describe):
18481         Fix typos in obsolescence declaration.
18483 2008-02-27  Glenn Morris  <rgm@gnu.org>
18485         * autoinsert.el (auto-insert-alist): Change permission text to
18486         match FSF's GPLv3 form.
18488         * mail/supercite.el (sc-cite-original): Doc fix.
18489         (sc-version): Make obsolete.
18490         (sc-describe): Show the SC info page.  Make obsolete.
18492 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18494         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
18495         when using transient-mark-mode.
18496         (default-indicate-unused-lines): Remove unused var.
18498 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
18500         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
18501         and previous.
18503         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
18505 2008-02-26  Glenn Morris  <rgm@gnu.org>
18507         * net/net-utils.el (top-level): Don't require comint when compiling.
18508         (nslookup-font-lock-keywords): Don't require font-lock.
18509         Use font-lock faces rather than variables.
18510         (nslookup, ftp, smbclient, network-service-connection):
18511         Don't require comint.
18512         (comint-prompt-regexp, comint-input-autoexpand)
18513         (comint-input-ring): Declare for compiler.
18514         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
18515         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
18517         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
18518         doc-string.
18520 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18522         * doc-view.el (doc-view-current-page): Add a `win' argument.
18524 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18526         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
18527         Demote it to plain defvar.
18528         (doc-view-conversion-refresh-interval): Reduce interval.
18529         (doc-view-goto-page): Allow moving to pages not yet rendered.
18530         (doc-view-goto-page): Construct a file name rather than extracting it
18531         from doc-view-current-files.
18532         (doc-view-kill-proc): Ignore errors from kill-process.
18533         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
18534         (doc-view-insert-image): Use appropriate text if the page hasn't been
18535         rendered yet.  Adjust scrolling so the text is displayed.
18536         (doc-view-display): Detect not just that a page is available, but also
18537         that it wasn't available before, so as to avoid refreshing all pages
18538         repeatedly.
18539         (doc-view-mode): Make doc-view-cache-directory if needed.
18541 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18543         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
18544         toggle-read-only.
18546         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
18547         refering to a missing required field with the OPT prefix.
18548         Make unwindform more robust.
18550         * textmodes/bibtex.el: Remove support for hideshow minor mode as
18551         it duplicates the bibtex support in progmodes/hideshow.el.
18552         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
18553         entries that do not start at the beginning of a line.
18555 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
18557         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
18559 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
18561         * help-fns.el (describe-variable): Add phrases about
18562         initialization file with and without customization;
18563         use new button type help-info-variable.
18565         * help-mode.el (help-info-variable):
18566         New button able to read Info files for help-fns.el.
18568 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
18570         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
18571         (grep-mode): Use grep-mode-tool-bar-map.
18573         * progmodes/compile.el (tool-bar): Require tool-bar.
18574         (compilation-mode-tool-bar-map): New variable.
18575         (compilation-mode): Use compilation-mode-tool-bar-map.
18577         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
18579 2008-02-25  Glenn Morris  <rgm@gnu.org>
18581         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
18583 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18585         * diff-mode.el (diff-file-junk-re): New const.
18586         (diff-beginning-of-file-and-junk): Use it.
18587         (diff-file-kill): Make sure we were really inside a file diff.
18589         * diff-mode.el: Make it more robust in the presence of empty context
18590         lines in unified hunks.
18591         (diff-valid-unified-empty-line): New var.
18592         (diff-unified->context, diff-sanity-check-hunk): Obey it.
18593         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
18594         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
18595         (diff-hunk-header-re-unified): New const.
18596         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
18597         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
18598         (diff-sanity-check-hunk): Use it.
18600         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
18601         Index: line, don't search backward for the previous one.
18603 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
18605         * international/fontset.el (setup-default-fontset): Add non-OTF
18606         lao font for lao script.
18608         * language/tibetan.el: Register tibetan-composition-function in
18609         composition-function-table.
18611         * language/tibet-util.el (tibetan-composition-function):
18612         Adjust for the new calling way (argument changed).  Try font-shape-text
18613         if possible.
18615         * language/lao.el: Register lao-composition-function in
18616         composition-function-table.
18618         * language/lao-util.el (lao-composition-function): Adjust for the new
18619         calling way (argument changed).  Try font-shape-text if possible.
18621 2008-02-25  Jason Rumney  <jasonr@gnu.org>
18623         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
18625 2008-02-25  Juri Linkov  <juri@jurta.org>
18627         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
18628         background, "red4" for a dark background, "red" for 16 and
18629         8 colors, "grey" for grayscale, and inverse video otherwise.
18630         Add :version tag.
18631         (isearch-message): Keep the original isearch-message intact, and
18632         add text properties to it where necessary.  Add `isearch-error' to
18633         the condition that checks if isearch is unsuccessful.
18635 2008-02-24  Juri Linkov  <juri@jurta.org>
18637         * progmodes/compile.el (compilation-handle-exit):
18638         Use compilation-error face instead of font-lock-warning-face.
18639         Display the same message in the minibuffer as is inserted
18640         at the end of the compilation buffer.
18642 2008-02-24  Glenn Morris  <rgm@gnu.org>
18644         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
18645         multiple file case.
18647         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
18649         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
18650         multiple file case.  Use a single `let' rather than two.
18652 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18654         * progmodes/compile.el (compilation-start): Specify a face for
18655         mode-line-process.
18656         (compilation-handle-exit): Specify a face and a tooltip for
18657         mode-line-process.
18659 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18661         * hilit-chg.el: Remove spurious * in defcustom docstrings.
18662         (hilit-chg-make-ov): Simplify.
18663         (hilit-chg-fixup): Use remove-overlays.
18664         (hilit-chg-set-face-on-change): Remove redundant call to
18665         `remove-text-properties'.
18667         * dired.el (dired-mark-prompt): Don't count/display the t element.
18668         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
18670 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18672         * progmodes/verilog-mode.el (eval-when-compile): Don't define
18673         add-submenu.
18674         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
18675         Remove.  Move contents to the only use ...
18676         (verilog-menu): ... here.
18677         (verilog-statement-menu): Remove.  Move contents to the only use ...
18678         (verilog-stmt-menu): ... here.
18679         (verilog-mark-defun): Simply call mark-defun for emacs.
18680         (occur-pos-list): Declare for byte compiler.
18681         (mode-popup-menu): Don't defvar.
18682         (verilog-add-statement-menu): Remove.
18683         (verilog-mode-hook): Don't add verilog-add-statement-menu.
18684         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
18686 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
18688         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
18689         conditional.
18690         (verilog-font-grouping-keywords-face): Make the begin..end
18691         keywords standout more than other verilog keywords.
18692         (verilog-type-font-keywords): Move the begin..end out of this list
18693         to facilitate making them to (potentially) stand out more.
18694         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
18695         function & task blocks.
18696         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
18697         initial, function & task blocks.
18698         (verilog-forward-sexp): Handle the new "disable fork" statement of
18699         IEEE-1800 Verilog.
18700         (verilog-beg-block-re-ordered): Handle the new "disable fork"
18701         statement of IEEE-1800 Verilog.
18702         (verilog-calc-1): Handle the new "disable fork" statement of
18703         IEEE-1800 Verilog.
18704         (verilog-disable-fork-re): Add const to help handle the new
18705         "disable fork" statement of IEEE-1800 Verilog.
18706         (verilog-declaration-core-re): Add port directions by themselves,
18707         with no qualification, as base item of a declaration.
18708         (verilog-pretty-declarations): Add new flag to ask it to refrain
18709         from printing to the message buffer.
18710         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
18711         printing to the message buffer.  Improve handling of the many
18712         types of expression line up.
18713         (verilog-just-one-space): Remove printing of an empty message.
18714         (verilog-get-lineup-indent): Rework to support the better handling
18715         of expression lineup for verilog-pretty-expr.
18716         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18718 2008-02-24  Alan Mackenzie  <acm@muc.de>
18720         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
18721         yesterday's commit.
18723 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18725         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
18726         to mouse-set-point in buffers that aren't associated with files.
18728         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
18730 2008-02-24  Alan Mackenzie  <acm@muc.de>
18732         Set of changes so that "obtrusive" syntactic elements in a
18733         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
18734         unmatched paren) don't interact syntactically with stuff outside
18735         the CPP line.
18737         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
18738         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
18739         off-by-one bug.
18740         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
18741         a bit of refactoring.
18742         (c-awk-extend-and-syntax-tablify-region): Takes some of the
18743         functionality of c-awk-advise-fl-for-awk-region, which has been
18744         refactored away.
18746         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
18747         (c-clear-char-property-with-value): New function and macro which
18748         remove text-properties `equal' to a supplied value.
18750         * progmodes/cc-engine.el: Comment about text properties amended.
18752         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
18753         parens around "error\\|warning".
18755         * progmodes/cc-langs.el (c-get-state-before-change-function)
18756         (c-before-font-lock-function, c-anchored-cpp-prefix):
18757         New language variables.
18758         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
18760         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
18761         syntax-table text properties.
18762         (c-common-init): Call language specific before/after-change
18763         functions at mode initialisation.
18764         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
18765         (c-extend-region-for-CPP, c-neutralize-CPP-line)
18766         (c-neutralize-syntax-in-CPP): New functions.
18767         (c-before-change, c-after-change): Call the new language specific
18768         change functions defined in cc-langs.el.
18769         (c-advise-fl-for-region): New macro.
18770         (awk-mode): Remove AWK specific stuff which has been refactored
18771         into language independent stuff.
18773 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18775         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
18776         (gdb): (Re)set gdb-flush-pending-output to nil here...
18777         (gdb-init-1): ...instead of here (before gdb-prompt).
18779 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18781         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
18782         Recognize ''' just like any other char-constant.
18784 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18786         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
18787         careful enough.  Detect the uid-change all within the main loop.
18789 2008-02-24  Stefan Monnier  <monnier@pastel.home>
18791         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
18793 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18795         * hilit-chg.el (highlight-save-buffer-state): New macro.
18796         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
18797         (hilit-chg-clear): Use it to preserve the modified-p flag.
18798         (highlight-changes-rotate-faces): Don't mess with the undo-list.
18800 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18802         * font-lock.el (font-lock-set-defaults): Unset previously set variables
18803         when needed.
18805 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
18807         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
18808         from gnus-button-url-regexp.
18810 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
18812         * progmodes/compile.el (compilation-next-error): Doc fix.
18813         (compilation-find-file): Doc fix.
18815 2008-02-24  Glenn Morris  <rgm@gnu.org>
18817         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
18818         Add obsolete aliases to the old names.
18820 2008-02-24  Richard Stallman  <rms@gnu.org>
18822         * net/net-utils.el (ifconfig): Rename from ipconfig.
18823         (ipconfig): Alias to ifconfig.
18824         (ifconfig-program): Rename from ipconfig-program.
18825         (ifconfig-program-options): Rename from ipconfig-program-options.
18827 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
18829         * progmodes/verilog-mode.el (verilog-declaration-core-re):
18830         Add port directions by themselves, with no qualification, as base
18831         item of a declaration.
18832         (verilog-pretty-declarations): Add new flag that inhibits printing
18833         to the message buffer.
18834         (verilog-pretty-expr): Add new flag that inhibits printing to the
18835         message buffer.  Improve handling of the many types of expression
18836         line up.
18837         (verilog-just-one-space): Don't print an empty message.
18838         (verilog-get-lineup-indent): Rework to support the better handling
18839         of expression lineup for verilog-pretty-expr.
18840         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18841         (verilog-mode-version, verilog-mode-release-date): Update.
18843 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18845         * subr.el (cancel-change-group): Don't move point.
18847 2008-02-23  Markus Triska  <markus.triska@gmx.at>
18849         * linum.el (linum-after-config): Update all visible windows.
18851 2008-02-23  Glenn Morris  <rgm@gnu.org>
18853         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
18854         Add :help for Solitaire and Tetris.
18856         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
18858         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
18859         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
18860         (smtpmail-queue-index-file): Make it a defcustom.
18861         (smtpmail-queue-index): Delete.
18862         (smtpmail-send-it, smtpmail-send-queued-mail):
18863         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
18864         smtpmail-queue-index.
18866         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18867         Add :version.
18869 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
18871         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18872         New variables.
18873         (iwconfig): New function.
18875 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
18877         * vc.el (vc-find-revision): Make vc-parent-buffer local before
18878         setting it.
18879         (vc-status-menu-map): Do not define using easy-menu.
18880         (vc-status-menu-map): New defalias.
18881         (vc-status-mode-map): Hook up the menu.
18882         (top-level): Update TODO.
18884         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
18886         * vc-bzr.el (vc-bzr-init-version): Rename to ...
18887         (vc-bzr-init-revision): ... this.
18889 2008-02-23  Jason Rumney  <jasonr@gnu.org>
18891         * makefile.w32-in (WINS_ALMOST): Remove term.
18892         (WINS): Add term here.
18893         (custom-deps, finder-data): Use WINS_ALMOST.
18895 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
18897         * faces.el (font-weight-table): Fix value of `semi-light'.
18899 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18901         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
18902         Make those tables bijective.
18904 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
18906         Finish pdbtrack integration cleanup, settling missing-functions
18907         byte compiler warnings appropriately.
18909         * progmodes/python.el (python-point): Remove this - beginning-of-line
18910         was all that was necessary for `python-pdbtrack-overlay-arrow'.
18911         (python-end-of-def-or-class, python-beginning-of-def-or-class)
18912         (python-goto-initial-line): Drop these - they were only needed for
18913         python-point.
18914         (python-comint-output-filter-function): Use condition-case and
18915         beginning-of-line directly, instead of python-mode.el functions
18916         which require all sorts of baggage.
18917         (point-safe): Unnecessary - we're using condition-case directly,
18918         instead.
18919         (python-execute-file): Include for python-shell, which I'm leaving
18920         in keeping despite it being unnecessary for pdb tracking.
18922 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
18924         * progmodes/scheme.el (scheme-font-lock-keywords-2):
18925         Add SRFI 11 support.
18926         (let-values, let*-values): Specify scheme-indent-function.
18928 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
18930         * vc.el (vc-exec-after): Move setting mode-line-process in the
18931         busy case ...
18932         (vc-set-mode-line-busy-indicator): ... in this new function.
18933         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
18934         (vc-update-vc-status-buffer): Reset mode-line-process.
18935         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
18936         mark/unmark all the files with the same state as the current one.
18937         With a prefix argument mark/unmark all files.
18938         (vc-status-mode-menu): Adjust strings.
18939         (vc-update-vc-status-buffer): Only do something when the argument
18940         is not nil.
18941         (vc-status-kill-dir-status-process): New function.
18942         (vc-status-mode-map): Bind it.
18943         (vc-status-process-buffer): New variable.
18944         (vc-status-mode): Make it local.
18945         (vc-status-refresh): Set it.
18947         * vc-hg.el (vc-hg-dir-status):
18948         * vc-git.el (vc-git-dir-status):
18949         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
18950         command is run.
18952 2008-02-22  Glenn Morris  <rgm@gnu.org>
18954         * json.el (top-level): No need to require thingatpt.
18955         (json-read-keyword): Use thing-at-point rather than word-at-point.
18957         * time.el (top-level): No need to require time-date when compiling.
18959         * emacs-lisp/copyright.el (copyright-update-year):
18960         Fix subexpression numbering for the case when years are split over
18961         lines, and for the replace case.
18963         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
18964         (tpu-caar, tpu-cadr): Delete functions.
18965         (zmacs-regions): No need to declare for compiler.
18966         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
18967         (tpu-spell-check): Rewrite, and handle mark after point.
18968         (tpu-special-insert): Use or rather than if.
18970         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
18971         rather than spell-region.
18973         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
18974         warnings about spell-region.
18976 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
18978         * ldefs-boot.el: Regenerated.
18980         * loadup.el: Don't load language/devanagari, language/kannada,
18981         language/malayalam, and language/tamil.  Load language/sinhala.
18983         * language/indian.el (indian-font-foundry)
18984         (indian-script-language-alist, indian-font-char-index-table)
18985         (indian-font-char, indian-font-char-range, indian-script-table)
18986         (indian-default-script, indian-composable-pattern): Delete them.
18987         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
18988         language environments moved to here.
18989         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
18990         New language environments.
18992         * language/devanagari.el, language/devan-util.el,
18993         * language/kannada.el, language/knd-util.el, language/malayalam.el,
18994         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
18995         Delete them.
18997         * language/sinhala.el: New file.
18999 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
19001         Update Nick Robert's port of pdb tracking from python-mode.el.
19003         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
19004         Clarify docstring.
19005         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
19006         tracking is happening.
19007         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
19008         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
19009         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
19010         Tracking is plugged in to all comint buffers once python.el is loaded.
19011         (python-pdbtrack-overlay-arrow): Toggle activation of
19012         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
19013         (python-pdbtrack-track-stack-file): Use new
19014         `python-pdbtrack-get-source-buffer' for more flexible access to
19015         debugging source files.
19016         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
19017         according to pdb stack trace, optionally using new
19018         `python-pdbtrack-grub-for-buffer' if file is not locally available.
19019         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
19020         named buffer, or having function with indicated name.
19021         (python-shell): Remove comint-output-filter-functions hook
19022         addition, it's being done elsewhere.  Wrap long line.
19024 2008-02-21  Michael Olson  <mwolson@gnu.org>
19026         * json.el: Replace XEmacs compatibility code to get rid of
19027         compiler warnings.
19029         * time.el: Fix compiler warning.
19031 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
19033         * json.el: New file (JavaScript Object Notation parser / generator).
19035 2008-02-21  Dave Love  <fx@gnu.org>
19037         * progmodes/sym-comp.el: New file.
19039         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
19040         Require sym-comp.  Add Python buffer to same-window-buffer-names.
19041         Fixup whitespaces.
19042         (python-font-lock-keywords): Add highlighting for Python builtins.
19043         (python-font-lock-syntactic-keywords): Rewrite.
19044         (python-quote-syntax): Use syntax-ppss-context instead of parsing
19045         ppss directly.
19046         (python-mode-map): Add binding for python-find-function.
19047         (python-calculate-indentation): Clean up the logic.
19048         (python-beginning-of-defun): Explicitly set return value.
19049         (python-beginning-of-statement): Stop looping if we get stuck
19050         going backwards.
19051         (python-next-statement): Stop looping if we somehow end up inside
19052         a string while advancing.
19053         (python-preoutput-continuation, python-version-checked): New vars.
19054         (python-check-version): New function.
19055         (run-python): Set default command to python-command instead of
19056         python-python-command.
19057         (run-python): Use python-check-version.  Give PYTHONPATH
19058         precedence over data-directory in the process environment.
19059         Load function definitions in python process after.
19060         (python-check-comint-prompt): New function.
19061         (python-send-command, python-send-receive): Use it.
19062         (python-complete-symbol, python-try-complete): Functions deleted.
19063         Use symbol-complete instead of python-complete-symbol throughout.
19064         (python-fill-paragraph): Further refine the fenced-string regexp.
19065         (def-python-skeleton): Expand to the original abbrev instead if in
19066         a comment or string.  Tweak skeletons for `if', `while', `for',
19067         `try/except', `try/finally', `name'.
19068         (python-pea-hook, python-abbrev-pc-hook): New functions.
19069         (python-abbrev-syntax-table): New var.
19070         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
19071         Use symbol-completion-try-complete for hippie expansion.
19072         Turn on font lock unconditionally.
19073         (python-mode-hook): Defcustom it.  No need to use make-local
19074         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
19075         option, since it's buffer-local.
19077 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
19079         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
19081 2008-02-21  Drew Adams  <drew.adams@oracle.com>
19083         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
19084         "Turn off" and a "Help" entry when the minor mode has no menu.
19086 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
19088         * vc.el (vc-status-mark, vc-status-unmark): New functions.
19089         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
19090         vc-status-mark-file and vc-status-unmark-file.
19091         (vc-status-mark-unmark): New function.
19092         (vc-status-previous-line, vc-status-next-line): No longer interactive.
19094 2008-02-21  Glenn Morris  <rgm@gnu.org>
19096         * composite.el (encode-composition-rule): Fix typo in error message.
19097         (composition-function-table, auto-composition-mode): Doc fixes.
19099         * subr.el (sit-for): Fix obsolete form for nil second argument.
19101         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
19102         (spell-string): Make obsolete, in favor of ispell.
19104 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
19106         * language/devanagari.el: Don't setup composition-function-table
19107         here.
19108         ("Devanagari"): Change charset, coding-system, coding-priority to
19109         Unicode-based ones.  Don't require the feature devan-util.
19111         * composite.el (compose-chars-after): Fix arguments for a function
19112         in composition-function-table.
19113         (auto-compose-region): Likewise.
19115         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
19116         for Ethiopic.
19117         (ps-mule-plot-string): Ignore glyph-string based compositions.
19119 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19121         * doc-view.el: Allow different windows to show different pages.
19122         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
19123         (doc-view-current-image, doc-view-current-overlay): Remove variables,
19124         add them back as macros instead, using image-mode-winprops instead.
19125         Update all users of those variables.
19126         (doc-view-new-window-function): New function to create a new overlay
19127         for each new window.
19128         (doc-view-mode): Use it and image-mode-setup-winprops.
19129         (doc-view-clone-buffer-hook): Rewrite accordingly.
19131         * image-mode.el: Extend [hv]scroll support to per-window properties.
19132         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
19133         (image-mode-winprops-alist): New var to replace them.
19134         (image-mode-new-window-functions): New hook.
19135         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
19136         New funs.
19137         (image-set-window-vscroll, image-set-window-hscroll): Use them.
19138         Remove the `window' argument, update callers.
19139         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
19140         Use the new functions.
19141         (image-mode-reapply-winprops): New fun.
19142         (image-mode): Use it.
19144 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
19146         * calc/calc-math.el (math-sin-raw): Add optional argument
19147         to keep track of original argument.
19148         (math-cos-raw): Use optional argument when calling math-sin-raw.
19149         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
19150         with close to original precision.
19152 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19154         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
19155         args in calls of sit-for.
19157 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
19159         * vc-svn.el (vc-svn-program): Fix typo in docstring.
19160         (vc-svn-checkin): Fix typo in error message.
19162         * help-mode.el: Require easymenu when compiling.
19164 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
19166         * help-mode.el (help-mode-menu): New menu.
19168 2008-02-20  Glenn Morris  <rgm@gnu.org>
19170         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
19171         on Windows.
19173 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
19175         * ps-mule.el (ps-mule-encode-region): Return a single string.
19176         (ps-mule-plot-string): Adjust for the above change.
19177         (ps-mule-encode-header-string): Likewise.
19179         * international/latin1-disp.el (latin1-display): Don't use
19180         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
19181         standard-display-table.
19182         (latin1-display-identities): Adjust for the change of what is
19183         returned by (get-language-info charset 'charset).
19185         * international/mule-util.el (char-displayable-p): Fix for Latin-1
19186         characters and terminal case.
19188 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
19190         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
19192         * progmodes/python.el: Also require comint when loading.
19193         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
19194         Replace python-shell with run-python on menu bar.
19195         (python-shell-map): New map.
19196         (python-default-interpreter, python-python-command-args)
19197         (python-jython-command-args, python-pdbtrack-do-tracking-p):
19198         New options.
19199         (python-which-shell, python-which-args, python-which-bufname):
19200         New buffer local variables.
19201         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
19203         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
19204         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
19205         New constants.
19207         Pdbtrack features:
19209         (python-point, python-end-of-def-or-class)
19210         (python-beginning-of-def-or-class, python-goto-initial-line)
19211         (python-comint-output-filter-function)
19212         (python-pdbtrack-overlay-arrow)
19213         (python-pdbtrack-track-stack-file, python-toggle-shells)
19214         (python-shell, python-pdbtrack-toggle-stack-tracking)
19215         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
19216         New functions.
19218 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19220         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
19221         when the argument is nil.
19223 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19225         * vc.el (dir-status): Add a brief description.
19227 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
19229         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
19230         If non-nil, reverse the sense of the check.
19232         * vc-rcs.el (vc-rcs-root): New func.
19233         * vc-cvs.el (vc-cvs-root): New func.
19234         * vc-svn.el (vc-svn-root): New func.
19235         * vc-sccs.el (vc-sccs-root): New func.
19237 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
19239         * language/japan-util.el (setup-japanese-environment-internal):
19240         Call use-cjk-char-width-table.
19242         * language/japanese.el ("Japanese"): Set exit-function to
19243         use-default-char-width-table.
19245         * international/characters.el: Delete occurrences of non-Unicode
19246         tibetan and ethiopic characters.
19247         (cjk-char-width-table): New variable.
19248         (use-cjk-char-width-table, use-default-char-width-table):
19249         New functions.
19251 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19253         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
19254         (vc-status-mode-menu): Add a :filter.
19255         (vc-status-printer): Add faces.
19257         * vc-hg.el (vc-hg-extra-status-menu): New function.
19258         (vc-hg-dir-status): Clean up the buffer before using it.
19260 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19262         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
19263         (gdb): Initialize it here instead.
19265         * files.el (locate-dominating-file): Fix thinko in last change.
19266         Reported by Bruce Stephens <bruce.stephens@isode.com>.
19268 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
19270         * vc.el (vc-status-mode-menu): New menu for vc-status.
19272 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
19274         * progmodes/verilog-mode.el (customize): Fix typo in error message.
19275         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
19276         (verilog-mode-auto, verilog-indent-level-module)
19277         (verilog-minimum-comment-distance, verilog-library-flags)
19278         (verilog-library-directories, verilog-library-files)
19279         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
19280         (verilog-xemacs-menu, verilog-set-compile-command)
19281         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
19282         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
19283         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
19284         (verilog-batch-inject-auto, verilog-batch-indent)
19285         (verilog-continued-line, verilog-type-keywords)
19286         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
19287         (verilog-read-inst-pins, verilog-read-arg-pins)
19288         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
19289         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
19290         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
19291         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
19292         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
19293         (verilog-mode-version, verilog-mode-release-date)
19294         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
19295         (verilog-simulator, verilog-compiler)
19296         (verilog-auto-sense-defines-constant, verilog-company)
19297         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
19298         Fix typos in docstrings.
19299         (verilog-set-auto-endcomments, verilog-calculate-indent)
19300         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
19301         Reflow docstrings.
19302         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
19303         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
19304         (electric-verilog-forward-sexp, verilog-in-case-region-p)
19305         (verilog-in-struct-region-p, verilog-in-generate-region-p)
19306         (verilog-leap-to-head, verilog-current-indent-level)
19307         (verilog-case-indent-level, verilog-cpp-keywords)
19308         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
19309         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
19310         (verilog-signals-not-in, verilog-symbol-detick-text)
19311         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
19312         (verilog-forward-close-paren, verilog-backward-open-paren)
19313         (verilog-backward-open-bracket): Doc fixes.
19315         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
19316         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
19317         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
19318         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
19319         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
19320         Fix typos in docstrings.
19322         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
19324 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
19326         * info.el (Info-read-node-name): Removed unused `default' arg.
19328 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
19330         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
19332 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19334         * image-mode.el (image-get-display-property): New fun.
19335         (image-forward-hscroll, image-next-line, image-eol, image-eob)
19336         (image-mode, image-minor-mode, image-toggle-display-text)
19337         (image-toggle-display): Use it.
19339 2008-02-18  Jason Rumney  <jasonr@gnu.org>
19341         * international/mule.el (xml-find-file-coding-system): Don't warn
19342         about utf-16 with BOM.
19344         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
19346         * international/mule.el (sgml-xml-auto-coding-function): Detect and
19347         warn if file encoding is not utf-8 and encoding not specified.
19348         (xml-find-file-coding-system): New function.
19349         * international/mule-conf.el (file-coding-system-alist): Use it.
19351 2008-02-17  Glenn Morris  <rgm@gnu.org>
19353         * international/mule-cmds.el (set-locale-environment):
19354         Pass `frame' to getenv for LC_MESSAGES.
19356 2008-02-17  Juri Linkov  <juri@jurta.org>
19358         * time.el (emacs-init-time): Use format instead of format-seconds.
19360 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19362         * textmodes/bibtex.el (bibtex-search-entry): Rename from
19363         bibtex-find-entry.  Add autoload cookie.
19364         (bibtex-find-entry): Alias for bibtex-search-entry.
19365         (bibtex-search-crossref): Rename from bibtex-find-crossref.
19366         (bibtex-find-crossref): Alias for bibtex-search-crossref.
19367         (bibtex-clean-entry): atomic-change-group removed.
19368         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
19369         to locate buffer location where error occurred.
19370         Make error messages more specific.
19371         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
19373 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
19375         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
19376         top level.
19378         * simple.el (transient-mark-mode): Add an :init-value.
19380         * startup.el (command-line): Use custom-reevaluate-setting for
19381         transient-mark-mode.
19383 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
19385         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
19387 2008-02-16  Juri Linkov  <juri@jurta.org>
19389         * startup.el (after-init-time): New variable.
19390         (command-line): Set `after-init-time' to the current time.
19392         * time.el (emacs-init-time): New function.
19394 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19396         * files.el (locate-dominating-file): Remove initial loop because it's
19397         not careful enough.  Detect the uid-change all within the main loop.
19399 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19401         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
19403 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
19405         * vc.el (vc-annotate): Add new argument.
19406         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
19408         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
19409         Move make-variable-buffer-local code after the corresponding defvar.
19410         (hs-minor-mode-map): Define and initialize in one step.
19411         (hs-minor-mode): Change from defun to define-minor-mode.
19413 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
19415         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
19416         (gdb-ready): Move declaration...
19418         * progmodes/gdb-ui.el (gdb-ready): ...to here.
19419         (gdb-early-user-input): New variable.
19420         (gdb): Reset gdb-flush-pending-output to nil and set
19421         comint-input-sender here (before gdb-prompt), instead of...
19422         (gdb-init-1): ...here.
19423         (gdb-send): If Emacs is not ready, defer user input to...
19424         (gdb-prompt): ...here.
19426 2008-02-16  Glenn Morris  <rgm@gnu.org>
19428         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
19430         * startup.el (emacs-startup-time): Rename to `before-init-time'.
19431         (before-init-time): New name for `emacs-startup-time'.
19432         (command-line): Use before-init-time rather than emacs-startup-time.
19433         * time.el (emacs-uptime): Use before-init-time rather than
19434         emacs-startup-time.
19436         * composite.el (composition-function-table): Doc fix.
19438         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
19439         in favor of `%z' specifier.
19440         (emacs-uptime): Move to time.el.
19441         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
19442         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
19443         argument of format-seconds.
19445 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
19447         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
19449 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19451         * ielm.el (ielm-is-whitespace): Remove.
19452         (ielm-is-whitespace-or-comment): New function.
19453         (ielm-eval-input): Use it.
19455 2008-02-15  Jason Rumney  <jasonr@gnu.org>
19457         * term/mac-win.el: Fix coding tag.
19459 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
19461         * vc-hooks.el (vc-menu-map):
19462         * bindings.el (mode-line-mode-menu): Add tooltips.
19464         * bindings.el (help-echo): Add more tooltips.  Use a less
19465         telegraphic style for existing tooltips.
19467 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19469         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
19470         from the auto-generated one.
19472 2008-02-14  Glenn Morris  <rgm@gnu.org>
19474         * mail/rmail-spam-filter.el (rmail-spam-filter):
19475         Let-bind message-spam-status.
19477         * mail/smtpmail.el (password-cache-add): Declare as function.
19479 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
19481         * mail/smtpmail.el: Use password-cache.
19483 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
19485         * uniquify.el (uniquify-buffer-base-name): New function.
19486         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19488         * desktop.el (uniquify-managed): Don't defvar.
19489         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
19490         `uniquify-managed'.  Return also the buffer's base name.
19491         (desktop-save): When saving the buffer info, filter out the base name,
19492         and save it as buffer name if the buffer is managed by uniquify.
19493         (uniquify-item-base): Don't declare; not called anymore.
19495 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
19497         * vc.el (vc-annotate-find-revision-at-line): New function.
19498         (vc-annotate-mode-map): Bind it.
19499         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
19500         some entries.
19502 2008-02-14  Glenn Morris  <rgm@gnu.org>
19504         * calendar/time-date.el (format-seconds): New function.
19505         (emacs-uptime): Use format-seconds.
19507         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
19508         Remove `LC_ALL=C', since it's included in $(emacs) now.
19510 2008-02-14  Zhang Wei  <id.brep@gmail.com>
19512         * textmodes/org-publish.el (org-publish-timestamp-filename):
19513         Replace colon characters in filename too.
19515 2008-02-13  Bastien Guerry  <bzg@altern.org>
19517         * mail/rmail.el (rmail-header-name): New face.
19518         (rmail-font-lock-keywords): Use rmail-header-name.
19520         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
19521         against X-Spam-Status header field.
19522         (rmail-spam-filter): Also check X-Spam-Status header field.
19524 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
19526         * progmodes/flymake.el (flymake-allowed-file-name-masks):
19527         Add support for .pm files and .php files.
19528         (flymake-err-line-patterns): Add pattern for PHP errors.
19529         (flymake-php-init): New function.  PHP support for flymake.
19531         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19532         Add regular expression for PHP errors.
19534 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
19536         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
19537         This DTRT even on w32 machines.
19538         (ange-ftp-cf1): Quote FILENAME.
19540 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19542         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
19543         (smerge-auto-combine): New fun.
19545 2008-02-12  Juri Linkov  <juri@jurta.org>
19547         * startup.el (fancy-startup-screen, normal-splash-screen):
19548         Set default-directory to command-line-default-directory.
19550         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
19551         after reading the desktop.
19553         * progmodes/compile.el (compilation-auto-jump):
19554         Call compile-goto-error only when compilation-auto-jump-to-first-error
19555         is non-nil.
19556         (compilation-scroll-output): Replace :type 'boolean with a choice
19557         that has three options including a third option `first-error'.
19558         Doc fix.
19559         (compilation-start, compilation-forget-errors): Add an alternate
19560         condition comparing compilation-scroll-output with `first-error'
19561         in addition to compilation-auto-jump-to-first-error (to call
19562         compilation-auto-jump in the proper place).
19564 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19566         * international/mule.el (sgml-html-meta-auto-coding-function):
19567         Make sure the search limit is ahead.
19569         * tar-mode.el: Fix broken indentation.
19570         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
19571         Use with-current-buffer.
19573 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
19575         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
19576         it is already automatically buffer-local.
19578 2008-02-12  Drew Adams  <drew.adams@oracle.com>
19580         * help.el (describe-key): Join some split lines to facilitate filling.
19581         * help-fns.el (describe-function-1): Fill text of overlong lines.
19583 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
19585         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
19586         Use unibyte-string instead of string-make-unibyte.
19588         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
19590 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19592         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
19593         works also for buffers w/o buffer-file-name.  Update callers.
19594         (doc-view-clone-buffer-hook): New fun.
19595         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
19596         the `doc-view' property so they can be recognized.
19598         * simple.el (clone-indirect-buffer-hook): New hook.
19599         (clone-indirect-buffer): Run it.
19601 2008-02-11  Michael Olson  <mwolson@gnu.org>
19603         * epa-setup.el:
19604         * epg-package-info.el: Files removed.
19606 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
19608         * epa.el (epa-menu-mode): Merge into epa-mode.
19609         (epa-menu-items): Rename the label "EasyPG Assistant" to
19610         "Encryption/Decryption".
19612         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
19613         (epa-dired-mode-map): Rename from epa-dired-map.
19614         (epa-global-dired-mode): Rename the global minor mode.
19616 2008-02-11  Drew Adams  <drew.adams@oracle.com>
19618         * isearch.el (isearch-fail): New face.
19619         (isearch-message): Highlight failure part of input.
19621 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19623         * ibuffer.el (ibuffer-header-line-format): New var.
19624         (ibuffer-mode): Set it instead of header-line-format.
19625         (ibuffer-update): Use it to set header-line-format.
19627         * international/mule-cmds.el (ucs-insert): Inherit surrounding
19628         properties like self-insert-command.
19630 2008-02-11  Drew Adams  <drew.adams@oracle.com>
19632         * progmodes/etags.el: Add many doc strings.
19634 2008-02-11  Jason Rumney  <jasonr@gnu.org>
19636         * ldefs-boot.el: Regenerated.
19638 2008-02-11  Glenn Morris  <rgm@gnu.org>
19640         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19641         Shorten some names.
19643         * ffap.el (ffap-rfc-directories): Add :version.
19645 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
19647         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
19648         files, and backup files of same.
19650 2008-02-11  Kevin Ryde  <user42@zip.com.au>
19652         * ffap.el (ffap-rfc-directories): New variable.
19653         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
19655         * info.el (Info-next-reference, Info-prev-reference)
19656         (Info-try-follow-nearest-node): Move to and follow https:// links too.
19658         * simple.el (completion-list-mode): Show full completion-list-mode-map
19659         in the docstring.
19661 2008-02-11  Sam Steingold  <sds@gnu.org>
19663         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
19665 2008-02-11  Glenn Morris  <rgm@gnu.org>
19667         * startup.el (emacs-startup-time): New variable.
19668         (command-line): Set emacs-startup-time.
19670         * calendar/time-date.el (emacs-uptime): New function.
19672 2008-02-10  Bastien Guerry  <bzg@altern.org>
19674         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
19675         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
19676         it is nil.
19678 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
19680         * epg-config.el: Expand the contents of epg-package-info.el.
19681         (epg-package-name): New constant.
19682         (epg-version-number): New constant.
19683         (epg-bug-report-address): New constant.
19685         * epa-mail.el (epa-mail-mode): Add autoload cookie.
19686         (epa-global-mail-mode): New global minor mode.
19688         * epa-file.el (epa-file-mode): New global minor mode.
19690         * epa-dired.el (epa-dired-mode): New global minor mode.
19692         * epa.el (epa-menu): New variable.
19693         (epa-menu-items): New variable.
19694         (epa-menu-mode): New global minor mode.
19695         (epa-global-minor-modes): New user option.
19696         (epa-mode): New global minor mode.
19698 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
19700         * net/dbus.el: Remove `no-byte-compile' cookie.
19701         (dbus-call-method, dbus-register-signal, dbus-debug)
19702         (dbus-registered-functions-table): Declare them with
19703         `declare-function' or `defvar', respectively.
19704         (top): Don't assert any longer.  Require 'cl when compiling.
19705         Apply `ignore-errors' but `dbus-ignore-errors'.
19707 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
19709         * diff-mode.el (diff-add-change-log-entries-other-window):
19710         Use add-change-log-entry.
19712 2008-02-09  Jason Rumney  <jasonr@gnu.org>
19714         * button.el (button-map):
19715         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
19716         * ldefs-boot.el: Regenerate.
19718 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
19720         * epa.el (epa-faces, epa):
19721         * epa-file.el (epa-file):
19722         * epg-config.el (epg): Add :version.
19724 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
19726         * vc.el (vc-exec-after): Append CODE to previous fragments.
19727         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
19728         take MESSAGES instead of VERBOSE; use it when non-nil.
19729         (vc-diff-internal): Compute messages once; use them;
19730         update call to vc-diff-finish.
19732 2008-02-09  Michael Olson  <mwolson@gnu.org>
19734         * net/tramp.el (tramp-process-sentinel): Avoid error when process
19735         buffer has been killed, such as by
19736         `tramp-cleanup-all-connections'.
19738 2008-02-09  Miles Bader  <miles@gnu.org>
19740         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
19742 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19744         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
19745         splitter in context hunks.
19747 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
19749         * international/fontset.el (setup-default-fontset): Fix arabic otf
19750         font specification.
19752 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
19754         * epa-dired.el:
19755         * epa-file.el:
19756         * epa-mail.el:
19757         * epa-setup.el:
19758         * epa.el:
19759         * epg-config.el:
19760         * epg-package-info.el:
19761         * epg.el: Initial check-in of EasyPG.
19763 2008-02-08  Glenn Morris  <rgm@gnu.org>
19765         * woman.el (woman-locale): New defcustom.
19766         (woman-expand-locale, woman-manpath-add-locales): New functions.
19767         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
19769         * international/mule-cmds.el (locale-translate): New function,
19770         with old code extracted from set-locale-environment.
19771         (set-locale-environment): Use locale-translate.  Set woman-locale.
19773         * cus-start.el (selection-coding-system): Remove, since it's now
19774         defined in select.el rather than in xselect.c.
19775         * select.el (selection-coding-system): Make it a defcustom, and
19776         add the properties from cus-start.el.  Bump :version.
19778         * custom.el (custom-theme-set-variables): Sort symbols that are
19779         dependencies before symbols that depend on them.
19780         (custom-enabled-themes): Set after custom-theme-directory.
19782         * pcmpl-unix.el (top-level): Move provide statement to end.
19783         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
19784         `*' from doc-string.  Allow to be nil.
19785         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
19786         Allow to be nil.  Add :version.
19787         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
19788         without hostnames, and multiple hostnames per line.
19790         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
19792 2008-02-08  Phil Hagelberg  <phil@evri.com>
19794         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
19795         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
19797 2008-02-07  Timo Savola  <timo.savola@iki.fi>
19799         * startup.el (command-line-x-option-alist): Add --parent-id.
19801         * term/x-win.el (x-handle-parent-id): New function.
19803 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
19805         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
19806         "Font Menu".
19808 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
19810         * net/dbus.el (dbus-interface-peer): New defconst.
19811         (dbus-ping): New defun.
19813 2008-02-06  Sam Steingold  <sds@gnu.org>
19815         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
19817 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19819         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
19820         Just return nil and let the C code provide a fallback.
19822 2008-02-05  Glenn Morris  <rgm@gnu.org>
19824         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
19825         tramp-flush-connection-property for removed 2nd argument.
19827 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19829         * diff-mode.el (diff-add-change-log-entries-other-window):
19830         Rename from diff-create-changelog.  Change users.
19831         Minor change to hopefully work with plain diffs.
19832         (diff-mode-map): Add binding for it.
19834 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
19836         * diff-mode.el: Add new TODO entry.
19837         (diff-create-changelog): New function.
19838         (diff-mode-menu): Bind it.
19840 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
19842         * international/mule-diag.el (print-fontset-element): Handle the
19843         case of inhibiting the fallback fonts.
19845 2008-02-04  Kim F. Storm  <storm@cua.dk>
19847         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19848         (ido-magic-delete-char): Use prefix arg.
19850 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
19852         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
19853         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
19854         of today, the most recent libpng is 1.2.24).
19856 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
19858         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
19860         * net/dbus.el (top): Check (featurep 'dbusbind).
19862         * net/tramp.el (tramp-process-sentinel): New defun.
19863         (tramp-do-copy-or-rename-file-out-of-band)
19864         (tramp-maybe-open-connection): Use it as process sentinel.
19865         (tramp-handle-delete-directory): Don't use the "-f" option; it
19866         isn't portable.
19867         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
19868         after the command.
19869         (tramp-handle-shell-command): Set `mode-line-process' in the
19870         asynchronous case.
19872         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
19874         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
19875         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
19876         Use `tramp-process-sentinel' as process sentinel.
19878 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
19880         * whitespace.el (global-whitespace-mode): Revert last change.
19881         (whitespace-unload-function): Force `global-whitespace-mode'
19882         to deactivate local modes in a slightly less intrusive way.
19884 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
19886         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
19888 2008-02-02  Glenn Morris  <rgm@gnu.org>
19890         * international/latin1-disp.el (latin1-display):
19891         * progmodes/fortran.el (fortran-comment-indent-char):
19892         * progmodes/idlw-shell.el (top-level):
19893         * term/mac-win.el (mac-keyboard-translate-char):
19894         * whitespace.el (whitespace-char-valid-p):
19895         * wid-edit.el (widget-key-sequence-read-event):
19896         Use characterp rather than char-valid-p.
19898         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
19899         to capitalized-find-word-boundary.  Doc fix.  Update callers.
19900         (capitalized-next-word-boundary-function-table): Rename to
19901         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
19903         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
19904         string-to-int.
19906         * ps-def.el (declare-function): Add compatibility definition.
19907         (ps-plot-with-face, ps-plot-string): Declare as functions.
19908         (ps-bold-faces, ps-italic-faces): Declare variables.
19910         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
19911         (ps-mule-end-job): Declare as functions.
19913         * wid-edit.el (widget-string-complete): Use assoc-string rather
19914         than assoc-ignore-case.
19916 See ChangeLog.13 for earlier changes.
19918 ;; Local Variables:
19919 ;; coding: utf-8
19920 ;; End:
19922     Copyright (C) 2008, 2009  Free Software Foundation, Inc.
19924   This file is part of GNU Emacs.
19926   GNU Emacs is free software: you can redistribute it and/or modify
19927   it under the terms of the GNU General Public License as published by
19928   the Free Software Foundation, either version 3 of the License, or
19929   (at your option) any later version.
19931   GNU Emacs is distributed in the hope that it will be useful,
19932   but WITHOUT ANY WARRANTY; without even the implied warranty of
19933   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19934   GNU General Public License for more details.
19936   You should have received a copy of the GNU General Public License
19937   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19939 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc