* faces.el (x-handle-named-frame-geometry): Ignore errors from
[emacs.git] / lisp / ChangeLog
blob155e7049603ec98bf2a8b234abed2e2ddd940ba9
1 2009-05-07  Chong Yidong  <cyd@stupidchicken.com>
3         * faces.el (x-handle-named-frame-geometry): Ignore errors from
4         x-get-resource due to not yet opened X connection.  This is a
5         temporary workaround for Bug#3194.
7 2009-05-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
9         * vc-svn.el (vc-svn-parse-status): ?D is for removed files (bug#3213).
11 2009-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * vc.el (vc-delete-file): Add autoload cookie (bug#3209).
15 2009-05-04  Miles Bader  <miles@gnu.org>
17         * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string
18         directly (Bug#2878).
20 2009-05-03  Juanma Barranquero  <lekktu@gmail.com>
22         * term/ns-win.el (ns-alternatives-map, ns-insert-working-text)
23         (ns-echo-working-text, ns-utf8-nfd-post-read-conversion)
24         (ns-insert-text, ns-insert-file, ns-find-file, generate-fontset-menu)
25         (mouse-set-font, ns-respond-to-change-font, ns-standard-fontset-spec)
26         (ns-set-background-alpha, ns-set-foreground-at-mouse)
27         (ns-set-background-at-mouse): Fix typos in docstrings.
29 2009-05-03  Daiki Ueno  <ueno@unixuser.org>
31         * epg.el (epg-wait-for-completion): Sleep after the process
32         exits, to allow process-filter to run (Bug#2412).
34         * epa.el (epa--read-signature-type): Fix typo.
36 2009-05-02  Glenn Morris  <rgm@gnu.org>
38         * wid-edit.el (widget-specify-field, widget-field-value-get, character):
39         Revert 2009-03-24 change, since it causes a more serious problem than
40         the one it solves.  (Closes Bug#3136, reopens Bug#2689.)
42 2009-05-02  Martin Rudalics  <rudalics@gmx.at>
44         * frame.el (pop-up-frame-function): Remove choice nil since it
45         does not represent a valid value.
47 2009-04-30  David Reitter  <david.reitter@gmail.com>
49         * term/ns-win.el (ns-make-command-string, ns-grabenv)
50         (ns-extended-platform-support-mode, menu-bar-ns-file-menu)
51         (ns-arrange-all-frames, ns-arrange-visible-frames)
52         (ns-arrange-frames): Remove.  These functionalities not
53         available on other (free) platforms will be provided to users
54         outside the Emacs project in the "ns-platform-support" package.
56 2009-04-30  Alan Mackenzie  <acm@muc.de>
58         Enhancements for Objective-C:
59         * progmodes/cc-vars.el (c-objc-method-arg-min-delta-to-bracket)
60         (c-objc-method-arg-unfinished-offset)
61         (c-objc-method-parameter-offset): New variables.
62         (c-offsets-alist): Use c-lineup-ObjC-method-call-colons in entry
63         for objc-method-call-cont.
65         * progmodes/cc-langs.el (c-constant-kwds): New ObjC keywords
66         "YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER".
68         * progmodes/cc-align.el (c-lineup-ObjC-method-call-colons): New
69         function.
71 2009-04-29  Chong Yidong  <cyd@stupidchicken.com>
73         * subr.el (assoc-default): Doc fix.
75 2009-04-29  Ulrich Mueller  <ulm@gentoo.org>
77         * files.el (hack-local-variables-prop-line)
78         (hack-local-variables, dir-locals-read-from-file): Bind
79         read-circle to nil before reading.
81 2009-04-28  Geert Kloosterman  <g.j.kloosterman@gmail.com>  (tiny change)
83         * progmodes/which-func.el (which-function): Don't assume that
84         entries from `imenu--index-alist' are ordered by buffer position,
85         which fails when submenus are present (Bug#3153).
87 2009-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
89         * international/quail.el (quail-vunion): Remove unexplained nreverse.
91 2009-04-28  Nick Roberts  <nickrob@snap.net.nz>
93         * progmodes/gdb-ui.el (gdb-tooltip-print): Avoid "Non-X frame used"
94         error with gud-tooltip-mode in the Linux console.
96 2009-04-28  Chong Yidong  <cyd@stupidchicken.com>
98         * tooltip.el (tooltip-show-help): Fall back on
99         tooltip-show-help-non-mode for text-only displays.
101 2009-04-27  Jay Belanger  <jay.p.belanger@gmail.com>
103         * calc/calc.el (calc-mode): Replace `copy-list' with `copy-sequence'.
105 2009-04-26  Jay Belanger  <jay.p.belanger@gmail.com>
107         * calc/calc.el (calc-set-mode-line): Check to make sure that the
108         correct Calc buffer gets "Embed" in the mode line.
109         (calc-mode): Copy stack list for additional Calc buffers.
111 2009-04-25  Chong Yidong  <cyd@stupidchicken.com>
113         * simple.el (line-move-visual): If point is stuck moving backwards
114         against a display string, temporarily ignore the goal
115         column (Bug#3020).
117         * startup.el (normal-top-level): Implement a work-around to handle
118         changes to face-font-rescale-alist during
119         initialization (Bug#1785).
121 2009-04-24  Michael Albinus  <michael.albinus@gmx.de>
123         * net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat)
124         (tramp-handle-file-name-all-completions): Don't use "-b" as ls
125         arg.  It does not work on OpenBSD.  Reported by Taylor Venable
126         <taylor@metasyntax.net>.
128 2009-04-23  Chong Yidong  <cyd@stupidchicken.com>
130         * hi-lock.el (hi-lock--inhibit-font-lock-hook): New var.
131         (hi-lock-set-pattern, hi-lock-font-lock-hook): Use it (Bug#3068).
133 2009-04-21  Martin Rudalics  <rudalics@gmx.at>
135         * diff-mode.el (diff-find-source-location): Don't call
136         diff-sanity-check-hunk when NOPROMPT is non-nil.  (Bug#3033)
138 2009-04-21  Kenichi Handa  <handa@m17n.org>
140         * international/uni-decomposition.el: Re-generated.
142 2009-04-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
144         * proced.el (proced-sort): Declare it buffer-local.
145         (proced-send-signal): Handle non-nil signals.
147 2009-04-18  Jason Rumney  <jasonr@gnu.org>
149         * facemenu.el (list-colors-duplicates): w32-default-color-map is
150         a function (Bug#3044).
152 2009-04-18  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>
154         * epa-file.el (epa-file-decode-and-insert):
155         Use string-to-multibyte instead of set-buffer-multibyte.
156         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=15259>
158 2009-04-18  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
160         * net/rcirc.el (rcirc): Use correct property names (Bug#3037).
162 2009-04-18  Chong Yidong  <cyd@stupidchicken.com>
164         * thingatpt.el (thing-at-point-bounds-of-list-at-point):
165         New function (Bug#3027).
167 2009-04-17  Kenichi Handa  <handa@m17n.org>
169         * international/uni-decomposition.el: Re-generated.
171 2009-04-16  Chong Yidong  <cyd@stupidchicken.com>
173         * textmodes/flyspell.el (flyspell-correct-word-before-point):
174         Don't create markers.
175         (tex-mode-flyspell-verify): Don't create markers.
176         Use line-end-position.
177         (sgml-mode-flyspell-verify): Don't create markers.  Simplify code
178         using looking-at and looking-back.
180 2009-04-16  Robert Brown  <brown@google.com>  (tiny change)
182         * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
183         property (Bug#2984).
185 2009-04-16  Leo  <sdl.web@gmail.com>  (tiny change)
187         * ediff-wind.el (ediff-make-wide-display): Fix typo in frame
188         parameter alist.
190 2009-04-15  William Xu  <william.xwl@gmail.com>
192         * outline.el (hide-sublevels): Ensure that arguments are passed to
193         outline-flag-region in the correct order (Bug#3000).
195 2009-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
197         * net/browse-url.el (browse-url-filename-alist): Correct file
198         URI (Bug#2922).
200 2009-04-15  Chong Yidong  <cyd@stupidchicken.com>
202         * subr.el (posn-col-row): Properly compute line spacing.
203         Suggested by Nikolaj Schumacher (Bug#2933).
205 2009-04-15  Ulf Jasper  <ulf.jasper@web.de>
207         * net/newst-treeview.el (newsticker-treeview-jump): Enable virtual
208         feeds.
210 2009-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
212         * vc-svn.el (vc-svn-after-dir-status): Fix regexp to allow for file
213         names with leading spaces.  Ignore "." if it appears as a filename.
215 2009-04-14  Juanma Barranquero  <lekktu@gmail.com>
217         * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring.
218         (scan-buf-previous-region): Fix typo in docstring.
220 2009-04-14  Edward Wiebe  <usenet@pusto.de>  (tiny change)
222         * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
224 2009-04-14  Michael Albinus  <michael.albinus@gmx.de>
226         * net/tramp.el (tramp-handle-dired-recursive-delete-directory):
227         Fix an error in flushing cache data.
228         (tramp-handle-process-file): Flush all file cache values for the
229         connection, because the remote process could have changed them.
230         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
231         Handle QUIT.
233         * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
234         of directory "".
236 2009-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
238         * minibuffer.el (completion--try-word-completion): Don't disable
239         `partial-completion' any more.  Mark the added char instead.
240         (completion-pcm--string->pattern): Notice chars added by
241         completion--try-word-completion and treat them specially. (bug#2957)
243 2009-04-13  Jason Rumney  <jasonr@gnu.org>
245         * faces.el (frame-set-background-mode): Window system frames
246         default to light.  Use default in cases where specified color
247         does not exist (Bug#2969).
249 2009-04-13  Kenichi Handa  <handa@m17n.org>
251         * language/japanese.el (cp932): Delete alias for japanese-shift-jis.
253 2009-04-12  Michael Albinus  <michael.albinus@gmx.de>
255         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
256         Overwrite always the tmpfile.  (Bug#2962).
258 2009-04-11  Chong Yidong  <cyd@stupidchicken.com>
260         * files.el (dir-locals-directory-cache): Change format to include
261         the mtime of the directory-local variables file (Bug#2833).
262         (dir-locals-set-directory-class): New arg mtime.  Store it in
263         dir-locals-directory-cache.
264         (dir-locals-find-file): Check cache validity using the mtime.
265         (dir-locals-read-from-file): Save the file mtime in the cache.
266         (hack-dir-local-variables): Adapt to new
267         dir-locals-directory-cache entry format.
269         * international/mule-diag.el (describe-font-internal):
270         Rename ignored argument to IGNORED.
271         (describe-font): Elide unnecessary argument to
272         describe-font-internal (Bug#2945).
274 2009-04-10  Richard M Stallman  <rms@gnu.org>
276         * mail/rmailedit.el (rmail-cease-edit): Call rmail-modify-format.
278         * vc-dir.el (vc-dir): Doc fix.
280 2009-04-10  Eli Zaretskii  <eliz@gnu.org>
282         * mail/unrmail.el (unrmail): If "Mail-From" header is found,
283         append a newline to it.
285         * mail/rmail.el (rmail-unrmail-new-mail)
286         (rmail-unrmail-new-mail-maybe): New functions.
287         (rmail-insert-inbox-text): Use rmail-unrmail-new-mail-maybe to
288         convert Babyl-formatted new mail to mbox format.  (Bug#2942)
290 2009-04-09  Kim F. Storm  <storm@cua.dk>
292         * emulation/cua-rect.el (cua--indent-rectangle): Insert tabs using
293         tab-to-tab-stop to respect indent-tabs-mode.
295 2009-04-09  Richard M Stallman  <rms@gnu.org>
297         * mail/rmailkwd.el (rmail-set-label): Warn if multiple labels spec'd.
298         (rmail-kill-label, rmail-add-label): Doc fixes.
300         * mail/rmailout.el (rmail-output): If file is visited,
301         check the buffer's format.
303         * mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".
305         * mail/rmailout.el (rmail-output-to-rmail-buffer):
306         Call rmail-modify-format.
308         Don't query before visiting a Babyl file.
309         Instead, query before modifications that would save it.
311         * mail/rmail.el (rmail-was-converted): New variable.
312         (rmail-seriously-modified): New variable.
313         (rmail-perm-variables): Set them to nil.
314         (rmail-convert-babyl-to-mbox): Don't query about converting Babyl file.
315         Instead, set rmail-was-converted.
316         (rmail-modify-format): New function.  Query if save will change format.
317         (rmail-dont-modify-format): New function.
318         (rmail-duplicate-message, rmail-get-new-mail):
319         Call rmail-modify-format.
320         (rmail-set-header): Call rmail-dont-modify-format.
321         (rmail-set-attribute): Likewise.
322         (rmail-expunge-confirmed): Call rmail-modify-format.
324         * mail/sendmail.el (sendmail-send-it): Replace any
325         pre-existing Content-type header if we insert one.
327 2009-04-09  Michael Albinus  <michael.albinus@gmx.de>
329         * net/tramp.el (tramp-file-name-handler-alist): Add `vc-registered'.
330         (tramp-handle-vc-registered): New defun.  (Bug#1741)
332         * net/tramp-cache.el (tramp-flush-directory-property): Use the
333         localname of KEY for check.
335 2009-04-09  Kenichi Handa  <handa@m17n.org>
337         * international/charprop.el: Re-generated.
338         * international/uni-bidi.el: Re-generated.
339         * international/uni-category.el: Re-generated.
340         * international/uni-combining.el: Re-generated.
341         * international/uni-decomposition.el: Re-generated.
342         * international/uni-mirrored.el: Re-generated.
343         * international/uni-name.el: Re-generated.
345 2009-04-08  Eli Zaretskii  <eliz@gnu.org>
347         * files.el (append-to-file): Doc fix.
349         * term/pc-win.el (msdos-last-help-message): New defvar.
350         (msdos-show-help): Use it to avoid saving the last message if it
351         was also a help message (Bug#2895).
353         * mail/rmail.el (rmail-simplified-subject): Normalize whitespace
354         in subject.  This resurrects a feature, lost in transition to
355         mbox, whereby Subject is matched even if it's broken into several
356         lines at arbitrary places.
358 2009-04-08  Nick Roberts  <nickrob@snap.net.nz>
360         * progmodes/gdb-ui.el: Give hint for GDB in Emacs on Mac OSX.
362 2009-04-08  Chong Yidong  <cyd@stupidchicken.com>
364         * textmodes/fill.el (fill-paragraph): Doc fix.
366 2009-04-07  Chong Yidong  <cyd@stupidchicken.com>
368         * vc-bzr.el (vc-bzr-log-view-mode): Fix last fix.
370 2009-04-07  Glenn Morris  <rgm@gnu.org>
372         * term/ns-win.el (ns-pop-up-frames): Make it a defcustom.
374         * mail/rmail.el (rmail-expunge-and-save): Let rmail-expunge show the
375         message.
376         (rmail-quit): Mark summary unmodified.
377         (rmail-expunge): Doc fix.  Always show a message.  (Bug#2763)
379 2009-04-07  Chong Yidong  <cyd@stupidchicken.com>
381         * vc-bzr.el (vc-bzr-log-view-mode): Tweak
382         log-view-message-re (Bug#2872).
384         * descr-text.el (describe-property-list, describe-char): Add
385         follow-link properties to buttons that need them.
387         * tooltip.el (tooltip-show-help-non-mode): Don't save the last
388         message if it was also a help message (Bug#2895).
390 2009-04-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
392         * textmodes/bibtex.el (bibtex-format-entry)
393         (bibtex-search-crossref): Allow OPT prefix for name of crossref
394         field.
396 2009-04-06  Sam Steingold  <sds@gnu.org>
398         * simple.el (completion-list-mode-map): Bind "q" to quit-window,
399         just like in all other read-only buffers.
401 2009-04-05  Chong Yidong  <cyd@stupidchicken.com>
403         * simple.el (handle-shift-selection): Clarify docstring.
405 2009-04-05  Michael Albinus  <michael.albinus@gmx.de>
407         * dired-aux.el (dired-copy-file-recursive): Set mode to "700" if
408         `file-modes' returns nil.
410         * net/ange-ftp.el (ange-ftp-set-file-modes): New defun.  Change
411         `ange-ftp' property of `set-file-modes' to
412         `ange-ftp-set-file-modes' (Bug#2865).
413         (ange-ftp-call-chmod): Add error handling.
415         * net/tramp.el (tramp-default-file-modes): New defun.  Replace all
416         calls of `file-modes' by this (Bug#2869).
417         (tramp-handle-find-backup-file-name): Use `symbol-value' instead
418         of `boundp'.
420         * net/tramp-fish.el (tramp-fish-do-copy-or-rename-file-directly):
421         Use `tramp-default-file-modes'.
423 2009-04-04  Chong Yidong  <cyd@stupidchicken.com>
425         * frame.el (make-frame): Doc fix.
427 2009-04-04  Eli Zaretskii  <eliz@gnu.org>
429         * mail/rmailsum.el (rmail-new-summary-1): Don't show zero count of
430         summary lines.
432 2009-04-02  Chong Yidong  <cyd@stupidchicken.com>
434         * dired.el (dired-get-filename): Always pass filename through
435         `read' to ensure unquoting is performed (Bug#2862).
437 2009-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
439         * doc-view.el (doc-view-mode): Don't give up if the file doesn't exist.
441 2009-04-02  Glenn Morris  <rgm@gnu.org>
443         * calendar/diary-lib.el (diary-cyclic): Check for +ve N.
445         * calendar/holidays.el (calendar-holidays):
446         Don't autoload it.  (Bug#2811)
448 2009-04-02  Kenichi Handa  <handa@m17n.org>
450         * international/fontset.el (setup-default-fontset):
451         Specify iso10646-1 font for characters in PUA of BMP.  (Bug#2830)
453 2009-04-02  Stefan Monnier  <monnier@iro.umontreal.ca>
455         * simple.el (auto-fill-function): Mark it as safe for nil.
456         Suggested by Leo <sdl.web@gmail.com>.
458 2009-04-01  Dan Nicolaescu  <dann@ics.uci.edu>
460         * vc-mtn.el (vc-mtn-register): Fix optional arguments.
462         * vc-hooks.el (vc-name): Avoid calling vc-backend twice.
463         (vc-mode-line): Accept and use an optional argument for the backend.
464         (vc-find-file-hook): Use when instead of if.  Avoid calling
465         vc-backend multiple times, pass down the value computed the first time.
467 2009-03-30  Andreas Schwab  <schwab@linux-m68k.org>
469         * ansi-color.el (ansi-color-get-face):
470         Use ansi-color-parameter-regexp to match parameters.
471         (ansi-color-regexp): Include final `m' in first group.
473 2009-03-30  Jason Rumney  <jasonr@gnu.org>
475         * files.el (locate-dominating-stop-dir-regexp): Stop searching
476         when a UNC mount point is reached.
478 2009-03-30  Jay Belanger  <jay.p.belanger@gmail.com>
480         * calc/calc-embed.el (calc-embedded-restore-original-modes):
481         Add argument for Calculator buffer.
482         (calc-do-embedded): Use specific Calculator buffer when cancelling
483         embedded mode.
485         * calc/calc.el (calc-buffer-list): New variable.
486         (calc-kill-stack-buffer): New function.
487         (calc-mode): Add `calc-kill-stack-buffer' to
488         `kill-buffer-query-functions'.  Add current buffer to
489         `calc-buffer-list'.
491 2009-03-30  Kenichi Handa  <handa@m17n.org>
493         * language/chinese.el (chinese-big5): Change type to `big5'.
495 2009-03-30  Chong Yidong  <cyd@stupidchicken.com>
497         * help-mode.el (help-buffer): Add docstring.
499 2009-03-28  David Reitter  <david.reitter@gmail.com>
501         * term/ns-win.el (ns-expand-space): Remove defvar.
502         (S-,): Bind to `customize' in line with menu item.
503         ([global-map windows]): Remove (in line with other platforms).
504         (menu-bar-update-frames, force-menu-bar-update-buffers):
505         Remove, not needed.
506         (menu-bar-update-hook): Do not alter.
507         (generate-fontset-menu, mouse-set-font): Amend doc string
508         of these defaliases to point out their altered meaning in NS.
510 2009-03-28  Juri Linkov  <juri@jurta.org>
512         * simple.el (minibuffer-default-add-completions):
513         Remove `(interactive)'.  (Bug#2805)
515 2009-03-28  Eli Zaretskii  <eliz@gnu.org>
517         * files.el (shell-quote-wildcard-pattern): Doc fix.
519 2009-03-27  Eli Zaretskii  <eliz@gnu.org>
521         * ls-lisp.el (ls-lisp-insert-directory): Allow for a trailing '/'
522         when looking for "." and "..".  (Bug#2801)
524 2009-03-27  Andreas Schwab  <schwab@linux-m68k.org>
526         * simple.el (shift-select-mode): Make it a defcustom.
527         * cus-start.el: Remove shift-select-mode.
529 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
531         * simple.el (shift-select-mode): Move declaration from callint.c.
532         (handle-shift-selection): Remove `deactivate' arg and check
533         shift-select-mode instead.
535 2009-03-26  Juanma Barranquero  <lekktu@gmail.com>
537         * align.el (align-large-region, align-perl-modes, align-rules-list)
538         (align-open-comment-modes): Fix typos in docstrings.
539         (align-region-separate): Doc fixes.
541 2009-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
543         * arc-mode.el (archive-ar-summarize): Don't burp on special GNU
544         extension entries for lookup tables or extended file name tables.
545         Distinguish the internal and external name, so lookup is easier.
546         (archive-ar-extract): Take advantage of more precise name.
547         Preserve point.
549 2009-03-25  Chong Yidong  <cyd@stupidchicken.com>
551         * play/bubbles.el (bubbles): Doc fix (Bug#2776).
553 2009-03-25  Juanma Barranquero  <lekktu@gmail.com>
555         * composite.el (auto-compose-chars): Fix typo in docstring.
557 2009-03-24  Michael Albinus  <michael.albinus@gmx.de>
559         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
561 2009-03-24  Glenn Morris  <rgm@gnu.org>
563         * wid-edit.el (widget-specify-field): Don't add a second overlay for a
564         field with just a newline character.
565         (widget-field-value-get): Don't reduce fields with just a space
566         character to null.
567         (character): Accept newline.  (Bug#2689)
569 2009-03-24  Kenichi Handa  <handa@m17n.org>
571         * international/fontset.el (font-encoding-alist): Add an entry for
572         muletibetan-0.  (Bug#2722)
574 2009-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
576         * vc-bzr.el (vc-bzr-working-revision): Add support for lightweight
577         checkouts.  (Bug#2157)
578         (vc-bzr-after-dir-status): Ignore a warning for bzr status.
579         (vc-bzr-dir-extra-headers): Add headers for lightweight checkouts.
581 2009-03-22  Richard M Stallman  <rms@gnu.org>
583         * mail/rmail.el (rmail-expunge): Update summary buffer even if DONT-SHOW.
584         (rmail-expunge): Without DONT-SHOW, show the message even after
585         updating summary.
587 2009-03-21  Jari Aalto  <jari.aalto@cante.net>
589         * time.el (display-time-default-load-average): Doc fix.
591 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
593         * simple.el (handle-shift-selection): Doc fix.  (Bug#2738)
595 2009-03-21  Chong Yidong  <cyd@stupidchicken.com>
597         * files.el (file-modes-rights-to-number): Doc fix.
598         (file-modes-symbolic-to-number): Handle empty permissions
599         arg (Bug#2729).
601 2009-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
603         * vc.el (Todo): Add note on simplifying vc-register.
605 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
607         * eshell/em-ls.el (eshell-ls-dir):
608         Call eshell-directory-files-and-attributes with additional argument
609         'integer or 'string, according to numeric-uid-gid.
610         (eshell-ls-file): Don't convert UID and GID to strings, as
611         eshell-ls-dir already did.  Enlarge max user-name string length to
612         14 characters.
613         (eshell-do-ls): Fix the long name of the -L option.
615         * eshell/esh-util.el (directory-files-and-attributes): Accept and
616         ignore additional optional argument id-format.
617         (eshell-directory-files-and-attributes):
618         Call directory-files-and-attributes with additional argument id-format.
620         * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8.
621         (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
622         argument nil.
624 2009-03-21  David Reitter  <david.reitter@gmail.com>
626         * cus-start.el (all): Use existing `ns' rather than new `nextstep'
627         group for variables affected by last two changes.
629 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
631         * cus-start.el (all): Fix last change.
633 2009-03-21  David Reitter  <david.reitter@gmail.com>
635         * cus-start.el (all): Add ns-control-modifier,
636         ns-command-modifier, ns-alternate-modifier, ns-function-modifier,
637         ns-antialias-text, and ns-use-qd-smoothing.
639 2009-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
641         * vc-dir.el (vc-dir-deduce-fileset): Make the error message more explicit.
643 2009-03-19  Juanma Barranquero  <lekktu@gmail.com>
645         * subr.el (forward-point): Add obsolescence declaration.
647         * paren.el (show-paren-function):
648         * simple.el (kill-forward-chars, kill-backward-chars):
649          Use (+/- (point) N), instead of `forward-point'.
651 2009-03-19  Glenn Morris  <rgm@gnu.org>
653         * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag.
655         * mail/supercite.el (sc-version): Doc fix.
657 2009-03-19  Leo  <sdl.web@gmail.com>  (tiny change)
659         * mail/supercite.el (sc-version): Fix typo in interactive spec.
661 2009-03-19  Kenichi Handa  <handa@m17n.org>
663         * international/quail.el (quail-update-leim-list-file):
664         Save leim-list.el in utf-8.
666         * international/mule-cmds.el (leim-list-header):
667         Use utf-8 coding tag.
669         * term/ns-win.el: Call create-default-fontset, not
670         setup-default-fontset.  Call create-fontset-from-fontset-spec
671         within condition-case.
673         * term/w32-win.el (w32-initialize-window-system):
674         Call create-default-fontset, not setup-default-fontset.
675         Call create-fontset-from-fontset-spec within condition-case.
677         * term/x-win.el (x-initialize-window-system):
678         Call create-default-fontset, not setup-default-fontset.
679         Call create-fontset-from-fontset-spec within condition-case.
681         * international/fontset.el (create-default-fontset): New function.
682         (create-fontset-from-x-resource): Use display-warning instead of
683         message.
685 2009-03-18  Richard M Stallman  <rms@gnu.org>
687         * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
688         (rmail-retry-failure): Undo previous change.
690 2009-03-18  Kenichi Handa  <handa@m17n.org>
692         * international/mule.el (after-insert-file-set-coding):
693         Set buffer-file-coding-system directly without calling
694         set-buffer-file-coding-system.  (Fixes bug described in
695         follow-up to bug#2317).
697 2009-03-17  Juanma Barranquero  <lekktu@gmail.com>
699         * emacs-lisp/benchmark.el (benchmark): Reflow docstring.
701 2009-03-17  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
703         * international/characters.el (cjk-char-width-table):
704         Add cp932-2-byte.
706 2009-03-17  Chong Yidong  <cyd@stupidchicken.com>
708         * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
710 2009-03-16  David Reitter  <david.reitter@gmail.com>
712         * faces.el (set-face-attributes-from-resources)
713         (face-set-after-frame-default): Do not import X resources on NS
714         because NS does not have system-wide X resources.
716 2009-03-16  Richard M Stallman  <rms@gnu.org>
718         * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
719         (rmail-expunge): Show the message only once, and only if needed.
720         If the current message was current before, just re-swap.
722 2009-03-16  Kenichi Handa  <handa@m17n.org>
724         * international/ccl.el (ccl-compile-if): Signal an error for
725         invalid operator.
727 2009-03-16  Chong Yidong  <cyd@stupidchicken.com>
729         * minibuffer.el (read-file-name): Doc fix.
731         * tooltip.el (tooltip-show-help-non-mode): Don't set
732         tooltip-previous-message if called with the same tooltip that is
733         showing (Bug#2680).
735         * emacs-lisp/crm.el (crm--choose-completion-string): New function.
736         (completing-read-multiple): Set and restore
737         choose-completion-string-functions (Bug#1080).
739 2009-03-15  Glenn Morris  <rgm@gnu.org>
741         * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
742         value to help people with the formatting.
744         * mail/sendmail.el (mail-yank-prefix): Doc fix.
745         (mail-mode-map): Only enable the "Cite Original" menu-item when
746         appropriate.  Standardize the text used for other headers re hyphens.
748         * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
749         like "Reply-To".
751 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
753         * minibuffer.el (completion-styles): Add emacs22 completion style
754         as fallback.
756 2009-03-15  Dan Nicolaescu  <dann@ics.uci.edu>
758         * vc.el (vc-checkin): Add an extra argument for the VC backend,
759         pass it down to vc-start-logentry.
760         (vc-next-action, vc-transfer-file): Pass the VC backend to
761         vc-checkin.
762         (vc-next-action): Do not assume that all backends in
763         vc-handled-backends are upper case.
765 2009-03-15  Chong Yidong  <cyd@stupidchicken.com>
767         * files.el (get-free-disk-space): Ensure that default-directory is
768         usable before calling call-process.  Suggested by Kevin
769         Ryde (Bug#2631).
771 2009-03-14  David Reitter  <david.reitter@gmail.com>
773         * term/ns-win.el (ns-expand-space): Remove.
774         (ns-show-prefs event): Run `customize'.
775         (ns-power-off): Run `save-buffers-kill-emacs', but ask user
776         whether to save files (as is standard).
777         (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
778         (menu-bar-enable-clipboard): Do not undefine these.
779         (ns-save-preferences, ns-save-options, ns-show-preferences-help):
780         Remove.
782 2009-03-14  Glenn Morris  <rgm@gnu.org>
784         * mail/mailalias.el: Remove leading `*' from defcustom docs.
786         * mail/sendmail.el (mail-interactive): Doc fix.
787         (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
788         (mail-setup): Use the function mail-signature.
789         (mail-mode-hook): Doc fix.
790         (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
791         (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
792         (mail-signature): Check the signature file is readable.
793         With the argument ATPOINT, really insert at point.
794         Handle the case when the variable mail-signature is an expression.
796 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
798         * simple.el (undo-outer-limit-truncate): Mention that
799         warning-suppress-types is defined in the warnings
800         library (Bug#2668).
802 2009-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
804         * vc.el (vc-default-receive-file): The 'register method now
805         expects a list, pass a list.
807 2009-03-14  Chong Yidong  <cyd@stupidchicken.com>
809         * doc-view.el (doc-view-sentinel): Strip trailing newline from
810         event message.
812 2009-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
814         * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
815         modified status before running the major-mode.
817         * simple.el (undo): Don't loop when encountering empty undo records.
819 2009-03-13  Tassilo Horn  <tassilo@member.fsf.org>
821         * doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
823 2009-03-13  Alexandre Julliard  <julliard@winehq.org>
825         * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
826         Fall back to original commit if vc-git-symbolic-commit fails to
827         find a symbolic name.
828         (vc-git-symbolic-commit): Don't limit search to tags.
829         Treat "undefined" as an error.  (Bug #2110)
831 2009-03-13  D. Goel  <deego3@gmail.com>
833         * ibuf-ext.el:
834         * midnight.el (midnight-next):
835         * progmodes/ebrowse.el:
836         * progmodes/flymake.el (flymake-float-time):
837         When calling (multiple-value-bind/setq .. ls) replace ls
838         by (values-list ls) throughout.
840 2009-03-13  Agustín Martín  <agustin.martin@hispalinux.es>
842         * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
843         params.  (Bug #2654)
845 2009-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
847         * files.el (auto-mode-alist): Add rules for OpenOffice extension
848         packages, as well as Opkg/Ipkg packages.
850         * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
851         (tar-summarize-buffer): Don't silently skip incomplete headers.
852         (tar-mode): Revert to fundamental-mode in case of malformed tar data.
853         (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
854         treat a tar file member as being a tar file itself, just because
855         its own filename includes the parent tar file's.
857 2009-03-13  Kenichi Handa  <handa@m17n.org>
859         * international/mule-diag.el (print-fontset): Handling of the
860         argument FONTSET changed for consistency.  Reorder the printed
861         information to match with the font searching strategy.
862         (describe-fontset): Use face-attribute to get the fontset of the
863         selected frame.
864         (mule-diag): Likewise.  Print both font and fontset of the frame.
866 2009-03-13  Chong Yidong  <cyd@stupidchicken.com>
868         * term.el (term-send-raw-string): Deactivate mark.
869         (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
871 2009-03-12  Juanma Barranquero  <lekktu@gmail.com>
873         * register.el (get-register): Rename arg REG to REGISTER for
874         consistency with other register functions.
875         (set-register, jump-to-register): Fix typos in docstrings.
876         (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
878 2009-03-12  Glenn Morris  <rgm@gnu.org>
880         * mail/mailabbrev.el (mail-abbrev-next-line)
881         (mail-abbrev-end-of-buffer): Doc fixes.
883 2009-03-11  Jason Rumney  <jasonr@gnu.org>
885         * term/w32-win.el (w32-initialize-window-system): Don't override
886         Japanese font settings.
887         (xlfd-regexp-registry-subnum): Remove unused declaration.
888         (w32-drag-n-drop-debug): Comment out unused debug function.
890 2009-03-11  Glenn Morris  <rgm@gnu.org>
892         * mail/rmailedit.el (rmail-edit-mode):
893         Set write-region-annotate-functions.  (Bug#2625)
895 2009-03-10  Juanma Barranquero  <lekktu@gmail.com>
897         * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
899 2009-03-10  Jason Rumney  <jasonr@gnu.org>
901         * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
903 2009-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
905         * server.el (server-process-filter): Use expand-file-name rather than
906         command-line-normalize-file-name so as to use the `dir' when provided.
908         * doc-view.el (doc-view-convert-current-doc): Fix last change.
910 2009-03-10  Glenn Morris  <rgm@gnu.org>
912         * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
913         Doc fixes.
914         (mail-mailing-lists): Remove leading `*' from defcustom doc.
916         * simple.el (compose-mail): Doc fix.
918 2009-03-10  Alexander Becher  <alexander.becher@capgemini-sdm.com>  (tiny change)
920         * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
922 2009-03-09  Jason Rumney  <jasonr@gnu.org>
924         * minibuffer.el (read-file-name): Only split dir name when
925         default filename is missing.  (Bug#2585)
927 2009-03-08  Chong Yidong  <cyd@stupidchicken.com>
929         * finder.el (finder-commentary): Don't delete other
930         windows (Bug#2291).
932         * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
933         first (Bug#2449).
935 2009-03-08  Andreas Schwab  <schwab@linux-m68k.org>
937         * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
939 2009-03-07  Eli Zaretskii  <eliz@gnu.org>
941         * woman.el (woman-parse-colon-path): Return a list even if there's
942         only one directory in PATHS.
943         (woman-mode): Restore tab-width value after the call to Man-mode,
944         since Man-mode resets it to the default, and that makes right
945         margin extend beyond woman-fill-column.
947         * man.el (Man-init-defvars) [windows-nt]: Use a special command
948         list.  Don't invoke Awk.
950 2009-03-06  Glenn Morris  <rgm@gnu.org>
952         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
953         custom type.
955 2009-03-05  Tassilo Horn  <tassilo@member.fsf.org>
957         * doc-view.el (doc-view-convert-current-doc): Save the current
958         resolution in the cache directory.
959         (doc-view-initiate-display): Restore the saved resolution when
960         using cached image files.
962 2009-03-05  Glenn Morris  <rgm@gnu.org>
964         * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
965         buffer-local in the view buffer, not the rmail buffer.
967         * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
968         at the end of the existing messages, ensuring there is a blank line
969         between them.  (Bug#2521)
971         * mail/rmail.el (rmail-ensure-blank-line): New function.
972         * mail/rmailedit.el (rmail-cease-edit):
973         * mail/rmailout.el (rmail-output-as-mbox):
974         * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
976         * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
977         (rmail-mime-attachment-dirs-alist): Doc fixes.  Fix custom-type.
978         Add version.
979         (rmail-mime-total-number-of-bulk-attachments): Doc fix.
980         (rmail-mime): Doc fix.  Use rmail-apply-in-message.
981         Disable undo in the mime buffer, mark unmodified.
983 2009-03-04  David Reitter  <david.reitter@gmail.com>
985         * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
986         if unbound in order to enable the item.
987         For paste menu item, same, and check kill-ring.
989 2009-03-04  Sam Steingold  <sds@gnu.org>
991         * progmodes/compile.el (compilation-error-regexp-alist-alist):
992         Handle "omake -P" messages "file foo changed".
994 2009-03-04  Glenn Morris  <rgm@gnu.org>
996         * mail/rmailedit.el (rmail-edit-mode): Doc fix.
998         * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
999         (rmail-sort-by-date, rmail-sort-by-subject)
1000         (rmail-sort-by-author, rmail-sort-by-recipient)
1001         (rmail-sort-by-correspondent, rmail-select-correspondent)
1002         (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
1003         (rmail-make-date-sortable): Doc fixes.
1004         (rmail-sort-by-correspondent): Downcase correspondents.
1005         (rmail-sort-by-labels): Make it work.
1006         (rmail-sort-messages): Restore undo if it was initially enabled.
1007         Fix bobp/bolp typo that was adding a line on every sort.
1009         * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
1010         Disable undo in the summary buffer.
1011         (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
1012         (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
1013         (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
1014         (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
1015         (rmail-summary-sort-by-labels): Replace `(function (lambda'
1016         by `(lambda'.
1018 2009-03-03  Sam Steingold  <sds@gnu.org>
1020         * progmodes/compile.el (compilation-move-to-column):
1021         Guard against negative col values.
1023 2009-03-03  Simon Josefsson  <simon@josefsson.org>
1025         * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
1026         in preference order.
1027         (smtpmail-try-auth-methods): Improve which authentication
1028         mechanism to use, so that the locally most preferred and mutually
1029         supported mechanism is used.
1031 2009-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1033         * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
1034         the function takes no argument.
1036 2009-03-03  Glenn Morris  <rgm@gnu.org>
1038         * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
1039         (rmail-header-name): Doc fixes.
1040         (rmail-show-message-verbose-min): Add :version.
1041         (rmail-highlight-headers): Add doc string.  Simplify.
1043         * mail/rmailsum.el (rmail-summary-scroll-between-messages)
1044         (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
1045         (rmail-summary-by-senders): Doc fix.
1046         (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
1047         Make the output menu-items consistent with rmail-mode-map.
1048         Bind rmail-summary-by-senders to C-M-f.
1049         (rmail-summary-search): Ensure the selected message shows.
1051 2009-03-03  Kenichi Handa  <handa@m17n.org>
1053         * files.el (basic-save-buffer-1): Set car part of
1054         buffer-file-coding-system-explicit.
1055         (revert-buffer): Check car part of buffer-file-coding-system-explicit.
1057         * international/mule-cmds.el (select-safe-coding-system): If cdr
1058         part of buffer-file-coding-system-explicit is set, ignore
1059         default-buffer-file-coding-system and the most preferred coding system.
1061         * international/mule.el (set-buffer-file-coding-system): Set cdr
1062         part of buffer-file-coding-system-explicit.
1063         (after-insert-file-set-coding):
1064         Set buffer-file-coding-system-explicit to a cons.
1066 2009-03-02  Glenn Morris  <rgm@gnu.org>
1068         * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
1069         Add :set-after listing variables on which we might depend.
1071         * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
1072         function has access to all the headers, not just the visible ones.
1073         Avoid extraneous leading whitespace in `References'.
1074         (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
1075         Doc fixes.
1076         (rmail-retry-failure): Use rmail-get-header rather than a magical
1077         save-excursion/restriction combination that does nothing.
1078         (rmail-delete-headers): New function.
1079         (rmail-retry-failure): Restore yet another feature mbox Rmail removed
1080         without telling anyone, namely rmail-retry-ignored-headers.
1082 2009-03-01  Chong Yidong  <cyd@stupidchicken.com>
1084         * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
1086 2009-03-01  Glenn Morris  <rgm@gnu.org>
1088         * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
1089         rmail-resend in the menu.
1091         * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
1092         custom choice.  (Bug#2506)
1094 2009-02-28  Eli Zaretskii  <eliz@gnu.org>
1096         * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
1097         Use "--color=always".
1099 2009-02-28  Glenn Morris  <rgm@gnu.org>
1101         * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
1103         * mail/rmailmm.el (rmail-mime): Add autoload cookie.
1104         * mail/rmail.el (rmail-mode-map):
1105         * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
1107         * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
1108         Fix custom choice to match default.
1109         (rmail-get-new-mail): Doc fix.
1110         (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
1111         header style.
1113 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
1115         * replace.el (keep-lines-read-args): Use empty string as
1116         default (Bug#2495).
1118         * menu-bar.el (menu-set-font): Fix last fix.
1120 2009-02-27  Glenn Morris  <rgm@gnu.org>
1122         * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
1123         just a buffer, to find a definition.
1125         * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
1126         part against rmail-output's oddness.
1128 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
1130         * menu-bar.el (menu-set-font): Assign the same font object to all
1131         frames (Bug#2476).
1133 2009-02-26  Michael Albinus  <michael.albinus@gmx.de>
1135         * net/tramp.el (tramp-remote-coding-commands): Add "base64".  (Bug#2463)
1137 2009-02-26  Juanma Barranquero  <lekktu@gmail.com>
1139         * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
1140         (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
1141         (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
1142         (x-dnd-init-motif-for-frame): Fix typos in docstrings.
1143         (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
1144         Reflow docstrings.
1146 2009-02-26  Glenn Morris  <rgm@gnu.org>
1148         * mail/rmailsum.el (rmail-summary-rmail-update):
1149         Use rmail-message-unseen-p.  (Bug#2477)
1150         (rmail-summary-mark-seen): Add option to mark as unseen.
1151         (rmail-summary-rmail-update): Store a position in
1152         rmail-summary-put-back-unseen rather than just a flag, and use it to put
1153         back the "-" mark in the summary.
1155         * progmodes/cc-vars.el (c-style-variables-are-local-p):
1156         Mark as safe if boolean.  (Bug#2197)
1158 2009-02-26  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1160         * mail/sendmail.el (sendmail-send-it): `call-process-region' can
1161         return a string.  (Bug#2428)
1163 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
1165         * bs.el (bs--down):
1166         * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
1168 2009-02-25  Glenn Morris  <rgm@gnu.org>
1170         * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
1172         * simple.el (eval-expression):
1173         * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
1175 2009-02-25  Dan Nicolaescu  <dann@ics.uci.edu>
1177         * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
1179 2009-02-25  David Reitter  <david.reitter@gmail.com>
1181         * mail/mailclient.el (clipboard-kill-ring-save): Declare.
1183 2009-02-25  Kenichi Handa  <handa@m17n.org>
1185         * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
1187         * composite.el (auto-composition-mode): Don't add a hook to
1188         after-change-functions.  Don't decompose the buffer.
1189         (auto-composition-after-change): Delete it.
1190         (toggle-auto-composition): Make it an alias of
1191         auto-composition-mode.
1192         (auto-compose-region): Delete it.
1194 2009-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1196         * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
1197         (ns-working-overlay-len): Remove.  Use ns-working-overlay instead.
1198         (ns-delete-working-text): Merge with ns-unecho-working-text.
1199         Decide which to use based on ns-working-overlay.
1200         (ns-unecho-working-text): Remove.
1201         (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
1203 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
1205         * textmodes/ispell.el (ispell-region): Adapt "done" message to
1206         coding conventions.  (Bug#2447)
1208         * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
1209         argument is 0.  Doc fix.  (Bug#1527)
1211         * w32-vars.el (w32-system-shells): Doc fix.
1213         * image.el (image-load-path-for-library, insert-sliced-image):
1214         Fix typos in docstrings.
1216 2009-02-24  Glenn Morris  <rgm@gnu.org>
1218         * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
1219         :set function.  (Bug#2429)
1221         * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
1222         potential use.
1224         * progmodes/cperl-mode.el (cperl-find-pods-heres):
1225         Don't globally bind `name'.
1227         * emacs-lisp/elint.el (elint-unknown-builtin-args):
1228         Fix encode-time spec.  (Bug#2453)
1229         (elint-find-builtin-args): Make the match more restrictive.
1230         Handle errors.  Return a result actually containing the function name.
1232         * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
1233         already did.  (Bug#2440)
1234         (rmail-quit): Don't swap buffers.  (Bug#2441)
1235         (rmail-list-to-menu): Don't globally bind `name'.
1237 2009-02-23  Chong Yidong  <cyd@stupidchicken.com>
1239         * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
1240         manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
1242 2009-02-23  Juanma Barranquero  <lekktu@gmail.com>
1244         * bs.el (bs--down): When wrapping around, use `forward-line',
1245         not `goto-line', to avoid distracting "Mark set" message.
1247 2009-02-23  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
1249         * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
1250         clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
1252 2009-02-23  Miles Bader  <miles@gnu.org>
1254         * proced.el (proced-process-attributes):
1255         * server.el (server-running-p): Rename `system-process-attributes'
1256         to `process-attributes'.
1258 2009-02-22  Juri Linkov  <juri@jurta.org>
1260         * dired-aux.el (minibuffer-default-add-dired-shell-commands):
1261         Doc fix.
1263         * dired-x.el (dired-guess-shell-command): Use read-shell-command
1264         instead of read-from-minibuffer.
1265         (dired-read-shell-command): Add code that uses
1266         minibuffer-with-setup-hook to set minibuffer-default-add-function
1267         to minibuffer-default-add-dired-shell-commands exactly like
1268         `dired-read-shell-command' in dired-aux.el already does.  Doc fix.
1270         * dired-x.el (dired-smart-shell-command): Remove code that uses
1271         minibuffer-with-setup-hook to set minibuffer-default-add-function
1272         to minibuffer-default-add-shell-commands because the same code was
1273         already moved to `read-shell-command' 2008-07-31.  (Bug#2414)
1275 2009-02-21  Jay Belanger  <jay.p.belanger@gmail.com>
1277         * calc/calc-math.el (math-use-emacs-fn): Make sure that the
1278         lisp number is in decimal.
1280 2009-02-21  Chong Yidong  <cyd@stupidchicken.com>
1282         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1283         Tweak regexp (Bug#2173).
1285         * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
1286         avoid yanks (Bug#2408).
1288 2009-02-21  Alan Mackenzie  <acm@muc.de>
1290         * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
1292         * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
1293         parse case clauses with (compile-time) expressions.
1295 2009-02-21  Eli Zaretskii  <eliz@gnu.org>
1297         * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
1298         encoding during editing.  Make sure to use encoding that can
1299         safely encode the message.  Rewrite MIME charset= header if the
1300         new encoding is different from the old one.
1302 2009-02-21  Glenn Morris  <rgm@gnu.org>
1304         * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
1305         at the start of the headers.
1306         (sc-mail-check-from): New function.
1308 2009-02-20  Martin Rudalics  <rudalics@gmx.at>
1310         * progmodes/python.el (python-shift-left, python-shift-right):
1311         When the mark is not active shift the current line.  (Bug#2381)
1312         Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
1314 2009-02-20  Andreas Schwab  <schwab@suse.de>
1316         * startup.el (command-line): Don't match an empty argument as an
1317         option.
1318         (command-line-1): Likewise.
1320 2009-02-20  Daniel Jensen  <daniel@bigwalter.net>  (tiny change)
1322         * apropos.el (apropos-library): Check for null filename in load-history.
1324 2009-02-20  Glenn Morris  <rgm@gnu.org>
1326         * apropos.el (apropos-library): Remove the element with null filename,
1327         if present, from the completion list.
1329         * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
1330         (rmail-speedbar-find-file): Use rmail rather than find-file.
1332 2009-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1334         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
1336 2009-02-20  Era Eriksson  <era@iki.fi>  (tiny change)
1338         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
1339         Fix regexp (Bug#2385).
1340         (bibtex-autokey-get-title): Observe case for
1341         bibtex-autokey-titleword-ignore.
1343 2009-02-20  Chong Yidong  <cyd@stupidchicken.com>
1345         * server.el (server-start): Make the warning more
1346         verbose (Bug#2395).
1348 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1350         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
1351         Make sure we stop when we reach the limit.
1353         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
1354         a "..." does not quote anything.  (Bug#2384)
1356         * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
1358 2009-02-19  Andreas Schwab  <schwab@suse.de>
1360         * term.el: Remap self-insert-command to term-send-raw in
1361         term-raw-map.  (Bug#2386)
1363 2009-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1365         * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
1366         of the function as being part of the function.
1368 2009-02-19  Nick Roberts  <nickrob@snap.net.nz>
1370         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1371         Move entry for maven (alphabetical order).
1373 2009-02-19  Glenn Morris  <rgm@gnu.org>
1375         * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
1376         Regexp-quote default argument taken from current subject.
1377         (rmail-new-summary-1): Error if empty summary.  (Bug#2333)
1379         * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
1380         Move here from rmail.el.  Be more careful about error-handling.
1381         Restore the feature of temporarily setting all old messages
1382         undeleted before expunging (removed 2009-02-18).
1384         * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
1385         Don't declare.
1386         (rmail-get-new-mail-filter-spam): Declare.  Move definition to
1387         rmail-spam-filter.el.
1388         (rmail-get-new-mail-1): Move the beep and sleep to
1389         rmail-get-new-mail-filter-spam.
1391 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1393         * cus-edit.el (custom-group-value-create): Insert some
1394         informatory text in the WIDGET-misses-doc-string case.
1396 2009-02-18  Sam Steingold  <sds@gnu.org>
1398         * progmodes/compile.el: Require comint at top level to fix the
1399         last patch.
1401 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1403         * cus-edit.el (custom-group-value-create): Don't throw an error
1404         when WIDGET has no doc-string.  (Bug#2356)
1406 2009-02-18  Juanma Barranquero  <lekktu@gmail.com>
1408         * progmodes/cc-menus.el (imenu-progress-message):
1409         Remove bogus cc-bytecomp-defun.
1410         (cc-imenu-objc-function): Don't call `imenu-progress-message'.
1411         Don't let-bind variable `stupid'.  (Bug#1638)
1413 2009-02-18  Glenn Morris  <rgm@gnu.org>
1415         * mail/rmail.el (rmail-get-new-mail-filter-spam):
1416         * mail/rmail-spam-filter.el (rmail-spam-filter):
1417         Show a message rather than the raw mbox while prompting.
1419 2009-02-18  Martin Rudalics  <rudalics@gmx.at>
1421         * progmodes/flymake.el (flymake): Add defgroup.  (Bug#2356)
1423 2009-02-18  Glenn Morris  <rgm@gnu.org>
1425         * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
1426         declaration.
1427         (top-level): No need for cl now.
1428         (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
1429         (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
1430         (rsf-autosave-newly-added-definitions, rsf-white-list)
1431         (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
1432         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
1433         (rsf-customize-spam-definitions, rsf-customize-group)
1434         (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
1435         (rsf-check-field): Use setcar and setcdr rather than setf.
1436         (rmail-spam-filter): Simplify.
1437         (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
1438         (rsf-add-region-to-spam-list): Use rmail-get-header or
1439         buffer-substring-no-properties.  Regexp-quote the extracted data.
1440         Make the messages less verbose.
1441         (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
1442         simplify things.
1443         (rsf-add-content-type-field): Make the message less verbose.
1445         * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
1446         (rmail-get-new-mail-filter-spam): Simplify.  Don't mess with
1447         rmail-deleted-vector.
1448         (rmail-insert-inbox-text, rmail-collect-deleted)
1449         (rmail-set-message-deleted-p, rmail-only-expunge)
1450         (rmail-make-in-reply-to-field): Replace ?\  with ?\s.
1451         (rmail-get-labels): Remove unused local `blurb'.
1452         (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
1453         (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
1454         (rmail-set-message-deleted-p): Doc fixes.
1456         * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
1457         Update callers for associated name change.
1458         * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
1459         * mail/unrmail.el (unrmail): Use mail-mbox-from.
1461 2009-02-17  Richard M Stallman  <rms@gnu.org>
1463         * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
1465         * mail/rmail.el (rmail-copy-headers): When copying full headers,
1466         correctly put point at the end.
1468 2009-02-17  Sam Steingold  <sds@gnu.org>
1470         * progmodes/compile.el (compilation-filter):
1471         Call `comint-carriage-motion', just like `comint-output-filter'.
1473 2009-02-17  Jason Rumney  <jasonr@gnu.org>
1475         * files.el (make-directory): Stop recursing if parent is
1476         self.  (Bug#2309)
1478 2009-02-17  Juanma Barranquero  <lekktu@gmail.com>
1480         * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
1482         * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
1484 2009-02-17  Miles Bader  <miles@gnu.org>
1486         * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
1487         copyright statements where the years follow the name.
1489 2009-02-17  Glenn Morris  <rgm@gnu.org>
1491         * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
1492         move point.  (Bug#2209)
1494         * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
1495         (rmail-delete-unwanted-fields): Ignore case.  Use line-beg-pos.
1496         (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
1497         to "not-rmail", and make it work.  Simplify.
1498         (rmail-mbox-from): New function.
1499         (rmail-output-as-mbox): Use rmail-mbox-from.
1500         (rmail-output): Ensure a From line in the not-rmail Babyl case.
1502         * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
1503         error if the header is corrupt.
1505 2009-02-16  Ulf Jasper  <ulf.jasper@web.de>
1507         * net/newst-treeview.el (newsticker--treeview-load):
1508         Offer deletion of old groups file.
1510 2009-02-16  Glenn Morris  <rgm@gnu.org>
1512         * mail/rmailout.el (rmail-delete-unwanted-fields)
1513         (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
1514         (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
1515         (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
1516         (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
1518 2009-02-15  Glenn Morris  <rgm@gnu.org>
1520         * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
1522         * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
1523         (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
1524         Remove unnecessary use of with-no-warnings.
1525         (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
1526         (rmail-output-as-mbox): Start search from point-min.  If constructing a
1527         "From " line, prefer the date header over the current time.
1528         (rmail-update-summary): Move declaration earlier in file.
1530 2009-02-15  Richard M Stallman  <rms@gnu.org>
1532         * mail/rmailedit.el (rmail-edit-diff-headers):
1533         Delete spurious reference to OLD.
1535 2009-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1537         * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
1538         the `with-buffer-unmodified' to avoid useless `readlink' calls.
1540 2009-02-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1542         * textmodes/bibtex.el (bibtex-global-key-alist)
1543         (bibtex-initialize): Exclude current buffer if it does not use
1544         bibtex-mode.
1545         (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
1546         (bibtex-sort-buffer, bibtex-search-entry)
1547         (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
1548         test whether bibtex-strings and bibtex-reference-keys have their
1549         initial values.
1551 2009-02-14  Eli Zaretskii  <eliz@gnu.org>
1553         * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
1554         around forms that refer to translation-table-for-input.
1556         * isearch.el (isearch-search-string): Use `with-no-warnings'
1557         around forms that refer to translation-table-for-input.
1559         * international/quail.el (quail-input-string-to-events)
1560         (quail-store-decode-map-key, quail-char-equal-p):
1561         Use `with-no-warnings' around forms that refer to
1562         translation-table-for-input.
1564         * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
1565         around forms that refer to translation-table-for-input.
1567         * subr.el (translation-table-for-input): Declare obsolete again.
1569 2009-02-14  Glenn Morris  <rgm@gnu.org>
1571         * mail/rmail.el (rmail): When reverting, swap buffers before setting
1572         counters.  (Bug#2229)
1573         (rmail-revert): Swap buffers before replacing contents.
1575 2009-02-14  Ian Eure  <ian@digg.com>  (tiny change)
1577         * progmodes/sql.el (sql-product-alist, sql-connect-sqlite): Remove host,
1578         user, password options not applicable to SQlite.  (Bug#1904)
1580 2009-02-14  Richard M Stallman  <rms@gnu.org>
1582         * mail/rmailedit.el: Handle editing of header fields.
1583         (rmail-old-headers): New variable.
1584         (rmail-edit-current-message): Set it, recording current headers.
1585         (rmail-cease-edit): Compute new headers and diff against old ones.
1586         Update the mbox buffer with the changes that were made.
1587         (rmail-edit-headers-alist): New function.
1588         (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
1590         * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
1591         in default file name.
1593         * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
1594         (rmail-add-mbox-headers): Likewise.
1596 2009-02-13  Eli Zaretskii  <eliz@gnu.org>
1598         * files.el (load-library): Doc fix.
1600         * subr.el (locate-library): Doc fix.  (Bug#2291)
1602 2009-02-13  Alan Mackenzie  <acm@muc.de>
1604         * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
1605         in narrowed buffers.
1607 2009-02-13  Kenichi Handa  <handa@m17n.org>
1609         * international/titdic-cnv.el (tit-process-header):
1610         Use buffer-substring-no-properties instead of buffer-substring.
1611         (tit-process-body): Likewise.
1612         (tsang-quick-converter): Handle superfluous CR at eol.
1613         (py-converter): Use buffer-substring-no-properties instead of
1614         buffer-substring.  Handle superfluous CR at eol.
1615         (ziranma-converter): Likewise.
1616         (ctlau-converter): Likewise.
1617         (miscdic-convert): Read a file without eol conversion.  (Bug#2307)
1619 2009-02-13  Juanma Barranquero  <lekktu@gmail.com>
1621         * minibuffer.el (internal-complete-buffer-except): Doc fix.  (Bug#2315)
1623 2009-02-13  Glenn Morris  <rgm@gnu.org>
1625         * mail/rmail.el (rmail-show-message-1): New name for the old
1626         rmail-show-message.
1627         * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
1628         * mail/rmailsort.el: Update for rmail-show-message name change.
1630         * mail/rmail.el (rmail-show-message): New name for the old
1631         rmail-show-message-maybe.
1632         * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
1633         name change.
1635         * mail/rmailsum.el (msgnum): Remove declaration.
1636         (rmail-summary-redo): Add missing initialization value.
1637         (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
1638         (rmail-summary-mark-deleted, rmail-summary-deleted-p):
1639         Fix skip-chars-forward calls.
1640         (rmail-summary-mark-seen): New function.  As well as removing the '-'
1641         mark, update the summary-vector.  (Bug#2135)
1642         (rmail-summary-rmail-update, rmail-summary-goto-msg):
1643         Use rmail-summary-mark-seen.
1645         * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
1647         * mail/unrmail.el (unrmail): When getting message keywords, don't
1648         include a leading space, but do include the space after the separating
1649         comma.  (Bug#2303)
1651         * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
1652         header altogether.
1653         (rmail-set-header): Doc fix.
1654         * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
1655         labels are removed.  (Bug#2302)
1657 2009-02-12  Juri Linkov  <juri@jurta.org>
1659         * image-mode.el (image-toggle-display):
1660         Let-bind `buffer-file-truename' to nil around the call to
1661         `add-text-properties' to prevent directory time modification
1662         by lock_file.  Replace `set-buffer-modified-p' with
1663         `restore-buffer-modified-p'.  (Bug#2295)
1665 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1667         * progmodes/python.el (python-use-skeletons): Re-add.
1668         (def-python-skeleton): Use it.  (Bug#2238)
1670         * international/quail.el (quail-make-guidance-frame): Remove the
1671         `parent-id' parameter.
1672         (quail-show-guidance): Make the new window dedicated.
1674 2009-02-12  Juanma Barranquero  <lekktu@gmail.com>
1676         * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
1677         Fix typos in docstrings.
1679 2009-02-12  Alan Mackenzie  <acm@muc.de>
1681         * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
1682         to `eq'.  (Bug#2304)
1684 2009-02-12  Glenn Morris  <rgm@gnu.org>
1686         * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
1687         already present.  (Bug#2210)
1689 2009-02-12  Kenichi Handa  <handa@m17n.org>
1691         * international/characters.el (?.): New character category for
1692         Base characters.  Set them in the standard category table.
1694         * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
1695         a base character.
1697 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1699         * isearch.el (isearch-yank-char-in-minibuffer)
1700         (isearch-other-meta-char): Use with-current-buffer.
1702         * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
1703         syntax-ppss.  (Bug#1243)
1705         * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
1706         to beginning-of-defun-raw.
1708         * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
1709         calling end-of-defun-function if it already moved to BOL.
1711 2009-02-12  Richard M Stallman  <rms@gnu.org>
1713         * mail/rmail.el (rmail-show-message-verbose-min): New option.
1714         (rmail-show-message): Conditionally show start and finish in echo area.
1716 2009-02-12  Glenn Morris  <rgm@gnu.org>
1718         * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
1719         for use in completion.
1720         * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
1721         summary exists, since it's already done.
1723         * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
1724         (rmail-enable-multibyte): Don't really define, only for compiler.
1726 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1728         * files.el (read-buffer-to-switch):
1729         Add table to icomplete-with-completion-tables.
1731 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
1733         * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
1734         switches (Bug#2261).
1736 2009-02-11  Juanma Barranquero  <lekktu@gmail.com>
1738         * server.el (server-with-environment): Don't fail for negative
1739         entries in ENV.
1741 2009-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
1743         * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
1744         (vc-default-dir-printer): Add a comment about updating this function.
1746         * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
1747         for the file name.
1749 2009-02-11  Glenn Morris  <rgm@gnu.org>
1751         * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
1752         (calendar-set-mode-line): Fall back to a default width if we seem to be
1753         called from daemon.  (Bug#2199)
1755         * mail/rmailkwd.el (rmail-make-label): Doc fix.
1756         (rmail-read-label): Add current labels to completion list.  (Bug#2222)
1757         (rmail-set-label): Use `or'.
1759 2009-02-11  Chong Yidong  <cyd@stupidchicken.com>
1761         * emacs-lisp/find-func.el (find-library-name, find-library):
1762         Doc fixes.  (Part of bug#2270)
1764 2009-02-10  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1766         * env.el (getenv): When FRAME is non-nil, pass the frame environment
1767         to `getenv-internal', not the frame.  (Bug#2259)
1769 2009-02-10  Kenichi Handa  <handa@m17n.org>
1771         * descr-text.el (describe-char-display): On terminal, if terminal
1772         coding system is nil, assume us-ascii.
1773         (describe-char): Don't show the composition information if it is
1774         trivial.
1776 2009-02-10  Nick Roberts  <nickrob@snap.net.nz>
1778         * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
1779         number as it isn't present for unregistered files.
1781         * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
1782         (vc-dir-mouse-map): New keymap.
1783         (vc-default-dir-printer): Use it locally.
1785 2009-02-10  Glenn Morris  <rgm@gnu.org>
1787         * speedbar.el: Avoid messing up font-lock-global-modes.
1789         * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
1790         (mail-file-babyl-p): Use with-temp-buffer.
1792         * mail/rmailsort.el: Just require rmail.
1794         * mail/rmailedit.el: Just require rmail.
1795         (rmail-old-pruned): Add doc string.
1796         (rmail-edit-current-message): Use rmail-msg-is-pruned.
1797         (rmail-cease-edit): Don't mangle the leading From line.
1798         Don't mark as edited if there were no changes.  (Bug#2256)
1799         Correctly restore header state.
1801         * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
1802         (rmail-current-message, rmail-total-messages)
1803         (rmail-message-vector, rmail-deleted-vector): Add doc strings.
1804         (rmail-duplicate-message): Doc fix.
1805         (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
1806         New functions.
1807         (rmail-get-header, rmail-set-header, rmail-set-attribute):
1808         Use rmail-apply-in-message.
1809         (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
1810         unswapped-ness.
1811         (rmail-get-attr-names): Check for missing or corrupt attribute headers.
1812         (rmail-auto-file): Set the filed attribute, rather than explicitly not
1813         doing so.  (Bug#2231)
1814         (rmail-set-attribute): Allow ATTR to be a string.
1816 2009-02-09  Ulf Jasper  <ulf.jasper@web.de>
1818         * net/newst-treeview.el (newsticker-treeview-save)
1819         (newsticker--treeview-load): Kill groups buffer after saving/loading.
1821 2009-02-09  Tassilo Horn  <tassilo@member.fsf.org>
1823         * doc-view.el (doc-view-scroll-up-or-next-page)
1824         (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
1825         Reset the old hscroll value after switching pages.
1827 2009-02-09  Glenn Morris  <rgm@gnu.org>
1829         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1830         (calendar-holiday-marker): Drop test for color display.
1832 2009-02-08  Glenn Morris  <rgm@gnu.org>
1834         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1835         (calendar-holiday-marker, calendar-mark-visible-date):
1836         * calendar/diary-lib.el (diary-fancy-display):
1837         It doesn't make sense to check font-lock-mode (see comments;
1838         reverts 2008-04-02 change).  (Bug#2199)
1840 2009-02-08  Juri Linkov  <juri@jurta.org>
1842         * simple.el (toggle-word-wrap): New command.
1844 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1846         * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
1847         (ps-run-make-tmp-filename): Use temporary-file-directory.
1849         * textmodes/artist.el (artist-system): Allow make-temp-file to use
1850         temporary-file-directory.
1852         * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
1853         Use temporary-file-directory.
1855 2009-02-07  Glenn Morris  <rgm@gnu.org>
1857         * mail/unrmail.el (rmime-magic-string): Define for compiler.
1859 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1861         * mail/rmail.el (rmail): Bind coding-system-for-read to
1862         no-conversion before calling find-file-noselect.  (Bug#2015)
1864 2009-02-07  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1866         * proced.el (proced-after-send-signal-hook): Use defcustom.
1867         (proced-header-line): Handle header lines that are shorter than
1868         window-hscroll.
1869         (proced-send-signal): Rebind split-width-threshold analogous to
1870         dired-pop-to-buffer.
1872 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1874         * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
1875         message; instead, just rewrite the X-Coding-System header with the
1876         new encoding, and let rmail-show-message do the rest.
1877         Remove unused argument RAW.  Fix doc string to be consistent with the
1878         new implementation.
1879         (rmail-show-message): Honor X-Coding-System header, if present, in
1880         preference to Content-Type header.
1882 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1884         * server.el (server-execute): Enable quit.
1886 2009-02-07  Andreas Schwab  <schwab@suse.de>
1888         * image-mode.el (image-mode): Always set image-type.
1889         (image-minor-mode): Likewise.
1891 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1893         * mail/rmailedit.el (rmail-cease-edit): Look for the message's
1894         encoding, and its "content-transfer-encoding" and "content-type"
1895         headers only in the headers' portion.  (Bug#2017)
1897 2009-02-07  Ulf Jasper  <ulf.jasper@web.de>
1899         * net/newst-treeview.el
1900         (newsticker-treeview-next-new-or-immortal-item): New arg
1901         DONT-WRAP-TREES to prevent infinite recursion.
1903 2009-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1905         * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
1906         extracting mail message headers.  Use encode-coding-region instead
1907         of insert-buffer-substring for re-encoding edited message.
1908         Add qp/b64 encoding only after text was encoded.
1910 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
1912         * subr.el: Don't declare `translation-table-for-input' obsolete.
1913         Equivalent info added to its doc string, q.v.
1915         * files.el (save-buffer): Display "Saving file FOO..." message
1916         regardless of buffer's size.  (Bug#2137)
1918 2009-02-07  Chong Yidong  <cyd@stupidchicken.com>
1920         * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
1922 2009-02-07  Alex Schroeder  <alex@gnu.org>
1924         * mail/unrmail.el (unrmail): Use regexps to find message separators so
1925         as not to match any fake rmime.el separators.  Remove any sections added
1926         by rmime.el.
1928 2009-02-07  Glenn Morris  <rgm@gnu.org>
1930         * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
1931         that is no longer appropriate to mbox Rmail.
1933         * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
1934         before trying to move to the start of the message.
1935         (rmail-summary-undelete-many, rmail-summary-rmail-update):
1936         Fix rmail-set-attribute calls.
1938         * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
1939         Doc fix.
1940         (rmail-output-to-rmail-buffer): Autoload it.
1941         (mail-do-fcc): Give it a doc string.  Update for mbox Rmail, simplify.
1943 2009-02-06  Glenn Morris  <rgm@gnu.org>
1945         * mail/unrmail.el (unrmail): Use current-time-string.
1947         * simple.el (kill-whole-line): Provide a default argument of 1.
1949         * mail/undigest.el (rmail-mail-separator): Delete.
1950         (undigestify-rmail-message, unforward-rmail-message): Update for
1951         mbox Rmail.
1953 2009-02-05  Kenichi Handa  <handa@m17n.org>
1955         * international/fontset.el (script-representative-chars):
1956         Remove mathematical.
1957         (setup-default-fontset): Add entries for each subgroup of
1958         mathematical script.
1960 2009-02-05  Juri Linkov  <juri@jurta.org>
1962         * image-mode.el (image-mode): Use `image-get-display-property'
1963         instead of `get-text-property'.
1964         (image-minor-mode): Sync the logic with `image-mode' including the
1965         displaying an image file as the actual image by default.
1967 2009-02-05  Alan Mackenzie  <acm@muc.de>
1969         * progmodes/cc-defs.el (c-emacs-features): Check the working of
1970         beginning/end-of-defun-function more rigorously before setting
1971         argumentative-bod-function.
1973 2009-02-05  Dan Nicolaescu  <dann@ics.uci.edu>
1975         * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1976         (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
1977         mode on the initial terminal.
1979 2009-02-05  Glenn Morris  <rgm@gnu.org>
1981         * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
1982         Make these functions work.
1984         * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
1985         (rmail-narrow-to-non-pruned-header): Remove autoload.
1986         (mairix-rmail-fetch-field): Handle mbox Rmail.
1988 2009-02-04  Dave Love  <fx@gnu.org>
1990         * net/imap.el (imap-fetch-safe): Bind debug-on-error.
1991         (imap-debug): Add imap-fetch-safe.
1993 2009-02-04  Teodor Zlatanov  <tzlatanov@jumptrading.com>
1995         * net/netrc.el (netrc-machine-user-or-password): Use list of
1996         auth-source modes.
1998 2009-02-04  Nick Roberts  <nickrob@snap.net.nz>
2000         * vc-svn.el (vc-svn-diff): Revert previous change but add a test
2001         for newvars is nil.  (C-u C-x v = with default values).
2003 2009-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
2005         * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
2006         format.  Use when instead of if.
2008 2009-02-04  Miles Bader  <miles@gnu.org>
2010         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
2011         (backward-list, backward-up-list, beginning-of-defun)
2012         (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
2014 2009-02-04  Glenn Morris  <rgm@gnu.org>
2016         * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
2017         ill-advised.
2019         * mail/rmail.el: No need for mule-util when compiling.
2020         (rmail-first-message): Unbreak it.
2022         * mail/rmailmsc.el: Require rmail not just when compiling.
2023         Remove unneeded declarations.
2025         * term/ns-win.el (ns): Define as a custom group.
2027 2009-02-04  Kenichi Handa  <handa@m17n.org>
2029         * international/mule-cmds.el (select-safe-coding-system):
2030         Use buffer-chars-modified-tick instead of buffer-modified-tick.
2032         * descr-text.el (describe-char): Check font-object by fontp.
2034         * composite.el (compose-gstring-for-terminal): If a character is
2035         not supported by the current terminal, don't make a multi-glyph
2036         grapheme cluster.
2037         (auto-compose-chars): Check font-object by fontp.
2039 2009-02-03  Glenn Morris  <rgm@gnu.org>
2041         * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
2042         over current-time.  (Bug#2175)
2044         * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
2045         inserting the converted mailbox.
2046         (rmail-get-new-mail): Restore the loop over inboxes when two or more
2047         have the same basename.  (Bug#2164)
2048         Set the return value according to whether any mail was found,
2049         not just in the last inbox.  Only show a message and run the hook after
2050         checking all inboxes.
2051         (rmail-get-new-mail-1): Move message display and running the hook to
2052         rmail-get-new-mail.
2054         * mail/rmailkwd.el (rmail-label-obarray): Initialize using
2055         rmail-attr-array.
2056         (rmail-make-label, rmail-read-label): Give it a doc string.
2057         (rmail-add-label, rmail-kill-label): Change argument name to match the
2058         doc.  Doc fix.
2059         (rmail-set-label): Doc fix.  Also update summary in attr case.
2060         Accept labels as a string or a symbol.  (Bug#2165)
2062         * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
2063         null.
2065 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2067         * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
2068         (vhdl-prepare-search-2): Properly cleanup on `quit'.
2070         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
2071         Mark the entries as being "system" entries rather than "user" entries.
2073 2009-02-02  Thien-Thi Nguyen  <ttn@gnuvola.org>
2075         * smerge-mode.el (smerge-start-session): Add interactive spec.
2077 2009-02-02  Glenn Morris  <rgm@gnu.org>
2079         * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
2080         (rmail-retry-ignored-headers, rmail-highlighted-headers):
2081         Restore autoloads.
2083 2009-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2085         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
2087 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2089         * cmuscheme.el (scheme-args-to-list): Remove.
2090         (run-scheme): Use split-string-and-unquote instead, so as to allow
2091         spaces in the command name and/or the arguments.
2093 2009-02-01  Adrian Robert  <Adrian.B.Robert@gmail.com>
2095         * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
2097 2009-02-01  Michael Albinus  <michael.albinus@gmx.de>
2099         Sync with Tramp 2.1.15.
2101         * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
2102         used.
2104         * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
2106         * net/trampver.el: Update release number.
2108 2009-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2110         * mail/rmail.el (rmail-view-buffer): Make buffer-local.
2111         (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
2112         (rmail-undelete-previous-message, rmail-mark-message)
2113         (rmail-speedbar-buttons): Use with-current-buffer.
2114         (rmail-mode-map): Move initialization into declaration.
2115         (rmail-swap-buffers, rmail-unfontify-buffer-function)
2116         (rmail-fontify-message): Use restore-buffer-modified-p.
2117         (rmail-expunge-and-save): Don't swap buffer.
2118         (rmail-get-header, rmail-set-header, rmail-set-attribute)
2119         (rmail-apply-in-message): Swap save-excursion and save-restriction.
2121         * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
2122         if possible.
2124         * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
2125         (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
2127 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2129         * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
2131         * progmodes/ebrowse.el:
2132         * international/robin.el:
2133         * emulation/viper-util.el:
2134         * emulation/viper-mous.el:
2135         * emulation/viper-keym.el:
2136         * ediff.el:
2137         * ediff-wind.el:
2138         * ediff-vers.el:
2139         * ediff-ptch.el:
2140         * ediff-mult.el:
2141         * ediff-merg.el:
2142         * ediff-diff.el: Follow commenting conventions.
2144 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
2146         * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
2147         obsolete eight-bit-control and eight-bit-graphic.
2149 2009-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2151         * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
2153 2009-01-31  Chong Yidong  <cyd@stupidchicken.com>
2155         * emacs-lisp/lisp.el (end-of-defun): Protect against
2156         infloops (Bug#2106).
2158 2009-01-31  Dan Nicolaescu  <dann@ics.uci.edu>
2160         * vc-dir.el (vc-dir-mouse-map):
2161         (vc-default-dir-printer):
2162         (vc-dir-find-file-other-window): Undo previous change, it breaks
2163         the behavior of mouse-2.
2164         (vc-dir-mode): Fix docstring.
2166         * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
2167         logic, it makes the makes the normal case too slow.
2169 2009-01-31  Eli Zaretskii  <eliz@gnu.org>
2171         * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
2172         file to `raw-text-unix'.  Bind coding-system-for-write when
2173         writing out the converted message, and make sure it uses Unix EOLs.
2175         * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
2176         encoding to `raw-text-unix'.
2177         (rmail-perm-variables): Set encoding of rmail-view-buffer to
2178         `undecided-unix'.
2179         (rmail-redecode-body): Don't change EOL conversion of the new
2180         encoding if the old one left it unspecified.
2181         (rmail-automatic-folder-directives, rmail): Doc fixes.
2182         (rmail-swap-buffers): New function.
2183         (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
2184         (rmail-show-message): Use rmail-swap-buffers.
2185         (rmail-decode-region): If DESTINATION is a buffer, set the
2186         encoding of that buffer, rather than the current buffer.
2187         (rmail-show-message): Make error message about uuencoded mail
2188         more explicit.
2189         (rmail-show-message-maybe): Simplify code.  Doc fix.
2190         (rmail-show-message): Doc fix.
2192 2009-01-31  Glenn Morris  <rgm@gnu.org>
2194         * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
2195         folder.
2197         * mail/rmail.el (rmail-msg-is-pruned): New function.
2198         (rmail-toggle-header): Doc fix.  Use rmail-msg-is-pruned.
2199         (rmail-reply): Set up to yank from the decoded message rather than the
2200         raw one.  (Bug#2104).
2202         * mail/mail-utils.el (mail-fetch-field): Doc fix.
2204         * mail/uce.el (rmail-current-message): Remove unneeded declaration.
2205         (uce-message-text, uce-default-headers): Fix custom type.
2206         (rmail-buffer, rmail-msg-is-pruned): Declare.
2207         (uce-reply-to-uce): Add autoload cookie.  Doc fix.
2208         Update for mbox Rmail.
2210 2009-01-31  Nick Roberts  <nickrob@snap.net.nz>
2212         * vc-dir.el (vc-dir-mouse-map): New keymap.
2213         (vc-default-dir-printer): Use it locally.
2214         (vc-dir-find-file-other-window): Allow mouse events.
2216 2009-01-30  Eli Zaretskii  <eliz@gnu.org>
2218         * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
2219         into Rmail-mbox attributes.
2221         * mail/rmail.el (rmail-convert-babyl-to-mbox):
2222         Bind coding-system-for-read to `raw-text', and use insert-file-contents
2223         instead of insert-file-contents-literally.  Fixes bug #2019.
2224         (rmail-resent-attr-index): Fix index value.
2226 2009-01-30  Nick Roberts  <nickrob@snap.net.nz>
2228         * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
2229         precedence even when its value is t.  (Bug#2093)
2231         * vc-svn.el (vc-svn-dir-status): Correct logic for remote
2232         connection.  (Bug#2093)
2233         (vc-svn-diff): Use old version number even when it is the working
2234         revision.  This is needed, e.g, in the vc-print-log buffer.  (Bug#2092)
2236 2009-01-30  Glenn Morris  <rgm@gnu.org>
2238         * mail/rmail.el (rmail-reply): Handle empty folders.
2239         (rmail-speedbar-buttons)
2240         (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
2242         * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
2243         line-beginning-position calls.
2244         (rmail-header-summary): Use line-end-position.
2246 2009-01-30  Toby Speight  <streapadair@gmx.net>  (tiny change)
2248         * generic-x.el (hosts-generic-mode, named-database-generic-mode):
2249         Fix regexp quoting.  (Bug#1739)
2251 2009-01-29  Michael Albinus  <michael.albinus@gmx.de>
2253         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2254         Allow correction of passwords.
2256 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
2258         * mail/rmail.el (rmail-toggle-header): Determine current header
2259         style using the buffer-local value of rmail-header-style in the
2260         view buffer.
2261         (rmail-show-message): Set a buffer-local value of
2262         rmail-header-style in the view buffer.  (Bug#2016)
2264 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
2266         * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
2267         Fix typos in docstrings.
2269 2009-01-29  Juanma Barranquero  <lekktu@gmail.com>
2271         * bindings.el (completion-ignored-extensions):
2272         Add entries for VCS metadata directories (CVS/, .svn, etc).
2274         * pcvs.el (completion-ignored-extensions):
2275         * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
2276         directory, now done in bindings.el.
2278 2009-01-29  Klaus Straubinger  <KSNetz@UseNet.ArcorNews.DE>  (tiny change)
2280         * pcmpl-rpm.el (pcmpl-rpm): Doc fix.  (Bug#2094)
2282 2009-01-29  Glenn Morris  <rgm@gnu.org>
2284         * mail/rmail.el (rmail-file-name): Remove duplicate definition.
2285         (rmail-set-header): Ensure header changes get saved.
2287         * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
2289         * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
2290         one, after a label is added.
2292         * mail/rmailsum.el (rmail-summary-update-line): New function.
2293         (rmail-summary-goto-msg): Return a value according to whether message
2294         was found.
2295         (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
2296         property.  Use line-end-position.
2298 2009-01-29  Chong Yidong  <cyd@stupidchicken.com>
2300         * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
2301         quoted From lines.
2303         * mail/rmail.el (rmail-redecode-body): New function, based on old
2304         version removed in 2009-01-22 change.
2305         (rmail-show-message): Unquote From lines.
2307 2009-01-28  Tassilo Horn  <tassilo@member.fsf.org>
2309         * doc-view.el (doc-view-mode): Don't use string-match and file
2310         extension to choose fallback mode on empty/non-existing files but
2311         let-bind auto-mode-alist and call normal-mode.
2313 2009-01-28  Eli Zaretskii  <eliz@gnu.org>
2315         * ls-lisp.el (ls-lisp-classify): Propertize file name before
2316         concatenating the type indicating character.
2317         (ls-lisp-format): Don't propertize file-name only if
2318         ls-lisp-classify already did.
2320 2009-01-28  Michael Albinus  <michael.albinus@gmx.de>
2322         * net/dbus.el (dbus-event-error-hooks): Fix docstring.
2323         Describe second parameter of hook functions.
2324         (dbus-handle-event): Apply it.
2326 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
2328         * mail/rmail.el (rmail-toggle-header): Don't reset
2329         rmail-header-style permanently (bug#2016).
2331 2009-01-28  Denis Howe  <denis.howe@gmail.com>
2333         * complete.el (PC-do-completion): Correct case when completion is
2334         unambiguous.
2336 2009-01-28  Stephen Berman  <stephen.berman@gmx.net>
2338         * calendar/todo-mode.el (todo-insert-item-here):
2339         Prevent insertion of a new entry inside of an existing entry.
2340         Minor code cleanup.  (Bug#2084)
2341         (todo-add-category): Change the interactive spec.  Signal an error
2342         if the Todo file is non-empty but contains no category.
2343         Reject category names that could induce bugs and confusion.
2344         Call todo-mode if the Todo file is new and unsaved.  Simplify handling
2345         of local variables cookie.  Properly display the newly added
2346         category in Todo mode.
2347         (todo-show): Call todo-initial-setup only if there is neither a
2348         Todo file nor a corresponding unsaved buffer.  (Bug#2085)
2349         (todo-category-alist): Delete function.
2350         (todo-completing-read): New function.
2351         (todo-insert-item, todo-jump-to-category): Use it.
2352         (todo-insert-item): Make the use of the prefix argument conform to
2353         the doc string.  (Bug#2086)
2355 2009-01-28  Glenn Morris  <rgm@gnu.org>
2357         * mail/rmail.el (rmail-expunge-and-save): Always show a message,
2358         even when called from the summary.  (Bug#2075)
2359         (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
2360         (rmail-show-message-maybe): Use rmail-no-mail-p.
2361         (rmail-show-message): If empty folder, do nothing.  (Bug#2076)
2362         (rmail-get-labels): Separate status and label fields with a semicolon,
2363         rather than a comma, for consistency with old Rmail.
2365         * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
2366         starting from the beginning, since mail-fetch-field does not care.
2367         (rmail-create-summary-line): Fix unseen handling.  (Bug#2089)
2368         (rmail-get-summary-status): New name for old rmail-get-summary-labels.
2369         (rmail-get-summary-labels): New function.  Returns labels rather than
2370         status (edited, etc).
2371         (rmail-create-summary): Insert an extra space after the status
2372         flags, for consistency with old rmail, and with current
2373         rmail-summary-font-lock-keywords.
2375 2009-01-28  Chong Yidong  <cyd@stupidchicken.com>
2377         * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
2378         if region is active.  Use cond instead of nested ifs.  (Bug#2053)
2380 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2382         * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
2383         converting.
2385         * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
2386         which are recognized by the new Rmail, instead of X-BABYL-V6-*.
2388 2009-01-27  Christopher Oliver  <coliver@message.nmc.edu>
2390         * mouse.el (mouse-select-font): Return a string instead of a list.
2392 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2394         * bindings.el: Swap C-delete and C-backspace bindings here, so we
2395         don't have to do it in normal-erase-is-backspace-mode.
2397         * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
2398         and C-backspace; the latter is not available on ttys anyway.
2400 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
2402         (doc-view-mode): Fix broken call to string-match.
2404 2009-01-27  Tassilo Horn  <tassilo@member.fsf.org>
2406         * doc-view.el (doc-view-mode): Enhance docstring and fallback to
2407         fundamental-mode or ps-mode if the file is empty or doesn't exist
2408         at all.
2409         (doc-view-initiate-display): Better info message if doc-view-mode
2410         cannot be used.  (Missing utility or no png support/no X frame.)
2411         (Bug#2058)
2413 2009-01-27  Glenn Morris  <rgm@gnu.org>
2415         * mail/rmail.el (rmail-copy-headers): Doc fix.  Leave point at the end
2416         of the headers in the full header case.  (Bug#2073)
2418 2009-01-27  Kenichi Handa  <handa@m17n.org>
2420         * mail/rmail.el (rmail-get-coding-system): Re-search
2421         rmail-mime-charset-pattern directly instead of using
2422         mail-fetch-field.  Use coding-system-from-name.
2424         * international/mule-cmds.el (canonicalize-coding-system-name)
2425         (coding-system-from-name): New functions.
2427 2009-01-27  Glenn Morris  <rgm@gnu.org>
2429         * dired-x.el (dired-bind-vm): Doc fix.
2431         * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
2432         Replace `first' and `rest' with `car' and `cdr' throughout.
2433         (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
2434         (rsf-scanning-messages-now): Doc fix.
2435         (rsf-check-field): Rename from `check-field' and update callers.
2436         (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
2437         Use rmail-output rather than deleted rmail-output-to-rmail-file.
2439         * mail/rmail.el: Remove leading `*' from defcustom docs.
2440         Remove needless autoloads of many defcustoms and hooks.
2441         (rmail-enable-mime, rmail-insert-mime-resent-message-function)
2442         (rmail-search-mime-message-function, rmail-search-mime-header-function)
2443         (rmail-decode-mime-charset): Doc fix.
2444         (rmail-search-message, rmail-resend): Check functions set before use.
2446         * mail/rmailout.el: Remove leading `*' from defcustom docs.
2447         Remove needless autoloads of many defcustoms.
2448         (rmail-output-to-babyl-buffer): Rename from
2449         rmail-output-to-r-mail-buffer and update caller.
2450         (rmail-output): Doc fix.
2452         * mail/rmailsum.el: Remove leading `*' from defcustom docs.
2453         Remove needless autoloads of many defcustoms.
2454         (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
2455         is set.
2457         * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
2458         (batch-unrmail, unrmail): Doc fix.
2460         * mail/rmailsum.el (rmail-message-recipients-p-1)
2461         (rmail-message-regexp-p-1): Ensure searches start from the
2462         beginning of the header.
2464 2009-01-27  Chong Yidong  <cyd@stupidchicken.com>
2466         * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
2468 2009-01-27  Jay Belanger  <jay.p.belanger@gmail.com>
2470         * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
2471         expand the denominator.
2473 2009-01-26  Michael Albinus  <michael.albinus@gmx.de>
2475         * net/dbus.el (dbus-event-error-hooks): New variable.
2476         (dbus-handle-event): Use it.
2478 2009-01-26  Glenn Morris  <rgm@gnu.org>
2480         * Makefile.in (ELCFILES): Update.
2482         * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
2483         replies.  (Bug#512)
2485 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
2487         * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
2489 2009-01-25  Adrian Robert  <Adrian.B.Robert@gmail.com>
2491         * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
2492         Remove from global map and key definitions.
2493         (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
2494         definitions.
2495         (ns-show-preferences-help, ns-unput-working-text): New functions.
2496         (ns-unecho-working-text): Update message.
2498 2009-01-25  Craig Markwardt  <cbmarkwardt@gmail.com>
2500         * calendar/icalendar.el (icalendar-uid-format): New defcustom
2501         variable to allow the user to choose icalendar UID format.
2502         (icalendar--diarytime-to-isotime): Bug fix, now times in the range
2503         12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
2504         (icalendar-export-region, icalendar--create-uid): Use custom
2505         function to compute icalendar UID for each entry.
2506         (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
2507         with description, location, etc. fields (need to keep active count
2508         of fields encountered).  Another bug fix to the regex that matches
2509         multiple lines (need \' regex instead of $ to match end-of-entry).
2511 2009-01-25  Juri Linkov  <juri@jurta.org>
2513         * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
2514         change its title from "Recursive grep..." to "Grep via Find...".
2515         Add menu items for lgrep and rgrep.
2517 2009-01-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2519         * ps-print.el (ps-print-version): New version 7.3.4.
2521 2009-01-24  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2523         * ps-print.el: Fix face background/foreground extraction.
2524         (ps-face-extract-color): New fun.
2525         (ps-face-attributes, ps-face-attribute-list): Code fix.
2527 2009-01-24  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
2529         * align.el (align-region): Avoid infloop.
2531 2009-01-24  Eli Zaretskii  <eliz@gnu.org>
2533         * env.el (environment): Function removed.
2535         * international/mule-cmds.el (set-language-environment-coding-systems):
2536         If default-buffer-file-coding-system is nil, set up to have EOLs that
2537         are native for the underlying system-type.  (Bug#1853)
2538         (prefer-coding-system, set-default-coding-systems): Doc fix.
2540 2009-01-24  Juanma Barranquero  <lekktu@gmail.com>
2542         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
2543         Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
2544         (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
2545         Use `string-match-p'.
2547 2009-01-24  Ulf Jasper  <ulf.jasper@web.de>
2549         * net/newst-treeview.el (newsticker--treeview-first-feed): New.
2550         (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
2551         next-feed does not succeed.  Fixes bug#1710 even more.
2552         (newsticker-treeview-next-feed): Simplify.
2553         (newsticker--group-get-feeds): Suppress group names in result.
2555 2009-01-24  Adrian Robert  <Adrian.B.Robert@gmail.com>
2557         * term/ns-win.el (menu-bar-select-frame): Drop this override.
2558         (menu-bar-update-frames): Update call to menu-bar-select-frame.
2560 2009-01-24  Glenn Morris  <rgm@gnu.org>
2562         * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
2563         "popmail" by "pormail".
2565         * language/ethio-util.el (rmail-current-message, rmail-message-vector):
2566         Remove unneeded declarations.
2568 2009-01-24  Jay Belanger  <jay.p.belanger@gmail.com>
2570         * calc/calc-poly.el (calcFunc-apart): Improve test for
2571         rational functions.
2573 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2575         * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
2576         return value of rmail-get-labels.
2578         * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
2579         return value of rmail-get-labels.
2581         * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
2582         (rmail-buffer-swapped): Fix last change.  (Bug#1997)
2584 2009-01-23  Ulf Jasper  <ulf.jasper@web.de>
2586         * net/newst-backend.el (newsticker--cache-read): Offer deletion of
2587         old cache file.  Fixes bug#1710.
2589 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2591         * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
2593 2009-01-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
2595         * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
2596         Switch names and update comments for clarity.
2598 2009-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2600         * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
2601         start is nil, as was done in tar-mode.el.
2603 2009-01-23  Glenn Morris  <rgm@gnu.org>
2605         * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
2606         more.
2608         * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
2610 2009-01-23  Chong Yidong  <cyd@stupidchicken.com>
2612         * server.el (server-name): Make it a defcustom.  (Bug#1995)
2614         * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
2616 2009-01-23  Glenn Morris  <rgm@gnu.org>
2618         * Makefile.in (ELCFILES): Update.
2620 2009-01-22  Ulf Jasper  <ulf.jasper@web.de>
2622         * net/newst-treeview.el
2623         (newsticker-treeview-next-new-or-immortal-item): New optional arg
2624         current-item-counts.  Move to next feed if necessary.  (Bug#1569)
2625         (newsticker-treeview-prev-new-or-immortal-item): Move to previous
2626         feed if necessary.  (Bug#1569)
2627         (newsticker-treeview-next-feed)
2628         (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
2629         Don't activate node nil.  (Bug#1569)
2631 2009-01-22  Paul Reilly  <pmr@pajato.com>
2632             Henrik Enberg  <enberg@printf.se>
2633             Alex Schroeder  <alex@gnu.org>
2634             Chong Yidong  <cyd@stupidchicken.com>
2635             Richard M Stallman  <rms@gnu.org>
2636             Glenn Morris  <rgm@gnu.org>
2637             Juanma Barranquero  <lekktu@gmail.com>
2639         * mail/rmail.el: Code implementing Rmail-mbox functionality.
2640         (rmail-attribute-header, rmail-keyword-header)
2641         (rmail-answered-attr-index, rmail-deleted-attr-index)
2642         (rmail-edited-attr-index, rmail-filed-attr-index)
2643         (rmail-retried-attr-index, rmail-forwarded-attr-index)
2644         (rmail-unseen-attr-index, rmail-resent-attr-index)
2645         (rmail-attr-array, rmail-header-style, rmail-file-name)
2646         (rmail-buffer-swapped): New vars.
2647         (rmail-convert-file-maybe, rmail-error-bad-format)
2648         (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
2649         (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
2650         (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
2651         (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
2652         (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
2653         (rmail-get-header, rmail-set-header, rmail-get-attr-names)
2654         (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
2655         (rmail-message-attr-p, rmail-message-unseen-p)
2656         (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
2657         (rmail-show-message-maybe, rmail-copy-headers)
2658         (rmail-simplified-subject, rmail-simplified-subject-regexp)
2659         (rmail-write-region-annotate): New functions.
2661         (rmail-keywords, rmail-default-rmail-file): Delete vars.
2662         (rmail-convert-mailpath, rmail-convert-file)
2663         (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
2664         (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
2665         (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
2666         (rmail-redecode-body)
2667         (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
2668         (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
2669         (rmail-count-screen-lines, rmail-message-regexp-p)
2670         (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
2671         (rmail-nuke-pinhead-header): Move to rmailout.el.
2673         (rmail-ignored-headers): Add additional headers.
2674         (rmail-mode-map): Update key commands.
2675         (rmail-tool-bar-map): Build tool-bar unconditionally.
2676         (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
2677         conversion and new buffer swapping mechanism.
2678         (rmail-perm-variables): Use new vars, and remove deleted ones.
2679         (rmail-revert): Use rmail-convert-file-maybe.
2680         (rmail-duplicate-message): Use rmail-show-message-maybe.
2681         (rmail-get-new-mail): Don't leave the buffer screwed up if we get
2682         a disk-full error.
2683         (rmail-parse-url): Strip embedded password.
2684         (rmail-insert-inbox-text): Default to movemail if
2685         rmail-movemail-program is null.  Handle mbox format.
2686         (rmail-decode-region): New arg.
2687         (rmail-display-labels): Don't perform Babyl processing.
2688         (rmail-set-attribute, rmail-message-labels-p, rmail-search)
2689         (rmail-set-message-counters, rmail-count-new-messages)
2690         (rmail-set-message-counters-counter, rmail-show-message)
2691         (rmail-next-same-subject, rmail-reply): Use mbox format.
2692         (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
2693         (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
2694         buffer swapping mechanism.
2696         * mail/rmailedit.el: Require rmailsum.el.
2697         (rmail-edit-mode): First check if buffer is swapped.
2698         (rmail-edit-saved-coding-system): Delete var.
2699         (rmail-edit-current-message): Don't call deleted vars.
2700         (rmail-cease-edit): Handle mbox format.
2701         (rmail-abort-edit): Widen buffer.
2703         * mail/rmailkwd.el: Require rmail.el.  Remove unneeded function
2704         declarations.
2705         (rmail-buffer, rmail-current-message, rmail-last-label)
2706         (rmail-last-multi-labels, rmail-summary-vector)
2707         (rmail-total-messages, rmail-attributes, rmail-deleted-label)
2708         (rmail-keywords): Delete vars.
2709         (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
2710         (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
2711         (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
2712         (rmail-make-label): New function.
2713         (rmail-read-label): Don't call rmail-parse-file-keywords.
2714         (rmail-set-label): Rewrite using rmail-set-attribute.
2715         (rmail-next-labeled-message): Use rmail-get-labels.
2717         * mail/rmailmm.el: New file.
2719         * mail/rmailmsc.el: Require rmail.el.
2720         (set-rmail-inbox-list): Set rmail-inbox-list directly.
2722         * mail/rmailout.el (rmail-output-decode-coding): New var.
2723         (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
2724         (rmail-convert-to-babyl-format, rmail-output-as-mbox)
2725         (rmail-output-to-rmail-buffer): New functions.
2726         (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
2727         Delete functions.
2728         (rmail-nuke-pinhead-header): Move from rmail.el.
2729         (rmail-output): Rewrite to accept both mbox and babyl output.
2730         (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
2731         use mbox internal format.
2733         * mail/rmailsort.el: Eval mail-utils when compiled.  Require rmail.el.
2734         (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
2735         (rmail-sort-by-recipient, rmail-sort-by-correspondent):
2736         Use rmail-get-header.
2737         (rmail-sort-messages): Use new buffer swapping mechanism.
2738         Handle mbox internal format.
2740         * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
2741         (rmail-message-recipients-p, rmail-message-recipients-p-1)
2742         (rmail-message-regexp-p, rmail-new-summary-1)
2743         (rmail-get-create-summary-buffer, rmail-get-summary)
2744         (rmail-create-summary-line, rmail-get-summary-labels)
2745         (rmail-create-summary, rmail-header-summary)
2746         (rmail-summary-output, rmail-summary-output-as-seen): New functions.
2747         (rmail-summary-by-topic, rmail-message-senders-p)
2748         (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
2749         internal format.
2750         (rmail-new-summary): Rewrite window handling.
2751         (rmail-make-summary-line, rmail-make-summary-line-1)
2752         (rmail-make-basic-summary-line)
2753         (rmail-summary-output-to-rmail-file): Functions deleted.
2754         (rmail-summary-undelete, rmail-summary-rmail-update)
2755         (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
2756         (rmail-summary-show-message, rmail-summary-wipe)
2757         (rmail-summary-toggle-header, rmail-summary-reply):
2758         Use rmail-buffer instead of rmail-view-buffer.
2759         (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
2760         (rmail-summary-goto-msg): Use rmail-show-message-maybe.
2761         (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
2763 2009-01-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
2765         * term/ns-win.el (ns-show-manual): Fix node name.
2766         (x-open-connection): Fix typo in declaration filename.
2768 2009-01-22  Romain Francoise  <romain@orebokech.com>
2770         * Makefile.in (ELCFILES): Update.
2772 2009-01-22  Dan Nicolaescu  <dann@ics.uci.edu>
2774         * frame.el (make-frame-on-tty): Remove function, inline contents
2775         in the only user ...
2777         * server.el (server-create-tty-frame): ... here.
2779 2009-01-22  Chong Yidong  <cyd@stupidchicken.com>
2781         * format.el (format-annotate-function):
2782         Set write-region-post-annotation-function.
2784 2009-01-21  John Wiegley  <johnw@newartisans.com>
2786         * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
2787         list of output filters.
2788         (eshell-mode): Change the default binding of C-a to eshell-bol.
2789         I don't think it's actually bound at all by default in eshell;
2790         it just falls back to the default binding of C-a.
2792 2009-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2794         * minibuffer.el (completion--insert-strings): Fix up computation of
2795         column position which manifested e.g. in proced's signal completion.
2797 2009-01-21  Chong Yidong  <cyd@stupidchicken.com>
2799         * server.el (server-start): Allow server to shut down when no
2800         frames are available in daemon-mode.
2802 2009-01-21  Juanma Barranquero  <lekktu@gmail.com>
2804         * term.el (term-previous-matching-input, term-next-matching-input)
2805         (term-previous-matching-input-from-input)
2806         (term-next-matching-input-from-input, term-backward-matching-input)
2807         (term-forward-matching-input): Change argument name to match docstring.
2809 2009-01-21  Glenn Morris  <rgm@gnu.org>
2811         * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
2812         that are no longer needed.
2813         (authors-scan-change-log): Doc fix.
2814         (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2816 2009-01-20  Agustín Martín  <agustin.martin@hispalinux.es>
2818         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2819         Use aspell default dict.
2821 2009-01-20  Kenichi Handa  <handa@m17n.org>
2823         * descr-text.el (describe-char): Improve description of eight-bit
2824         char in a unibyte buffer.  (Bug#1935)
2826 2009-01-20  Glenn Morris  <rgm@gnu.org>
2828         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2829         Add some entries.
2831 2009-01-19  Chong Yidong  <cyd@stupidchicken.com>
2833         * progmodes/ruby-mode.el: Autoload other interpreter names.
2835 2009-01-19  Juanma Barranquero  <lekktu@gmail.com>
2837         * descr-text.el (describe-char-categories): New defsubst.
2838         (describe-char): Use it.
2840 2009-01-19  Michael Albinus  <michael.albinus@gmx.de>
2842         * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
2843         IPv4 mapped IPv6 addresses.
2845 2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
2847         * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
2848         the beginning of the buffer.  (Bug#1949)
2850 2009-01-18  Markus Triska  <markus.triska@gmx.at>
2852         * linum.el (linum-update-window): Use `delq' instead of `delete';
2853         compare strings with `equal-including-properties'.
2855 2009-01-17  Glenn Morris  <rgm@gnu.org>
2857         * progmodes/cc-langs.el (declare-function): Add compatibility stub.
2858         (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
2860         * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
2861         (eldoc-message-commands, eldoc-print-current-symbol-info):
2862         Doc fix (consistent case of "ElDoc").
2864 2009-01-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2866         * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
2868 2009-01-17  Eli Zaretskii  <eliz@gnu.org>
2870         * dos-w32.el (find-buffer-file-type-coding-system): If `(car
2871         TARGET)' does not exist, try again with its basename replaced by
2872         `(cdr TARGET)'.  (Related to Bug #1853.)
2874         * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
2876 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2878         * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
2879         unless flyspell-mode is enabled.
2880         (flyspell-pre-point): Make buffer-local.
2882 2009-01-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2884         * textmodes/bibtex.el (bibtex-format-entry): For updating field
2885         delimiters, allow fields that are composed of strings and string
2886         constants.
2887         (bibtex-mode): Doc fix.
2889 2009-01-16  Agustín Martín  <agustin.martin@hispalinux.es>
2891         * textmodes/ispell.el: Protect against declare-function undefined
2892         in XEmacs.
2893         (ispell-program-name): Search also for hunspell when setting default.
2894         (ispell-find-aspell-dictionaries): Better error message.  Use correct
2895         dictionary alist for default.  Better fallback default dictionary.
2897 2009-01-16  Ulrich Mueller  <ulm@kph.uni-mainz.de>
2899         * international/quail.el (quail-insert-kbd-layout):
2900         Delete superfluous handling of 8-bit code.  (Bug#1418)
2902 2009-01-16  Glenn Morris  <rgm@gnu.org>
2904         * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
2905         (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
2906         (eldoc-highlight-function-argument): Doc fix - mention effect of
2907         eldoc-documentation-function.
2908         (eldoc-message-commands-table-size, eldoc-message-commands)
2909         (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
2910         (eldoc-documentation-function): Mention effect on user options.
2912         * emacs-lisp/copyright.el (copyright-update): Doc fix.
2914 2009-01-16  Kevin Ryde  <user42@zip.com.au>
2916         * tar-mode.el (tar-rename-entry): Only test the magic string, without
2917         its version number, and then set both.
2919 2009-01-16  Richard M Stallman  <rms@gnu.org>
2921         * textmodes/paragraphs.el (sentence-end): Accept non-break space.
2923 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2925         * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
2926         Refer to revert-buffer, not Buffer-menu-revert.
2927         (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
2928         (Buffer-menu-revert): Remove function, unused.
2929         (Buffer-menu-mode-map): Don't bind keys already
2930         bound by special-mode.
2931         (Buffer-menu-mode-map): Add a menu.
2933 2009-01-15  Stephen Eglen  <stephen@gnu.org>
2935         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
2937 2009-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2939         * vc-hg.el (vc-hg-diff): Pass relative file names.  (Bug#1903)
2941 2009-01-15  Martin Rudalics  <rudalics@gmx.at>
2943         * window.el (special-display-p): Revert 2009-01-14 change.
2945 2009-01-15  Glenn Morris  <rgm@gnu.org>
2947         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2948         (authors-obsolete-files-regexps, authors-ignored-files):
2949         (authors-renamed-files-alist): Add some entries.
2950         (authors-fixed-entries): Change some entries.
2951         (authors-canonical-file-name): Doc fix.
2952         (authors-scan-change-log): Handle joint authorship in ChangeLogs.
2954 2009-01-14  Juri Linkov  <juri@jurta.org>
2956         * info.el (Info-isearch-filter): Don't filter out invisible text
2957         when search-invisible is t.  (Bug#1848)
2959         * simple.el (blink-matching-open): Use `minibuffer-message' to
2960         display messages in the minibuffer.
2962         * help.el (view-help-file):
2963         * menu-bar.el (menu-bar-help-extra-packages):
2964         Use goto-address-mode instead of goto-address.
2966         * net/goto-addr.el (goto-address-url-face): Change default value
2967         from `bold' to `link'.
2969 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2971         * international/mule-diag.el (print-list): Fix 2008-12-03 change.
2973 2009-01-14  Martin Rudalics  <rudalics@gmx.at>
2975         * frame.el (special-display-popup-frame): Rewrite doc-string and
2976         simplify code.
2978         * window.el (special-display-buffer-names)
2979         (special-display-regexps): Add customization support for
2980         function/other-args elements.  Rewrite doc-strings.
2981         (special-display-function): Rewrite doc-string.
2982         (same-window-buffer-names, same-window-regexps):
2983         Minor doc-string fixes.
2984         (special-display-p): Minor rewrite.
2986 2009-01-14  Glenn Morris  <rgm@gnu.org>
2988         * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
2990 2009-01-14  Juanma Barranquero  <lekktu@gmail.com>
2992         * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
2993         MESSAGEs with internal square brackets (i.e., " this [test] message").
2994         Use `string-match-p'.
2995         (completion--make-envvar-table, completion--file-name-table)
2996         (completion-pcm--string->pattern, completion-pcm--all-completions)
2997         (completion-pcm--filename-try-filter): Use `string-match-p'.
2999 2009-01-14  Juri Linkov  <juri@jurta.org>
3001         * progmodes/bug-reference.el (bug-reference-fontify): Check for
3002         non-nil `bug-reference-url-format' before putting an overlay
3003         property `bug-reference-url'.
3004         (bug-reference-mode, bug-reference-prog-mode): Don't check for
3005         `bug-reference-url-format'.  Doc fix.  (Bug#1744)
3007 2009-01-13  Chong Yidong  <cyd@stupidchicken.com>
3009         * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
3010         for exit-emacs item.  Bind it to save-buffers-kill-terminal.
3012         * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
3013         loaded.
3015 2009-01-13  Jason Rumney  <jasonr@gnu.org>
3017         * faces.el (face-valid-attribute-values): No stipple on w32.  (Bug#884)
3019 2009-01-12  Juanma Barranquero  <lekktu@gmail.com>
3021         * subr.el (play-sound): Doc fix.  (Bug#250)
3022         (shell-quote-argument, field-at-pos): Fix typos in docstrings.
3024 2009-01-12  Alan Mackenzie  <acm@muc.de>
3026         * textmodes/paragraphs.el (forward-sentence): Change limit of
3027         re-search-backward to allow values of `sentence-end' anchored at BOL.
3029 2009-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3031         * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
3032         subfield of the magic string.
3034 2009-01-11  Jay Belanger  <jay.p.belanger@gmail.com>
3036         * calc/calc-lang.el (math-compose-tex-sqrt): New function.
3037         (math-special-function-table): Use `math-compose-tex-sqrt' to
3038         compose sqrts in TeX and LaTeX mode.
3040 2009-01-11  Chong Yidong  <cyd@stupidchicken.com>
3042         * faces.el (describe-face): Ignore anonymous faces.
3044         * server.el (server-save-buffers-kill-terminal): Args changed.
3045         Handle nowait client frames.
3047         * files.el (save-buffers-kill-terminal): Args for
3048         server-save-buffers-kill-terminal changed.
3050 2009-01-11  Juanma Barranquero  <lekktu@gmail.com>
3052         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3054 2009-01-11  Glenn Morris  <rgm@gnu.org>
3056         * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
3057         Silence compiler.
3059         * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
3060         some entries.
3061         (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
3062         (authors-renamed-files-alist): Add entries.
3063         (authors-fixed-entries): Update for renamed and removed files.
3064         (authors-canonical-file-name): Add entries to
3065         authors-checked-files-alist based on their full names, expanded relative
3066         to each log-file directory.
3067         (authors-scan-el, authors-add-to-author-list, authors):
3068         Handle multiple authors in a file, via a new :cowrote category.
3070         * emacs-lisp/copyright.el (copyright-update): Add doc-string.
3072 2009-01-10  Richard M Stallman  <rms@gnu.org>
3074         * mail/mail-utils.el (mail-quote-printable-region): New function.
3076 2009-01-10  Glenn Morris  <rgm@gnu.org>
3078         * calendar/cal-move.el (calendar-scroll-left-three-months)
3079         (calendar-scroll-right-three-months):
3080         * calendar/holidays.el (calendar-list-holidays)
3081         (calendar-mark-holidays):
3082         * calendar/lunar.el (calendar-lunar-phases):
3083         Add event handling, for when called from menus with the calendar buffer
3084         not current.
3086 2009-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
3088         * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
3089         Move setting up whitepace-mode ...
3090         (diff-mode): ... here.
3091         (diff-mode-menu): Add a menu entry for showing trailing whitespace.
3093 2009-01-10  Chong Yidong  <cyd@stupidchicken.com>
3095         * faces.el (x-font-family-list): Remove entirely.
3097 2009-01-10  Eli Zaretskii  <eliz@gnu.org>
3099         Fix Bug #876:
3101         * info.el (info-insert-file-contents, Info-insert-dir):
3102         Bind inhibit-null-byte-detection to non-nil.
3104 2009-01-10  Martin Rudalics  <rudalics@gmx.at>
3106         * tool-bar.el (tool-bar-mode): Modify all frame parameters when
3107         toggling tool bars on.  (Bug#1754)
3109 2009-01-09  Chong Yidong  <cyd@stupidchicken.com>
3111         * faces.el (face-valid-attribute-values): Use string as value for
3112         :family attribute.  Now, font-family-list returns a list of strings.
3113         (x-font-family-list): Obsolete compatibility version of function
3114         from xfaces.c.
3116 2009-01-09  Martin Rudalics  <rudalics@gmx.at>
3118         * window.el (special-display-buffer-names)
3119         (special-display-regexps, special-display-function):
3120         In doc-strings say "same-window" instead of "same-buffer".
3122 2009-01-09  Michael Albinus  <michael.albinus@gmx.de>
3124         * net/tramp.el: Revert previous patch.  `last-command-char' is
3125         used in code intended only for XEmacs, where it is different from
3126         `last-command-event'.
3128 2009-01-09  Glenn Morris  <rgm@gnu.org>
3130         * subr.el (last-input-char, last-command-char):
3131         Move here from src/keyboard.c.
3133         * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
3134         * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
3135         * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
3136         * wdired.el:
3137         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
3138         * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
3139         * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
3140         * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
3141         * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
3142         * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
3143         * eshell/em-smart.el, eshell/esh-mode.el:
3144         * international/mule-cmds.el:
3145         * mail/mailabbrev.el:
3146         * net/tramp.el:
3147         * play/mpuz.el:
3148         * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
3149         * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
3150         * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
3151         * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
3152         * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
3153         * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
3154         * progmodes/vhdl-mode.el, progmodes/xscheme.el:
3155         * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
3156         Replace last-command-char with last-command-event.
3158         * double.el, electric.el, replace.el, term.el, terminal.el:
3159         * calc/calc.el:
3160         * emulation/viper-cmd.el:
3161         * international/mule-cmds.el:
3162         * obsolete/iso-acc.el:
3163         * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
3165         * emacs-lisp/edebug.el: Remove references to last-command-char and
3166         last-input-char, since these have been identical to last-command-event
3167         and last-input-event since at least Emacs 19.
3168         (edebug-outside-last-command-char, edebug-outside-last-input-char):
3169         Remove.
3171 2009-01-09  Dave Love  <fx@gnu.org>
3173         * calendar/time-date.el: Require cl for `declare'.
3175 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3177         * calendar/time-date.el (format-seconds): Explain `assoc-string'.
3178         Suggested by Dave Love.
3180 2009-01-09  Dave Love  <fx@gnu.org>
3182         * net/imap.el (imap-string-to-integer): Fix typo.
3183         (imap-fetch-safe): New function.
3184         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3186         * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
3187         (imap-parse-greeting): Fix doc strings.
3188         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3189         (imap-parse-flag-list): Make messages unique.
3190         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3192         * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
3193         call.
3195         * net/imap.el: Fix author email.  Doc fixes.
3196         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3197         reply.
3199 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3201         * net/dns.el (dns-set-servers): Check "Address".  Fix typo.
3203 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3205         * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
3206         Call nslookup if resolv.conf isn't available.
3207         (dns-query): Rename from query-dns.
3208         (dns-query-cached): Rename from query-dns-cached.
3210 2009-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3212         * net/imap.el (imap-enable-exchange-bug-workaround):
3213         Explain auto-detection in the doc string.
3215 2009-01-09  Juanma Barranquero  <lekktu@gmail.com>
3217         * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
3218         (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
3219         (ispell-begin-skip-region-regexp, ispell-skip-region-list)
3220         (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
3221         (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
3222         Fix typos in docstrings.
3223         (ispell-command-loop): Reflow docstring.
3225 2009-01-08  Agustín Martín  <agustin.martin@hispalinux.es>
3227         * textmodes/ispell.el (ispell-encoding8-command): New variable.
3228         (ispell-aspell-supports-utf8): Mark as obsoleted by
3229         ispell-encoding8-command.
3230         (ispell-check-version): Set ispell-encoding8-command.
3231         (ispell-check-spellchecker-params, ispell-start-process):
3232         Use ispell-encoding8-command.
3234         * textmodes/flyspell.el (flyspell-large-region):
3235         Use ispell-encoding8-command.
3237 2009-01-08  Glenn Morris  <rgm@gnu.org>
3239         * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
3240         scroll the calendar.
3242         * international/mule-cmds.el (universal-coding-system-argument):
3243         last-input-char need not be a char.
3245         * textmodes/ispell.el (ispell-check-minver): Declare.
3246         Use string-to-number rather than string-to-int.
3248 2009-01-07  Juanma Barranquero  <lekktu@gmail.com>
3250         * add-log.el (change-log-search-tag-name): Reflow docstring.
3251         (change-log-mode): Fix typo in docstring.
3253         * international/mule.el (define-coding-system): Doc fix.
3255 2009-01-07  Kenichi Handa  <handa@m17n.org>
3257         * international/mule.el (define-coding-system): Fix docstring
3258         about :bom usage.
3260 2009-01-07  Martin Rudalics  <rudalics@gmx.at>
3262         * dired.el (dired-pop-to-buffer): Don't split windows
3263         horizontally.  (Bug#1806)
3265 2009-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3267         * tar-mode.el (tar-mode, tar-mode-write-contents)
3268         (tar-write-region-annotate): Undo Andreas's last change.
3270 2009-01-06  Michael Albinus  <michael.albinus@gmx.de>
3272         * net/tramp.el (tramp-do-copy-or-rename-file-directly)
3273         (tramp-handle-file-local-copy, tramp-handle-write-region)
3274         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3275         (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
3277 2009-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3279         * minibuffer.el (completion-hilit-commonality): Don't presume
3280         all-completions always include the input as prefix.
3281         (completion-pcm--pattern-trivial-p): Accept a few more patterns
3282         as trivial.
3283         (completion-pcm--hilit-commonality): Remove leftover code that used to
3284         deal with the now removed cdr-in-last-cons.
3286 2009-01-06  Juanma Barranquero  <lekktu@gmail.com>
3288         * international/mule.el (define-coding-system): Fix typos in docstring.
3290 2009-01-05  Alan Mackenzie  <acm@muc.de>
3292         * progmodes/cc-styles.el (c-setup-paragraph-variables):
3293         Ensure paragraph-\(start\|separate\) match blank lines.  For AWK Mode.
3295 2009-01-05  Michael Albinus  <michael.albinus@gmx.de>
3297         * net/tramp.el (tramp-handle-load)
3298         (tramp-do-copy-or-rename-file-directly)
3299         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
3300         (tramp-handle-write-region)
3301         * net/tramp-smb.el (tramp-smb-handle-copy-file)
3302         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3303         Delete temporary file in case of error.
3305 2009-01-05  Agustín Martín  <agustin.martin@hispalinux.es>
3307         * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
3309 2009-01-05  Richard M Stallman  <rms@gnu.org>
3311         * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
3313 2009-01-05  Martin Rudalics  <rudalics@gmx.at>
3315         * window.el (display-buffer): Fix last fix.
3317 2009-01-05  Juanma Barranquero  <lekktu@gmail.com>
3319         * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
3320         to shorten the desktop file directory shown in message.
3322 2009-01-05  Glenn Morris  <rgm@gnu.org>
3324         * version.el (emacs-copyright):
3325         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3326         Update copyrights for 2009.
3328 2009-01-04  Stephen Leake  <stephen_leake@member.fsf.org>
3330         * progmodes/ada-mode.el (ada-mode): Simplify doc string.
3331         (ada-get-indent-paramlist): Use ada-broken-indent instead of
3332         hard-coded 0.
3333         (ada-get-indent-loop): Fix list access bug.
3335 2009-01-04  Juanma Barranquero  <lekktu@gmail.com>
3337         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
3338         (lisp-interaction-mode): Add a blank line in the docstring
3339         before the keymap listing.
3341 2009-01-04  Martin Rudalics  <rudalics@gmx.at>
3343         * window.el (display-buffer): When a buffer is displayed in the
3344         selected and some other window, and not-this-window is non-nil,
3345         try to return that other window instead of popping up a new
3346         frame.  (Bug#30)
3348 2009-01-04  Chong Yidong  <cyd@stupidchicken.com>
3350         * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
3352 2009-01-04  Ulrich Mueller  <ulm@kph.uni-mainz.de>
3354         * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
3356 2009-01-03  Michael Olson  <mwolson@gnu.org>
3358         * net/imap.el (imap-parse-fetch): Courier can insert spurious
3359         blank characters which will confuse `read', so skip past them.
3361 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3363         * emacs-lisp/authors.el (authors-aliases): Addition.
3364         (authors): Allow to use it for other projects.
3366         * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
3367         Clarify MATCH argument.  Print filenames.
3369 2009-01-03  Michael Albinus  <michael.albinus@gmx.de>
3371         * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
3373         * net/tramp.el (tramp-local-host-regexp)
3374         (tramp-prefix-domain-format)
3375         (tramp-prefix-domain-regexp, tramp-domain-regexp)
3376         (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
3377         (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
3378         (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
3379         (tramp-file-name-structure, tramp-file-name-regexp-unified)
3380         (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
3381         (tramp-dissect-file-name, tramp-make-tramp-file-name)
3382         (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
3383         (tramp-handle-insert-file-contents): Fix setting of
3384         `buffer-read-only'.
3385         (tramp-compute-multi-hops, tramp-local-host-p):
3386         Use `tramp-local-host-regexp'.
3387         (tramp-file-name-real-user, tramp-file-name-domain):
3388         Use `tramp-user-with-domain-regexp'.
3390         * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
3391         (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
3393 2009-01-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3395         * proced.el (proced-grammar-alist): Refiner can be a
3396         list (function help-echo) instead of a cons pair.
3397         (proced-post-display-hook): New variable.
3398         (proced-tree-depth): Rename from proced-tree-indent.
3399         (proced-mode): Derive mode from special-mode.
3400         (proced-mode-map): Change accordingly.
3401         (proced, proced-update): Run proced-post-display-hook.
3402         (proced-do-mark-all): Count processes for which mark has been updated.
3403         (proced-format): Check for ppid attribute.
3404         (proced-process-attributes): Take time and ctime attribute from
3405         system-process-attributes.
3406         (proced-send-signal): Doc fix.  Collect properly the info on
3407         marked processes.  Use fit-window-to-buffer instead of
3408         dired-pop-to-buffer.
3410 2009-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3412         * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
3413         point-min==1.
3415 2009-01-02  Juanma Barranquero  <lekktu@gmail.com>
3417         * bindings.el (mode-line-eol-desc): Fix typo in help message.
3418         (mode-line-client): Fix typo in help message and docstring.
3420 2009-01-02  Jason Rumney  <jasonr@gnu.org>
3422         * term/w32-win.el (image-library-alist): Add gobject library.
3424 2009-01-02  Martin Rudalics  <rudalics@gmx.at>
3426         * frame.el (window-system-default-frame-alist)
3427         (initial-frame-alist, minibuffer-frame-alist)
3428         (pop-up-frame-alist, pop-up-frame-function)
3429         (special-display-frame-alist): Rewrite and reformat doc-strings.
3431 2009-01-01  Martin Rudalics  <rudalics@gmx.at>
3433         * simple.el (minibuffer-default-add-shell-commands):
3434         Fix doc-string typo.
3436 2009-01-01  Chong Yidong  <cyd@stupidchicken.com>
3438         * language/cham.el: Fix setting of composition-function-table.
3440         * language/khmer.el: Fix setting of composition-function-table.
3442         * language/tibet-util.el (tibetan-composition-function):
3443         Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
3445         * simple.el (minibuffer-default): Add defvar.
3447         * hippie-exp.el: Require comint.
3449 2008-12-31  Martin Rudalics  <rudalics@gmx.at>
3451         * simple.el (last-buffer): Don't set major mode of *scratch* if
3452         that buffer exists already.  Rewrite doc-string.
3454 2008-12-31  Andreas Schwab  <schwab@suse.de>
3456         * tar-mode.el (tar-mode): Set write-contents-functions instead of
3457         write-region-annotate-functions.
3458         (tar-mode-write-contents): New function.
3459         (tar-write-region-annotate): Remove.
3461 2008-12-31  Chong Yidong  <cyd@stupidchicken.com>
3463         * files.el (basic-save-buffer): Revert 2008-12-22 change.
3464         (buffer-swapped-with): Var removed.
3466 2008-12-30  Kenichi Handa  <handa@m17n.org>
3468         * language/japanese.el (compose-gstring-for-variation-glyph):
3469         New function.  Register it in composition-function-table.
3471         * composite.el (lglyph-set-code): New function.
3473 2008-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3475         * tar-mode.el (tar-data-swapped): New var.
3476         (tar-data-swapped-p, tar-swap-data):
3477         Use it instead of buffer-swapped-with.
3478         (tar-write-region-annotate): Re-add (partial undo of last change).
3479         (tar-mode): Use it again (partial undo as well).
3481 2008-12-30  Ed Swarthout  <Ed.Swarthout@hwdebug.com>  (tiny change)
3483         * textmodes/table.el (table-capture): Fix symbol quoting typo.
3485 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3487         * follow.el (follow-select-if-visible): Improve the check for the
3488         last line of the window.
3489         (follow-post-command-hook): Perform redisplay in more
3490         circumstances, to avoid getting point stuck on partially visible lines.
3492 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3494         * follow.el (follow-calc-win-end): Use with-selected-window.
3495         (follow-windows-start-end, follow-pos-visible)
3496         (follow-windows-aligned-p): Code cleanup.
3497         (follow-select-if-visible): Try to avoid partially-visible lines.
3498         (follow-select-if-visible-from-first): Call follow-redisplay and
3499         move point to destination.
3500         (follow-redisplay): New arg, to keep selected window unchanged.
3501         (follow-post-command-hook): In final check for destination
3502         visibility, use window-start and window-end instead of the less
3503         accurate follow-pos-visible.  If the selected window is redrawn,
3504         tell follow-redisplay to preserve it.
3505         (follow-calculate-first-window-start-from-below): Avoid looping
3506         forever if vertical-motion returns an unexpected value.
3508 2008-12-30  Andreas Schwab  <schwab@suse.de>
3510         * server.el (server-running-p): Remove interactive spec.
3511         Fix regexp.
3513 2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
3515         * follow.el (follow-calc-win-start): Don't use `inline'.
3516         (follow-update-window-start, follow-select-if-visible)
3517         (follow-calculate-first-window-start-from-below)
3518         (follow-post-command-hook): Code cleanup.
3519         (follow-downward, follow-calculate-first-window-start):
3520         Delete function and merge into follow-redisplay.
3521         (follow-redisplay): Merge code from follow-downward and
3522         follow-calculate-first-window-start.
3524 2008-12-30  Juanma Barranquero  <lekktu@gmail.com>
3526         * proced.el (proced-tree-flag): Fix typo in docstring.
3528 2008-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3530         * proced.el (proced-temp-alist): Rename from variable
3531         proced-children-alist.
3532         (proced-process-tree, proced-toggle-tree): Fix docstring.
3533         (proced-tree): Fix docstring.  Simplify.  Use proced-temp-alist.
3534         (proced-temp-internal): Use proced-temp-alist.
3536 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3538         * subr.el (mkdir): New defalias.
3540 2008-12-29  Juri Linkov  <juri@jurta.org>
3542         * proced.el (proced-mode-map): Bind " " to next-line instead of the
3543         command `proced-next-line' removed on 2008-09-06.
3545 2008-12-28  Juri Linkov  <juri@jurta.org>
3547         * misearch.el (multi-isearch-next-buffer-function): Doc fix.
3548         (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
3550         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3551         Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
3552         (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
3553         is bound set it to `reftex-isearch-switch-to-next-file'.  Otherwise,
3554         set 4 obsolete variables for backward-compatibility with Emacs 22.
3556 2008-12-28  Juri Linkov  <juri@jurta.org>
3558         * misc.el (butterfly): Doc fix.  Add `animate-string' and `browse-url'.
3560 2008-12-28  Raffael Mancini  <raffael.mancini@hcl-club.lu>  (tiny change)
3562         * misc.el (butterfly): New command.
3564 2008-12-28  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3566         * proced.el (proced-grammar-alist): Allow predicate nil.
3567         New attribute tree.
3568         (proced-format-alist): Use attribute tree.
3569         (proced-tree-flag, proced-tree-indent): New variables.
3570         (proced-children-alist): Rename from proced-process-tree.
3571         PPID must refer to a process in process-alist.
3572         Ignore PPIDs that equal PID (Bug#1718).
3573         Children alist inherits sorting order from process-alist.
3574         (proced-process-tree): New variable.  New function.
3575         (proced-process-tree-internal, proced-toggle-tree)
3576         (proced-tree, proced-tree-insert, proced-format-tree): New functions.
3577         (proced-mark-process-alist): Add docstring.
3578         (proced-filter-parents): PPID must refer to a process in
3579         process-alist.  Ignore PPIDs that equal PID (Bug#1718).
3580         (proced-sort): Throw error if attribute is not sortable.
3581         (proced-sort-interactive): Restrict completion to sortable attributes.
3582         (proced-format): Include tree in standard attributes if
3583         proced-tree-flag is non-nil.  Make header clickable only if
3584         corresponding predicate is non-nil.
3585         (proced-update): Use proced-tree.
3587 2008-12-28  Chong Yidong  <cyd@stupidchicken.com>
3589         * diff.el (diff): Doc fix.
3591         * emacs-lisp/rx.el (rx): Doc fix.
3593         * files.el (move-file-to-trash): Bind backup-directory-alist to nil
3594         before uniquifying backup trash file name.
3596 2008-12-27  Andreas Schwab  <schwab@suse.de>
3598         * vc-git.el (vc-git-dir-printer): Fix filename column.
3600 2008-12-27  Nicholas Maniscalco  <nicholas@maniscalco.com>  (tiny change)
3602         * term.el (term-emulate-terminal): Decode substring just prior to
3603         inserting it, i.e. revert part of the 2008-09-24 change.  (Bug#1469)
3605 2008-12-27  Eli Zaretskii  <eliz@gnu.org>
3607         * makefile.w32-in (MH_E_DIR): New variable.
3608         ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3609         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3610         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3611         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3612         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3613         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3614         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3615         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3616         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3617         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3618         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3620         * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3621         ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3622         ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3623         ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3624         ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3625         ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3626         ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3627         ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3628         ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3629         ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3630         ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3632 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3634         * files.el (dosified-file-name): Declare.
3636 2008-12-26  Andreas Schwab  <schwab@suse.de>
3638         * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
3640         * tar-mode.el (tar-swap-data): New function.
3641         (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
3642         (tar-mode-revert): Likewise.
3643         (tar-mode): Likewise.  Don't set write-region-annotate-functions.
3644         (tar-data-swapped-p): Test buffer-swapped-with.
3645         (tar-write-region-annotate): Remove.
3646         (tar-header-block-tokenize): Add argument `coding' and use it
3647         instead of tar-file-name-coding-system.
3648         (tar-summarize-buffer): Pass tar-file-name-coding-system here.
3650 2008-12-26  Eli Zaretskii  <eliz@gnu.org>
3652         * dos-fns.el (dosified-file-name): New function.
3654         * files.el (dir-locals-find-file): Run dir-locals-file through
3655         dosified-file-name.  Compare files case-insensitively on systems
3656         whose filesystems are case-insensitive.
3658 2008-12-25  Martin Rudalics  <rudalics@gmx.at>
3660         * help.el (help-for-help-internal): Fix entry for "l".
3662 2008-12-25  Richard M Stallman  <rms@gnu.org>
3664         * shadowfile.el (shadow-copy-file): Revert previous change.
3665         This code as it was should work properly with buffer-swapped-with.
3667 2008-12-24  Francois Fleuret  <francois.fleuret@idiap.ch>  (tiny change)
3669         * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
3671 2008-12-24  Dan Nicolaescu  <dann@ics.uci.edu>
3673         * subr.el (chmod): New defalias for set-file-modes.
3675 2008-12-23  Juri Linkov  <juri@jurta.org>
3677         * isearch.el (isearch-filter-predicate, isearch-search):
3678         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3679         (isearch-filter-visible): Rename from
3680         `isearch-filter-invisible'.  Doc fix.
3682         * dired-aux.el (dired-isearch-filenames-toggle): Use the original
3683         value from `dired-isearch-filter-predicate-orig' instead of the
3684         symbol `isearch-filter-invisible'.  Doc fix.
3685         (dired-isearch-filter-filenames): Doc fix.
3686         Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3688         * info.el (Info-find-node-2): Use negative offset 2 instead of 1
3689         for Info-point-loc since it is more correct in all cases.
3690         (Info-isearch-filter): Rename from
3691         `Info-isearch-filter-predicate'.  Doc fix.
3692         (Info-mode): Replace `Info-isearch-filter-predicate' with
3693         `Info-isearch-filter'.
3695 2008-12-23  Daiki Ueno  <ueno@unixuser.org>
3697         * pgg.el: Add obsolescence info.
3699 2008-12-22  Richard M Stallman  <rms@gnu.org>
3701         * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
3703         * files.el (buffer-swapped-with): New variable.
3704         (basic-save-buffer-0): Most of basic-save-buffer moved here.
3705         (basic-save-buffer): Unswap the buffer temporarily if nec.
3707         * dired.el (dired-readin): Inhibit modification hooks.
3709 2008-12-22  Ulf Jasper  <ulf.jasper@web.de>
3711         * net/newst-backend.el (newst-backend):
3712         Remove wrong duplicate provide statement.
3714 2008-12-22  Michael Albinus  <michael.albinus@gmx.de>
3716         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
3717         end, before updating.
3718         (tramp-convert-file-attributes): Add "l" indicator to file modes.
3719         (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
3721 2008-12-21  Martin Rudalics  <rudalics@gmx.at>
3723         * window.el (set-window-text-height): Fix doc-string.
3725 2008-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3727         * minibuffer.el (completion-all-completions-with-base-size): Remove.
3728         (completion-all-completions): Don't set it.
3729         (completion-table-with-context, completion--file-name-table):
3730         Don't add base-size in last cdr.
3731         (completion-hilit-commonality): Add argument `base-size'.
3732         (display-completion-list, completion-emacs21-all-completions)
3733         (completion-emacs22-all-completions, completion-basic-all-completions):
3734         Provide it.
3735         (completion-pcm--all-completions): Don't need to remove the base-size
3736         in last-cdr any more.
3738 2008-12-20  Agustín Martín  <agustin.martin@hispalinux.es>
3740         * textmodes/ispell.el (ispell-check-minver): New function.
3741         (ispell-check-version): Rewrite spellchecker and version checking.
3742         Use (ispell-check-minver).  Handle hunspell versions.
3744 2008-12-20  Chong Yidong  <cyd@stupidchicken.com>
3746         * ido.el (ido-read-internal): Handle `confirm' and
3747         `confirm-after-completion' values for the require-match argument.
3749 2008-12-20  Jason Rumney  <jasonr@gnu.org>
3751         * international/mule.el (auto-coding-regexp-alist):
3752         Use utf-8-with-signature for files starting with UTF-8 BOM.  (Bug#269)
3754 2008-12-20  Ami Fischman  <ami@fischman.org>
3756         * bindings.el (mode-line-eol-desc): Use assoc to query
3757         mode-line-eol-desc-cache.
3759 2008-12-20  Glenn Morris  <rgm@gnu.org>
3761         * comint.el (comint-save-input-ring-index): Add missing initial value.
3763 2008-12-19  Juanma Barranquero  <lekktu@gmail.com>
3765         * proced.el (proced-grammar-alist): Doc fix.
3766         (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
3767         (proced-filter-parents, proced-sort-header, proced-update, proced-help)
3768         (proced-undo): Fix typos in docstrings.
3770 2008-12-19  Glenn Morris  <rgm@gnu.org>
3772         * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3773         (authors-fixed-case): New constant.
3774         (authors-public-domain-files, authors-ignored-files):
3775         (authors-valid-file-names, authors-renamed-files-alist): Update lists.
3776         (authors-renamed-files-regexps): Add some new entries.
3777         (authors-canonical-file-name): Don't complain about ignored files.
3778         (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
3779         (authors): Ensure error buffer is writable.
3781 2008-12-18  Agustín Martín  <agustin.martin@hispalinux.es>
3783         (ispell-really-hunspell): New variable to signal hunspell.
3784         (ispell-check-version):
3785         Check if hunspell and set ispell-really-hunspell if needed.
3786         (ispell-send-string, ispell-start-process, flyspell-large-region):
3787         Pass right options for hunspell if needed.
3789 2008-12-18  Kenichi Handa  <handa@m17n.org>
3791         * international/fontset.el (script-representative-chars)
3792         (setup-default-fontset): Add more scripts.
3794         * international/characters.el: Add more scripts.
3796 2008-12-19  Juri Linkov  <juri@jurta.org>
3798         * info.el (Info-isearch-search): Implement lax version of
3799         incremental word search in Info.
3800         (Info-isearch-start): Set Info-isearch-initial-node to the
3801         current node when search is nonincremental to not stop at the
3802         initial node in this case.
3803         (Info-mode-map): Unbind "\M-s" from `Info-search'.
3805 2008-12-18  Juanma Barranquero  <lekktu@gmail.com>
3807         * textmodes/rst.el (rst-promote-region): Reflow docstring.
3808         (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
3809         (rst-repeat-last-character): Fix typos in docstrings.
3810         (rst-mode, rst-backward-section): Doc fixes.
3812 2008-12-18  Ulf Jasper  <ulf.jasper@web.de>
3814         * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
3815         (newsticker-treeview-quit): Call `newsticker-treeview-save'.
3816         (newsticker--treeview-load): Check whether groups file exists.
3818         * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
3819         (newsticker-dir): Use `locate-user-emacs-file'.
3821 2008-12-18  Martin Rudalics  <rudalics@gmx.at>
3823         * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
3824         end-of-visual-line to CUA's recognized commands.  (Bug#1549)
3826 2008-12-18  Dan Nicolaescu  <dann@ics.uci.edu>
3828         * newcomment.el (comment-style): Default to `indent'.  (Bug#1153)
3830         * startup.el (command-line): Do not mention the server name in
3831         case the user has not mentioned it, print a more explicit message.
3833         * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
3834         Change all callers.
3836 2008-12-18  Sam Steingold  <sds@gnu.org>
3838         * vc-dir.el (vc-at-event): Handle (tool-bar) events.  Fix bug#1585.
3840 2008-12-18  Juri Linkov  <juri@jurta.org>
3842         * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
3843         `isearch-edit-string-set-word'.
3844         (isearch-edit-string-set-word): Remove.
3845         (isearch-occur): Imitate the C function `wordify' by replacing
3846         non-word character with the \\W+ regexp.
3847         (isearch-search-fun): Add `isearch-nonincremental' to the
3848         condition of using a non-lax version of `word-search-forward'.
3850 2008-12-17  Daiki Ueno  <ueno@unixuser.org>
3852         * epa-file.el (epa-file-insert-file-contents):
3853         Set buffer-file-name before decrypting a file.
3855 2008-12-16  Juanma Barranquero  <lekktu@gmail.com>
3857         * server.el (server-start): If unable to start the server,
3858         display a warning instead of raising an error.
3860         * startup.el (server-process): Add defvar.
3861         (command-line): If the daemon is unable to start the server,
3862         display a message and exit Emacs.
3864 2008-12-15  Sam Steingold  <sds@gnu.org>
3866         * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
3867         mostly for CLISP modules, but could also be useful elsewhere.
3869 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
3871         * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
3872         * icomplete.el (icomplete-prospects-height):
3873         * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
3875 2008-12-15  Juanma Barranquero  <lekktu@gmail.com>
3877         * international/mule.el (find-auto-coding): Fix typo in docstring.
3879         * international/mule-cmds.el (select-safe-coding-system):
3880         * mail/rmail.el (rmail-require-mime-maybe):
3881         Fix arguments of `display-warning'.
3883         * simple.el (bad-package-check): Fix arguments of `display-warning',
3884         using the package name as TYPE.  Use `string-match-p'.
3886 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3888         * proced.el (proced-sort-interactive, proced-sort-pcpu)
3889         (proced-sort-pmem, proced-sort-start, proced-sort-time)
3890         (proced-sort-user, proced-sort-header): Prefix arg determines
3891         sorting order.  Suggested by Dan Nicolaescu.
3892         (proced-revert): Doc fix.
3894 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3896         * proced.el (proced-grammar-alist): Allow refiner elements that
3897         are cons pairs (function . help-echo) or nil.
3898         (proced-refine): Use them.
3899         (proced-format-alist): Allow alternatives.
3900         (proced-descend): New variable.
3901         (proced-sort): New arg descend.
3902         (proced-sort-interactive): Repeated calls toggle sort order.
3903         (proced-format): Accomodate changes of proced-format-alist.
3904         Undefined attributes are displayed as "?".
3905         (proced-process-attributes): New optional arg pid-list.
3906         Ignore processes with empty attribute list.
3908 2008-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3910         * proced.el (proced-auto-update-interval): Rename from
3911         proced-timer-interval.
3912         (proced-auto-update-flag): Rename from proced-timer-flag.
3913         (proced-auto-update-timer): Rename from proced-timer.
3914         (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
3915         (proced-available): Initialize appropriately.
3917 2008-12-13  Glenn Morris  <rgm@gnu.org>
3919         * subr.el (declare-function): Doc fix.
3921         * font-core.el (font-lock-defaults): Doc fix: mention levels;
3922         refer to elisp manual.
3924 2008-12-12  Martin Rudalics  <rudalics@gmx.at>
3926         * window.el (fit-window-to-buffer): Return non-nil when height
3927         was orderly adjusted, nil otherwise.
3929 2008-12-12  Juanma Barranquero  <lekktu@gmail.com>
3930             Stefan Monnier  <monnier@iro.umontreal.ca>
3932         * server.el (server-sentinel): Uncomment code to delete connection file.
3933         (server-start): Save the connection file in the server property list.
3934         Delete it only when we are reasonably convinced that it is not owned by
3935         a running server.
3936         (server-force-delete): New command to force-delete the connection file,
3937         and stop the server if it is running.
3938         (server-running-p): Return t also for local TCP servers when we find a
3939         process with a matching PID, and :other for undecided cases.
3941 2008-12-11  Martin Rudalics  <rudalics@gmx.at>
3943         * window.el (fit-window-to-buffer): Use with-selected-window and
3944         condition-case.  Do not delete more windows than necessary in
3945         the shrinking (delta < 0) case.  Do not raise an error when the
3946         containing frame is too small to show all of buffer.  (Bug#1488)
3948         * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3949         min-height arg 1 to make sure that small buffers are shown.
3951 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3953         * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
3954         (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
3955         (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
3956         (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
3957         (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
3958         (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
3959         (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
3960         (ruby-backward-sexp, ruby-add-log-current-method)
3961         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3962         (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
3963         (ruby-deep-indent-paren): Doc fix.
3964         (ruby-insert-encoding-magic-comment): Remove * from docstring.
3965         (ruby-here-doc-find-end): Reflow docstring.
3967 2008-12-11  Stephen Berman  <Stephen.Berman@rub.de>
3969         * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
3970         dired-shrink-to-fit is non-nil.  (Bug#1488)
3972 2008-12-11  Juanma Barranquero  <lekktu@gmail.com>
3974         * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
3975         decoding of long locale info is now done in `w32-get-locale-info'.
3977 2008-12-11  Chong Yidong  <cyd@stupidchicken.com>
3979         * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
3981 2008-12-10  Chong Yidong  <cyd@stupidchicken.com>
3983         * Makefile.in (ELCFILES): Add ruby-mode.elc.
3985         * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
3986         terminal variable assignment.
3988 2008-12-10  Yukihiro Matsumoto  <matz@ruby-lang.org>
3989             Nobuyoshi Nakada  <nobu@ruby-lang.org>
3991         * progmodes/ruby-mode.el: New file.
3993 2008-12-10  Juanma Barranquero  <lekktu@gmail.com>
3995         * net/tramp.el (top): Don't fail if there is no current message.
3996         [Ulrich Mueller sent a patch, which I saw too late.]  (Bug#1514)
3998 2008-12-10  Kenichi Handa  <handa@m17n.org>
4000         * international/fontset.el (setup-default-fontset): Add an entry
4001         for characters in the Unicode SIP area.
4003 2008-12-10  Glenn Morris  <rgm@gnu.org>
4005         * vc-mcvs.el: Move to obsolete/, with warning comment.
4006         * Makefile.in (ELCFILES): Update.
4008 2008-12-10  Daiki Ueno  <ueno@unixuser.org>
4010         * epa-hook.el (epa-file-find-file-hook): Don't mark the current
4011         buffer unmodified.  (Bug#1509)
4012         * epa-file.el (epa-file-insert-file-contents): Set buffer's
4013         modification time if visiting a file and the content is
4014         successfully decrypted.
4016 2008-12-09  Chong Yidong  <cyd@stupidchicken.com>
4018         * files.el (save-some-buffers): At each map-y-or-n-p iteration,
4019         check whether the buffer is still alive.
4021 2008-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4023         * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
4025 2008-12-09  Glenn Morris  <rgm@gnu.org>
4027         * Makefile.in (ELCFILES): Update.
4029 2008-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4031         * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
4032         Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
4034 2008-12-06  Chong Yidong  <cyd@stupidchicken.com>
4036         * term/xterm.el (terminal-init-xterm): Discard pending input
4037         before reading a reply to the terminal attributes query.
4039 2008-12-05  Andreas Schwab  <schwab@suse.de>
4041         * dired.el (dired-font-lock-keywords): Fix last change.
4043 2008-12-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4045         * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
4046         into (defcustom ... "..." :type ... :group...).
4048 2008-12-05  Juanma Barranquero  <lekktu@gmail.com>
4050         * international/mule-diag.el (mule-diag): Display the window
4051         system version in a less laconic way.
4053 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
4055         * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
4056         if the sorting functions are not loaded.  (Bug#1432)
4058 2008-12-04  Sam Steingold  <sds@gnu.org>
4060         * progmodes/compile.el (compilation-read-command): Extract from
4061         compile.
4062         (compile): Use it.
4063         (recompile): Accept an optional argument to enable editing the
4064         command line.
4066 2008-12-04  Michael Albinus  <michael.albinus@gmx.de>
4068         * net/tramp.el (top): Write a message, when loading Tramp.
4070         * net/tramp-cache.el (tramp-dump-connection-properties):
4071         Polish the check, whether to dump the data.
4073 2008-12-04  Lute Kamstra  <lute@gnu.org>
4075         * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
4076         check if the file "CVS/Entries" exists.
4078 2008-12-04  Juanma Barranquero  <lekktu@gmail.com>
4080         * international/mule-diag.el (list-character-sets): Doc fix.
4081         (list-character-sets-2): Fix info in header.  Simplify.
4082         (print-coding-system): Simplify.
4083         (list-input-methods-1): Simplify.
4084         (mule-diag): Display current font/fontset for all window systems,
4085         not just X.  Simplify.
4087 2008-12-04  Glenn Morris  <rgm@gnu.org>
4089         * vc-cvs.el (vc-cvs-register-switches): Doc fix.  Add t as option.
4090         (vc-cvs-register): Doc fix.
4091         * vc-mcvs.el (vc-mcvs-register-switches): Doc fix.  Add t as option.
4092         (vc-mcvs-register): Doc fix.
4093         * vc-rcs.el (vc-rcs-register-switches): Doc fix.  Add t as option.
4094         (vc-rcs-register): Doc fix.
4095         * vc-sccs.el (vc-sccs-register-switches): Doc fix.  Add t as option.
4096         (vc-sccs-register): Doc fix.
4097         * vc-svn.el (vc-svn-register-switches): Doc fix.  Add t as option.
4098         (vc-svn-register): Doc fix.
4100         * files.el (toggle-read-only): Doc fix.
4102 2008-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4104         * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
4105         be used in compact layout and vice-versa.
4107 2008-12-03  Juanma Barranquero  <lekktu@gmail.com>
4109         * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
4110         like most list-* commands.
4112         * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
4113         They already exist in descr-text.el as `describe-char-unicodedata-file'
4114         and `describe-char-unicode-data'.
4115         (print-list): Simplify.
4116         (read-charset): Reflow docstring.
4117         (list-coding-systems): Doc fix.
4119 2008-12-03  Glenn Morris  <rgm@gnu.org>
4121         * vc.el (vc-diff-switches): Doc fix.
4122         * vc-bzr.el (vc-bzr-diff-switches): Doc fix.  Add t as option.
4123         (vc-bzr-log-switches): Doc fix.
4124         * vc-cvs.el (vc-cvs-diff-switches): Doc fix.  Add t as option.
4125         * vc-git.el (vc-git-diff-switches): Doc fix.
4126         * vc-hg.el (vc-hg-diff-switches): Doc fix.
4127         * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
4128         * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
4129         * vc-rcs.el (vc-rcs-diff-switches): Doc fix.  Add t as option.
4130         * vc-sccs.el (vc-sccs-diff-switches): Doc fix.  Add t as option.
4132         * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
4133         other backends.
4134         (vc-arch-diff): Apply switches.
4136         * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
4137         than appending.
4139         * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
4141 2008-12-03  Daiki Ueno  <ueno@unixuser.org>
4143         * epa.el (epa--show-key): Use past tense of "expire" if the key
4144         has already been expired.  Thanks to Peter BARABAS.
4146 2008-12-03  Lute Kamstra  <lute@gnu.org>
4148         * align.el:
4149         * allout.el:
4150         * apropos.el:
4151         * arc-mode.el:
4152         * autoinsert.el:
4153         * avoid.el:
4154         * battery.el:
4155         * bookmark.el:
4156         * buff-menu.el:
4157         * calculator.el:
4158         * chistory.el:
4159         * cmuscheme.el:
4160         * comint.el:
4161         * compare-w.el:
4162         * dabbrev.el:
4163         * delim-col.el:
4164         * desktop.el:
4165         * diff-mode.el:
4166         * diff.el:
4167         * dired-aux.el:
4168         * dired-x.el:
4169         * dired.el:
4170         * dos-vars.el:
4171         * ediff-diff.el:
4172         * ediff-help.el:
4173         * ediff-init.el:
4174         * ediff-merg.el:
4175         * ediff-mult.el:
4176         * ediff-ptch.el:
4177         * ediff-vers.el:
4178         * ediff-wind.el:
4179         * ediff.el:
4180         * emerge.el:
4181         * facemenu.el:
4182         * faces.el:
4183         * ffap.el:
4184         * filecache.el:
4185         * find-dired.el:
4186         * font-core.el:
4187         * font-lock.el:
4188         * forms.el:
4189         * fringe.el:
4190         * help-at-pt.el:
4191         * hippie-exp.el:
4192         * ido.el:
4193         * image-file.el:
4194         * imenu.el:
4195         * indent.el:
4196         * info.el:
4197         * isearchb.el:
4198         * iswitchb.el:
4199         * jit-lock.el:
4200         * jka-compr.el:
4201         * log-edit.el:
4202         * lpr.el:
4203         * ls-lisp.el:
4204         * man.el:
4205         * menu-bar.el:
4206         * midnight.el:
4207         * mouse-sel.el:
4208         * mouse.el:
4209         * msb.el:
4210         * outline.el:
4211         * paren.el:
4212         * pcmpl-cvs.el:
4213         * pcmpl-gnu.el:
4214         * pcomplete.el:
4215         * pcvs-info.el:
4216         * pcvs-parse.el:
4217         * printing.el:
4218         * ps-mule.el:
4219         * ps-print.el:
4220         * replace.el:
4221         * ruler-mode.el:
4222         * saveplace.el:
4223         * sb-image.el:
4224         * scroll-bar.el:
4225         * sha1.el:
4226         * shadowfile.el:
4227         * shell.el:
4228         * sort.el:
4229         * speedbar.el:
4230         * strokes.el:
4231         * tempo.el:
4232         * term.el:
4233         * terminal.el:
4234         * time-stamp.el:
4235         * time.el:
4236         * tree-widget.el:
4237         * type-break.el:
4238         * vc-cvs.el:
4239         * vc-hg.el:
4240         * vc-mcvs.el:
4241         * vc-rcs.el:
4242         * vc-sccs.el:
4243         * vc.el:
4244         * view.el:
4245         * w32-vars.el:
4246         * whitespace.el:
4247         * wid-edit.el: Remove leading * from docstrings of defcustoms,
4248         deffaces, defconsts and defuns.
4250 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4252         * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
4253         the prompt was added to the minibuffer.
4255 2008-12-02  Glenn Morris  <rgm@gnu.org>
4257         * format.el (format-write-file): Rewrite doc yet again.
4259         * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
4260         Doc fix.  (Bug#1368)
4262         * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
4264 2008-12-02  Aaron S. Hawley  <aaronh@garden.org>
4266         * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
4267         case where point is at the beginning of the buffer.  (Bug#1239)
4269 2008-12-02  Lennart Borgman  <lennart.borgman@gmail.com>
4271         * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
4272         already have the correct indentation.  (Bug#859)
4274 2008-12-02  Kenichi Handa  <handa@m17n.org>
4276         * international/uni-decomposition.el: Re-generated.
4278 2008-12-01  Andreas Schwab  <schwab@suse.de>
4280         * dired.el (dired-font-lock-keywords): Avoid fontifying file names
4281         ending in a colon as directory header.
4283 2008-12-01  Kenichi Handa  <handa@m17n.org>
4285         * international/uni-numeric.el: Re-generated.
4287         * international/charprop.el: Re-generated.
4289 2008-12-01  Juanma Barranquero  <lekktu@gmail.com>
4291         * international/mule-cmds.el (locale-preferred-coding-systems):
4292         Fix alist item.
4294 2008-12-01  Michael Albinus  <michael.albinus@gmx.de>
4296         * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
4297         (tramp-set-connection-property, tramp-flush-connection-property)
4298         (tramp-dump-connection-properties): Use it.
4300 2008-11-30  Chong Yidong  <cyd@stupidchicken.com>
4302         * wdired.el (wdired-finish-edit): If displaying a single file,
4303         change dired-directory if that file was renamed.
4305         * emacs-lisp/byte-run.el (macro-declaration-function):
4306         Disallow declare specs with lengths of 3 or more.
4308         * dirtrack.el (dirtrack): Fix error message.
4310 2008-11-30  Glenn Morris  <rgm@gnu.org>
4312         * vc-svn.el (vc-svn-diff-switches): Doc fix.
4313         (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
4315         * vc-git.el (vc-git-diff):
4316         * vc-hg.el (vc-hg-diff):
4317         * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
4319         * eshell/esh-proc.el (eshell-needs-pipe): New variable.
4320         (eshell-needs-pipe-p): New function.
4321         (eshell-gather-process-output): Set process-connection-type according to
4322         eshell-needs-pipe-p.  (Bug#1388)
4324 2008-11-30  Juanma Barranquero  <lekktu@gmail.com>
4326         * calendar/diary-lib.el (diary-cyclic): Doc fix.
4327         (diary-remind-message, diary-number-of-entries)
4328         (diary-include-other-diary-files, diary-mark-included-diary-files)
4329         (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
4330         (diary-font-lock-keywords-1): Reflow docstrings.
4331         (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
4332         (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
4334         * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
4335         (timer-duration): Use `string-match-p'.
4337 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
4339         * complete.el (PC-do-complete-and-exit):
4340         Use minibuffer-confirm-exit-commands.
4342         * minibuffer.el (minibuffer-confirm-exit-commands):
4343         Add PC-complete and PC-complete-word to the list.
4345 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
4347         * files.el (break-hardlink-on-save): Fix typo in docstring.
4348         Add :version tag.
4350         * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
4351         (reb-mode): Define with `define-derived-mode'.
4353 2008-11-29  Karl Fogel  <kfogel@red-bean.com>
4355         * files.el (break-hardlink-on-save): New variable.
4356         (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
4357         (file-precious-flag): Mention it in doc string.
4359 2008-11-29  Miles Bader  <miles@gnu.org>
4361         * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
4362         (minibuffer-complete-and-exit): Use it.
4364 2008-11-29  Chong Yidong  <cyd@stupidchicken.com>
4366         * term/x-win.el (x-gtk-stock-cache): New hash table.
4367         (x-gtk-map-stock): Perform caching to prevent excess consing
4368         during redisplay.
4370 2008-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4372         * minibuffer.el (completion--try-word-completion): Don't ignore
4373         partial-completion if it's the only style.
4375 2008-11-28  Juanma Barranquero  <lekktu@gmail.com>
4377         * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
4378         (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
4379         (reb-initialize-buffer): Update matches, in case we're reentering
4380         RE Builder mode.
4382 2008-11-28  Chong Yidong  <cyd@stupidchicken.com>
4384         * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
4385         to minibuffer.el; recognize `confirm' and `confirm-after-completion'
4386         values for minibuffer-completion-confirm.
4388 2008-11-28  Martin Rudalics  <rudalics@gmx.at>
4390         * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
4391         any but the first "*" in a doc-string.
4393 2008-11-28  Glenn Morris  <rgm@gnu.org>
4395         * format.el (format-write-file): Improve previous doc fix.
4397 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
4399         * simple.el (use-empty-active-region, use-region-p)
4400         (region-active-p): Doc fix.
4402 2008-11-27  Martin Rudalics  <rudalics@gmx.at>
4404         * window.el (display-buffer): Fix handling of not-this-window
4405         argument.  (Bug#1415)
4407 2008-11-27  Kenichi Handa  <handa@m17n.org>
4409         * international/characters.el: Set category 'C' to characters
4410         #x20000..#x2AFFF, #x2F800..#x2FFFF.
4412         * loadup.el: Set inhibit-load-charset-map to t while preloading files.
4414 2008-11-27  Chong Yidong  <cyd@stupidchicken.com>
4416         * tool-bar.el (tool-bar-find-image-cache): Var deleted.
4417         (tool-bar-find-image): Function deleted.
4418         (tool-bar-local-item, tool-bar-local-item-from-menu):
4419         Use find-image instead of tool-bar-find-image.
4420         (tool-bar-keymap-cache): New hash table.
4421         (tool-bar-make-keymap): Use it.
4422         (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
4424 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4426         * net/dbus.el (dbus-handle-event): The result of a message call
4427         handler can also be an object, which is not a consp.
4429 2008-11-25  Alan Mackenzie  <acm@muc.de>
4431         * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
4432         (forward-list, backward-list, down-list, backward-up-list)
4433         (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
4434         (insert-pair, insert-parentheses): State that the command assumes
4435         that point is not in a string or comment.
4437 2008-11-26  Michael Albinus  <michael.albinus@gmx.de>
4439         * net/dbus.el (dbus-string-to-byte-array)
4440         (dbus-byte-array-to-string, dbus-escape-as-identifier)
4441         (dbus-unescape-from-identifier): New defuns.
4442         (dbus-handle-event): The result of a message call is a list of
4443         arguments, which must be expanded when passing to
4444         `dbus-method-return-internal'.
4446         * net/tramp.el (tramp-handle-write-region): Improve the check for
4447         calling direct copy.
4448         (tramp-find-inline-encoding): Don't raise an error but a warning,
4449         when no inline encoding is found.
4450         (tramp-get-remote-coding): Check for a symbol.  The negative check
4451         for a string fails, when there is an empty string.
4453 2008-11-26  Glenn Morris  <rgm@gnu.org>
4455         * vc-git.el (vc-git-diff-switches): New option.
4456         (vc-git-diff): Apply diff switches.  (Bug#1386)
4457         Give it a basic doc string.
4459         * term/pc-win.el (x-font-family-list): Replace redefinition with
4460         ifdef in src/xfaces.c, since it confuses make-docfile.  (Bug#1383)
4462 2008-11-26  Vincent Belaïche  <vincent.b.1@hotmail.fr>
4464         * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
4465         of the polynomial rather than the whole polynomial.
4467 2008-11-25  Chong Yidong  <cyd@stupidchicken.com>
4469         * mail/mailabbrev.el (define-mail-abbrev): When reading from
4470         mailrc, recognize string quoting.  When reading from Lisp, accept
4471         rfc822-like addresses.
4473         * mail/mailalias.el (define-mail-alias): Sync code with
4474         define-mail-abbrev.
4476 2008-11-25  Glenn Morris  <rgm@gnu.org>
4478         * eshell/esh-proc.el (eshell-gather-process-output):
4479         Revert previous change.  (re-opens Bug#1388)
4481         * select.el (x-set-cut-buffer): Fix signal arguments.
4483         * speedbar.el (speedbar-restricted-move): Fix signal arguments.
4485 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
4487         * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
4488         (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
4489         (bubbles--empty-char): Use "\s".
4491 2008-11-25  Jay Belanger  <jay.p.belanger@gmail.com>
4493         * calc/calc.el (calc-settings-file, calc-language-alist)
4494         (calc-embedded-announce-formula)
4495         (calc-embedded-announce-formula-alist)
4496         (calc-embedded-open-formula, calc-embedded-close-formula)
4497         (calc-embedded-open-close-formula-alist)
4498         (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
4499         (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
4500         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4501         (calc-embedded-open-close-new-formula-alist)
4502         (calc-embedded-open-mode, calc-embedded-close-mode)
4503         (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
4504         (calc-gnuplot-plot-command, calc-gnuplot-print-command)
4505         (calc-multiplication-has-precedence): Remove unnecessary asterisks
4506         from docstrings.
4508 2008-11-25  Juanma Barranquero  <lekktu@gmail.com>
4510         * calculator.el (calculator-op-or-exp): Reflow docstring.
4511         (calculator-remove-zeros, calculator-repR, calculator-repL):
4512         Fix typos in docstrings.
4514 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4516         * log-view.el (log-view-annotate-version): Let vc-annotate manage
4517         windows instead of calling switch-to-buffer.
4519         * diff.el (diff-sentinel): Take note of diff error return value.
4521 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
4523         * calendar/appt.el (appt-disp-window): Do a set-buffer when the
4524         frame can't be split.
4526 2008-11-24  Ulf Jasper  <ulf.jasper@web.de>
4528         * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
4529         (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
4530         (newsticker--treeview-tree-update-tag): Remove dead code.
4531         (newsticker-treeview-update): Don't update cache.
4532         (newsticker-treeview-quit): Don't save cache.
4533         (newsticker-treeview-save): Don't save cache.  Use `newsticker-dir'.
4534         (newsticker-treeview-save): Use `newsticker-dir'.
4535         (newsticker--treeview-load): Use `newsticker-dir'.
4536         (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
4537         Update tags.
4538         (newsticker-treeview-tree-do-click): Slightly simplified.
4540         * net/newst-backend.el (newsticker-dir): New.
4541         (newsticker-start): Use `newsticker--cache-read'.
4542         (newsticker-stop): Use `newsticker--cache-save'.
4543         (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
4544         (newsticker--images-dir): New.
4545         (newsticker--image-get, newsticker--image-sentinel):
4546         Use `newsticker--images-dir'.
4547         (newsticker--cache-save-version1): Backup version of
4548         `newsticker--cache-save'.
4549         (newsticker--cache-update): Create newsticker-dir if necessary.
4550         (newsticker--cache-dir): New.
4551         (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
4552         (newsticker--cache-save-feed): New.
4553         (newsticker--cache-read-version1): New.  Backuped version for reading
4554         cache data..
4555         (newsticker--cache-read, newsticker--cache-do-read): New.
4557         * net/newst-reader.el (newsticker--image-read):
4558         Use `newsticker--images-dir'.
4560 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4562         * files.el (confirm-nonexistent-file-or-buffer):
4563         Allow `after-completion' value to request confirm only after TAB.
4564         (confirm-nonexistent-file-or-buffer): New function.
4565         (read-buffer-to-switch, find-file, find-file-other-window)
4566         (find-file-other-frame, find-file-read-only)
4567         (find-file-read-only-other-window)
4568         (find-file-read-only-other-frame): Use it.
4569         (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
4570         Thanks to Alan Mackenzie for suggesting the new behavior.
4572         * minibuffer.el (minibuffer-complete-and-exit):
4573         Change `confirm-only' value of minibuffer-completion-confirm to
4574         `confirm', and handle a `confirm-after-completion' value.
4576 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
4578         * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
4580 2008-11-24  Andreas Schwab  <schwab@suse.de>
4582         * image.el (image-type-header-regexps): Recognize more xbm format
4583         variants.
4585 2008-11-24  Juanma Barranquero  <lekktu@gmail.com>
4587         * textmodes/artist.el (artist-charlist-to-string): Simplify.
4588         (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
4589         (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
4590         (artist-replace-string, artist-draw-rect, artist-draw-line)
4591         (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
4592         (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
4593         (artist-pen, artist-pen-line, artist-text-insert-common)
4594         (artist-text-overwrite, artist-spray-get-interval)
4595         (artist-spray-clear-circle, artist-erase-char)
4596         (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
4597         (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
4598         (artist-key-draw-1point, artist-key-draw-2points)
4599         (artist-mouse-draw-continously): Fix typos in docstrings.
4600         (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
4601         (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
4602         (artist-backward-char, artist-forward-char): Doc fixes.
4603         (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
4604         Reflow docstrings.
4606 2008-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4608         * international/quail.el (quail-vunion): New function.
4609         (quail-defrule-internal): Use it to prevent accumulating redundant
4610         alternatives when `append' is set.
4611         (quail-insert-decode-map): Simplify computation of the max-key-width.
4612         Compute it right for multiple-list.
4614 2008-11-24  Chong Yidong  <cyd@stupidchicken.com>
4616         * emacs-lisp/elp.el (elp-instrument-list): Check argument type
4617         explicitly.  Doc fix.
4619 2008-11-24  Martin Rudalics  <rudalics@gmx.at>
4621         * calendar/appt.el (appt-disp-window): Move minibuffer check
4622         after binding this-window and do not set-buffer to make sure we
4623         won't deselect the minibuffer.  (Bug#1413)
4625 2008-11-24  Dan Nicolaescu  <dann@ics.uci.edu>
4627         * vc-hg.el (vc-hg-program): Remove.
4628         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4629         Undo previous change.
4631 2008-11-23  Martin Rudalics  <rudalics@gmx.at>
4633         * info-look.el (info-lookup): When Info buffer is visible on
4634         another frame, raise that frame.
4636 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
4638         * allout.el (allout-mode): Fix typo in docstring.
4640         * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
4641         (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
4643 2008-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4645         * vc-hooks.el (vc-follow-link): Complete last change.
4647 2008-11-23  Juanma Barranquero  <lekktu@gmail.com>
4649         * textmodes/remember.el (remember-region): Doc fix.
4650         (remember-filter-functions, remember-handler-functions)
4651         (remember-save-after-remembering, remember-mailbox)
4652         (remember-default-priority, remember-data-file, remember-leader-text)
4653         (remember-diary-file): Remove * from defcustom docstrings.
4654         (remember-run-all-annotation-functions-flag)
4655         (remember-all-handler-functions): Reflow docstrings.
4656         (remember-store-in-mailbox): Fix typo in docstring.
4657         (remember-mode): Define with `define-derived-mode'.  Doc fix.
4659 2008-11-23  Glenn Morris  <rgm@gnu.org>
4661         * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
4662         (eshell-do-pipelines): Add optional argument to distinguish recursive
4663         calls.  Use to set eshell-in-pipeline-p to 'first for the first command
4664         in a pipeline.
4666         * eshell/esh-proc.el (eshell-gather-process-output):
4667         Set process-connection-type nil for all but the first element of a
4668         pipeline.  (Bug#1388)
4670 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4672         * ediff-hook.el: Add tooltips to Emacs menus.
4674         * ediff.el: Change date of last update.
4676 2008-11-22  Juri Linkov  <juri@jurta.org>
4678         * dired-aux.el (dired-isearch-filenames): Add new context-dependent
4679         option `dwim'.  Change non-dwim option from `dired-filename' to `t'.
4680         Doc fix.
4681         (dired-isearch-filenames-setup): Run filename Isearch only when
4682         dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
4683         and the text property `dired-filename' at point is non-nil.
4684         In this case also set isearch-message-prefix-add to "filename ".
4685         (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
4686         (dired-isearch-filenames, dired-isearch-filenames-regexp):
4687         Don't let-bind isearch-message-prefix-add since this is done now
4688         in dired-isearch-filenames-setup.
4690         * isearch.el (isearch-mode): Change the order of calling
4691         `isearch-update' and running the `isearch-mode-hook' to call
4692         `isearch-update' with Isearch parameters set in this hook.
4694         * progmodes/compile.el (compilation-auto-jump-to-first-error):
4695         Fix docstring - change "during `compile'" to "during compilation".
4697         * descr-text.el (describe-char-unidata-list): Move `old-name' to
4698         be immediately after `name'.
4700         * startup.el (initial-buffer-choice): Change an abstract file name
4701         "file.txt" to more reasonable default file name value "~/.emacs".
4703 2008-11-22  Juri Linkov  <juri@jurta.org>
4705         * files.el (hack-local-variables-confirm): Rename arg `project' to
4706         `dir-name'.  Move `(or dir-name name)' to let-binding of `name'.
4707         (hack-local-variables-filter): Rename arg `project' to `dir-name'.
4708         (hack-local-variables): Rename call of `hack-project-variables' to
4709         `hack-dir-local-variables'.  Change error text to "Directory-local
4710         variables error".
4711         (dir-locals-class-alist): Rename from `project-class-alist'.
4712         (dir-locals-directory-alist): Rename from `project-directory-alist'.
4713         (dir-locals-get-class-variables): Rename from `project-get-alist'.
4714         (dir-locals-collect-mode-variables): Rename from
4715         `project-collect-bindings-from-alist'.  Rename arg `mode-alist' to
4716         `mode-variables', and arg `settings' to `variables'.
4717         (dir-locals-collect-variables): Rename from
4718         `project-collect-binding-list'.  Rename arg `binding-list' to
4719         `class-variables', and arg `settings' to `variables'.
4720         (dir-locals-set-directory-class): Rename from `set-directory-project'.
4721         (dir-locals-set-class-variables): Rename from `define-project-bindings'.
4722         Rename arg `settings' to `variables'.
4723         (dir-locals-file): New defconst.
4724         (dir-locals-find-file): Rename from `project-find-settings-file'.
4725         Use `dir-locals-file'.  Rename let-bound `settings' to `locals-file',
4726         and `pda' to `dir-elt'.
4727         (dir-locals-read-from-file): Rename from
4728         `project-define-from-project-file'.  Rename arg `settings-file'
4729         to `file'.  Rename let-bound `list' to `variables'.
4730         (hack-dir-local-variables): Rename from `hack-project-variables'.
4731         Rename let-bound `settings' to `variables-file', `root-dir'
4732         to `dir-name', and `bindings' to `variables'.
4734 2008-11-22  Lute Kamstra  <lute@gnu.org>
4736         * simple.el (goto-line): Rename argument.
4738 2008-11-22  Eli Zaretskii  <eliz@gnu.org>
4740         * makefile.w32-in (compile-first): New target.
4741         (recompile): Depend on compile-first.
4743         * Makefile.in (recompile): Depend on compile-first.
4745 2008-11-22  Martin Rudalics  <rudalics@gmx.at>
4747         * files.el (switch-to-buffer-other-window)
4748         (switch-to-buffer-other-frame): Rename buffer argument to
4749         buffer-or-name.  Reword and mention new option
4750         confirm-nonexistent-file-or-buffer in doc-string.
4752 2008-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
4754         * emulation/viper.el: Date change.
4756         * emulation/viper-cmd.el (viper-envelop-ESC-key):
4757         viper-translate-all-ESC-keysequences is now a function.
4759         * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
4760         Make this variable.
4762 2008-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4764         * vc-hooks.el (vc-follow-link, vc-find-file-hook):
4765         Use buffer-file-truename to handle symlinks in any part of the filename.
4767 2008-11-22  Glenn Morris  <rgm@gnu.org>
4769         * vc-mtn.el (vc-mtn-diff-switches): New option.
4770         (vc-mtn-program): Rename from vc-mtn-command, for
4771         consistency with other backends.  Keep old name as alias.
4772         Update callers.  Make it a defcustom.
4773         (vc-mtn-diff): Give it a doc string.  Apply diff switches.
4775         * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
4776         consistency with other backends.  Keep old name as alias.
4777         Make it a defcustom.
4778         (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
4780         * vc-hg.el (vc-hg-program): New option.
4781         (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4782         Use vc-hg-program rather than hard-coded "hg".
4784         * vc-svn.el: Remove leading `*' from defcustom doc-strings.
4785         (vc-svn-program): Move defcustom to start.
4786         (vc-svn-create-repo, vc-svn-modify-change-comment):
4787         Use vc-svn-program rather than hard-coded "svn".
4789         * menu-bar.el: Stylistic consistency fixes for various menu and
4790         help texts.
4792         * kmacro.el (kmacro-insert-counter): Doc fix.
4794 2008-11-21  Ivan Shmakov  <oneingray@gmail.com>  (tiny change)
4796         * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
4798 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4800         * international/quail.el (quail-indent-to): New function.
4801         (quail-completion-1, quail-completion-list-translations)
4802         (quail-insert-decode-map): Use it to improve alignment.
4803         (quail-build-decode-map): Don't ignore latin-1 chars.
4804         (quail-help): Increase the max decode-map size so that even the TeX map
4805         gets printed.
4807         * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
4808         Signal error for invalid bookmark.
4809         (bookmark-get-bookmark-record): Undo last change.
4810         (bookmark-store, bookmark-delete): Use new arg `noerror'.
4812         * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
4813         Suggested by Toru TSUNEYOSHI.
4815 2008-11-21  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4817         * byte-opt.el (byte-compile-butlast): Move up in file.
4818         (byte-optimize-plus): Don't call
4819         byte-optimize-delay-constants-math (bug#1334).
4820         Use byte-optimize-predicate to optimize constants.
4821         (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
4822         Remove zero arguments first
4823         if possible.  Call byte-optimize-predicate to optimize constants.
4824         (byte-optimize-multiply): Remove optimizations for arguments of 0
4825         and 2, which may be inaccurate.  Optimize (* x -1) to (- x).
4826         Call byte-optimize-predicate.
4827         (byte-optimize-divide): Leave runtime errors unchanged.
4828         Optimize (/ x 1) to (+ x 0).  Remove optimizations for arguments of
4829         0 and 2.0, which may be inaccurate.  Call byte-optimize-predicate.
4831 2008-11-21  Juanma Barranquero  <lekktu@gmail.com>
4833         * bookmark.el (bookmark-jump-noselect): Add obsolescence
4834         declaration and remove redundant info from docstring.
4836         * isearch.el (isearch-search-string): Doc fix.
4837         (search-exit-option, search-slow-window-lines, search-slow-speed)
4838         (search-upper-case, search-nonincremental-instead)
4839         (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
4840         (search-ring-update, search-highlight, isearch-lazy-highlight)
4841         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4842         (lazy-highlight-interval): Remove * from defcustom docstrings.
4843         (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
4844         Remove * from defcustom docstrings; fix typos.
4845         (isearch-push-state-function, isearch-help-for-help-internal)
4846         (isearch-help-for-help, isearch-describe-bindings)
4847         (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
4848         (isearch-pop-fun-state, isearch-search-fun-function)
4849         (isearch-lazy-highlight-search): Fix typos in docstrings.
4850         (isearch-yank-internal, isearch-fallback): Reflow docstrings.
4851         (isearch-forward): Fix typo and reflow docstring.
4852         (isearch-help-map): Remove unused `i' binding.  Fix typos in docstring.
4853         (isearch-mode-map): Don't use `let*'.
4855 2008-11-21  Chong Yidong  <cyd@stupidchicken.com>
4857         * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
4859 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4861         * isearch.el (isearch-search-string): Simplify and convert docstring.
4863         * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
4865 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4867         * international/mule-util.el (set-nested-alist): Doc fix.  Use `when'.
4868         (lookup-nested-alist): Doc fix.
4869         (with-coding-priority): Reflow docstring.
4870         (detect-coding-with-priority): Fix typos in obsolescence declaration.
4871         (char-displayable-p): Reflow docstring.  Use `when'.
4873 2008-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
4875         * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
4876         week forward/backward.
4878 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4880         * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
4881         (with-electric-help): Fix typo and reflow docstring.
4883 2008-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4885         * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
4886         (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
4887         (list-buffers-noselect): Don't need to pad.
4889 2008-11-20  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
4891         * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
4892         Pay attention to char widths when computing string sizes.
4894 2008-11-20  Juanma Barranquero  <lekktu@gmail.com>
4896         * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
4897         (byte-compile-output-docform): Reflow docstrings.
4898         (no-byte-compile): Fix typo in docstring.
4899         (byte-recompile-directory, compile-defun): Doc fixes.
4900         (emacs-lisp-file-regexp, byte-compile-verbose)
4901         (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
4902         (byte-compile-dynamic-docstrings, byte-optimize-log)
4903         (byte-compile-error-on-warn, byte-compile-warnings)
4904         (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
4905         Remove * from defcustom docstrings.
4907 2008-11-20  Glenn Morris  <rgm@gnu.org>
4909         * format.el (format-alist, format-write-file): Doc fix.
4911         * proced.el (proced-available): New variable.
4912         (proced-process-attributes): Move availability check from previous
4913         change from here...
4914         (proced): ... to here.
4916         * vc-hg.el (vc-hg-diff-switches): New option.
4917         (vc-hg-diff): Apply diff switches.  (Bug#1017)
4919         * calc/calc-units.el (math-additional-units): Doc fix (active voice).
4921         * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
4923 2008-11-20  Stephen Berman  <Stephen.Berman@gmx.net>
4925         * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
4927 2008-11-19  Juanma Barranquero  <lekktu@gmail.com>
4929         * calc/calc-units.el (math-units-table): Doc fix.
4930         (math-standard-units): Fix typo in constant's description.
4931         (math-additional-units): Fix typo in docstring.
4933 2008-11-19  Ulrich Mueller  <ulm@kph.uni-mainz.de>
4935         * calc/calc-units.el (math-standard-units): Add eps0,
4936         permittivity of vacuum.
4938 2008-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
4940         * files.el (project-settings-file): Remove.
4941         (project-find-settings-file): Undo previous change that added the
4942         use of project-settings-file.
4944 2008-11-19  Glenn Morris  <rgm@gnu.org>
4946         * proced.el (proced, proced-format-time): Doc fixes.
4947         (proced-process-attributes): Signal an error if unsupported.  (Bug#1314)
4949 2008-11-19  Karl Fogel  <kfogel@red-bean.com>
4951         * bookmark.el (bookmark-jump-noselect): Move the deprecation
4952         notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
4954 2008-11-19  Lute Kamstra  <lute@gnu.org>
4956         * autoinsert.el (auto-insert-alist): Don't use match data.
4958 2008-11-19  Glenn Morris  <rgm@gnu.org>
4960         * progmodes/f90.el (f90-mode-map): Add some menu :help.
4962         * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
4964         * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
4965         * term/w32-win.el (x-select-font): Declare.
4967         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
4968         Use the imperative for all help strings.
4970 2008-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4972         * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
4973         case where the default dictionary is French, Spanish, younameit.
4975         * window.el (window--frame-usable-p): Consider dedicated windows
4976         as usable.
4978         * files.el (confirm-nonexistent-file-or-buffer):
4979         Rename from find-file-confirm-nonexistent-file.
4980         (read-buffer-to-switch): Use it.
4982 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4984         * server.el (server-temp-file-p): Use `string-match-p'.
4985         (server-socket-dir): Set to nil if local sockets are unsupported.
4986         (server-start): Don't try to delete local socket if unsupported.
4987         (server-kill-new-buffers): Reflow docstring.
4988         (server-delete-client, server-handle-delete-frame)
4989         (server-save-buffers-kill-terminal): Doc fixes.
4990         (server-send-string): Fix typo in docstring.
4992 2008-11-18  Sam Steingold  <sds@gnu.org>
4994         * progmodes/compile.el (compilation-start-hook): New hook.
4995         (compilation-start): Run it on the compilation process.
4997 2008-11-18  Juanma Barranquero  <lekktu@gmail.com>
4999         * international/mule-cmds.el (update-leim-list-file): Simplify.
5000         (prefer-coding-system, find-coding-systems-for-charsets):
5001         Fix docstring typos.
5002         (select-safe-coding-system, input-method-exit-on-first-char)
5003         (language-info-alist, language-info-custom-alist): Reflow docstrings.
5004         (toggle-input-method, read-multilingual-string): Doc fixes.
5005         Reflow docstrings.
5006         (locale-name-match, sort-coding-systems, find-multibyte-characters)
5007         (read-char-by-name): Use `string-match-p'.
5008         (get-char-code-property, put-char-code-property)
5009         (char-code-property-description): Be silent while loading uni-* files.
5010         (ucs-names): Use `dotimes-with-progress-reporter', because loading
5011         the Unicode character names is *slow*.
5013 2008-11-17  Chong Yidong  <cyd@stupidchicken.com>
5015         * wid-edit.el (widget-image-insert): Don't add a mouse-face.
5017         * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
5019 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
5021         * international/mule-cmds.el (ucs-completions): Mark as risky.
5023 2008-11-17  Martin Rudalics  <rudalics@gmx.at>
5025         * help-macro.el (three-step-help): Remove * from defcustom.
5026         (make-help-screen): Don't iconify selected frame.  (Bug#1322)
5027         Use when instead of if and cond within condition-case.
5029         * window.el (quit-window): Bind window to selected window when
5030         trying to delete it.
5032 2008-11-17  Glenn Morris  <rgm@gnu.org>
5034         * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
5035         definition of 'ignore, rather than nil.  (Bug#1353)
5037 2008-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5039         * window.el (window--frame-usable-p): Allow use for soft-dedication.
5041 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
5043         * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
5045         * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
5046         (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
5047         (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
5048         (kill-word, backward-kill-word, zap-to-char): Doc fixes.
5049         (shell-command, repeat-complex-command): Reflow docstrings.
5050         (pop-to-mark-command): Fix typos in docstring.
5052 2008-11-17  Juri Linkov  <juri@jurta.org>
5054         * isearch.el (isearch-filter-predicate): Rename from
5055         `isearch-success-function'.  Rename default value from
5056         `isearch-success-function-default' to
5057         `isearch-filter-invisible'.  Doc fix.
5058         (isearch-filter-invisible): Rename from
5059         `isearch-success-function-default'.  Doc fix.
5060         (isearch-search, isearch-lazy-highlight-search):
5061         Rename `isearch-success-function' to `isearch-filter-predicate'.
5063         * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
5064         `dired-isearch-orig-success-function'.
5065         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
5066         (dired-isearch-filenames-end): Rename `isearch-success-function' to
5067         `isearch-filter-predicate'.  Doc fix.
5068         (dired-isearch-filter-filenames): Rename from
5069         `dired-isearch-success-function'.
5071         * info.el (Info-search, Info-mode):
5072         Rename `isearch-success-function' to `isearch-filter-predicate'.
5073         (Info-isearch-filter-predicate): Rename from
5074         `Info-search-success-function'.
5076         * simple.el (minibuffer-default-add-function): Fix docstring to
5077         use clear text "default values" instead of obscure references to
5078         the dynamic variable `minibuffer-default'.
5080 2008-11-16  Glenn Morris  <rgm@gnu.org>
5082         * term/ns-win.el (ns-extended-platform-support-mode):
5083         Tweak menu entry from previous change.
5085         * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
5087         * cus-edit.el (custom-buffer-create-internal): Always insert the
5088         in-buffer buttons, regardless of tool-bar.  (Bug#1326)
5090 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
5092         * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
5094 2008-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5096         * ielm.el (ielm-eval-input): Fix thinko in last change.
5098 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
5100         * subr.el (read-passwd): Yank current kill if the user enters C-y.
5102 2008-11-16  Michael Albinus  <michael.albinus@gmx.de>
5104         * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
5105         (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
5107         * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
5108         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5109         Handle `file-name-as-directory'.
5111 2008-11-16  Chong Yidong  <cyd@stupidchicken.com>
5113         * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
5114         usual variable-pitch face.
5116 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
5118         * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
5119         (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
5120         (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
5121         (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
5122         (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
5123         (ange-ftp-quote-string, ange-ftp-process-handle-line)
5124         (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
5125         (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
5126         (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
5127         (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
5128         (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
5129         (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
5130         (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
5131         (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
5132         (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
5133         (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
5134         (ange-ftp-default-user, ange-ftp-default-password)
5135         (ange-ftp-default-account, ange-ftp-netrc-default-password)
5136         (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
5137         (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
5138         (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
5139         (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
5140         (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
5141         (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
5142         (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
5143         (ange-ftp-make-backup-files, ange-ftp-retry-time)
5144         (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
5145         (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
5146         (ange-ftp-gateway-tmp-name-template)
5147         (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
5148         (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
5149         (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
5150         (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
5151         (ange-ftp-gateway-program): Remove * from docstring and reflow.
5152         (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
5153         (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
5154         (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
5155         (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
5156         (ange-ftp-rename-local-to-remote): Doc fixes.
5157         (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
5158         Use `when', `unless'.
5159         (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
5160         (ange-ftp-process-handle-hash): Rename arg STR to STRING.
5161         (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
5162         (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
5163         (ange-ftp-normal-login): Rename arg PASS to PASSWORD.  Fix typo.
5164         (ange-ftp-process-sentinel): Use `when'.  Fix typo.
5165         (ange-ftp-gwp-start): Use `let', not `let*'; use `when'.  Fix typo.
5166         (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
5167         (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
5168         (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
5169         (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
5170         (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
5171         (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
5172         (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
5173         `(save-match-data (string-match ...))'.
5174         (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
5175         (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
5176         Use `string-match-p' instead of `(save-match-data (string-match ...))'.
5177         Doc fixes.
5179 2008-11-16  Michael Kifer  <kifer@cs.stonybrook.edu>
5181         * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
5182         function instead of a variable.
5184         * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
5185         viper-ESC-keyseq-timeout as a function.
5186         (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
5187         defsubst.
5189         * emulation/viper-cmd.el: Let line-move-visual to nil when using
5190         next-line or previous-line.
5191         (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
5193         * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
5195         * ediff-util.el (ediff-toggle-multiframe): Check if control window is
5196         live.
5197         (ediff-save-buffer): Let window-min-height to 2.
5199         * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
5200         the minibuffer.
5202 2008-11-16  Juanma Barranquero  <lekktu@gmail.com>
5204         * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
5205         (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
5206         (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
5207         (ielm-map): Define within defvar.  Add docstring.
5208         (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
5209         (ielm-complete-filename): Use `when', `unless'.
5210         (ielm-is-whitespace-or-comment): Use `string-match-p'.
5211         (ielm-return, ielm-get-old-input): Use `looking-at-p'.
5212         (ielm-change-working-buffer): Check that the buffer is live.
5213         (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
5214         Simplify.  Reflow docstring.
5215         (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
5216         New aliases, to satisfy `define-derived-mode' expectations.
5218 2008-11-15  Glenn Morris  <rgm@gnu.org>
5219             Martin Rudalics  <rudalics@gmx.at>
5221         * emacs-lisp/find-func.el (find-function-advised-original): New.
5222         (find-function-C-source, find-function-noselect):
5223         Use find-function-advised-original to handle advised funcs.  (Bug#789)
5225 2008-11-15  Glenn Morris  <rgm@gnu.org>
5227         * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
5228         alias message.
5230         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
5231         Remove uniquify-after-kill-buffer-p dependency.
5232         (uniquify-kill-buffer-function): New function.
5233         (kill-buffer-hook): Use uniquify-kill-buffer-function.  (Bug#1315)
5235         * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
5236         (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
5237         main Emacs manual.
5239 2008-11-15  Martin Rudalics  <rudalics@gmx.at>
5241         * window.el (quit-window): Restore delete window with second
5242         arg non-nil behavior as of before 2008-10-30 change.
5244 2008-11-15  Chong Yidong  <cyd@stupidchicken.com>
5246         * help-fns.el (describe-function-1): Do char-range check for
5247         self-insert-command.
5249 2008-11-14  Karl Fogel  <kfogel@red-bean.com>
5251         * files.el (file-precious-flag): Document that this flag is advisory.
5253 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5255         * emacs-lisp/bytecomp.el (byte-compile-associative)
5256         (byte-compile-minus, byte-compile-quo): If there are more than two
5257         operands, don't use binary operation code (bug#1334).
5259 2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
5261         * w32-fns.el (w32-shell-dos-semantics):
5262         * calendar/diary-lib.el (diary-face-attrs):
5263         * international/mule-cmds.el (set-default-coding-systems)
5264         (prefer-coding-system):
5265         * net/tramp.el (tramp-set-completion-function):
5266         * progmodes/vhdl-mode.el (vhdl-file-header):
5267         * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
5269         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
5271         * files.el (enable-local-eval, not-modified, kill-buffer-ask)
5272         (kill-matching-buffers, save-buffers-kill-emacs)
5273         (save-buffers-kill-terminal): Fix typos in docstrings.
5274         (switch-to-buffer-other-window): Reflow docstring.
5275         (revert-buffer): Doc fix.
5276         (define-project-bindings): Rename arg LIST to SETTINGS.
5277         (project-find-settings-file): Use `let', not `let*'.
5278         Use `when'.
5280 2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
5282         * files.el (project-settings-file, locate-dominating-file):
5283         Fix typos in docstrings.
5284         (find-file-visit-truename): Remove * from defcustom docstring.
5286 2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
5288         * files.el (project-settings-file): New variable.
5289         (project-find-settings-file): Use it, instead of hardcoding
5290         .dir.settings.el.
5292 2008-11-13  Glenn Morris  <rgm@gnu.org>
5294         * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
5296 2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
5298         * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
5299         in mail bodies.
5301 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
5303         * international/mule.el (autoload-coding-system, with-category-table)
5304         (ctext-non-standard-encodings-alist): Fix typos in docstrings.
5305         (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
5306         (set-buffer-file-coding-system, revert-buffer-with-coding-system)
5307         (set-file-name-coding-system, ctext-pre-write-conversion)
5308         (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
5309         Reflow docstrings.
5310         (charset-list, set-coding-priority): Remove redundant obsolescence info.
5311         (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
5312         (char-valid-p): Define with `define-obsolete-function-alias'.
5314         * textmodes/artist.el (artist-mode): Fix typos in docstring.
5316 2008-11-12  Sam Steingold  <sds@gnu.org>
5318         * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
5319         between hostname and path.
5321 2008-11-11  Juri Linkov  <juri@jurta.org>
5323         * dired-aux.el (dired-isearch-filenames)
5324         (dired-isearch-filenames-regexp):
5325         Let-bind isearch-message-prefix-add to "filename ".
5327         * isearch.el (isearch-message-prefix-add)
5328         (isearch-message-suffix-add): New variables.
5329         (isearch-message-prefix): Show additional text from
5330         `isearch-message-prefix-add' before "I-search".
5331         (isearch-message-suffix): Show additional text from
5332         `isearch-message-suffix-add' at the end.
5334         * isearch.el (isearch-lazy-highlight-search): Use a loop like in
5335         `isearch-search'.  Call isearch-success-function to skip matches
5336         outside the current isearch scope.  Let-bind search-invisible to
5337         nil to not match invisible text.
5339         * isearch.el (isearch-query-replace, isearch-highlight-regexp):
5340         Let-bind `isearch-recursive-edit' to nil to prevent calling
5341         `exit-recursive-edit' in `isearch-done' that terminates the
5342         execution of these commands when it is non-nil.  Call
5343         `exit-recursive-edit' explicitly at the end.
5344         (isearch-occur): For word search construct the correct regexp
5345         with word boundaries to proceed with occur.
5347         * isearch.el (isearch-search-fun): Compare the length of the
5348         current search string with the length of the string from the
5349         previous search state to detect the situation when the user
5350         adds or removes characters in the search string.
5351         Use word-search-forward-lax and word-search-backward-lax in this
5352         case, and otherwise word-search-forward and word-search-backward.
5354 2008-11-11  Sam Steingold  <sds@gnu.org>
5356         * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
5357         the "Version Control" group (for C-x v g).
5359 2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
5361         * server.el (server-process-filter): Fix typos and reflow docstring.
5363 2008-11-11  Martin Rudalics  <rudalics@gmx.at>
5365         * mail/footnote.el (footnote-mode): Improve doc-string.
5366         Suggested by <jidanni@jidanni.org>.  (Bug#1318)
5368 2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
5370         * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
5372 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5374         * mail/smtpmail.el (smtpmail-open-stream): Use
5375         `starttls-any-program-available'.  Auto-load starttls.el for it.
5377 2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
5379         * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
5380         version (bug@1285).
5382 2008-11-08  Eli Zaretskii  <eliz@gnu.org>
5384         * startup.el (command-line): Ignore init-file-user when checking
5385         user's home directory on MS-DOS as well.
5387 2008-11-07  Sam Steingold  <sds@gnu.org>
5389         * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
5391 2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
5393         * frame.el (make-frame-on-display): Use `string-match-p'.
5395 2008-11-07  Glenn Morris  <rgm@gnu.org>
5397         * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
5399 2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
5401         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
5402         to initialize font-lock keyword case sensitivity.
5403         (lisp-mode): Use it.
5405 2008-11-06  Glenn Morris  <rgm@gnu.org>
5407         * eshell/esh-maint.el: Remove unused file.
5409         * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
5411         * cus-edit.el (custom-comment-tag): Doc fix.
5412         (custom-comment, custom-variable-value-create, custom-face):
5413         Use face names sans -face suffix rather than aliases.
5415 2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
5417         * calc/calc.el (calc-quit): Use `window-full-width-p' to check
5418         window width.
5420 2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
5422         * server.el (server-process-filter): Only default to emacsclient's
5423         terminal in daemon mode.
5425 2008-11-05  Martin Rudalics  <rudalics@gmx.at>
5427         * window.el (quit-window): Restore prefix argument behavior
5428         removed in 2008-10-30 change.  (Bug#1308)
5430 2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
5432         * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
5433         function to kill-buffer-hook, not to kill-buffer.
5434         Reported by Markus Triska <markus.triska@gmx.at>
5436 2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
5438         * calc/calc.el (calc-quit): Make sure that the keypad buffer
5439         exists before deleting its windows.
5441 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
5443         * server.el (server-process-filter): Don't call
5444         server-create-tty-frame when no tty name is specified.
5446 2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
5448         * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
5450 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
5452         * international/mule-cmds.el (toggle-enable-multibyte-characters)
5453         (define-char-code-property):
5454         * textmodes/reftex.el (reftex-index):
5455         * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
5457 2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
5459         * vc-bzr.el (vc-bzr-dir-printer): Rename from
5460         vc-bzr-status-printer.
5462         * startup.el (startup-echo-area-message): Display a different
5463         message in daemon mode.  Suggested by Stephen Turnbull.
5465         * frame.el (make-frame-on-display): Ignore DISPLAY argument on
5466         Windows.
5468 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
5470         * dframe.el (dframe-mouse-position-function)
5471         (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
5472         (dframe-mouse-set-point): Fix typos in docstrings.
5474 2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
5476         * vc-dir.el (vc-dir-headers): Undo previous change.
5478 2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
5480         * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
5481         * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
5483 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
5485         * subr.el (looking-back): Fix doc-string typo.
5487         * electric.el (Electric-pop-up-window): Call window-end with
5488         UPDATE set to t.
5490         * window.el (save-selected-window): Make it behave like
5491         save-selected-window-norecord.
5492         (save-selected-window-norecord): Remove, since functionality
5493         fully taken over by save-selected-window.
5494         (walk-windows, set-window-text-height, fit-window-to-buffer):
5495         Use save-selected-window instead of save-selected-window-norecord.
5496         * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
5497         save-selected-window-norecord.
5498         * emacs-lisp/lisp-mode.el (save-selected-window): Remove
5499         indent-function for save-selected-window-norecord.
5501 2008-11-03  Alan Mackenzie  <acm@muc.de>
5503         * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
5505 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
5507         * subr.el (looking-back): Doc fix.
5509         * term/x-win.el (x-initialize-window-system):
5510         Call x-wm-set-size-hint after initialization.
5512         * eshell/em-hist.el (eshell-save-history-on-exit): Change default
5513         to t.
5515         * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
5516         2000-12-08 (bug#1297).
5518         * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
5520 2008-11-03  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5522         * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
5523         when appropriate.
5525 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
5527         * window.el (save-selected-window-norecord): New macro.
5528         (walk-windows): Use save-selected-window-norecord and call
5529         select-window with NORECORD set.  (Bug#1237)
5530         (set-window-text-height, fit-window-to-buffer):
5531         Use save-selected-window-norecord and call select-window with
5532         NORECORD set.
5533         * subr.el (with-selected-window): Call set-frame-selected-window
5534         with new argument NORECORD set.  Update doc-string.
5535         (with-selected-frame): Call select-frame with new argument
5536         NORECORD set.  Update doc-string.
5537         * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
5538         Put indent-function for save-selected-window-norecord.
5539         * font-lock.el (lisp-font-lock-keywords-2):
5540         Add save-selected-window-norecord.
5542 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5544         * cus-edit.el (customize-apropos-options, custom-comment)
5545         (custom-comment-tag, custom-face-edit-attribute-tag):
5546         Fix typos in docstrings.
5547         (custom-buffer-done-kill): Remove * from defcustom docstring.
5548         (custom-file): Fix typo in doc of defcustom choice.
5550         * frame.el (display-visual-class): Fix typo in docstring.
5551         (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
5552         (special-display-frame-alist, show-trailing-whitespace)
5553         (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
5554         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5555         Remove * from defcustom docstrings.
5557         * md4.el (md4-buffer): Fix typo in docstring.
5558         (md4, md4-64): Doc fixes.
5559         (md4-pack-int32): Reflow docstring.
5561         * paths.el (rmail-file-name): Remove * from defcustom docstring.
5562         (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
5564         * rect.el (open-rectangle): Reflow docstring.
5565         (spaces-string): Fix docstring typo.  Use "?\s" instead of "? ".
5567         * select.el (x-get-cut-buffer): Fix typo in docstring.
5569         * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
5570         (timezone-time-zone-from-absolute, timezone-leap-year-p):
5571         Fix typos in docstrings.
5573         * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
5574         Fix typos in docstrings.
5576 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
5578         * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
5580         * net/newst-treeview.el (newsticker--treeview-list-update-faces)
5581         (newsticker--treeview-list-update, newsticker--treeview-item-show)
5582         (newsticker--treeview-tree-update)
5583         (newsticker--treeview-tree-update-highlight)
5584         (newsticker-treeview-update)
5585         (newsticker-treeview-next-item, newsticker-treeview-prev-item)
5586         (newsticker-treeview-next-new-or-immortal-item)
5587         (newsticker-treeview-prev-new-or-immortal-item)
5588         (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
5589         (newsticker-treeview-tree-click): Watch for layout changes.
5590         (newsticker--treeview-set-current-node): Cleanup.
5591         (newsticker--treeview-restore-layout): Rename from
5592         newsticker--treeview-restore-buffers.
5593         (newsticker--treeview-mark-item): Update cache file.
5595 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
5597         * calendar/icalendar.el (icalendar--uid-count): New.
5598         (icalendar--create-uid): New.  Extracted from
5599         `icalendar-export-region' and add uid counter.
5600         (icalendar-export-region): Use `icalendar--create-uid'.
5602 2008-10-31  Juanma Barranquero  <lekktu@gmail.com>
5604         * tooltip.el (tooltip-frame-parameters): Doc fix.
5606 2008-10-31  Martin Rudalics  <rudalics@gmx.at>
5608         * window.el (window-body-height, window-current-scroll-bars)
5609         (walk-windows, get-window-with-predicate, get-buffer-window-list)
5610         (minibuffer-window-active-p, count-windows)
5611         (window-safely-shrinkable-p, window--splittable-p)
5612         (window--try-to-split-window, window--frame-usable-p)
5613         (window--even-window-heights, window--display-buffer-1)
5614         (window--display-buffer-2, set-window-text-height)
5615         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
5616         (truncated-partial-width-window-p): Rewrite doc-string.
5617         (window-fixed-size-p): Simplify code.  Rewrite doc-string.
5618         (split-window-vertically, split-window-horizontally):
5619         Rename args, rewrite doc-string, and simplify code.
5620         (split-window-save-restore-data): Rename args and use
5621         when instead of if.
5623 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
5625         * indent.el (indent-for-tab-command): Use use-region-p.
5627         * vc.el (vc-revert): Limit the length of the query string.
5629 2008-10-30  Juanma Barranquero  <lekktu@gmail.com>
5631         * simple.el (idle-update-delay, next-error-highlight)
5632         (next-error-highlight-no-select, next-error-recenter, next-error-hook)
5633         (minibuffer-history-case-insensitive-variables, kill-ring-max)
5634         (kill-read-only-ok, backward-delete-char-untabify-method)
5635         (kill-whole-line, mark-ring-max, global-mark-ring-max)
5636         (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
5637         (goal-column, line-move-ignore-invisible, fill-prefix)
5638         (auto-fill-inhibit-regexp, blink-matching-paren)
5639         (blink-matching-paren-on-screen, blink-matching-paren-distance)
5640         (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
5641         (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
5642         (minibuffer-history-isearch-wrap, transient-mark-mode)
5643         (next-logical-line, auto-fill-mode, line-number-mode)
5644         (column-number-mode, size-indication-mode, clone-indirect-buffer)
5645         (normal-erase-is-backspace-mode): Doc fixes.
5646         (current-kill, transient-mark-mode, toggle-truncate-lines)
5647         (visible-mode): Reflow docstrings.
5648         (minibuffer-local-shell-command-map, interprogram-paste-function):
5649         Fix typos in docstrings.
5651 2008-10-30  Chong Yidong  <cyd@stupidchicken.com>
5653         * server.el (server-process-filter): In daemon mode, default to
5654         emacsclient's tty if not opening a new frame and only the
5655         terminal-frame is available.
5657 2008-10-30  Martin Rudalics  <rudalics@gmx.at>
5659         * window.el (quit-window): Simplify code.  Say in doc-string
5660         that it operates on the selected window's buffer.  (Bug#1259)
5662 2008-10-30  Nick Roberts  <nickrob@snap.net.nz>
5664         * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
5665         nil so that log-view-diff-changeset works.
5667 2008-10-30  Glenn Morris  <rgm@gnu.org>
5669         * files.el (locate-dominating-stop-dir-regexp): Fix typo.
5671         * resume.el: Move to obsolete/.
5672         * Makefile.in (ELCFILES): Update.
5674 2008-10-29  Chong Yidong  <cyd@stupidchicken.com>
5676         * electric.el (Electric-pop-up-window): Don't shrink the window if
5677         it's already big enough.
5679         * minibuffer.el (delete-minibuffer-contents): Delete all
5680         minibuffer contents instead of just the current field.
5682         * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
5684         * bookmark.el (bookmark-handle-bookmark): Rename from
5685         bookmark-jump-noselect.
5686         (bookmark--jump-via, bookmark-insert): Callers changed.
5687         (bookmark-jump-noselect): Wrapper function for
5688         bookmark-handle-bookmark.
5689         (bookmark-get-bookmark-record): Signal error for invalid bookmark.
5691         * textmodes/ispell.el (ispell-word): Use use-region-p.
5693 2008-10-29  Juanma Barranquero  <lekktu@gmail.com>
5695         * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
5696         to follow naming conventions for abnormal hooks.  Doc fix.
5697         (tooltip-mode, tooltip-timeout): Use it.
5698         (tooltip-hook): New obsolete alias.
5699         (tooltip-help-tips): Doc fix.
5701         * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
5703 2008-10-29  Ulrich Mueller  <ulm@gentoo.org>
5705         * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
5706         of hardcoded /tmp.
5708 2008-10-29  Glenn Morris  <rgm@gnu.org>
5710         * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
5712         * vc-hooks.el (vc-find-root): Remove bogus alias.
5714 2008-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5716         * international/quail.el (quail-show-guidance): Don't create
5717         a guidance-frame if current buffer is not a minibuffer, since even if
5718         selected-window is mini-p, the buffer will never be displayed in it, so
5719         it wil be usable for guidance.
5721 2008-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5723         * smerge-mode.el: Require diff-mode at run-time as well.
5725 2008-10-28  Martin Rudalics  <rudalics@gmx.at>
5727         * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
5728         * vc-hooks.el (vc-stay-local): Likewise.
5730 2008-10-28  Phil Sung  <psung@mit.edu>
5732         * follow.el (follow-scroll-down, follow-calc-win-end)
5733         (follow-estimate-first-window-start): Reduce effective window
5734         height when header line is present.  (Bug#925)
5736 2008-10-28  Juanma Barranquero  <lekktu@gmail.com>
5738         * subr.el (locate-user-emacs-file): Simplify.  Don't create
5739         `user-emacs-directory' when Emacs is running in batch mode.
5741         * startup.el (inhibit-startup-screen): Reflow docstring.
5742         (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
5744 2008-10-27  Kenichi Handa  <handa@m17n.org>
5746         * descr-text.el (describe-char): Fix terminal case (where font is nil).
5748 2008-10-27  Juanma Barranquero  <lekktu@gmail.com>
5750         * face-remap.el (text-scale-increase, text-scale-decrease)
5751         (text-scale-adjust): Remove &optional keyword from the arg list;
5752         the INC argument is not really optional, if the functions happen
5753         to be called from elisp.
5755 2008-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
5757         * vc.el: Rename VC methods that were missed when vc-status was
5758         renamed to vc-dir.
5759         * vc-svn.el (vc-svn-dir-extra-headers): Rename from
5760         vc-svn-status-extra-headers.
5761         * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
5762         (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
5763         * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
5764         (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
5765         * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
5766         vc-dir-status-printer.
5767         (vc-dir-headers): Use `dir-extra-headers' instead of
5768         `status-extra-headers'.
5769         (vc-dir-printer): Rename from vc-dir-status-printer.
5770         (vc-default-dir-extra-headers): Rename from
5771         vc-default-status-extra-headers.
5772         * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
5773         vc-cvs-status-extra-headers.
5775         * startup.el (server-name): Pacify byte compiler.
5776         (command-line): If --daemon=SERVER_NAME was used, set server-name
5777         before calling server-start.
5779 2008-10-26  Romain Francoise  <romain@orebokech.com>
5781         * startup.el (command-line): Call daemon-initialized after
5782         starting the server.
5784 2008-10-26  Kenichi Handa  <handa@m17n.org>
5786         * help-fns.el (describe-categories): Display the terse legend at
5787         the head.
5789         * international/characters.el: Docstrings of categories improved.
5791 2008-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5793         * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
5795         * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
5796         to the courier family.
5797         * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
5798         usually not serif'd and hence rather unlike verbatim's printed output.
5800 2008-10-25  Chong Yidong  <cyd@stupidchicken.com>
5802         * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
5803         when reporting the module.
5805         * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
5807         * wid-edit.el (widget-color-complete): Sort completions alphabetically.
5809 2008-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5811         * files.el (locate-dominating-stop-dir-regexp): New var.
5812         (locate-dominating-file): Change arg from a regexp to a file name.
5813         Rewrite using the vc-find-root code to avoid directory-files which is
5814         too slow.  Obey locate-dominating-stop-dir-regexp.
5815         Don't pay attention to changes in owner.
5816         (project-find-settings-file): Adjust call to locate-dominating-file.
5818         * progmodes/flymake.el (flymake-find-buildfile):
5819         Adjust call to locate-dominating-file.
5821         * vc-hooks.el (vc-find-root): Use locate-dominating-file.
5822         (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
5824 2008-10-25  Martin Rudalics  <rudalics@gmx.at>
5826         * subr.el (with-current-buffer): Rename buffer argument to
5827         buffer-or-name.
5828         * window.el (get-buffer-window-list): Rename buffer argument to
5829         buffer-or-name and make it optional.
5831 2008-10-25  Juanma Barranquero  <lekktu@gmail.com>
5833         * completion.el (add-completion-to-head, add-completion): Doc fixes.
5834         (completion-search-next, add-completions-from-file):
5835         Fix typos in docstrings.
5837         * filesets.el (filesets-menu-ensure-use-cached)
5838         (filesets-ingroup-patterns, filesets-filetype-property):
5839         * tutorial.el (get-lang-string):
5840         * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
5841         Fix typos in docstrings.
5843         * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
5844         (image-dired-line-up-method, image-dired-thumb-size)
5845         (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
5846         (image-dired-track-original-file, image-dired-track-thumbnail)
5847         (image-dired-dired-next-line, image-dired-dired-previous-line)
5848         (image-dired-write-comments): Reflow docstrings.
5849         (image-dired-show-all-from-dir-max-files)
5850         (image-dired-format-properties-string, image-dired-create-thumbs)
5851         (image-dired-mark-tagged-files, image-dired-gallery-generate):
5852         Fix typos in docstrings.
5854         * savehist.el (savehist-save-minibuffer-history, savehist-file)
5855         (savehist-additional-variables, savehist-ignored-variables)
5856         (savehist-file-modes, savehist-autosave-interval):
5857         * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
5858         (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
5859         (fancy-splash-image):
5860         * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
5861         (thumbs-conversion-program, thumbs-margin):
5862         Remove spurious * in docstrings.
5864 2008-10-25  Aaron S. Hawley  <aaronh@garden.org>
5866         * thingatpt.el (end-of-sexp, beginning-of-sexp)
5867         (forward-same-syntax): Omit default arguments to char-after and
5868         char-before.
5870 2008-10-24  Juanma Barranquero  <lekktu@gmail.com>
5872         * subr.el (locate-user-emacs-file): New function.
5873         (user-emacs-directory): Mention it in docstring.
5875         * completion.el (save-completions-file-name):
5876         * filesets.el (filesets-menu-cache-file):
5877         * image-dired.el (image-dired-dir, image-dired-db-file)
5878         (image-dired-temp-image-file, image-dired-gallery-dir)
5879         (image-dired-temp-rotate-image-file):
5880         * savehist.el (savehist-file):
5881         * server.el (server-auth-dir):
5882         * thumbs.el (thumbs-thumbsdir):
5883         * tutorial.el (tutorial--saved-dir):
5884         * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
5886 2008-10-23  Juanma Barranquero  <lekktu@gmail.com>
5888         * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
5889         (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
5891 2008-10-23  Chong Yidong  <cyd@stupidchicken.com>
5893         * filesets.el: Update author email.
5894         (filesets-data): Doc fix.
5896 2008-10-23  Jens Petersen  <petersen@redhat.com>  (tiny change)
5898         * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
5900 2008-10-23  Ulrich Mueller  <ulm@kph.uni-mainz.de>
5902         * international/mule-cmds.el (describe-language-environment):
5903         Indent sample text.
5905 2008-10-23  Glenn Morris  <rgm@gnu.org>
5907         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5909         * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
5910         byte-compile a redefinition of a function with special byte-compile
5911         handling.  (Bug#411)
5913 2008-10-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5915         * ps-print.el: Deal with page sizes for label printes.  Suggested by
5916         Friedrich Delgado Friedrichs <friedel@nomaden.org>.
5917         (ps-print-version): New version 7.3.3.
5918         (ps-page-dimensions-database): New page sizes for label printers.
5919         (ps-n-up-printing): Fix code.
5921 2008-10-22  Chong Yidong  <cyd@stupidchicken.com>
5923         * frame.el (make-frame-command): Doc fix.  Use display-graphic-p.
5925         * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
5926         (list-at-point): Add docstrings.
5928         * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
5930         * dired-aux.el (dired-do-create-files): Doc fix.
5932 2008-10-22  Adrian Robert  <Adrian.B.Robert@gmail.com>
5934         * version.el (emacs-version): Change '*Step' to 'NS' for consistency
5935         with other documentation.
5937 2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
5939         * replace.el (how-many): Fix typo in docstring.
5940         Reported by Leo <sdl.web@gmail.com>.
5942 2008-10-22  Glenn Morris  <rgm@gnu.org>
5944         * international/mule-cmds.el (universal-coding-system-argument):
5945         Check for C-g.  (Bug#1205)
5947 2008-10-22  Kenichi Handa  <handa@m17n.org>
5949         * international/characters.el: Don't setup
5950         find-word-boundary-function-table.
5951         (next-word-boundary-han, next-word-boundary-kana): Delete them.
5952         (word-combining-categories, word-separating-categories):
5953         Adjust to the change of the docstrings.
5955 2008-10-21  Chong Yidong  <cyd@stupidchicken.com>
5957         * simple.el (region-active-p): Doc fix.
5959 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5961         * subr.el (apply-partially): Move from here...
5963         * simple.el (apply-partially): ...to here.
5965 2008-10-20  Andreas Schwab  <schwab@suse.de>
5967         * subr.el (split-string-and-unquote): Simplify regexp.
5969 2008-10-20  Eli Zaretskii  <eliz@gnu.org>
5971         * subr.el (top-level): Require `cl' when compiling.
5973 2008-10-20  David Reitter  <david.reitter@gmail.com>
5975         * info.el (Info-mode): Do not remove an existing header line if
5976         `Info-use-header-line' is nil.
5978 2008-10-19  Juri Linkov  <juri@jurta.org>
5980         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5981         Add arg `delimited' as in `query-replace' for the case when
5982         isearch-allow-scroll=t and the user types C-u M-%.  Doc fix.
5983         Add more indicators to the prompt ("word" and "in region").
5985         * replace.el (query-replace, query-replace-regexp)
5986         (replace-string, replace-regexp, perform-replace): Add "word"
5987         indicatiors to the prompt for word delimited replacements.
5989         * replace.el (read-regexp): Rename arg `default' to `default-value'.
5990         Doc fix.
5992 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
5994         * subr.el (apply-partially): Move here from minibuffer.el.  Doc fix.
5996         * simple.el (minibuffer-default-add-shell-commands): Doc fix.
5998 2008-10-19  Martin Rudalics  <rudalics@gmx.at>
6000         * window.el (enlarge-window-horizontally, shrink-window-horizontally):
6001         Make argument names follow Elisp manual.
6003 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
6005         * textmodes/remember.el (remember-data-file):
6006         * shadowfile.el (shadow-initialize)
6007         <shadow-info-file, shadow-todo-file>:
6008         * savehist.el (savehist-file):
6009         * recentf.el (recentf-save-file):
6010         * pcvs-defs.el (cvs-cvsrc-file):
6011         * international/kkc.el (kkc-init-file-name):
6012         * ido.el (ido-save-directory-list-file):
6013         * calendar/todo-mode.el (todo-file-do, todo-file-done)
6014         (todo-file-top): Run file names that begin with a period thru
6015         `convert-standard-filename'.
6017         * dos-fns.el (dos-reevaluate-defcustoms): New function.  Add it to
6018         before-init-hook.
6020         Fix Bug #1183:
6022         * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
6023         coding-system-for-read to ediff-coding-system-for-write.
6025         * ediff-util.el (ediff-make-temp-file): Unconditionally bind
6026         coding-system-for-write to ediff-coding-system-for-write.
6028         * ediff-init.el (ediff-coding-system-for-read): Doc fix.
6029         (ediff-coding-system-for-write): Set to emacs-internal.
6031 2008-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6033         * international/mule-conf.el (emacs-internal): New coding system alias.
6035 2008-10-18  Juri Linkov  <juri@jurta.org>
6037         * info.el (Info-file-supports-index-cookies-list): New variable.
6038         (Info-file-supports-index-cookies): New function.
6039         (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
6040         (Info-index-nodes): Let-bind Info-point-loc to nil for files
6041         without an index cookie to ignore it when Info-index-nodes is
6042         called during navigating from an index node with line numbers.
6043         (Info-index-node): Set file to Info-current-file if nil.  (Bug#1118)
6045         * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
6046         variable definition section.
6048         * info.el (Info-find-node-2): Put initial point below the header line
6049         and breadcrumbs line.
6051 2008-10-18  Glenn Morris  <rgm@gnu.org>
6053         * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
6054         the needed external programs were not found.
6056 2008-10-18  Eli Zaretskii  <eliz@gnu.org>
6058         * files.el (trash-directory): Run thru `convert-standard-filename'.
6059         (file-modes-char-to-who, file-modes-char-to-right)
6060         (file-modes-rights-to-number, file-modes-symbolic-to-number)
6061         (read-file-modes): Doc fixes.
6063 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
6065         * abbrev.el (define-abbrev): Doc fix.
6067 2008-10-17  Alan Mackenzie  <acm@muc.de>
6069         * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
6070         foo bar [] = { ...".
6072 2008-10-17  Chong Yidong  <cyd@stupidchicken.com>
6074         * faces.el (face-spec-set-2): Don't pass invalid attributes to
6075         set-face-attribute.
6077 2008-10-17  Juanma Barranquero  <lekktu@gmail.com>
6079         * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
6080         according to `locale-coding-system'.  (This fixes trivial bug reported
6081         as part of bug#1179).
6082         Sort list of valid locale ids (EnumSystemLocales does not guarantee any
6083         particular order).  Use `when'.
6085 2008-10-16  Juanma Barranquero  <lekktu@gmail.com>
6087         * w32-fns.el (w32-check-shell-configuration): Doc fix.
6088         (w32-add-charset-info): Fix typo in docstring.
6090 2008-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
6092         * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
6093         after discussion.
6095 2008-10-16  Magnus Henoch  <mange@freemail.hu>
6097         * vc-arch.el (vc-arch-dir-status): New function.
6098         (vc-arch-after-dir-status): New function.
6100 2008-10-16  Glenn Morris  <rgm@gnu.org>
6102         * man.el (Man-getpage-in-background): Force recent `man's to output
6103         escape sequences even when stdout is not a tty.  (Bug#1142)
6105 2008-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6107         * international/mule-conf.el: Add `utf8' and `UTF8' as
6108         aliases for the `utf-8' coding system.
6110 2008-10-15  Juanma Barranquero  <lekktu@gmail.com>
6112         * find-file.el (ff-get-file): Doc fix.
6113         (ff-get-file-name): Use `let', not `let*'.
6114         (ff-search-directories): Fix typo in docstring.
6115         (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
6116         (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
6117         (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
6118         (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
6119         (cc-other-file-alist, modula2-other-file-alist):
6120         Remove spurious * in docstrings.
6122 2008-10-14  Chong Yidong  <cyd@stupidchicken.com>
6124         * faces.el (set-face-attribute): Set family and foundry before
6125         other attributes.
6126         (face-spec-set-2): Pass unmodified args to set-face-attribute.
6128 2008-10-14  Juanma Barranquero  <lekktu@gmail.com>
6130         * hl-line.el (hl-line-unload-function): New function.
6131         (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
6132         (hl-line-sticky-flag): Remove spurious * in docstring.
6134 2008-10-14  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6136         * vc-git.el (vc-git-show-log-entry): Include the revision in the
6137         search string.
6139 2008-10-14  Michael Albinus  <michael.albinus@gmx.de>
6141         * net/tramp.el (tramp-process-one-action): Embed regexp in
6142         parentheses, before adding end-of-buffer construct.  Suggested by
6143         Markus Triska <markus.triska@gmx.at>.
6145 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
6147         * net/newst-plainview.el (w3m-toggle-inline-image):
6148         Define 'declare-function if necessary, for compatibility.
6150         * net/newst-treeview.el (w3m-toggle-inline-images):
6151         Define 'declare-function if necessary, for compatibility.
6153 2008-10-13  Alan Mackenzie  <acm@muc.de>
6155         * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
6156         so that the function works on one-line macros.
6158         * progmodes/cc-engine.el: Amend several doc strings and comments.
6160 2008-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
6162         * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
6164         * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
6165         (vc-cvs-stay-local): Add a new choice and default to it.
6166         (vc-cvs-dir-status): Use the new vc-stay-local choice.
6168         * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
6170 2008-10-12  Stephen Leake  <stephen_leake@member.fsf.org>
6172         * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
6173         Add support for extended return statement.
6175         * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
6176         and obj-dir; keep user order.
6178 2008-10-12  Glenn Morris  <rgm@gnu.org>
6180         * Makefile.in (ELCFILES): Update.
6182         * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
6183         (shell-file-name-quote-list): Declare.
6185 2008-10-12  Michael Albinus  <michael.albinus@gmx.de>
6187         * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
6189 2008-10-12  Chong Yidong  <cyd@stupidchicken.com>
6191         * startup.el (command-line): If toolbar is disabled but ought to
6192         be initialized, call tool-bar-setup.
6194         * tool-bar.el (tool-bar-setup): Variable deleted.
6195         (tool-bar-setup): Set it up unconditionally.
6197         * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
6199         * progmodes/grep.el (grep-mode-tool-bar-map): Check if
6200         tool-bar-map has been initialized before setting it up.
6202         * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
6203         tool-bar-map has been initialized before setting it up.
6205 2008-10-11  Chong Yidong  <cyd@stupidchicken.com>
6207         * emacs-lisp/warnings.el (display-warning): Issue a message if
6208         called during daemon initialization.
6210         * tool-bar.el (tool-bar-local-item)
6211         (tool-bar-local-item-from-menu): Put the check for number of
6212         display colors into the image expression.
6213         (tool-bar-setup): Don't be a no-op on ttys.
6215         * info.el (info-tool-bar-map):
6216         * progmodes/gud.el (gud-tool-bar-map):
6217         * progmodes/grep.el (grep-mode-tool-bar-map):
6218         * progmodes/compile.el (compilation-mode-tool-bar-map):
6219         Initialize it unconditionally.
6221 2008-10-11  Romain Francoise  <romain@orebokech.com>
6223         * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
6224         * kmacro.el (kmacro-edit-lossage): Ditto.
6225         * edmacro.el (edit-kbd-macro): Ditto.
6227 2008-10-11  Ulf Jasper  <ulf.jasper@web.de>
6229         * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
6230         Fix variable names.
6232 2008-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
6234         * startup.el (command-line): Revert 2008-09-26 change, not
6235         necessary anymore.
6237 2008-10-10  Andreas Schwab  <schwab@suse.de>
6239         * simple.el (minibuffer-complete-shell-command):
6240         Bind comint-delimiter-argument-list, comint-file-name-chars and
6241         comint-file-name-quote-list like shell-mode.
6243 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
6245         * window.el (pop-to-buffer): Fix misplacement of arg norecord in
6246         call of select-window.
6248 2008-10-10  Jay Belanger  <jay.p.belanger@gmail.com>
6250         * calc/calc.el (calc-embedded-word-regexp)
6251         (calc-embedded-word-regexp-alist): New variables.
6252         (calc-embedded-open-word, calc-embedded-close-word)
6253         (calc-embedded-open-close-word-alist): Remove unused variables.
6255         * calc/calc-embed.el (calc-embedded-make-info):
6256         Use `calc-embedded-word-regexp' to find words.
6258 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
6260         * info.el (Info-extract-menu-counting): New argument no-detail to
6261         skip detailed node listings.
6262         (Info-forward-node): New argument not-up to inhibit going up.
6263         (Info-final-node): Call Info-extract-menu-counting and
6264         Info-forward-node with the new arguments set to avoid infinite
6265         looping.  (Bug#1116)
6267 2008-10-10  Eli Zaretskii  <eliz@gnu.org>
6269         * startup.el (command-line): Don't invoke tool-bar-mode if it is
6270         not fboundp.
6272 2008-10-09  Chong Yidong  <cyd@stupidchicken.com>
6274         * startup.el (command-line): Enable tool-bar-mode as long as it is
6275         not suppressed by X resources, regardless of the terminal.
6277         * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
6278         graphical terminals.
6279         (tool-bar-setup): No-op if called on a tty.
6281 2008-10-09  Eli Zaretskii  <eliz@gnu.org>
6283         * frame.el (make-frame-on-tty): Use "F" inside interactive.
6284         Support `pc' ``window-system''.
6286         * progmodes/compile.el (compilation-start): Resurrect the version
6287         for systems that don't support asynchronous subprocesses.
6289 2008-10-09  Martin Rudalics  <rudalics@gmx.at>
6291         * window.el (pop-up-frames): Add choice graphic-only.
6292         (display-buffer): When pop-up-frames equals graphic-only do
6293         not pop up new frame on text-only terminals.  (Bug#1061)
6295 2008-10-09  Dan Nicolaescu  <dann@ics.uci.edu>
6297         * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
6298         (vc-cvs-dir-status): Use it.
6300 2008-10-08  Chong Yidong  <cyd@stupidchicken.com>
6302         * json.el (json-skip-whitespace): Fix last change.
6304 2008-10-08  Juanma Barranquero  <lekktu@gmail.com>
6306         * bs.el (bs-unload-function): New function.
6308 2008-10-08  Sven Joachim  <svenjoac@gmx.de>
6310         * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
6311         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6312         For clarity, explicitly require cl.
6314 2008-10-08  Michael Olson  <mwolson@gnu.org>
6316         * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
6317         can avoid a bad interaction with programs that add functions to
6318         the window-scroll-functions hook.  This fixes Bug #858.
6320 2008-10-07  Chong Yidong  <cyd@stupidchicken.com>
6322         * startup.el (command-line): Use display-warning to warn about an
6323         init file error.
6324         (command-line-1): Remove init file error delay.
6326 2008-10-07  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6328         * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
6329         Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
6330         (rx-group-if): New function.
6331         (rx-parent): New variable.
6332         (rx-and, rx-or): Put shy groups only when necessary.
6333         (rx-bracket): Remove.
6334         (rx-anything): New function.
6335         (rx-any-delete-from-range, rx-any-condense-range)
6336         (rx-check-any-string): New functions.
6337         (rx-check-any): Return result as a list.  Don't convert chars to
6338         strings.  Don't prepend "\\" to "^".  Don't search for close bracket.
6339         Check char category string.  Call rx-form instead of rx-to-string.
6340         (rx-any): Rebuid to complete the function.
6341         (rx-check-not): Fix char category regexp pattern string.
6342         Call rx-form instead of rx-to-string.
6343         (rx-not): Call rx-form instead of rx-to-string.  Convert "[^]" to
6344         "[^^]".  Call regexp-quote for one char string when not called from
6345         rx-not.  Add "\\w", and toggle to upcase.  Add the case of
6346         "\\[SCBW]" to toggle.
6347         (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
6348         instead of rx-to-string.
6349         (rx-kleene): Call rx-form instead of rx-to-string.
6350         Call rx-group-if to adjust putting of shy groups.
6351         (rx-atomic-p): Make check more precisely.
6352         (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
6353         (rx-regexp): Call rx-group-if.
6354         (rx-form): New function.
6355         (rx-to-string): Call rx-form, rx-group-if.
6356         Refine definition of NO-GROUP.
6358 2008-10-07  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
6360         * json.el (json-advance): Use forward-char.
6361         (json-skip-whitespace): Use skip-syntax-forward.
6363 2008-10-07  Alan Mackenzie  <acm@muc.de>
6365         * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
6366         indenting a macro followed by blank lines doesn't backslash the
6367         following non-blank line into the macro.
6369 2008-10-06  Chong Yidong  <cyd@stupidchicken.com>
6371         * startup.el (before-init-time, after-init-time): Move into emacs.c.
6372         (command-line): Set after-init-time to nil before initialization.
6374 2008-10-06  Jay Belanger  <jay.p.belanger@gmail.com>
6376         * calc/calc-units.el (math-standard-units): Update the values
6377         of the units.
6379 2008-10-06  Juanma Barranquero  <lekktu@gmail.com>
6381         * bookmark.el (bookmark-unload-function): New function.
6383 2008-10-06  Andreas Schwab  <schwab@suse.de>
6385         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
6387 2008-10-06  Martin Rudalics  <rudalics@gmx.at>
6389         * mail/footnote.el: Remove * in defcustom docstrings and tell
6390         for most options that customizing them doesn't affect buffers
6391         already displaying footnotes.
6392         (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
6393         Fix handling of text properties and identical start/end tags.
6394         Do not use format when renumbering.
6395         (Footnote-set-style): Make it work.
6396         (Footnote-insert-numbered-footnote): Simplify.
6397         (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
6398         (Footnote-goto-footnote): Fix handling of empty section tag.
6399         (Footnote-delete-footnote): Fix handling of identical start/end
6400         tags, empty section tag, and spaced footnotes.  Do not use
6401         kill-region.
6402         (footnote-mode): Make most options buffer-local to avoid that
6403         customizing messes up handling of footnotes in buffers that
6404         already display them.
6406 2008-10-06  Dan Nicolaescu  <dann@ics.uci.edu>
6408         * faces.el (x-create-frame-with-faces): Undo previous change.
6410         * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
6411         existent files.
6413 2008-10-05  Chong Yidong  <cyd@stupidchicken.com>
6415         * international/mule-cmds.el (universal-coding-system-argument):
6416         Handle digit-argument too.
6418 2008-10-05  Mario Lang  <mlang@delysid.org>
6420         * xml.el (xml-parse-string): Use skip-chars-forward.
6422 2008-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6424         * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
6425         existent files.
6426         (vc-bzr-dir-status-files): New function.
6428 2008-10-04  Glenn Morris  <rgm@gnu.org>
6430         * files.el (make-temp-file): Handle empty `prefix'.  (Bug#1081)
6432         * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
6433         (vc-svn-dir-status): Respect vc-stay-local-p.  (Bug#1046)
6435         * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
6436         (vc-cvs-dir-status): Respect vc-stay-local-p.  (Bug#1046)
6438 2008-10-04  David J. Biesack  <David.Biesack@sas.com>  (tiny change)
6440         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6441         Fix typo.  (Bug#1074)
6443 2008-10-04  Martin Rudalics  <rudalics@gmx.at>
6445         * progmodes/compile.el (compilation-start): Make sure to move to
6446         point-max only when we are in the compilation buffer.  (Bug#1073)
6448 2008-10-04  Dan Nicolaescu  <dann@ics.uci.edu>
6450         * faces.el (x-create-frame-with-faces): Only setup the toolbar if
6451         tool-bar-mode is on.
6453         * vc-svn.el (vc-svn-dir-status-files):
6454         * vc-cvs.el (vc-cvs-dir-status-files): New function.
6456 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6458         * vc-hg.el (vc-hg-dir-status-files): New function.
6460 2008-10-03  Martin Rudalics  <rudalics@gmx.at>
6462         * window.el (window--display-buffer-1): Don't care about
6463         visibility since raise-frame does.
6465 2008-10-03  Mario Lang  <mlang@delysid.org>
6467         * nxml/xmltok.el (xmltok-forward): Simplify.
6469 2008-10-03  Glenn Morris  <rgm@gnu.org>
6471         * Makefile.in (ELCFILES): Update.
6473         * frame.el (set-default-font): Make obsolete.
6474         * mouse.el (mouse-set-font): Use set-frame-font.
6476         * jka-cmpr-hook.el (jka-compr-compression-info-list)
6477         (jka-compr-mode-alist-additions): Also match `.tbz2'.
6479         * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
6480         * files.el (auto-mode-alist): Add .PRO as per above autoload.
6482 2008-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6484         * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
6485         (vc-dir-refresh): Set it here instead.  (Bug#1067)
6487 2008-10-02  Chong Yidong  <cyd@stupidchicken.com>
6489         * faces.el (inhibit-frame-set-background-mode): New var.
6490         (frame-set-background-mode): Use it to avoid a loop in
6491         face-spec-recalc.
6493 2008-10-02  Glenn Morris  <rgm@gnu.org>
6495         * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
6496         vc-diff-switches.
6498 2008-10-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6500         * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
6501         that is, to take some action when a buffer is killed.  Suggested by
6502         Stefan Monnier <monnier@iro.umontreal.ca>.  Doc fix.  New version
6503         11.2.2.
6504         (whitespace-action): Docstring and :type fix.
6505         (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
6506         Code fix.
6507         (whitespace-add-local-hook, whitespace-remove-local-hook)
6508         (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
6510 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6512         * net/tls.el (open-tls-stream): Show the actual command being
6513         executed, instead of the format string.
6515 2008-10-01  Eli Zaretskii  <eliz@gnu.org>
6517         * term/internal.el (dos-locale-alist): New alist.
6518         (dos-codepage-setup): Use it to compute a value of locale with
6519         which to call set-locale-environment.  Remove code to set
6520         terminal, keyboard, and file-name encoding (done by
6521         set-locale-environment).
6523         * international/mule-cmds.el
6524         (set-language-environment-nonascii-translation): Fix nonascii
6525         value for `pc' ``window-system''.
6526         (set-display-table-and-terminal-coding-system)
6527         (set-default-coding-systems): Don't special-case `pc'.
6529 2008-10-01  Glenn Morris  <rgm@gnu.org>
6531         * filesets.el (filesets-menu-name): Fix type.
6532         (filesets-menu-path, filesets-menu-before): Fix types.
6533         Change defaults to be consistent with recentf.  (Bug#1056)
6535 2008-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6537         * term/xterm.el (xterm-turn-on-modify-other-keys)
6538         (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
6539         Don't forget to pass `terminal' to `send-string-to-terminal'.
6541 2008-09-30  Michael Albinus  <michael.albinus@gmx.de>
6543         * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
6544         (vc-file-not-found-hook): Check, that `buffer-file-name' is
6545         non-nil.  It is not clear, whether this is only fixing symptoms on
6546         an error.  OTOH, in all other cases, the call of `vc-file-clearprops'
6547         is embedded by that check.  So it might be TRT.  Suggested by Dan
6548         Nicolaescu <dann@ics.uci.edu>.
6550 2008-09-30  Eli Zaretskii  <eliz@gnu.org>
6552         * Makefile.in (ELCFILES): Remove codepage.elc.
6554         * international/codepage.el: File removed, as even ms-dos doesn't
6555         need it anymore.
6557         * loadup.el [ms-dos]: Don't load ccl and codepage.
6559         * term/internal.el: Remove coding: cookie and no-byte-compile flag.
6560         (IT-character-translations, cjk-codepages-alist): Remove variables.
6561         (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
6562         (IT-unicode-translations): Remove charset and base elements.
6563         Add translations for Latin-1 characters.
6564         (IT-setup-unicode-display): Accept a CODING argument.  Don't use
6565         base and chset elements of IT-unicode-translations.  Don't wrap
6566         translation in "{...}".  Set up translations only for characters
6567         for which unencodable-char-position returns non-nil.
6568         (dos-codepage-setup): Don't use special-case codepages in
6569         cjk-codepages-alist.
6571         * files.el (locate-dominating-file): Wrap directory-files with
6572         condition-case, instead of calling file-directory-p, which stats
6573         the directory one more time.
6575         * mail/mail-utils.el (mail-unquote-printable-region):
6576         Use insert-byte instead of insert-char, when the UNIBYTE arg is
6577         non-nil.
6579 2008-09-30  Daiki Ueno  <ueno@unixuser.org>
6581         * epa-file.el (epa-file-insert-file-contents): Fix typo.
6583 2008-09-30  Glenn Morris  <rgm@gnu.org>
6585         * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
6587 2008-09-30  Daniel Colascione  <danc@merrillpress.com>
6589         * progmodes/which-func.el (which-func-imenu-joiner-function): New.
6590         (which-function): Handle nested imenu trees.
6592         * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
6593         some nested menu items.
6595 2008-09-30  Jay Belanger  <jay.p.belanger@gmail.com>
6597         * calc/calc-units.el (math-standard-units): Add entries used to
6598         display the values in the units buffer.
6599         (math-build-units-table): Add entries to the units table to be used
6600         to display the values in the units buffer.
6601         (math-build-units-table-buffer): Use the display entry of the units
6602         table when non-nil.
6603         (calc-define-unit): Add option to enter display value of unit.
6605 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
6607         * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
6609 2008-09-29  Eli Zaretskii  <eliz@gnu.org>
6611         * files.el (locate-dominating-file): Take file-attributes of
6612         `dir', not of `file' (which never changes).
6614 2008-09-29  Michael Albinus  <michael.albinus@gmx.de>
6616         * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
6617         also be `localname'.
6619         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
6620         IDENTIFICATION.
6622 2008-09-28  Glenn Morris  <rgm@gnu.org>
6624         * vc.el (vc-switches): Give it a doc string.
6626 2008-09-28  Romain Francoise  <romain@orebokech.com>
6628         * comint.el (comint-show-output): Adjust to stickiness changes of
6629         the output field.
6631         * startup.el (command-line): Start the daemon server later.
6633 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
6635         * subr.el (read-quoted-char): Call char-resolve-modifiers
6636         instead of char-resolve-modifers.
6638 2008-09-27  Glenn Morris  <rgm@gnu.org>
6640         * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
6641         than [return].  (Bug#1031)
6643 2008-09-27  Peter Dyballa  <Peter_Dyballa@Freenet.DE>
6645         * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
6647 2008-09-27  Daiki Ueno  <ueno@unixuser.org>
6649         * epg.el (epg-wait-for-status): Check if there is no pending status.
6650         Reported by Ted Romer <ted@romerfamily.com>.
6652 2008-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
6654         * startup.el (command-line): Turn on menu-bar-mode and
6655         tool-bar-mode when running as a daemon.
6657 2008-09-26  Eli Zaretskii  <eliz@gnu.org>
6659         * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
6660         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6661         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6662         ($(lisp)/progmodes/cc-engine.elc)
6663         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6664         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6665         ($(lisp)/progmodes/cc-subword.elc)
6666         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6668         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
6669         ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6670         ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6671         ($(lisp)/progmodes/cc-engine.elc)
6672         ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6673         ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6674         ($(lisp)/progmodes/cc-subword.elc)
6675         ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6677 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6679         * informat.el (Info-split-threshold): New variable.
6680         (Info-split): Use it.
6682         * textmodes/texinfmt.el (texinfo-format-buffer):
6683         Use Info-split-threshold to decide whether to split Info files.
6685 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6687         * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
6688         quoting.
6690         * comint.el (comint-dynamic-complete-as-filename): Quote directory
6691         name when reinserting it.
6693         * isearch.el (isearch-search-fun): Use word-search-forward-lax and
6694         word-search-backward-lax for incremental word search.
6696 2008-09-25  Juanma Barranquero  <lekktu@gmail.com>
6698         * generic-x.el (generic-other-modes): Fix typo in docstring.
6699         (generic-use-find-file-hook, generic-lines-to-scan)
6700         (generic-find-file-regexp, generic-ignore-files-regexp)
6701         (generic-define-mswindows-modes, generic-define-unix-modes):
6702         Remove `*' from docstring.
6703         (generic-mode-find-file-hook): Use `string-match-p'.
6704         (apache-log-generic-mode, mailagent-rules-generic-mode)
6705         (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
6706         (java-manifest-generic-mode, java-properties-generic-mode)
6707         (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
6708         for consistency with other modes in generic-x.el.
6710 2008-09-25  Martin Rudalics  <rudalics@gmx.at>
6712         * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
6713         (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
6714         parens specially only if latex-handle-escaped-parens is non-nil.
6715         (latex-indent-within-escaped-parens): New option.
6716         (latex-find-indent): Bind latex-handle-escaped-parens to
6717         latex-indent-within-escaped-parens.  Do not treat escaped parens
6718         specially when this is nil.  (Bug#954)
6720 2008-09-25  Glenn Morris  <rgm@gnu.org>
6722         * ffap.el (ffap-fixup-url): Don't call url-normalize-url.  (Bug#898)
6724 2008-09-25  Chong Yidong  <cyd@stupidchicken.com>
6726         * vc.el (vc-mark-resolved): Move message here from
6727         vc-default-mark-resolved.
6728         (vc-default-mark-resolved): Change to an alias for ignore.
6730 2008-09-24  Andreas Politz  <politza@fh-trier.de>  (tiny change)
6732         * term.el (term-emulate-terminal): Encode input string before
6733         checking its length.
6735 2008-09-24  Chong Yidong  <cyd@stupidchicken.com>
6737         * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
6738         is loaded.
6740         * server.el (server-buffer-done): Avoid changing the buffer when
6741         deleting the client's frame (bug#640).
6743         * vc.el (vc-default-mark-resolved): New function.
6745 2008-09-24  Stephen Berman  <stephen.berman@gmx.net>
6747         * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
6748         from raising a wrong-type-argument error.
6750 2008-09-24  Martin Rudalics  <rudalics@gmx.at>
6752         * help-fns.el (describe-function-1, describe-variable): Print
6753         relative file name in help buffer.
6754         * faces.el (describe-face): Print relative file name in help
6755         buffer.
6757 2008-09-23  Romain Francoise  <romain@orebokech.com>
6759         * subr.el (with-output-to-string): Make sure that the temporary
6760         buffer gets killed.
6762 2008-09-23  Markus Sauermann  <markus@sauermann-consulting.de>  (tiny change)
6764         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
6765         indentation problem with keyword symbols when a list starts with
6766         ,@ or spaces.  (Bug#1012)
6768 2008-09-23  Martin Rudalics  <rudalics@gmx.at>
6770         * textmodes/tex-mode.el (latex-find-indent): Try to handle
6771         escaped close parens correctly.  (Bug#954)
6773 2008-09-22  Tassilo Horn  <tassilo@member.fsf.org>
6775         * play/fortune.el (fortune-in-buffer): Fix a bug which forced
6776         usage of `fortune-file' even though a FILE argument was passed to
6777         the function.
6779 2008-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6781         * startup.el (command-line): Start the server when in daemon mode.
6782         Remove always true test.
6784         * frame.el (frame-initialize): Remove spurious setting of
6785         special-display-function with the default value.
6787 2008-09-20  Vincent Belaïche  <vincent.b.1@hotmail.fr>
6789         * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
6791 2008-09-20  Glenn Morris  <rgm@gnu.org>
6793         * emacs-lisp/lisp-mode.el (lisp-indent-offset):
6794         Fix custom type.  (Bug#1011)
6796 2008-09-20  David De La Harpe Golden  <david@harpegolden.net>
6798         * files.el (move-file-to-trash): Avoid recursive trashing if
6799         rename-file calls delete-file.
6801 2008-09-20  Glenn Morris  <rgm@gnu.org>
6803         * play/fortune.el: Remove leading `*' from defcustom docs.
6804         (fortune-program-options): Doc fix.  Allow to be a string again.
6805         Add :version.
6806         (fortune-in-buffer): Handle fortune-program-options as a string.
6807         Don't rely on fortune program accepting options after fortune file.
6809 2008-09-20  Justin Bogner  <mail@justinbogner.com>  (tiny change)
6811         * play/fortune.el (fortune-program-options): Change to a list.
6812         (fortune-in-buffer): Use apply.
6814 2008-09-20  Ulrich Mueller  <ulm@kph.uni-mainz.de>
6816         * emacs-lisp/authors.el: Change encoding of file to utf-8.
6817         (authors-coding-system): Likewise.
6819 2008-09-20  Ami Fischman  <ami@fischman.org>
6821         * savehist.el (savehist-save): Handle errors in writing as well as
6822         reading.
6824 2008-09-20  Michael Olson  <mwolson@gnu.org>
6826         * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
6827         to provide a minimal performance boost.
6829 2008-09-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6831         * proced.el (proced-grammar-alist, proced-custom-attributes)
6832         (proced-format-alist, proced-format, proced-filter-alist)
6833         (proced-filter, proced-sort): Use defcustom.
6834         (proced-mode): Fix docstring.
6835         (proced-process-attributes): Handle return value nil of functions
6836         in proced-custom-attributes.
6838 2008-09-19  Martin Rudalics  <rudalics@gmx.at>
6840         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
6841         flag from "'" entry in sgml-tag-syntax-table.  (Bug#946)
6843 2008-09-19  Miles Bader  <miles@gnu.org>
6845         * comint.el (comint-output-filter): Make field properties for
6846         output text front-sticky.
6848 2008-09-18  Dan Nicolaescu  <dann@ics.uci.edu>
6850         * vc-bzr.el (vc-bzr-show-log-entry):
6851         * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
6852         C-x v l for a directory uses that.
6854 2008-09-18  Simon Josefsson  <simon@josefsson.org>
6856         * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
6857         .sieve files.
6859 2008-09-18  Martin Rudalics  <rudalics@gmx.at>
6861         * help-macro.el (make-help-screen): Preserve key bindings
6862         established in help-mode call when exiting this macro.
6864 2008-09-17  Kenichi Handa  <handa@m17n.org>
6866         * language/burmese.el: Fix setting of composition-function-table.
6868 2008-09-17  Martin Rudalics  <rudalics@gmx.at>
6870         * info.el (Info-follow-nearest-node): Don't raise an error for
6871         mouse-1 clicks.
6873 2008-09-17  Jay Belanger  <jay.p.belanger@gmail.com>
6875         * calc/calc-units.el (calc-convert-temperature): Use default
6876         units when appropriate.
6878 2008-09-16  Markus Triska  <markus.triska@gmx.at>
6880         * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
6881         catch errors raised in `texmathp'.
6882         (flyspell-tex-math-initialized): Remove.
6884 2008-09-16  Martin Rudalics  <rudalics@gmx.at>
6886         * frame.el (select-frame-set-input-focus): With non-nil
6887         mouse-autoselect-window always move mouse cursor to frame's
6888         selected window.  Otherwise restore pre 2008-09-13 behavior.
6889         (select-frame-by-name): Use select-frame-set-input-focus.
6891         * files.el (switch-to-buffer-other-frame): Don't raise frame since
6892         pop-to-buffer already does it.
6893         (display-buffer-other-frame): Fix doc-string.
6895 2008-09-16  Glenn Morris  <rgm@gnu.org>
6897         * add-log.el (diff-find-source-location): Update declaration.
6899         * progmodes/make-mode.el (makefile-match-function-end):
6900         Move point.  (Bug#983)
6902 2008-09-16  Daiki Ueno  <ueno@unixuser.org>
6904         * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
6906 2008-09-15  Juanma Barranquero  <lekktu@gmail.com>
6908         * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
6909         (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
6911 2008-09-15  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6913         * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
6915 2008-09-15  Martin Rudalics  <rudalics@gmx.at>
6917         * files.el (file-truename): Don't raise args-out-of-range error
6918         when filename has no separator on windows-nt.  (Bug#982)
6920 2008-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6922         * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
6923         be more honest when we don't know.
6924         (diff-tell-file-name): Don't prompt before the actual prompt.
6925         (diff-mode): Don't prompt in add-log-buffer-file-name-function.
6926         (diff-find-source-location): Add `noprompt' argument.
6927         (diff-current-defun): Don't prompt.
6929 2008-09-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6931         * proced.el (proced-mark-face, proced-marked-face)
6932         (proced-sort-header-face): Remove.
6933         (proced-font-lock-keywords): Simplify.
6934         (proced-format): Use face proced-sort-header.
6935         (proced-format-interactive, proced-sort-interactive)
6936         (proced-filter-interactive): Only call proced-update if the scheme
6937         has changed.
6938         (proced-sort-header): Use posn-actual-col-row.
6940 2008-09-14  Martin Rudalics  <rudalics@gmx.at>
6942         * add-log.el (change-log-find-window): New variable.
6943         (change-log-goto-source-1, change-log-goto-source):
6944         Set change-log-find-window to window displaying source.
6945         (change-log-next-error): Select window specified by
6946         change-log-find-window.
6948 2008-09-13  Martin Rudalics  <rudalics@gmx.at>
6950         * frame.el (select-frame-set-input-focus): With focus follows
6951         mouse move mouse cursor to right window.
6952         * window.el (pop-to-buffer): Select window before calling
6953         select-frame-set-input-focus.
6955 2008-09-12  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6957         * proced.el (proced-sort-header): New face.
6958         (proced-sort-header-face): New variable.
6959         (proced-format): Allow format value nil.
6960         Use proced-sort-header-face for header of sort column.
6961         (proced-format-args): New function.
6962         (proced-grammar-alist, proced-timer-flag, proced-process-alist)
6963         (proced-header-help-echo, proced-field-help-echo, proced-timer)
6964         (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
6965         (proced-refine): Rename from proced-filter-attribute.  Doc fix.
6966         (proced-sort-header): Bind also to mouse-1.
6967         (proced-move-to-goal-column): Return position of point.
6968         (proced-filter-interactive): Always revert listing.
6969         (proced-format-ttname): Simplify.
6970         (proced-update): Do not keep undo information.  Put point at
6971         beginning of buffer if we generate the first listing.
6973 2008-09-12  Tassilo Horn  <tassilo@member.fsf.org>
6975         * doc-view.el (doc-view-scroll-up-or-next-page)
6976         (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
6977         vertically split windows.
6979 2008-09-12  Glenn Morris  <rgm@gnu.org>
6981         * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
6983         * indent.el (indent-line-function): Doc fix.
6984         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
6986 2008-09-11  Martin Rudalics  <rudalics@gmx.at>
6988         * window.el (pop-to-buffer): If the window for buffer-or-name is
6989         not on the selected frame, raise that window's frame and give it
6990         input focus.  (Bug#745)
6992 2008-09-11  Glenn Morris  <rgm@gnu.org>
6994         * ido.el (ido-mode): Initialize with custom-initialize-default,
6995         rather than a set function.  (Bug#947)
6997 2008-09-10  Chong Yidong  <cyd@stupidchicken.com>
6999         * replace.el (perform-replace): Don't set inhibit-read-only using
7000         query-replace-skip-read-only (bug#956).
7002         * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
7003         of the <<foo>> form.
7005 2008-09-10  Martin Rudalics  <rudalics@gmx.at>
7007         * window.el (display-buffer): Fix doc-string typo.
7009 2008-09-10  Kenichi Handa  <handa@m17n.org>
7011         * composite.el (compose-gstring-for-graphic): Fix previous change.
7013 2008-09-10  Glenn Morris  <rgm@gnu.org>
7015         * info.el (Info-try-follow-nearest-node): Fix doc typo.
7017 2008-09-10  Stephen Berman  <stephen.berman@gmx.net>
7019         * info.el (Info-mouse-follow-nearest-node): Follow links to different
7020         manuals.  (Bug#886)
7022 2008-09-09  Juanma Barranquero  <lekktu@gmail.com>
7024         * ido.el (ido-unload-function): New function.
7026 2008-09-08  Juanma Barranquero  <lekktu@gmail.com>
7028         * ido.el (ido-file-internal): Fix typo in prompt.
7029         (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
7030         (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
7031         (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
7032         (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
7033         Fix typos in docstrings.
7035 2008-09-08  Martin Rudalics  <rudalics@gmx.at>
7037         * help-fns.el (describe-function-1): Don't print extra newline
7038         after filling.
7040 2008-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7042         * help-fns.el (find-lisp-object-file-name): Handle case where
7043         library is compressed.
7045 2008-09-07  Chong Yidong  <cyd@stupidchicken.com>
7047         * complete.el (PC-do-completion): Don't replace buffer
7048         contents (bug#227).
7050 2008-09-07  Juanma Barranquero  <lekktu@gmail.com>
7052         * loadhist.el (unload-feature-special-hooks):
7053         Add `choose-completion-string-functions'.
7055 2008-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7057         * vc-svn.el (vc-svn-root):
7058         * vc-sccs.el (vc-sccs-root):
7059         * vc-rcs.el (vc-rcs-root):
7060         * vc-cvs.el (vc-cvs-root): Delete.
7061         * vc-hooks.el (vc-find-root): Remove `invert' argument.
7063 2008-09-07  Nikolaj Schumacher  <n_schumacher@web.de>
7065         * progmodes/flymake.el (flymake-parse-err-lines): Filter out
7066         errors occurring in different files.
7068 2008-09-07  Dan Nicolaescu  <dann@ics.uci.edu>
7070         * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
7071         (vc-bzr-status-printer): New function.
7072         (vc-bzr-after-dir-status): Deal with renamed files.
7074 2008-09-07  Johan Euphrosine  <proppy@aminche.com>  (tiny change)
7076         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
7077         buffer's filename.
7079 2008-09-07  Martin Rudalics  <rudalics@gmx.at>
7081         * subr.el (cancel-change-group): Widen buffer temporarily when
7082         undoing changes.  (Bug#810)
7084 2008-09-07  Nick Roberts  <nickrob@snap.net.nz>
7086         * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
7087         with gud-stop-subjob rather than exit debugger.
7089 2008-09-07  Kenichi Handa  <handa@m17n.org>
7091         * composite.el: Compose combining characters only when it
7092         follows a character matching with "[[:alpha:]]".
7094 2008-09-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7096         * proced.el: Require time-date.
7097         (proced-command-alist, proced-command, proced-goal-header-re)
7098         (proced-sorting-schemes-alist, proced-sorting-scheme)
7099         (proced-header-alist, proced-sorting-schemes-re)
7100         (proced-skip-regexp, proced-next-line, proced-previous-line)
7101         (proced-listing-type, proced-sorting-scheme-p): Remove.
7102         (proced-grammar-alist, proced-custom-attributes)
7103         (proced-format-alist, proced-format, proced-filter-alist)
7104         (proced-filter, proced-sort, proced-goal-attribute)
7105         (proced-timer-interval, proced-timer-flag, proced-timer)
7106         (proced-process-alist, proced-sort-internal, proced-process-tree)
7107         (proced-header-help-echo, proced-field-help-echo): New variables.
7108         (proced-pid-at-point, proced-timer, proced-mark-process-alist)
7109         (proced-omit-process, proced-filter, proced-process-tree)
7110         (proced-filter-children, proced-children-pids)
7111         (proced-filter-parents, proced-<, proced-string-lessp)
7112         (proced-time-lessp, proced-xor, proced-sort-p)
7113         (proced-format-time, proced-format-start, proced-format-ttname)
7114         (proced-format, proced-process-attributes): New functions.
7115         (proced-toggle-timer-flag, proced-mark-children)
7116         (proced-mark-parents, proced-filter-interactive)
7117         (proced-filter-attribute, proced-sort-interactive)
7118         (proced-sort-header, proced-format-interactive): New commands.
7119         (proced-move-to-goal-column): Use goal-column.
7120         (proced-mode): Use proced-timer.
7121         (proced-do-mark-all): Display process count.  Use use-region-p.
7122         Simplify.
7123         (proced-omit-processes): Use use-region-p.
7124         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
7125         (proced-sort-start, proced-sort-time, proced-sort-user):
7126         Use proced-sort-interactive.
7127         (proced-sort): Make it a function that performs the actual sort.
7128         (proced-update): New arg revert.  Use proced-process-alist,
7129         proced-filter, proced-sort, proced-format, and
7130         proced-grammar-alist.  Preserve position of point based on fields.
7131         Make header line and fields clickable.
7132         (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
7133         (proced-why): Use save-selected-window.
7134         (proced-log): Use buffer-read-only.
7136 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
7138         * tooltip.el (tooltip-mode): Initialize unconditionally to t.
7140 2008-09-06  Glenn Morris  <rgm@gnu.org>
7142         * add-log.el (diff-find-source-location): Declare.
7143         (find-change-log): If called from a diff buffer, try to switch to the
7144         source buffer (e.g. to respect change-log-default-name there).
7146         * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
7147         unallowed characters; added 2006-10-10 without comment.  (Bug#753)
7149         * Makefile.in (ELCFILES): Update.
7151 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
7153         * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
7154         user enters a mouse event in another frame, or a special event.
7156         * server.el (server-switch-buffer): New arg.
7157         (server-execute): If reusing an existing window, set file position
7158         if required.
7160 2008-09-06  Kenichi Handa  <handa@m17n.org>
7162         * language/lao.el: Fix setting of composition-function-table.
7164 2008-09-06  Eli Zaretskii  <eliz@gnu.org>
7166         * term/pc-win.el (msdos-show-help): Don't truncate lines while
7167         displaying help echo messages.
7169 2008-09-06  Martin Rudalics  <rudalics@gmx.at>
7171         * subr.el (symbol-file): Fix doc-string.
7173 2008-09-06  Glenn Morris  <rgm@gnu.org>
7175         * help-mode.el (help-xref-forward-stack): Doc fix.
7177         * add-log.el (change-log-default-name): Autoload safety.
7179 2008-09-05  Wilson Snyder  <wsnyder@wsnyder.org>
7181         * verilog-mode.el (verilog-library-extensions): Enable .sv
7182         filename extensions to call verilog-mode.
7183         (verilog-auto, verilog-auto-inst, verilog-faq)
7184         (verilog-submit-bug-report): Update author support URLs.
7185         (verilog-delete-auto, verilog-auto-inout-module)
7186         (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
7187         creating complemented testbench modules.  Suggested by Yishay Belkind.
7188         (verilog-auto-inst-port, verilog-simplify-range-expression):
7189         When verilog-auto-inst-param-value is set, don't require a
7190         AUTO_TEMPLATE to expand parameter substitutions.  Suggested by
7191         Yishay Belkind.
7192         (verilog-auto-inst-param-value): Add safe variable.
7193         (verilog-re-search-forward, verilog-re-search-backward):
7194         Fix returning wrong search results on Emacs 22.1.
7195         (verilog-modi-cache-results, verilog-auto): Fix warning message
7196         about "toggling font-lock-mode."
7197         (verilog-auto): Fix losing font-lock on errors.
7198         (verilog-auto-inst-param-value, verilog-mode-version)
7199         (verilog-mode-version-date, verilog-read-inst-param-value)
7200         (verilog-auto-inst, verilog-auto-inst-param)
7201         (verilog-auto-inst-port, verilog-simplify-range-expression):
7202         Allow parameters to be replaced with their values, on the expansion of
7203         an AUTOINST with Verilog 2001 style parameter settings.
7204         Suggested by David Rogoff.
7206 2008-09-05  Michael McNamara  <mac@mail.brushroad.com>
7208         * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
7209         Better support for the property statement.  Sometimes this keyword
7210         introduces a statement which requires an endproperty keyword, and
7211         sometimes it doesn't, depending on the work before the property
7212         word.  If property is prefixed with assert, assume or cover
7213         keyword, then the statement is ended with a ';'.  Otherwise,
7214         property is like task or specify, and is followed by some number
7215         of statements, which are ended with an endproperty keyword.
7216         (electric-verilog-tab): Support Emacs 22.2 style handling of tab
7217         in a highlighted region: indent each line in region according to
7218         mode.  Supply this so it works in XEmacs and older Emacs.
7220 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7222         * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
7223         Don't clean up a buffer when killing it.
7225 2008-09-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7227         * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
7228         buffers (bug#360).  New version 11.2.1.
7229         (whitespace-action): New value `warn-read-only' to give a warning when
7230         buffer is read-only and whitespace action is cleanup or auto-cleanup.
7231         (whitespace-cleanup, whitespace-cleanup-region): Code fix.
7232         (whitespace-warn-read-only): New fun.
7234 2008-09-05  Chong Yidong  <cyd@stupidchicken.com>
7236         * international/quail.el: Require help-mode.
7237         (quail-help-init): Function removed.
7238         (quail-keyboard-layout-button, quail-keyboard-customize-button):
7239         Define directly.
7241         * dired.el (dired-get-filename): Rewrite octal escape character
7242         processor (bug#885).
7244 2008-09-05  Eli Zaretskii  <eliz@gnu.org>
7246         * cus-edit.el (custom-button-pressed): Default to inverse-video.
7248         * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
7249         not just for terminal-frame.
7251 2008-09-05  Martin Rudalics  <rudalics@gmx.at>
7253         * window.el (window--try-to-split-window): Don't split when window
7254         is not splittable in last disjunct.  (Bug#888)
7256 2008-09-05  Kenichi Handa  <handa@m17n.org>
7258         * language/tibetan.el: Fix setting of composition-function-table.
7260         * composite.el (find-composition): Mention about the automatic
7261         composition in the docstring.
7262         (compose-gstring-for-graphic): Fix handling "above" marks.
7264         * descr-text.el (describe-char): Fix handling of automatic composition.
7266 2008-09-04  Juanma Barranquero  <lekktu@gmail.com>
7268         * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
7269         (tramp-parse-connection-properties): Reflow docstring.
7271 2008-09-04  Kim F. Storm  <storm@cua.dk>
7273         * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
7274         and other-frame methods when switching between file and buffer modes.
7276 2008-09-04  Martin Rudalics  <rudalics@gmx.at>
7278         * info.el (Info-dir-remove-duplicates): Narrow buffer when
7279         removing duplicate entries under same heading.  Don't skip char
7280         matching anything but a space or tab at bol.  (Bug#864)
7282 2008-09-03  Alan Mackenzie  <acm@muc.de>
7284         * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
7286 2008-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7288         * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
7289         (completion-pcm--all-completions): Move the case-fold-search binding to
7290         it also applies to completion-regexp-list (used in all-completions).
7291         (completion-pcm--hilit-commonality): Add missing case-fold-search.
7293 2008-09-03  Martin Rudalics  <rudalics@gmx.at>
7295         * window.el (pop-up-frame-function): Move ...
7296         * frame.el (pop-up-frame-function): ... here, to avoid
7297         "CHANGED outside Customize;".
7299 2008-09-03  Glenn Morris  <rgm@gnu.org>
7301         * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
7303 2008-09-03  Chong Yidong  <cyd@stupidchicken.com>
7305         * isearch.el (isearch-highlight-regexp): Fix last change, quoting
7306         non-alphabetical characters properly.
7308 2008-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7310         * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
7312 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
7314         * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
7315         control-prefixed keys.  (Bug#835)
7317 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>
7319         * image-mode.el (image-mode): Fix 2008-07-19 change.
7321 2008-09-02  Juanma Barranquero  <lekktu@gmail.com>
7323         * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
7325         * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
7327 2008-09-02  Glenn Morris  <rgm@gnu.org>
7329         * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
7331         * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
7333 2008-09-01  Glenn Morris  <rgm@gnu.org>
7335         * vc-hooks.el (vc-previous-version): Move alias to vc.el.
7336         * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
7337         and fix name typos.  (Bug#856)
7339 2008-09-01  Chong Yidong  <cyd@stupidchicken.com>
7341         * minibuffer.el (completion-pcm--pattern->regex):
7342         When completion-ignore-case is non-nil, generate a regexp that
7343         ignores case.
7345         * window.el (recenter-top-bottom): Doc fix.
7347 2008-09-01  Simon South  <ssouth@member.fsf.org>
7349         * progmodes/delphi.el: New maintainer.
7350         (delphi-interface-types): New var.
7351         (delphi-composite-types): Use it.
7352         (delphi-enclosing-indent-of): Distinguish between "interface"
7353         keyword as a unit separator and used like a class declaration.
7355 2008-09-01  Martin Rudalics  <rudalics@gmx.at>
7357         * help-fns.el (describe-simplify-lib-file-name)
7358         (find-source-lisp-file): Remove.
7359         (find-lisp-object-file-name): New function giving preference to
7360         files found via load-path instead of loaddefs.el.
7361         (describe-function-1): Use new function instead of the removed
7362         ones.  (Bugs #587, #669, #690)
7363         * faces.el (describe-face): Use find-lisp-object-file-name instead
7364         of describe-simplify-lib-file-name.
7366 2008-09-01  Kenichi Handa  <handa@m17n.org>
7368         * international/mule-diag.el (font-show-log): Fix previous change.
7370         * international/mule-cmds.el (set-language-environment):
7371         Don't overwrite current-iso639-language if the current language
7372         environment doesn't provide that data.
7373         (set-locale-environment): Set current-iso639-language from the
7374         locale name.
7376         * international/fontset.el (script-representative-chars): Re-add
7377         the entry for symbol, but with vector of characters.
7378         (setup-default-fontset): Cancel previous change.
7380 2008-08-31  Chong Yidong  <cyd@stupidchicken.com>
7382         * ido.el: Move provide statement to the end of the file.
7384 2008-08-30  Markus Triska  <markus.triska@gmx.at>
7386         * linum.el (linum-mode): `window-size-change-functions' can now be
7387         buffer-local.
7388         (linum-update-window): Use result of `move-overlay'.
7390 2008-08-30  Glenn Morris  <rgm@gnu.org>
7392         * subr.el (make-variable-frame-local): Tweak obsolescence message.
7394         * info.el (Info-hide-note-references, Info-refill-paragraphs):
7395         Doc fixes.
7397         * apropos.el (apropos-command): Report documentation errors.
7398         * help-fns.el (describe-function-1): Handle broken aliases.  (Bug#825)
7400 2008-08-29  Chong Yidong  <cyd@stupidchicken.com>
7402         * isearch.el (isearch-highlight-regexp): Fix case of highlighted
7403         string.
7405 2008-08-29  Eli Zaretskii  <eliz@gnu.org>
7407         * bindings.el (mode-line-frame-identification): Fix last change.
7409 2008-08-29  Kenichi Handa  <handa@m17n.org>
7411         These changes are to adjust the automatic composition for the new
7412         implementation (avoid using text property).
7414         * composite.el (composition-function-table): Move declaration to
7415         composite.c.
7416         (terminal-composition-base-character-p): Delete it.
7417         (terminal-composition-function): Delete it.
7418         (terminal-composition-function-table): Delete it.
7419         (lgstring-header, lgstring-set-header, lgstring-font)
7420         (lgstring-char, lgstring-char-len, lgstring-shaped-p)
7421         (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
7422         (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
7423         (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
7424         (lglyph-ascent, lglyph-descent, lglyph-adjustment)
7425         (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
7426         (compose-glyph-string, compose-glyph-string-relative)
7427         (compose-gstring-for-graphic, compose-gstring-for-terminal):
7428         New functions.
7429         (auto-compose-chars): Argument changed.
7431         * language/european.el: Don't setup composition-function-table.
7432         (diacritic-composition-pattern, diacritic-compose-region)
7433         (diacritic-compose-string, diacritic-compose-buffer)
7434         (diacritic-composition-function): Delete them.
7436         * language/lao-util.el (lao-composition-function): Argument changed.
7438         * language/sinhala.el: Fix setting up of composition-function-table.
7440         * language/thai.el: Fix setting up of composition-function-table.
7442         * language/thai-util.el: Encoding changed to utf-8.
7443         (thai-composition-function): Argument changed.
7445         * language/indian.el: Fix setting up of composition-function-table.
7446         (devanagari-composable-pattern)
7447         (tamil-composable-pattern, kannada-composable-pattern)
7448         (malayalam-composable-pattern): New variables.
7450         * international/characters.el (unicode-category-table):
7451         Setup unicode-category-table.
7453         * international/fontset.el (setup-default-fontset): Prepend
7454         iso10646-1 fonts to the fallback font groups instead of appending.
7456 2008-08-29  Glenn Morris  <rgm@gnu.org>
7458         * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
7460 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
7462         * term/x-win.el (x-win-suspend-error): Don't signal error if there
7463         are no X frames active.
7465 2008-08-28  Michael Albinus  <michael.albinus@gmx.de>
7467         * net/xesam.el (xesam-kill-buffer-function): Wrap code by
7468         `ignore-errors' (the function must succeed always).
7470 2008-08-28  Edward O'Connor  <hober0@gmail.com>
7472         * json.el (json-read-number): New arg.  Handle explicitly signed
7473         numbers.
7474         (json-readtable): Add `+' and `.'.
7476 2008-08-28  Eli Zaretskii  <eliz@gnu.org>
7478         * term/pc-win.el (msdos-previous-message): New variable.
7479         (msdos-show-help): New function.
7480         (msdos-initialize-window-system): Set show-help-function to
7481         msdos-show-help.
7483 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
7485         * emacs-lisp/debug.el (debug): When killing a noninteractive
7486         Emacs, give an exit status of -1.
7488 2008-08-28  Chong Yidong  <cyd@stupidchicken.com>
7490         * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
7492 2008-08-27  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
7494         * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
7495         not the same as the last modification time, fall back on the
7496         backend-specific check.
7498 2008-08-27  Teodor Zlatanov  <tzz@lifelogs.com>
7500         * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
7501         to go to the position of interest.
7503 2008-08-27  Tomas Abrahamsson  <tab@lysator.liu.se>
7505         * textmodes/artist.el (artist-mode-init): Add comment on the
7506         setting up of the `artist-replacement-table' array.
7507         (artist-get-replacement-char): New defsubst.
7508         (artist-get-char-at-xy-conv, artist-replace-char)
7509         (artist-replace-chars, artist-replace-string): Use it instead of
7510         accessing `artist-replacement-table' directly.
7511         Reported by Rubén Berenguel <ruben@maia.ub.es>.
7513         (artist-mt): Fix structures for cut and copy operations.
7515 2008-08-27  Chong Yidong  <cyd@stupidchicken.com>
7517         * shell.el (shell-file-name-quote-list): Quote `$'.
7519         * comint.el (comint-dynamic-complete-as-filename): Generalize last
7520         change to allow quoting of characters before point.
7521         (comint-dynamic-list-filename-completions): Quote common substring.
7523 2008-08-26  Chong Yidong  <cyd@stupidchicken.com>
7525         * comint.el (comint-dynamic-complete-as-filename): If case is
7526         ignored while matching, replace the entire filename with completion.
7528         * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
7529         flyspell-pre-point is valid to avoid signalling an error in
7530         post-command-hook.
7532 2008-08-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
7534         * linum.el (linum): Inherit remaining face attributes from default
7535         face.
7537 2008-08-26  Markus Triska  <markus.triska@gmx.at>
7539         * linum.el (linum-delay): Disable - it should no longer be
7540         necessary, and can lead to longer delays.
7541         (linum-update-window): Renumber if margin width has changed.
7543 2008-08-26  Daiki Ueno  <ueno@unixuser.org>
7545         * epa.el (epa--key-widget-action): Save the selected window to
7546         make `widget-button-click-moves-point' work.  (Bug#733).
7548 2008-08-26  Glenn Morris  <rgm@gnu.org>
7550         * calendar/holidays.el (calendar-holidays): Doc fix.
7552         * progmodes/gud.el (tramp-file-name-localname)
7553         (tramp-dissect-file-name): Declare.
7555         * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
7557 2008-08-25  Eli Zaretskii  <eliz@gnu.org>
7559         * bindings.el (mode-line-frame-control): New function, caters to
7560         `pc' ``window system''.
7561         (mode-line-frame-identification): Use it instead of accessing
7562         window-system directly.
7564 2008-08-25  Juri Linkov  <juri@jurta.org>
7566         * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
7567         `center-line' and "\eS" from `center-paragraph'.
7568         (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
7569         `center-paragraph'.
7571 2008-08-25  Ulf Jasper  <ulf.jasper@web.de>
7573         * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
7574         (newsticker-treeview-treewindow-width): New.
7575         (newsticker-treeview-listwindow-height): New.
7576         (newsticker-treeview-browse-url-item): New.
7577         (newsticker-treeview-mode-map):
7578         Add newsticker-treeview-browse-url-item.
7579         (newsticker--treeview-window-init):
7580         Use newsticker-treeview-treewindow-width and
7581         newsticker-treeview-listwindow-height.
7583         * net/newst-reader.el (newsticker-browse-url-item): New.
7585 2008-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
7587         * vc-dir.el (vc-dir-marked-only-files-and-states):
7588         (vc-dir-child-files-and-states): Reverse the list before returning it.
7590 2008-08-24  Michael Albinus  <michael.albinus@gmx.de>
7592         * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
7594 2008-08-24  Romain Francoise  <romain@orebokech.com>
7596         * progmodes/python.el (run-python): Remove '' from sys.path.
7598 2008-08-23  Glenn Morris  <rgm@gnu.org>
7600         * progmodes/fortran.el (fortran-tab-mode-string)
7601         (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
7603 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
7605         * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
7606         Add declare-function.
7608         * startup.el (command-line): Don't call tty-register-default-colors
7609         if initial-window-system is `pc'.
7611         * term/internal.el (local-function-key-map): Fix unbalanced parens.
7612         (msdos-key-remapping-map): New variable.  Move here all the special
7613         keys we will be remapping via local-function-key-map.
7614         (msdos-setup-keyboard): New function.
7616         * term/pc-win.el (msdos-create-frame-with-faces): Rename from
7617         make-msdos-frame.
7618         (terminal-init-internal): New function, errors out if called.
7619         (msdos-initialize-window-system): New function.
7620         (msdos-create-frame-with-faces): Set the terminal's
7621         `terminal-initted' (sic!) parameter.
7622         (frame-creation-function-alist): Add msdos-create-frame-with-faces.
7623         (window-system-initialization-alist):
7624         Add msdos-initialize-window-system.
7625         (handle-args-function-alist): Use tty-handle-args for `pc'
7626         ``window system'' as well.
7627         (pc-win): Provide.
7629         * term/tty-colors.el (tty-register-default-colors): Remove bogus
7630         code for using msdos-color-values.
7632         * loadup.el [ms-dos]: Load term/pc-win.
7634 2008-08-23  Dan Nicolaescu  <dann@ics.uci.edu>
7636         * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
7637         directory name.
7639 2008-08-23  Nick Roberts  <nickrob@snap.net.nz>
7641         * progmodes/gud.el (gud-common-init): Use absolute file so that
7642         perldb works with tramp (sudo).
7644         * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
7645         match data in process filters.
7647 2008-08-23  Martin Rudalics  <rudalics@gmx.at>
7649         * dired.el (dired-buffer-stale-p): Do not revert buffer that
7650         can be written.
7652 2008-08-23  Glenn Morris  <rgm@gnu.org>
7654         * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
7655         (dired-guess-shell-alist-user): Doc fix.  (Bug#417).
7657 2008-08-23  Chong Yidong  <cyd@stupidchicken.com>
7659         * subr.el (temp-buffer-show-hook): Doc fix.
7661 2008-08-22  Michael Albinus  <michael.albinus@gmx.de>
7663         * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
7664         and "INSIDE_EMACS=...".  Reported by Tassilo Horn
7665         <tassilo@member.fsf.org>.
7667         * net/trampver.el: Update release number.
7669         * net/xesam.el (xesam-minor-mode): New minor mode.
7670         (xesam-highlight-buffer): Remove.  Code moved to
7671         `xesam-minor-mode'.
7672         (xesam-refresh-entry): Use `xesam-minor-mode'.
7674 2008-08-21  Chong Yidong  <cyd@stupidchicken.com>
7676         * minibuffer.el (completion--try-word-completion):
7677         Disable partial-completion when considering the addition of a space
7678         or hyphen.
7680 2008-08-21  John Paul Wallington  <jpw@pobox.com>
7682         * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
7683         filename of `tofile' doesn't contain any colons on Windows,
7684         Cygwin, and MS-DOS systems.
7686 2008-08-21  Daiki Ueno  <ueno@unixuser.org>
7688         * epg.el (epg-make-context, epg-context-set-passphrase-callback)
7689         (epg-context-set-progress-callback): Make sure the callback is a
7690         cons of a function and a handback.  Update all callers.
7692 2008-08-20  David Reitter  <david.reitter@gmail.com>
7694         * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
7695         Patch applied by Adrian Robert.
7697 2008-08-20  Kevin Ryde  <user42@zip.com.au>
7699         * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
7700         directive lines.
7702 2008-08-20  Michael Albinus  <michael.albinus@gmx.de>
7704         * net/xesam.el (xesam-highlight-string): Precise doc string.
7705         (xesam-highlight-buffer): New defun.
7706         (xesam-refresh-entry): Use it.  Better check for sourceModified.
7708 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
7710         * edmacro.el (edmacro-parse-keys): Catch events with spaces in
7711         their names.
7713 2008-08-19  Kenichi Handa  <handa@m17n.org>
7715         * language/european.el ("Esperanto"): Change the preferred
7716         charsets to iso-8859-3.
7718         * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
7720         * international/fontset.el (script-representative-chars):
7721         Delete the entry for symbol.
7722         (setup-default-fontset): For symbol characters, don't specify
7723         :script property.
7725 2008-08-19  Chong Yidong  <cyd@stupidchicken.com>
7727         * minibuffer.el (completion-table-dynamic): Doc fix.
7729         * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
7730         saved.
7732 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
7734         * emulation/edt.el (edt-default-emulation-setup):
7735         Share global-buffers-menu-map with the emulated global map.
7737 2008-08-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7739         * term/ns-win.el (global): Uncomment "put backspace
7740         ascii-character..." and friends, they are needed for tramp.  (Bug#725)
7742 2008-08-18  Kenichi Handa  <handa@m17n.org>
7744         * international/mule-diag.el (font-show-log): Add optional arg N
7745         to control the limit of font listing.
7747 2008-08-18  Chong Yidong  <cyd@stupidchicken.com>
7749         * window.el (recenter-top-bottom): Determine top and bottom
7750         positions using scroll-margin instead of scroll-conservatively.
7752 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7754         * proced.el (proced-send-signal): Use beginning-of-line.
7756 2008-08-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7758         * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
7759         (proced-mode-map): Add tooltips for menus.  Use radio buttons for
7760         listing types.
7761         (proced-log-buffer): New variable.
7762         (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
7763         region if transient-mark-mode is turned on and the region is active.
7764         (proced-omit-processes): Rename from proced-hide-processes to
7765         avoid key clash with describe-mode (bound to h).  Search for
7766         marked processes starting from point-min.
7767         (proced-header-space): Remove.
7768         (proced-send-signal): Handle errors.  Operate on current process
7769         if no process is marked.
7770         (proced-why): New command.
7771         (proced-log, proced-log-summary): New functions.
7772         (proced-help): Use proced-why.
7773         * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
7774         (bibtex-autokey-year-title-separator): Fix docstring.
7776 2008-08-17  Michael Albinus  <michael.albinus@gmx.de>
7778         * net/xesam.el (xesam-vendor, xesam-notify-function):
7779         New local variables.
7780         (xesam-mode): Extend docstring.  Initialize `xesam-notify-function'.
7781         (xesam-refresh-entry): Use `xesam-notify-function' if set.  Remove
7782         Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
7783         (xesam-new-search): Initialize `xesam-vendor'.
7785 2008-08-15  Glenn Morris  <rgm@gnu.org>
7787         * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
7788         a pipeline.
7789         * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
7790         unless at the end of the pipeline.  (Bug#699).
7792 2008-08-14  Chong Yidong  <cyd@stupidchicken.com>
7794         * minibuffer.el (completion-boundaries): Doc fix.
7795         (display-completion-list): Only default base-size to zero if
7796         completing in the minibuffer.
7798         * simple.el (completion-base-size): Doc fix.
7799         (choose-completion): Try reselecting completion-reference-buffer.
7801 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
7803         * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
7804         also for remote directories.
7806 2008-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7808         * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
7809         since those precomputed values aren't used any more.
7810         (easy-menu-precalculate-equivalent-keybindings): Obsolete.
7812 2008-08-14  Martin Rudalics  <rudalics@gmx.at>
7814         * help.el (with-help-window): Return last value in BODY.
7816 2008-08-14  Michael Albinus  <michael.albinus@gmx.de>
7818         * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
7819         notify function of the URL.
7820         (xesam-new-search): Encode special characters in the query string.
7822 2008-08-13  Chong Yidong  <cyd@stupidchicken.com>
7824         * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
7826 2008-08-13  Andreas Schwab  <schwab@suse.de>
7828         * net/tramp.el (tramp-handle-shell-command): Handle output going
7829         to current buffer like shell-command.  Don't disable undo.
7831 2008-08-13  Glenn Morris  <rgm@gnu.org>
7833         * eshell/esh-cmd.el (eshell/which): Handle the case where no
7834         description is found.
7836 2008-08-12  Alan Mackenzie  <acm@muc.de>
7838         * progmodes/cc-defs.el (c-emacs-features):
7839         argumentative-bod-function: bind mark-ring to avoid accumulating a
7840         spurious mark.
7842 2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
7844         * simple.el (visual-line--saved-state): New var.
7845         (visual-line-mode): Save local values of variables, and restore
7846         them when visual-line-mode is disabled.
7848 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
7850         * net/ldap.el (ldap-search-internal): Tweak URL regexp.
7852 2008-08-11  Chong Yidong  <cyd@stupidchicken.com>
7854         * progmodes/cc-defs.el (c-emacs-features):
7855         Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
7856         moving point during the test.
7858         * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
7860 2008-08-11  Glenn Morris  <rgm@gnu.org>
7862         * term/ns-win.el (x-parse-geometry): Doc fix.
7864         * dired.el (x-popup-menu):
7865         * hi-lock.el (x-popup-menu):
7866         * mouse.el (font-face-attributes):
7867         * calendar/cal-menu.el (x-popup-menu):
7868         * calendar/calendar.el (x-popup-menu):
7869         * calendar/holidays.el (x-popup-menu):
7870         * progmodes/cperl-mode.el (x-popup-menu):
7871         * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
7872         (x-open-connection):
7873         * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
7874         (x-command-line-resources):
7875         * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
7876         (x-display-name, x-command-line-resources):
7877         Add declarations for builds without X.
7879 2008-08-10  Glenn Morris  <rgm@gnu.org>
7881         * calendar/cal-bahai.el (holiday-bahai): Doc fix.
7883 2008-08-10  Dan Nicolaescu  <dann@ics.uci.edu>
7885         * vc-bzr.el (vc-bzr-find-revision): Rename from
7886         vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
7888 2008-08-10  Michael Albinus  <michael.albinus@gmx.de>
7890         * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
7891         (xesam-refresh-entry): Add Debbugs handling.  Insert a widget
7892         "DONE", when all hits are retrieved.
7893         (xesam-search): Autoload it.
7895 2008-08-11  John Paul Wallington  <jpw@pobox.com>
7897         * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
7898         empty string when no filename.
7899         (define-ibuffer-column filename): Accommodate that change.
7901         * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
7902         `buffer-file-name' instead of `ibuffer-buffer-file-name'.
7904 2008-08-10  Glenn Morris  <rgm@gnu.org>
7906         * Makefile.in (ELCFILES): Update.
7908 2008-08-10  John Paul Wallington  <jpw@pobox.com>
7910         * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
7912 2008-08-08  Chong Yidong  <cyd@stupidchicken.com>
7914         * battery.el (battery-echo-area-format, battery-status-function):
7915         Handle new Linux sysfs format for battery reporting.
7916         (battery-linux-sysfs): New function.
7918 2008-08-07  Martin Rudalics  <rudalics@gmx.at>
7920         * add-log.el (change-log-search-tag-name)
7921         (change-log-goto-source): Fix behavior when point is not on tag.
7923 2008-08-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
7925         * startup.el (command-line-ns-option-alist): Use ignore instead of
7926         ns-ignore-0-arg.
7928         * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
7929         (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
7930         (ns-alternatives-map): New variable.
7931         (x-set-up-function-keys): Use it.
7932         (global): Comment out "put backspace ascii-character..." and friends.
7933         Move function-key-map into ns-alternatives-map.  Don't call
7934         precompute-menubar-bindings.  Don't set anything connected with
7935         browse-url.
7936         (after-make-frame-functions): Clarify comment why a hook is added.
7938 2008-08-06  Joakim Verona  <joakim@verona.se>
7940         * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
7941         in url:s.
7943 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7945         * vc-svn.el (vc-svn-parse-status): Use when instead of if.
7946         Fix 2008-01-01 change: use a shy group to not affect subsequent
7947         match calls.
7949 2008-08-06  Reto Zimmermann  <reto@gnu.org>
7951         * progmodes/vera-mode.el (vera-electric-tab):
7952         * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
7953         region when active.
7955 2008-08-06  Kenichi Handa  <handa@m17n.org>
7957         * faces.el (face-valid-attribute-values): Fix handling the value
7958         of (font-family-list) and font-XXX-table.
7960 2008-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7962         * proced.el (proced-menu): Bind the correct function to for toggling.
7964         * vc-dir.el (vc-dir-mode): Fix typo.
7966 2008-08-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7968         * whitespace.el (whitespace-newline-mode)
7969         (global-whitespace-newline-mode, whitespace-mode)
7970         (global-whitespace-mode): Improve docstring.
7972 2008-08-05  Chong Yidong  <cyd@stupidchicken.com>
7974         * kmacro.el (kmacro-exec-ring-item): Add autoload.
7976         * files.el (auto-save-visited-file-name): Move definition to fileio.c.
7978         * cus-start.el (all): Handle auto-save-visited-file-name.
7980 2008-08-05  Alex Shinn  <alexshinn@gmail.com>  (tiny change)
7982         * files.el (hack-one-local-variable-eval-safep): Handle
7983         lisp-indent-function and scheme-indent-function in addition to the
7984         deprecated lisp-indent-hook.
7986 2008-08-05  Michael Albinus  <michael.albinus@gmx.de>
7988         * net/xesam.el (top): Require `wid-edit' always.
7989         (xesam-mode-line, xesam-highlight): New deffaces.
7990         (xesam-objects): New local variable.
7991         (xesam-search-engines): Fix error in field list.
7992         (xesam-mode): Use `xesam-mode-line' instead of
7993         `font-lock-type-face'.  Apply `xesam-mode' to a temp buffer, for
7994         proper initialization (why?).
7995         (xesam-highlight-string, xesam-get-hits)
7996         (xesam-kill-buffer-function): New defuns.
7997         (xesam-refresh-entry): Move code to `xesam-get-hits'.  Check
7998         result of "hit.fields", it isn't a string only.  Wrap an error of
7999         the strigi search engine ("xesam:size" is returned as string).
8000         Highlight search items.
8001         (xesam-refresh-search-buffer): Make logic of counters more simple.
8002         Prefetch next hits.
8003         (xesam-signal-handler): Use `xesam-mode-line' instead of
8004         `font-lock-type-face'.
8005         (xesam-new-search): Add `xesam-kill-buffer-function' to
8006         `kill-buffer-hook'.
8008 2008-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
8010         * add-log.el (change-log-next-error, change-log-mode): Add support
8011         for `next-error' to call `change-log-goto-source' on named files
8012         in a ChangeLog.
8014 2008-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
8016         * calc/calc.el (math-read-number): Handle all C-like languages
8017         properly.
8019 2008-08-04  Vincent Belaïche  <vincent.b.1@hotmail.fr>
8021         * calc/calc.el (math-read-number): Handle C numbers beginning with
8022         0 correctly.
8024 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8026         * term/ns-win.el ([ns-new-frame]): New global key.
8028 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
8030         * international/mule-cmds.el (read-char-by-name):
8031         Check UCS names with `assoc-string' and case folding.
8033 2008-08-04  Michael Albinus  <michael.albinus@gmx.de>
8035         * net/dbus.el (dbus-call-method-asynchronously)
8036         (dbus-method-return-internal, dbus-method-error-internal):
8037         Declare them with `declare-function'.
8039 2008-08-04  Juanma Barranquero  <lekktu@gmail.com>
8041         * descr-text.el (describe-char-display): Fix last change:
8042         don't pass CHARSET to `encoded-string-description'.
8044 2008-08-02  Alex Harsanyi  <harsanyi@mac.com>  (tiny change)
8046         * vc.el (vc-next-action): Update list var correctly after delete.
8048 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8050         * ido.el (ido-mode): Add toggle notification.
8052         * cus-edit.el (custom-save-all): Avoid destroying symlink if
8053         already visiting the custom file.
8055         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8056         pending output coming after the status change.
8058 2008-08-02  Jason Rumney  <jasonr@gnu.org>
8060         * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
8062 2008-08-01  Kenichi Handa  <handa@m17n.org>
8064         * international/mule-cmds.el (encode-coding-char):
8065         New optional arg CHARSET.
8067         * descr-text.el (describe-char-display): Call encode-coding-char
8068         with the arg CHARSET.
8069         (describe-char): Pay attention to the text-property `charset'.
8071 2008-08-01  Michael Albinus  <michael.albinus@gmx.de>
8073         * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
8074         error messages.
8075         (dbus-set-property): Call `dbus-introspect-get-property' instead
8076         of `dbus-get-property'.
8078         * net/xesam.el (xesam-all-fields): Remove source and content
8079         identifiers.
8080         (xesam-dbus-unique-names): New defvar.
8081         (xesam-dbus-call-method): New defun.  Replace all calls of
8082         `dbus-call-method' by `xesam-dbus-call-method'.
8083         (xesam-get-cached-property, xesam-set-cached-property):
8084         New defuns.
8085         (xesam-get-property, xesam-set-property, xesam-refresh-entry)
8086         (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
8087         (xesam-search-engines): Make it an association list.  Take changed
8088         layout into account in the corresponding function.
8089         (xesam-delete-search-engine): Remove check for consistency of
8090         `xesam-search-engines', not needed anymore.
8091         (xesam-mode): Show XML query string only in the debug case.
8093 2008-07-31  Juanma Barranquero  <lekktu@gmail.com>
8095         * files.el (read-file-modes): Fix typo in docstring.
8097 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
8099         * Makefile.in: Avoid maintainer warning for autogenerated unicode
8100         files.
8102         * apropos.el (apropos-symbol): Don't set button skip by default.
8103         (apropos-print): Set button skip iff searching for multiple types.
8104         (apropos-print-doc): Insert blank label button when searching for
8105         a single type.
8107         * button.el (forward-button): Avoid infloop.
8109         * minibuffer.el (read-file-name-completion-ignore-case):
8110         Add cygwin to the list.
8112 2008-07-31  Sven Joachim  <svenjoac@gmx.de>
8114         * files.el (abbreviate-file-name): When replacing $HOME with ~,
8115         turn off case-fold-search.
8117 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
8119         * net/dbus.el (top): Don't register for "NameOwnerChanged".
8120         (dbus-message-type-invalid, dbus-message-type-method-call)
8121         (dbus-message-type-method-return, dbus-message-type-error)
8122         (dbus-message-type-signal): New defconst.
8123         (dbus-ignore-errors): Fix `edebug-form-spec' property.
8124         (dbus-return-values-table): New defvar.
8125         (dbus-call-method-non-blocking-handler, dbus-event-message-type):
8126         New defun.
8127         (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
8128         Extend docstring.  Adapt implementation according to new
8129         `dbus-event' layout.
8130         (dbus-event-service-name, dbus-event-path-name)
8131         (dbus-event-interface-name, dbus-event-member-name):
8132         Adapt implementation according to new `dbus-event' layout.
8133         (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
8135         * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
8136         (xesam-mode): Rework implementation.
8137         (xesam-new-search): Additional parameter TYPE.
8138         (xesam-search): Adapt call of `xesam-new-search'.
8140 2008-07-31  Juri Linkov  <juri@jurta.org>
8142         * dired-aux.el (dired-do-chmod): Set default value to the original
8143         mode string using absolute notation like u=rwx,g=rx,o=rx.
8144         Use it as a new arg `default' of `dired-mark-read-string'.
8145         (dired-mark-read-string): Add new optional arg `default'.
8147         * files.el (read-file-modes): Set default value to the original
8148         mode string using absolute notation like u=rwx,g=rx,o=rx.
8149         Use it as the `default' arg of `read-string'.
8151         * filesets.el (filesets-cmd-isearch-getargs): Check if the
8152         variable `files' is bound to avoid warnings.
8154         * isearch.el (isearch-forward-regexp, isearch-forward-word)
8155         (isearch-backward, isearch-backward-regexp): Doc fix - make a link
8156         to the command `isearch-forward' instead of displaying "See C-s".
8157         (isearch-highlight-regexp): Remove arguments `regexp' and `face'
8158         with their interactive specifications.  Move reading the face name to
8159         the main body after calls to isearch-done and isearch-clean-overlays.
8161         * mb-depth.el: Unify all names under one common name prefix
8162         `minibuffer-depth-'.
8163         (minibuffer-depth-indicator-function): Rename from
8164         `minibuf-depth-indicator-function'.
8165         (minibuffer-depth-overlay): Rename from
8166         `minibuf-depth-overlay'.
8167         (minibuffer-depth-setup): Rename from
8168         `minibuf-depth-setup-minibuffer'.
8169         (minibuffer-depth-indicate-mode): Rename from
8170         `minibuffer-indicate-depth-mode'.
8172 2008-07-31  Juri Linkov  <juri@jurta.org>
8174         * dired-aux.el (dired-isearch-filenames-toggle): New command.
8175         (dired-isearch-filenames-setup): Bind "\M-sf" to
8176         dired-isearch-filenames-toggle in isearch-mode-map.
8177         (dired-isearch-filenames-end): Bind "\M-sf" to nil
8178         in isearch-mode-map.
8180         * isearch.el (isearch-edit-string-set-word): New command.
8181         (minibuffer-local-isearch-map): Bind "\C-w" to
8182         isearch-edit-string-set-word.
8183         (isearch-new-word): Temporary internal variable.
8184         (isearch-edit-string): Remove special case of reading the
8185         first character and checking it for C-w.
8187         * simple.el (read-shell-command, shell-command):
8188         Move code that uses minibuffer-with-setup-hook to set
8189         minibuffer-default-add-function to minibuffer-default-add-shell-commands
8190         from the interactive spec of `shell-command' to `read-shell-command'.
8192         * international/mule-cmds.el (read-char-by-name):
8193         Accept hash notation.  Doc fix.
8194         (ucs-insert): Doc fix.  Convert to number only when `arg' is
8195         a string.  Use separate error message when `arg' is not an integer.
8196         Bind `ucs-insert' to `C-x 8 RET'.
8198 2008-07-31  Joachim Nilsson  <joachim.nilsson@member.fsf.org>  (tiny change)
8200         * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
8201         move the (arglist-cont-nonempty) from c-offsets-alist to
8202         c-hanging-braces-alist like other styles already have.
8204 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8206         * textmodes/texinfmt.el:
8207         * nxml/nxml-enc.el:
8208         * mail/feedmail.el:
8209         * international/mule.el:
8210         * international/latexenc.el:
8211         * emulation/viper-util.el:
8212         * emulation/viper-init.el:
8213         * emulation/viper-ex.el:
8214         * emacs-lisp/bytecomp.el:
8215         * version.el:
8216         * subr.el:
8217         * startup.el:
8218         * sort.el:
8219         * shadowfile.el:
8220         * recentf.el:
8221         * printing.el:
8222         * paths.el:
8223         * minibuffer.el:
8224         * ls-lisp.el:
8225         * loadup.el:
8226         * hippie-exp.el:
8227         * finder.el:
8228         * files.el:
8229         * ediff-util.el:
8230         * ediff-ptch.el:
8231         * ediff-init.el:
8232         * ediff-diff.el:
8233         * dired.el:
8234         * dired-aux.el:
8235         * cus-edit.el:
8236         * bindings.el:
8237         * arc-mode.el:
8238         * add-log.el: Remove VMS support.
8239         * obsolete/vmsproc.el:
8240         * obsolete/vms-pmail.el:
8241         * obsolete/vms-patch.el: Remove file.
8243 2008-07-31  Alan Mackenzie  <acm@muc.de>
8245         * progmodes/cc-mode.el (c-before-hack-hook): New function
8246         (Top Level): Install c-before-hack-hook on
8247         before-hack-local-variables-hook, rather than
8248         c-postprocess-file-styles on hack-local-variables-hook.
8250 2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
8252         * files.el (normal-mode): Move call to hack-project-variables into
8253         hack-local-variables.
8254         (file-local-variables-alist, before-hack-local-variables-hook):
8255         New vars.
8256         (ignored-local-variables): Add file-local-variables-alist.
8257         (hack-local-variables-filter): Renamed from
8258         hack-local-variables-apply.  Add the result to
8259         file-local-variables-alist, without applying them.
8260         (hack-local-variables): Set file-local-variables-alist to nil.
8261         Call hack-project-variables and before-hack-local-variables-hook.
8262         Apply variables here, instead of hack-local-variables-apply.
8263         Based on a patch by Alan Mackenzie.
8265 2008-07-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
8267         * info-look.el (autoconf-mode :doc-spec): For
8268         "(autoconf)M4 Macro Index", if the item already
8269         begins with "AS_", don't prefix that string again.
8271 2008-07-30  Juri Linkov  <juri@jurta.org>
8273         * info.el (info, Info-mode): Doc fix.
8275         * isearch.el (isearch-mode-map): Bind `M-s r' to
8276         `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
8277         (search-map): Bind `M-s w' to `isearch-forward-word' globally
8278         in the global map `search-map'.
8279         (isearch-forward): Doc fix.
8280         (isearch-forward-word, isearch-toggle-case-fold): New commands.
8282         * simple.el (quoted-insert): Comment out code that treats
8283         0240-0377 specially.
8285 2008-07-30  Chong Yidong  <cyd@stupidchicken.com>
8287         * cus-start.el: Add customization info for
8288         read-buffer-completion-ignore-case.
8290 2008-07-30  Sam Steingold  <sds@gnu.org>
8292         * vc-dir.el (vc-dir): Call file-truename on the dir argument.
8294 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
8296         * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
8297         (vc-dir-mode): Improve docstring.
8299 2008-07-30  Juri Linkov  <juri@jurta.org>
8301         * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
8302         for the sake of isearch-mode-hook in dired-mode in dired.el.
8304 2008-07-19  Markus Triska  <markus.triska@gmx.at>
8306         * image-mode.el (image-mode): Set image-mode-text-map when image
8307         cannot be displayed.
8309 2008-07-30  Stephen Leake  <stephen_leake@stephe-leake.org>
8311         * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
8312         ada-xref-set-default-prj-values.
8313         (ada-prj-display-page): Ditto.
8315         * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
8316         (ada-make-filename-from-adaname): Fix free variable.
8318 2008-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
8320         * vc-git.el (vc-git-status-printer): Synchronize with the default.
8322 2008-07-30  Michael McNamara  <mac@mail.brushroad.com>
8324         * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
8325         for declarations inside a parenthetical list.  The code is ill-advised,
8326         and doesn't work given user defined types.
8327         (verilog-set-auto-endcomments): Enhance function automatic
8328         endcomment to support functions that return user defined types.
8329         (verilog-mode): Add code to tell which-function-mode minor mode
8330         that Verilog supports this feature.
8331         (verilog-beg-block-re-ordered, verilog-indent-re)
8332         (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
8333         (verilog-leap-to-head): Support the new virtual and/or protected
8334         tasks, as well as extern declarations of tasks for indenting and
8335         for forward/backward expression.
8337 2008-07-30  Wilson Snyder  <wsnyder@wsnyder.org>
8339         * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
8340         to work with SV 'logic' signals.  Suggested by Julian Gorfajn.
8341         (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
8342         (verilog-string-replace-matches): Avoid recursion with small
8343         replacements.
8344         (verilog-auto-inst-param-value, verilog-mode-version)
8345         (verilog-mode-version-date, verilog-read-inst-param-value)
8346         (verilog-auto-inst, verilog-auto-inst-param)
8347         (verilog-auto-inst-port, verilog-simplify-range-expression): Add
8348         verilog-auto-inst-param-value option for AUTOINST.  Suggested by
8349         David Rogoff.  This allows parameters to be replaced with their
8350         values, on the expansion of an AUTOINST with Verilog 2001 style
8351         parameter settings.
8353 2008-07-30  David Lord  <david.lord@phonecoop.coop>  (tiny change)
8355         * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
8356         to `cddr'.
8358 2008-07-29  Chong Yidong  <cyd@stupidchicken.com>
8360         * Makefile.in (ELCFILES): Add mairix.elc.
8362 2008-07-29  David Engster  <deng@randomsample.de>
8364         * net/mairix.el: New file.
8366 2008-07-29  Juri Linkov  <juri@jurta.org>
8368         * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
8369         instead of variable-pitch with bold and 1.2 height.
8371         * dired-aux.el (dired-do-async-shell-command): New command.
8373         * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
8374         from `&' to `%&'.  Bind `&' to `dired-do-async-shell-command'.
8376 2008-07-29  Juri Linkov  <juri@jurta.org>
8378         * international/mule-cmds.el (ucs-names): New internal variable.
8379         (ucs-names): New function.
8380         (ucs-completions): New lazy completion variable.
8381         (read-char-by-name): New function.
8382         (ucs-insert): Replace interactive spec letter "s" with the call to
8383         `read-char-by-name'.
8385         * replace.el (read-regexp): Add second arg `default'.  Doc fix.
8387         * replace.el (occur-read-primary-args):
8388         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
8389         (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
8390         second arg of `read-regexp'.
8392         * dired-aux.el (dired-isearch-filenames): New user option.
8393         (dired-isearch-orig-success-function): New internal variable.
8394         (dired-isearch-filenames-setup, dired-isearch-filenames-end)
8395         (dired-isearch-success-function): New functions.
8396         (dired-isearch-filenames, dired-isearch-filenames-regexp):
8397         New commands.
8399         * dired.el (dired-insert-set-properties): Add new text property
8400         `dired-filename' to put on file names.
8401         (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
8402         and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
8403         Add menu items.
8404         (dired-mode): Add hook `dired-isearch-filenames-setup' to
8405         buffer-local `isearch-mode-hook'.
8407 2008-07-29  Juanma Barranquero  <lekktu@gmail.com>
8409         * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
8410         (ada-create-case-exception): Fix typo in docstring.
8411         (ada-no-auto-case): Return nil, not the docstring.
8412         (ada-indent-current): Reflow docstring.
8414         * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
8415         (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
8416         (ada-prj-load-from-file): Reflow docstring.
8417         (ada-prj-display-page): Fix typo in widget.
8419         * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
8420         Fix typos in docstrings.
8422         * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
8423         (ada-compile-current, ada-check-current, ada-run-application)
8424         (ada-get-ali-file-name): Fix typos in docstrings.
8425         (ada-xref-confirm-compile, ada-find-references)
8426         (ada-find-local-references, ada-find-any-references): Doc fixes.
8427         (ada-get-all-references): Fix typo in error message.
8428         (ada-xref-current-project): Use `let', not `let*'.
8429         (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
8431 2008-07-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8433         * whitespace.el (whitespace-newline): Change initialization to have a
8434         low contrast relative to the background color.  Suggested by David
8435         Reitter <david.reitter@gmail.com>.
8437 2008-07-28  Juri Linkov  <juri@jurta.org>
8439         * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
8440         New functions.
8442         * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
8443         and dired-do-isearch-regexp to `M-s a M-C-s'.  Add menu items.
8445 2008-07-28  Seiji Zenitani  <zenitani@mac.com>
8447         * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
8448         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
8450 2008-07-28  Stephen Leake  <stephen_leake@stephe-leake.org>
8452         * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
8453         Add support for add-log.
8454         (ada-end-stmt-re): Fix bug - allow comment after 'when'.
8456         * progmodes/ada-prj.el: Delete 'main_unit' project variable.
8457         (ada-prj-save): Prompt for file name if not given.
8458         (ada-prj-display-page): Display casing exceptions.
8460         * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
8461         Ada mode project files.  Delete 'main_unit' project variable;
8462         only need 'main'.  Simplify handling of default project values.
8463         Use cross-prefix consistently.
8464         (ada-find-executable): Throw error if not found.
8465         (ada-initialize-runtime-library): Improve error handling when
8466         gnatls not found.
8467         (ada-gnat-parse-gpr): New.
8468         (ada-treat-cmd-string): Allow process environment variables.
8469         (ada-xref-set-default-prj-values): Delete; replace with
8470         ada-default-prj-properties.
8471         (ada-parse-prj-file): Handle GNAT project files.
8472         (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
8473         (ada-select-prj-file): New.
8474         (ada-get-absolute-dir-list): Allow project and environment variables.
8476 2008-07-27  Michael Albinus  <michael.albinus@gmx.de>
8478         Sync with Tramp 2.1.14.
8480         * net/tramp.el (tramp-perl-directory-files-and-attributes)
8481         (tramp-get-device): Make device number a cons cell.
8482         (tramp-convert-file-attributes): Make inode a cons cell.
8484         * net/trampver.el: Update release number.
8486 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8488         * faces.el (face-set-after-frame-default): Treat 'ns as all other
8489         window systems.
8491 2008-07-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8493         * term/ns-win.el (do-applescript): New alias in carbon-compat section.
8495 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8497         Remove support for Mac Carbon.
8498         * term/mac-win.el: Remove file
8499         * international/mule-cmds.el:
8500         * version.el:
8501         * startup.el:
8502         * simple.el:
8503         * mwheel.el:
8504         * mouse.el:
8505         * loadup.el:
8506         * isearch.el:
8507         * info.el:
8508         * frame.el:
8509         * faces.el:
8510         * disp-table.el:
8511         * cus-start.el:
8512         * cus-face.el:
8513         * cus-edit.el:
8514         * Makefile.in: Remove code for Carbon.
8516 2008-07-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
8518         * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
8519         bindings for functions deleted by Dan N. 2008-07-21.  Set
8520         where-is-preferred-modifier.  Add show-manual option to Help menu.
8522 2008-07-26  Michael Albinus  <michael.albinus@gmx.de>
8524         * net/tramp.el (tramp-handle-start-file-process):
8525         Set query-on-exit flag.  Kill temporary buffer.
8526         (tramp-process-sentinel): Remove defun.
8527         (tramp-do-copy-or-rename-file-out-of-band)
8528         (tramp-maybe-open-connection): Don't call it.
8530         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
8531         `tramp-process-sentinel'.
8533         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
8534         `tramp-process-sentinel'.
8536         * net/xesam.el (xesam-from): Remove defvar.
8537         (xesam-mode): Derive from `special-mode'.  Extend `xesam-mode-map'
8538         and `mode-line-position'.
8539         (xesam-refresh-entry): Remove argument `hit-number'.  Add debug
8540         information to the widgets.  Don't set `mode-line-position'.
8541         (xesam-refresh-search-buffer): Correct hit number computing.
8542         Don't set `mode-line-position'.
8543         (xesam-new-search): Add debug information to the mode line.
8545 2008-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8547         * diff-mode.el (diff-show-trailing-blanks): Renamed to
8548         diff-show-trailing-whitespaces.
8550 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
8552         * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
8553         invalid filename strings when parsing tex errors (bug#376).
8555 2008-07-25  Dan Nicolaescu  <dann@ics.uci.edu>
8557         * menu-bar.el (menu-bar-file-menu): Fix typo.
8559 2008-07-25  Juanma Barranquero  <lekktu@gmail.com>
8561         * play/solitaire.el (solitaire-mode-map): Define within defvar.
8562         (solitaire-mode): Define with `define-derived-mode'.
8563         (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
8564         (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
8565         (solitaire-undo, solitaire-check): Use `when'.
8566         (solitaire-solve): Err out if the solitaire is already in progress.
8567         Use `when'.
8569         * descr-text.el (describe-char): Don't overwrite local variable char
8570         when describing characters with display-table entries.  Display font
8571         backend when describing composed characters.  Simplify: use `let'
8572         instead of `let*', and `or x y' instead of `if x x y'.
8574 2008-07-25  Chong Yidong  <cyd@stupidchicken.com>
8576         * image-mode.el (image-minor-mode): Set up winprops.
8578 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8580         * diff-mode.el (diff-show-trailing-blanks): New fun.
8581         Show trailing blanks in modified lines for diff-mode.
8583 2008-07-24  Michael Albinus  <michael.albinus@gmx.de>
8585         * Makefile.in (ELCFILES): Add net/xesam.el.
8587         * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
8588         process name.  Reported by Markus Triska <markus.triska@gmx.at>.
8590         * net/xesam.el: New file.
8592 2008-07-24  Sven Joachim  <svenjoac@gmx.de>
8594         * dired-aux.el (dired-copy-file-recursive): Avoid calling
8595         set-file-modes when creating target directories.
8597 2008-07-24  Juanma Barranquero  <lekktu@gmail.com>
8599         * play/solitaire.el (solitaire-mode): Fix typo in docstring.
8600         Set `show-trailing-whitespace' to nil.
8601         (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
8602         Fix typos in docstrings.
8604 2008-07-24  Chong Yidong  <cyd@stupidchicken.com>
8606         * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
8607         key remapping, not directly.
8609 2008-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8611         * whitespace.el: New version 11.2.
8612         (whitespace-newline-mode, global-whitespace-newline-mode): New newline
8613         minor mode visualization.
8615 2008-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
8617         * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
8619         * Makefile.in (ELCFILES): Add term/common-win.elc.
8621         * vc-dir.el (vc-dir-search, vc-dir-isearch)
8622         (vc-dir-isearch-regexp): New functions.
8623         (vc-dir-mode-map, vc-dir-menu-map): Bind them.
8625 2008-07-23  Juri Linkov  <juri@jurta.org>
8627         * isearch-multi.el: Remove file to avoid dos file name clashes
8628         with isearch-x.el.  Move most content to misearch.el.
8630         * misearch.el: New file with most content from isearch-multi.el.
8631         Rename `isearch-buffers' name prefixes to `multi-isearch'.
8632         Remove `isearch-buffers-minor-mode'.  Add new function
8633         `multi-isearch-setup' to `isearch-mode-hook'.  New top-level
8634         commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
8635         `multi-isearch-files', `multi-isearch-files-regexp'.
8637         * Makefile.in (ELCFILES): Remove isearch-multi.elc.  Add misearch.elc.
8639         * isearch.el (isearch-message-prefix): Display "Multi" when
8640         `multi-isearch-next-buffer-current-function' is non-nil.
8641         (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
8642         with `multi-isearch-next-buffer-current-function', and
8643         `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
8645         * add-log.el (change-log-mode): Set `change-log-next-buffer' to
8646         `multi-isearch-next-buffer-function' instead of
8647         `isearch-buffers-next-buffer-function'.  Remove call to
8648         `isearch-buffers-minor-mode'.
8650         * buff-menu.el (Buffer-menu-marked-buffers)
8651         (Buffer-menu-isearch-buffers)
8652         (Buffer-menu-isearch-buffers-regexp): New functions.
8653         (Buffer-menu-mode-map): Bind "M-s a C-s" to
8654         `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
8655         `Buffer-menu-isearch-buffers-regexp'.
8656         (Buffer-menu-mode): Document new commands in docstring.
8657         (list-buffers-noselect): Add one space after Info file name
8658         according to the Info address convention.
8660         * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
8661         New functions.
8663         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
8664         `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
8665         (ibuffer-mode): Document new commands in docstring.
8667         * filesets.el (filesets-commands): Add commands for "Isearch" and
8668         "Isearch (regexp)".  Replace `query-replace' and `query-replace-regexp'
8669         with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
8670         (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
8671         or `multi-isearch-files-regexp'.
8672         (filesets-cmd-query-replace-getargs): Call standard function
8673         `query-replace-read-args' to read `query-replace' arguments.
8674         Add `multi-query-replace-map'.
8675         (filesets-cmd-query-replace-regexp-getargs)
8676         (filesets-cmd-isearch-getargs): New functions.
8678 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
8680         * international/mule.el (recode-region): Deactivate mark at the end.
8682 2008-07-23  Nikolaj Schumacher  <n_schumacher@web.de>
8684         * progmodes/flymake.el (flymake-errline, flymake-warnline):
8685         Use more suitable colors on dark displays.
8687 2008-07-23  Michael Albinus  <michael.albinus@gmx.de>
8689         * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
8690         "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
8691         (tramp-temp-buffer-name): New defconst.
8692         (tramp-handle-start-file-process): Use it.  Apply "exec", for the
8693         command.  No trailing prompt.
8694         (tramp-process-sentinel): Remove temporary buffer, if existing.
8695         Don't handle trailing prompt.
8696         (tramp-open-connection-setup-interactive-shell):
8697         Use `tramp-temp-buffer-name'.
8699 2008-07-23  Chong Yidong  <cyd@stupidchicken.com>
8701         * shell.el (shell-dynamic-complete-functions):
8702         Use comint-dynamic-complete-filename as well (bug#361).
8704 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
8706         * term/ns-win.el:
8707         * version.el (emacs-version):
8708         * loadup.el:
8709         * frame.el (make-frame-on-display): Check for ns instead of
8710         ns-windowing.
8712         * dired.el (dired-mode-map): Show the key binding for wdired.
8714         * menu-bar.el (menu-bar-file-menu): Show the key binding for
8715         exiting Emacs.
8717 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8719         * term/ns-win.el (x-list-fonts): Drop alias.
8721 2008-07-23  Juri Linkov  <juri@jurta.org>
8723         * replace.el (multi-query-replace-map): New variable.
8724         (perform-replace): Add processing of new multi-buffer keys bound
8725         to `automatic-all' and `exit-current'.  Set `query-flag' to nil
8726         if last input char was `automatic-all'.  Set new local variable
8727         `multi-buffer' to t when one of new two keys were typed.  Return
8728         non-nil value of `multi-buffer' that tells to calling functions
8729         to continue replacement on the next file.
8731         * progmodes/etags.el (tags-query-replace): Set arg `map' of
8732         `perform-replace' to `multi-query-replace-map'.
8734 2008-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8736         * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
8737         otherwise displayed in every buffer.
8739         * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
8740         (vc-arch-trim-one-revlib): Delete temp directories as well.
8742 2008-07-22  Stephen Eglen  <stephen@gnu.org>
8744         * iswitchb.el (iswitchb-delim): New variable.  Suggested by Ted Roden.
8746 2008-07-22  Sven Joachim  <svenjoac@gmx.de>
8748         * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
8750 2008-07-22  Miles Bader  <miles@gnu.org>
8752         * progmodes/sh-script.el (sh-newline-and-indent): Remove.
8753         (sh-mode-map): Remove remapping of newline-and-indent.
8755 2008-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8757         * vc.el (Todo): Update.
8759         * vc-hooks.el: Remove obsolete comment.
8761         * vc-git.el (vc-git-status-printer): Update the directory display
8762         to match the default.
8764         * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
8766 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8768         * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
8769         for "word wrap" command.
8771         * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
8773 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8775         * term/ns-win.el: Rename ns- functions/variables to the
8776         corresponding x- versions.
8777         (x-select-text, x-cut-buffer-or-selection-value)
8778         (x-disown-selection-internal, x-get-selection-internal)
8779         (x-own-selection-internal, x-defined-colors, xw-defined-colors)
8780         (x-display-mm-width, x-display-mm-height)
8781         (x-display-backing-store, x-display-save-under)
8782         (x-display-visual-class, x-display-screens, x-focus-frame): Remove
8783         defaliases.
8785         * frame.el (ns-display-name): Remove declaration.
8786         (make-frame-on-display): Use x-display-name instead
8787         ns-display-name.  Use unless.
8789         * startup.el (command-line-1): Fix indentation.
8791         * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
8792         checked in inadvertently.
8794 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8796         * term/ns-win.el: Standardize references to "Nextstep" in
8797         comments, messages, and docstrings.
8798         (ns-handle-args, x-parse-geometry)
8799         (ns-extended-platform-support-mode, x-setup-function-keys)
8800         (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
8801         (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
8802         (ns-initialized, ns-initialize-window-system): Doc fixes.
8804 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8806         * diff-mode.el (diff-auto-refine): Delete defcustom.
8807         (diff-auto-refine-mode): New func/var via define-minor-mode.
8808         Update var ref to use diff-auto-refine-mode.
8809         * smerge-mode.el (diff-mode): Require when compiling.
8810         (smerge-auto-refine): Delete defcustom.
8811         Update smerge-auto-refine ref to use diff-auto-refine-mode.
8813 2008-07-21  Chong Yidong  <cyd@stupidchicken.com>
8815         * simple.el (visual-line): New custom group.
8816         (visual-line-fringe-indicators): New var.
8817         (visual-line-mode): Set fringe-indicator-alist based on
8818         visual-line-fringe-indicators.  Add lighter.
8820 2008-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
8822         * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
8823         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8824         (x-handle-geometry, x-handle-name-switch, x-display-name)
8825         (x-handle-display, x-handle-args, x-colors): Move ...
8826         * term/common-win.el: ... here.  New file.
8827         * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
8828         (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8829         (x-handle-geometry, x-handle-name-switch, x-display-name)
8830         (x-handle-display, x-handle-args, x-colors): Remove.
8831         * loadup.el: Load term/common-win before term/x-win and term/w32-win.
8833 2008-07-19  Juri Linkov  <juri@jurta.org>
8835         * startup.el (fancy-startup-text): Move the line "To quit
8836         a partially entered command, type Control-g" a few lines below
8837         to be after the line "To start".  Add text "at gnu.org" to
8838         "Overview of Emacs features".
8840         * dired.el (dired-mode-map): Fix menu text of
8841         image-dired-display-thumbs.
8843         * image-dired.el (image-dired-cmd-create-thumbnail-options)
8844         (image-dired-cmd-create-temp-image-options)
8845         (image-dired-cmd-create-standard-thumbnail-command): Add > to the
8846         ImageMagick command line to change the dimensions of the image
8847         only if its width or height exceeds the geometry specification.
8849         * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
8851         * proced.el (proced-mode, proced): Add \\<proced-mode-map>
8852         to docstrings.
8854 2008-07-19  Adrian Robert  <Adrian.B.Robert@gmail.com>
8856         * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
8857         Vinicius Jose Latorre.
8859 2008-07-19  Glenn Morris  <rgm@gnu.org>
8861         * term/ns-win.el (ns-make-command-string): Use mapconcat.
8862         (ns-save-preferences): Fix typo in previous change.  (Bug#573)
8864 2008-07-18  Michael Albinus  <michael.albinus@gmx.de>
8866         * net/dbus.el (dbus-interface-properties): New defconst.
8867         (dbus-introspect): Update docstring.
8868         (dbus-introspect-xml, dbus-introspect-get-attribute)
8869         (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
8870         (dbus-introspect-get-interface-names)
8871         (dbus-introspect-get-interface, dbus-introspect-get-method-names)
8872         (dbus-introspect-get-method, dbus-introspect-get-signal-names)
8873         (dbus-introspect-get-signal, dbus-introspect-get-property-names)
8874         (dbus-introspect-get-property)
8875         (dbus-introspect-get-annotation-names)
8876         (dbus-introspect-get-annotation)
8877         (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
8878         (dbus-introspect-get-signature, dbus-get-property)
8879         (dbus-set-property, dbus-get-all-properties): New defuns.
8881 2008-07-18  Chong Yidong  <cyd@stupidchicken.com>
8883         * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
8884         ns-grabenv.elc.
8886         * ns-carbon-compat.el: File removed.
8888         * ns-grabenv.el: File removed.
8890         * term/ns-win.el: Contents of ns-carbon-compat.el and
8891         ns-grabenv.el moved here.
8892         (ns-grabenv, ns-open-file-select-line): Doc fixes.
8893         (ns-submit-bug-report): Function removed.  Reports go to the main
8894         Emacs bug list.
8895         (ns-handle-args, ns-spi-service-call): Doc fixes.
8896         (info-ns-emacs): Function removed.  Nextstep port manual will be
8897         merged into the Emacs manual, so no separate link needed.
8899 2008-07-18  Francesc Rocher  <rocher@member.fsf.org>
8901         * startup.el (fancy-splash-head): Fix change of 2008-07-02.
8903 2008-07-18  Glenn Morris  <rgm@gnu.org>
8905         * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
8906         to XEmacs, since it does nothing for Emacs.
8908 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8910         * net/tls.el (open-tls-stream): Make it work with the 2nd argument
8911         BUFFER that is a string but does not exist as a buffer object, as
8912         mentioned in the doc-string.
8914 2008-07-17  Chong Yidong  <cyd@stupidchicken.com>
8916         * simple.el (line-move-visual): Make it a defcustom.
8917         (line-move-1): Convert temporary-goal-column back to an integer if
8918         it was set as a float by a previous call to line-move-visual.
8919         (end-of-visual-line, beginning-of-visual-line)
8920         (next-logical-line, previous-logical-line): New functions.
8922 2008-07-17  David Reitter  <david.reitter@gmail.com>
8924         * simple.el (kill-visual-line, turn-on-visual-line-mode): New functions.
8925         (visual-line-mode, global-visual-line-mode): New minor mode.
8926         (visual-line-mode-map): New variable.
8928 2008-07-17  Glenn Morris  <rgm@gnu.org>
8930         * term/ns-win.el (parameters): Declare for compiler.
8932 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
8934         * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
8935         for Windows.
8937 2008-07-17  Daiki Ueno  <ueno@unixuser.org>
8939         * epa.el (epa-key-list-mode): Use run-mode-hooks.
8940         (epa-key-mode): Ditto.
8941         (epa-info-mode): Ditto.
8943 2008-07-17  Glenn Morris  <rgm@gnu.org>
8945         * term/ns-win.el (ns-handle-switch): Simplify.  Handle the numeric case.
8946         (ns-handle-numeric-switch): Just call ns-handle-switch.
8947         (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
8948         (ns-handle-args): Simplify using `pop'.
8949         (ns-display-name): Define (used in frame.el).
8950         (menu-bar-select-frame): Add (ignored) arg to more closely match the
8951         original definition.
8952         (ns-perform-service): Declare.
8953         (ns-save-preferences): Use fewer `let's.
8955         * frame.el (ns-display-name): Declare for compiler.
8957 2008-07-17  Kenichi Handa  <handa@m17n.org>
8959         * descr-text.el (describe-char-unidata-list): Initialize to the
8960         list of name, general-category, decomposition, and old-name.
8962 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8964         * startup.el (command-line-1): Update processing of NS long options to
8965         mimic recent changes to processing of X long options.
8967 2008-07-16  Nick Roberts  <nickrob@snap.net.nz>
8969         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
8970         list of #defines for remote files.
8971         (gdb-source-info): Only show main if it has been found.
8973 2008-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8975         * term/ns-win.el: Require CL; fix up comment style; reindent.
8976         (ns-define-service): Use subst-char-in-string.  Avoid `eval'.
8977         (ns-save-preferences): Use `case'.
8978         (ns-initialize-window-system): Use `dolist'.
8980 2008-07-16  Adrian Robert  <Adrian.B.Robert@gmail.com>
8982         * loadup.el: Remove load of easy-mmode prior to ns-win when NS
8983         windowing is used.
8984         * term/ns-win.el (ns-extended-platform-support-mode):
8985         Correct/improve documentation.
8987 2008-07-16  Glenn Morris  <rgm@gnu.org>
8989         * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
8990         Simply require 'cl (see comment in cl-compat.el).
8991         * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
8992         * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
8993         (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
8994         directly rather by subterfuge.  Provide cl before loading cl-macs.
8996         * paths.el (rmail-spool-directory): Remove settings for systems that are
8997         no longer supported.
8999         * frame.el (ns-initialize-window-system): Declare for compiler.
9001         * term/ns-win.el: Add numerous declarations for compiler.
9002         (ns-pop-up-frames): Move definition before use.  Doc fix.
9004         * emacs-lisp/check-declare.el (check-declare-locate)
9005         (check-declare-verify): Handle .m files.
9007 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
9009         * ns-carbon-compat.el: New file: user-visible compatibility of
9010         NeXTstep port with Carbon port.
9011         * ns-grabenv.el: New file: functionality useful on OS X platform to
9012         expose environment variables inside Emacs started from icon.
9013         * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
9014         * cus-edit.el:
9015         * cus-face.el:
9016         * disp-table.el:
9017         * faces.el:
9018         * info.el:
9019         * mouse.el:
9020         * mwheel.el:
9021         * simple.el: Add ns to window systems treated as GUIs.
9022         * facemenu.el (facemenu-read-color): Don't require a name match under
9023         NS, to allow numeric color entry.
9024         * frame.el (make-frame-on-display): Follow code for 'x in initializing
9025         'ns window system if need be.
9026         (various): Add 'ns as described above.
9027         * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
9028         ns-windowing is active.
9029         * startup.el (command-line-ns-option-alist): New constant to handle NS
9030         windowing system specific command line args analogous to how they are
9031         handled for X windows.
9032         (command-line-1): Use the above where appropriate.
9033         * version.el: Add NS port version.
9034         * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
9035         Darwin (usually OS X) systems.
9036         (woman-use-own-frame): Include 'ns in list of GUI window systems.
9037         * emulation/viper-util.el (ns-display-color-p)
9038         (ns-color-defined-p): Remove these (caustically-commented) outdated
9039         compensations for a port that was never itself integrated until now.
9040         * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
9041         for NS window system.
9042         * international/mule-cmds.el: Add 'ns to list of special-cased window
9043         systems (probably most of these, x/w32/mac/ns could be changed to
9044         window-system non-nil).
9045         * term/ns-win.el: New file: lisp-side support for NS windowing system.
9047 2008-07-14  Jason Rumney  <jasonr@gnu.org>
9049         * term/w32-win.el (x-handle-switch, x-handle-name-switch)
9050         (x-handle-numeric-switch, x-handle-initial-switch)
9051         (x-handle-xrm-switch, x-handle-args, x-handle-display)
9052         (xw-defined-colors, w32-initialize-window-system):
9053         Avoid use of cl pop and push macros.
9055 2008-07-14  Martin Rudalics  <rudalics@gmx.at>
9057         * add-log.el (change-log-goto-source): Avoid wrong-type-argument
9058         error when change-log-search-file-name returns nil.
9060 2008-07-13  Martin Rudalics  <rudalics@gmx.at>
9062         * add-log.el (change-log-search-file-name):
9063         Use match-string-no-properties.
9064         (change-log-search-tag-name-1, change-log-search-tag-name)
9065         (change-log-goto-source-1, change-log-goto-source): New functions.
9066         (change-log-tag-re, change-log-find-head, change-log-find-tail):
9067         New variables.
9068         (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
9070 2008-07-13  Jay Belanger  <jay.p.belanger@gmail.com>
9072         * calc/calc-help.el (calc-describe-key): Add angles to special key
9073         descriptions.
9075 2008-07-13  Vincent Belaïche  <vincent.b.1@hotmail.fr>
9077         * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
9078         search for regexp.
9080 2008-07-12  Chong Yidong  <cyd@stupidchicken.com>
9082         * simple.el (line-move-visual): Handle null pixel position gracefully.
9084 2008-07-11  Jason Rumney  <jasonr@gnu.org>
9086         * files.el (file-truename): Get truename of ancestors if file does
9087         not exist on Windows.
9089 2008-07-11  Chong Yidong  <cyd@stupidchicken.com>
9091         * simple.el (line-move-visual): Obey goal-column and no-error arg.
9092         (track-eol, temporary-goal-column, previous-line, next-line):
9093         Update docstring.
9094         (move-end-of-line, move-beginning-of-line): Bind line-move-visual
9095         to nil.
9097 2008-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9099         * simple.el (line-move-visual): New var.
9100         (line-move-visual): New function.
9101         (line-move): Call line-move-visual.
9103 2008-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
9105         * progmodes/grep.el (grep-files-aliases): Improve the C++ source
9106         pattern and add patterns for C++ header files.
9108 2008-07-10  Chong Yidong  <cyd@stupidchicken.com>
9110         * window.el (truncated-partial-width-window-p): New function.
9112         * menu-bar.el: Remove Longlines mode from menu.  Add word-wrap option.
9114         * faces.el (x-create-frame-with-faces): Don't pass parameters that
9115         are set later to x-create-frame.
9116         (face-set-after-frame-default): Apply X resources for non-default
9117         faces.
9119 2008-07-08  Chong Yidong  <cyd@stupidchicken.com>
9121         * faces.el (face-set-after-frame-default): Simplify.  Don't apply
9122         frame-specific X resource settings.  Set faces using a list of
9123         frame parameters explicitly passed to the calling
9124         function (e.g. make-frame).
9125         (x-create-frame-with-faces, tty-create-frame-with-faces):
9126         Supply explicit frame parameter list to face-set-after-frame-default.
9128 2008-07-08  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
9130         * net/browse-url.el (browse-url-default-browser):
9131         Fix argument list in lambda.
9133 2008-07-07  Ulf Jasper  <ulf.jasper@web.de>
9135         * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
9136         from url-retrieve.
9137         (newsticker--sentinel-work): Fix xerror typo.
9139 2008-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
9141         * vc-dir.el (vc-dir-refresh): Only update files.
9143         * vc-git.el (vc-git--ls-files-state): Remove unused function.
9145         * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
9147 2008-07-06  John Paul Wallington  <jpw@pobox.com>
9149         * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
9151 2008-07-05  Alexandre Julliard  <julliard@winehq.org>
9153         * vc-git.el (vc-git-registered): Return true for removed files.
9154         (vc-git-print-log, vc-git-log-view-mode): Print a single log for
9155         all the files instead of one per file.
9156         (vc-git-previous-revision): Add support for project-wide previous
9157         revision when specified file is nil.
9159 2008-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
9161         * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
9163         * vc-dir.el (vc-dir-find-child-files): New function.
9164         (vc-dir-resync-directory-files): New function.
9165         (vc-dir-recompute-file-state): New function, broken out of ...
9166         (vc-dir-resynch-file): ... here.  Also deal with directories.
9167         * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
9168         (vc-resynch-buffer): Use it.
9170         * vc-hg.el (vc-hg-registered): Do not set vc-state.
9172         * vc-annotate.el (vc-annotate-mode-menu): Add separator.
9174 2008-07-05  Nick Roberts  <nickrob@snap.net.nz>
9176         * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
9177         if it's not part of gdb-ui, e.g, at start.
9179         * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
9180         filenames in stack trace (text command mode).
9182 2008-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9184         * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
9186         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
9187         Use syntax-ppss on a position *before* the char we want to change.
9189 2008-07-04  Dan Nicolaescu  <dann@ics.uci.edu>
9191         * vc-dir.el (vc-dir-query-replace-regexp): New function.
9192         (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
9193         (vc-dir-mode-map): Likewise.
9195 2008-07-03  Juanma Barranquero  <lekktu@gmail.com>
9197         * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
9198         (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
9199         (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
9200         Remove spurious * in defcustom docstrings.
9202         * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
9203         (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
9204         (adaptive-fill-mode, adaptive-fill-first-line-regexp)
9205         (default-justification): Remove spurious * in defcustom docstrings.
9207         * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
9208         (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
9209         (rst-compare-decorations, rst-default-indent, rst-update-section)
9210         (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
9211         (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
9212         (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
9213         Fix typos in docstrings.
9214         (rst-mode-lazy): Fix typo in docstring.  Remove spurious *.
9215         (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
9216         (rst-get-decorations-around, rst-section-tree-point)
9217         (rst-font-lock-adornment-point): Reflow docstrings.
9218         (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
9219         Doc fixes.
9220         (rst-re-enumerations): Comment out.
9222         * nxml/nxml-glyph.el (nxml-glyph-set-hook):
9223         * nxml/nxml-uchnm.el (nxml-unicode-blocks)
9224         (nxml-unicode-block-char-name-set):
9225         * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
9226         * nxml/rng-nxml.el (rng-set-state-after):
9227         * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
9229         * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
9230         (rng-c-parse-annotation-body):
9231         * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
9233         * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
9234         (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
9235         (nxml-forward-balanced-item, nxml-dynamic-markup-word)
9236         (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
9237         Fix typos in docstrings.
9238         (nxml-attribute-indent): Reflow docstring.
9239         (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
9240         (nxml-default-buffer-file-coding-system): Doc fixes.
9242         * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
9243         (nxml-ns-set-prefix): Fix typos in docstrings.
9244         (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
9245         Reflow docstring.
9246         (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
9248         * nxml/nxml-outln.el (nxml-hide-all-text-content)
9249         (nxml-show-direct-text-content, nxml-show-direct-subheadings)
9250         (nxml-hide-direct-text-content, nxml-hide-subheadings)
9251         (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
9252         (nxml-outline-display-rest, nxml-outline-set-overlay)
9253         (nxml-section-tag-forward, nxml-section-tag-backward)
9254         (nxml-back-to-section-start): Fix typos in docstrings.
9256         * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
9257         Doc fixes.
9259         * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
9260         (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
9261         (nxml-scan-after-change): Fix typo in docstring.
9263         * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
9264         (rng-name-class-possible-names): Doc fixes.
9265         (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
9266         (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
9267         Fix typos in docstrings.
9268         (rng-intern-group-shortcut, rng-intern-choice-shortcut):
9269         Reflow docstrings.
9271         * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
9272         (rng-substq, rng-complete-before-point): Fix typos in docstrings.
9274         * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
9275         (rng-xsd-convert-date-time): Reflow docstrings.
9276         (rng-xsd-compile): Fix typo in docstring.
9278         * nxml/rng-loc.el (rng-current-schema-file-name)
9279         (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
9280         Doc fixes.
9281         (rng-set-schema-file): Fix typo in docstring.
9283         * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
9284         (rng-do-some-validation, rng-process-start-tag, rng-process-text):
9285         Fix typos in docstrings.
9286         (rng-message-overlay, rng-conditional-up-to-date-start)
9287         (rng-conditional-up-to-date-end): Doc fixes.
9288         (rng-next-error, rng-previous-error): Reflow docstrings.
9290         * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
9291         (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
9292         (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
9293         (xmltok-merge-attributes): Fix typos in docstrings.
9294         (xmltok-make-attribute, xmltok-forward-special)
9295         (xmltok-get-declared-encoding-position): Reflow docstrings.
9297         * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
9298         (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
9299         Fix typos in docstrings.
9301 2008-07-02  John Paul Wallington  <jpw@pobox.com>
9303         * ibuffer.el (ibuffer-buffer-file-name):
9304         Use `list-buffers-directory'.  Remove special-casing for `cvs-mode'
9305         and `vc-dir-mode'.  Suggested by Dan Nicolaescu.
9307 2008-07-02  Toru Tsuneyoshi  <t_tuneyosi@hotmail.com>
9309         * files.el (backup-extract-version): Handle versioned directories.
9310         (trash-directory): New variable.
9311         (move-file-to-trash): New function.
9313         * cus-start.el (delete-by-moving-to-trash): Declare for custom.
9315 2008-07-02  Magnus Henoch  <mange@freemail.hu>
9317         * vc-git.el (vc-git-annotate-command): Use proper option for
9318         specifying revision.
9320 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9322         * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
9323         if available.
9325 2008-07-01  Dan Nicolaescu  <dann@ics.uci.edu>
9327         * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
9329         * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
9330         Add binding for vc-annotate-show-changeset-diff-revision-at-line.
9332         * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
9334 2008-07-01  Nick Roberts  <nickrob@snap.net.nz>
9336         * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
9337         (gdb-init-2): Use it.  Don't run gdb-mode-hook again.
9338         (gdb-var-list-children-regexp, gdb-var-update-regexp)
9339         (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
9340         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
9341         (gdb-stack-list-locals-regexp): Future proof regexps better.
9343 2008-06-30  Juri Linkov  <juri@jurta.org>
9345         * faces.el (face-name-history): New variable.
9346         (make-face, make-empty-face): Replace interactive spec "S"
9347         with `read-from-minibuffer' where `read' arg is t and
9348         `hist' arg is `face-name-history'.
9349         (read-face-name): Set `hist' arg of `completing-read-multiple'
9350         to `face-name-history'.
9351         (list-faces-display): Use `read-regexp' instead of `read-string'
9352         to read regexp.
9354         * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
9355         to `regexp-history'.
9356         (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
9357         make it an obsolete alias to it.
9358         (hi-lock-face-defaults): New variable renamed from
9359         `hi-lock-face-history'.
9360         (hi-lock-line-face-buffer, hi-lock-face-buffer)
9361         (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
9362         `read-from-minibuffer'.  Doc fix.
9363         (hi-lock-read-face-name): Replace `hi-lock-face-history' with
9364         `hi-lock-face-defaults'.  Remove `mapcar (lambda (f) (cons f f))'.
9365         Set `hist' arg of `completing-read' to `face-name-history'.
9366         Put a list of default faces to `default' arg instead of `hist' arg.
9368         * bindings.el (abbrev-map, narrow-map): New variables.
9369         Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
9370         Rebind related commands to these new maps.
9371         (ctl-x-r-map): New variable for rectangle, register and bookmark
9372         keys.  Move rectangle keybindings to rect.el and register
9373         keybindings to register.el.
9374         (next-buffer, previous-buffer): Remove C-x prefix and move
9375         keybindings to ctl-x-map.
9377         * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
9378         to the new map `ctl-x-r-map' in autoload cookies.
9380         * expand.el: Rebind two global `C-x a' keys "n", "p"
9381         to the new map `abbrev-map' in autoload cookies.
9383         * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
9385         * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
9387 2008-06-30  Miles Bader  <miles@gnu.org>
9389         * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
9390         after processing an escape sequence.
9392 2008-06-29  Michael Albinus  <michael.albinus@gmx.de>
9394         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
9395         from 2008-06-28.  It does not work on W32.
9397 2008-06-29  Juri Linkov  <juri@jurta.org>
9399         * replace.el (read-regexp): New function.
9400         (keep-lines-read-args, occur-read-primary-args):
9401         Call `read-regexp' instead of code moved to new function.
9402         (keep-lines, flush-lines, how-many): Remove parenthesis and colon
9403         from the end of prompt.
9404         (replace-re-search-function): Doc fix.
9406 2008-06-29  Kenichi Handa  <handa@m17n.org>
9408         * descr-text.el (describe-char-display): Always return a string.
9409         (describe-char-padded-string): New function.
9410         (describe-char): Adjusted for the change of
9411         describe-char-display.  Use describe-char-padded-string.
9413 2008-06-29  Andreas Schwab  <schwab@suse.de>
9415         * vc-dir.el (vc-dir): Make backend argument optional and use
9416         vc-responsible-backend when nil.  Interactively pass nil for
9417         backend instead of using the backend of what happens to be
9418         default-directory at the time of the call.
9420         * find-dired.el (find-dired-filter): Preserve point.
9422 2008-06-28  Juanma Barranquero  <lekktu@gmail.com>
9424         * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
9425         (sasl-find-mechanism, sasl-next-step):
9426         * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
9427         (sasl-ntlm-response): Fix typos in docstrings.
9429 2008-06-28  robert marshall  <robert@capuchin.co.uk>  (tiny change)
9431         * international/mule-cmds.el (view-hello-file): Doc fix.
9433 2008-06-28  Chong Yidong  <cyd@stupidchicken.com>
9435         * faces.el (inhibit-face-set-after-frame-default): Var deleted.
9436         (set-face-attribute, face-set-after-frame-default)): Don't use it.
9438 2008-06-28  John Paul Wallington  <jpw@pobox.com>
9440         * calc/calc.el (defmath): Add `doc-string' decl.  Add docstring.
9442 2008-06-28  Michael Albinus  <michael.albinus@gmx.de>
9444         * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
9445         (tramp-convert-file-attributes): Convert symlinks only when
9446         returned from `tramp-handle-file-attributes-with-stat'.
9448         * net/tramp-ftp.el (top): Delete 'ange-ftp property from
9449         `substitute-in-file-name' when unloading.
9450         (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
9452 2008-06-28  Dan Nicolaescu  <dann@ics.uci.edu>
9454         * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
9455         (vc-string-prefix-p): Move function ...
9456         * vc.el (vc-string-prefix-p): ... here.
9458 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9460         * vc-dir.el (vc-dir): Complete only directory names.
9462 2008-06-27  Jason Rumney  <jasonr@gnu.org>
9464         * w32-fns.el (top-level): Unconditionally define all charsets.
9466 2008-06-27  Alan Mackenzie  <acm@muc.de>
9468         * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
9469         the CC Mode specific functions; this is no longer needed, since
9470         {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
9472         * progmodes/cc-defs.el (c-emacs-features): New feature
9473         'argumentative-bod-function.
9475 2008-06-27  John Paul Wallington  <jpw@pobox.com>
9477         * chistory.el (list-command-history): Use `bound-and-true-p'.
9478         (command-history-map): Define within defvar.  Add docstring.
9480 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9482         * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
9483         to unibyte; just assume it is not a JPEG.  Use `string-match-p'.
9484         (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
9485         (image-type-from-buffer): Use `looking-at-p'.
9487 2008-06-27  Juanma Barranquero  <lekktu@gmail.com>
9489         * ibuf-ext.el (diff-sentinel): Declare.
9491 2008-06-27  Glenn Morris  <rgm@gnu.org>
9493         * calendar/lunar.el (calendar-lunar-phases): Rename from
9494         calendar-phases-of-moon.  Keep old name as alias, update callers.
9495         (lunar-phases): Rename from phases-of-moon.  Keep old name as alias.
9496         (diary-lunar-phases): Rename from diary-phases-of-moon.
9497         Keep old name as alias.
9498         * calendar/cal-menu.el (cal-menu-sunmoon-menu)
9499         (cal-menu-global-mouse-menu): Update for lunar name changes.
9500         * calendar/calendar.el (calendar-mode-map): Update for name change.
9501         * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
9503 2008-06-26  Glenn Morris  <rgm@gnu.org>
9505         * calendar/solar.el (solar-sunrise-sunset-string): Add optional
9506         argument `nolocation'.
9507         (calendar-sunrise-sunset-month): New function.
9508         * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
9509         cal-menu-moon-menu.  Add calendar-sunrise-sunset-month.
9510         (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
9511         * calendar/calendar.el (solar-sunrises-buffer): New constant.
9512         (calendar-mode-map): Use cal-menu-sunmoon-menu.
9513         (calendar-buffer-list): Add solar-sunrises-buffer.
9515         * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
9517 2008-06-26  Chong Yidong  <cyd@stupidchicken.com>
9519         * cus-start.el: Add customization types for word-wrap and
9520         shift-select-mode.
9522 2008-06-26  John Paul Wallington  <jpw@pobox.com>
9524         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
9525         (ibuffer-diff-with-file): Use it.  Do diff on marked buffers.
9526         (ibuffer-mark-on-buffer): Don't display message when removing marks.
9527         (ibuffer-mark-by-mode): Use `buffer-local-value'.
9529 2008-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
9531         * vc-dir.el (tool-bar): Require.
9533         * vc.el (ewoc, tool-bar): Do not require.
9535 2008-06-26  Kenichi Handa  <handa@m17n.org>
9537         * international/mule-cmds.el (encode-coding-char): Fix for ASCII
9538         characters.
9540         * composite.el (terminal-composition-base-character-p): New function.
9541         (terminal-composition-function):
9542         Use terminal-composition-base-character-p.  Include the base character
9543         in the composition.
9544         (auto-compose-chars): Don't check font-object for terminal display.
9546 2008-06-26  Glenn Morris  <rgm@gnu.org>
9548         * doc-view.el (bookmark-make-record-default):
9549         * image-mode.el (bookmark-make-record-default): Fix declaration.
9551         * calendar/calendar.el (calendar-date-echo-text): Doc fix.
9552         Add default :value for sexp type.
9553         (calendar-month-edges): New variable.
9554         (calendar-month-edges): New function.
9555         (calendar-recompute-layout-variables): Set calendar-month-edges.
9556         (calendar-intermonth-header, calendar-intermonth-text): New options.
9557         (calendar-insert-at-column): New function.
9558         (calendar-generate-month): Use calendar-insert-at-column.
9559         Handle intermonth text.  Add 'date property.
9560         (calendar-column-to-month): Remove function.
9561         (calendar-column-to-segment): New function.
9562         (calendar-cursor-to-date): Use calendar-column-to-segment.
9563         Check 'date property.
9565         * calendar/calendar.el (calendar-print-other-dates):
9566         Handle mouse events.
9567         * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
9568         (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
9570         * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
9571         * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
9572         (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
9574         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9575         Use calendar-column-to-segment, calendar-month-edges, and
9576         the 'date property to handle intermonth text.
9578         * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
9580         * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
9581         (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
9582         Add doc strings.
9583         (cal-menu-context-mouse-menu): Add some :keys.
9584         (calendar-check-holidays): Declare rather than autoloading.
9585         (diary-show-holidays-flag): Remove unneeded declaration.
9587         * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
9588         * calendar/calendar.el (calendar-cursor-to-date): Handle case where
9589         event-start is nil.
9591 2008-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9593         * minibuffer.el (completion-basic-try-completion): Use the text after
9594         point to constrain the completion candidates.
9595         (completion-basic-all-completions): Adjust accordingly.
9597 2008-06-25  Chong Yidong  <cyd@stupidchicken.com>
9599         * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
9600         courier.
9602         * faces.el (set-face-attribute): Doc fix.
9604 2008-06-25  Juri Linkov  <juri@jurta.org>
9606         * bindings.el (goto-map): New variable.  Rebind goto-related
9607         commands to this `M-g' prefix keymap.
9608         (search-map): New variable for `M-s' prefix keymap.
9609         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
9610         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
9611         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
9612         `M-shw' to `hi-lock-write-interactive-patterns'.
9614         * isearch.el (isearch-mode-map): Bind `M-s h r' to
9615         `isearch-highlight-regexp'.
9616         (isearch-highlight-regexp): New function.
9618 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9620         * info.el (Info-bookmark-make-record):
9621         Use bookmark-make-record-default.
9622         (Info-bookmark-jump): Use bookmark-default-handler.
9624         * image-mode.el (image-bookmark-make-record):
9625         Use bookmark-make-record-default.
9626         (image-bookmark-jump): Use bookmark-default-handler.
9628         * doc-view.el (doc-view-bookmark-make-record):
9629         Use bookmark-make-record-default.
9630         (doc-view-bookmark-jump): Use bookmark-default-handler.
9632         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
9633         used until now in bookmark.el's code.
9634         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
9635         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
9636         used until now in bookmark.el's code.
9637         (bookmark-set-filename): Remove special code, moved to its only caller.
9638         (bookmark-store): Use the newer format.
9639         (bookmark-make-record-default): Add arg `point-only'.
9640         Rename from bookmark-make-record-for-text-file.
9641         (bookmark--jump-via): New function.
9642         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
9643         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
9644         Use it.
9645         (bookmark-jump-noselect, bookmark-default-handler):
9646         Don't return an alist, instead return the data implicitly by changing
9647         current buffer and point.  Signal an error if the file doesn't exist.
9649         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
9650         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
9652         * bs.el: Use with-current-buffer.  Simplify.
9653         (bs-toggle-readonly): Avoid vc-toggle-read-only.
9655         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
9656         is bound before using it.
9658 2008-06-25  Kenichi Handa  <handa@m17n.org>
9660         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
9662 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
9664         * vc-hg.el:
9665         * vc-git.el: Require vc-dir when compiling.
9667         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
9668         vc-dir-marked-only-files.  Change the return value.
9669         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
9670         Change the return value.
9671         (vc-dir-deduce-fileset): New function broken out from ...
9672         * vc.el (vc-deduce-fileset): ... here and ...
9673         (vc-deduce-fileset): ... here.
9675         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
9676         (vc-svn-parse-status): Do not set the vc-backend property.
9678 2008-06-25  Andreas Schwab  <schwab@suse.de>
9680         * faces.el (face-font-family-alternatives, variable-pitch):
9681         Use "Sans Serif", not "Sans-Serif".
9683 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
9685         * faces.el (face-font-family-alternatives, variable-pitch):
9686         Change "Sans" to the canonical name "Sans-Serif".
9688 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
9690         * calc/calc.el (calc-mode-map): Add extra keybindings to
9691         `calc-missing-key'.
9692         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9693         `kill-ring-save'.
9695 2008-06-24  Miles Bader  <miles@gnu.org>
9697         * mouse.el (mouse-appearance-menu): Don't do anything if the user
9698         pops up the menu but doesn't select anything.
9700 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
9702         * add-log.el (add-change-log-entry): Add new arg to force each new
9703         entry to be on a new line.
9704         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
9706         * vc-dir.el (vc-client-object): Remove.
9707         (vc-dir-prepare-status-buffer): Take a backend as an argument and
9708         use it when looking for a buffer.
9709         (vc-dir): Add a backend argument.  Set revert-buffer-function.
9710         Don't create a client object.  Move bindings ...
9711         (vc-dir-menu-map, vc-dir-mode-map): ... here.
9712         (vc-dir-revert-buffer-function): New function.
9713         (vc-generic-status-printer): Rename to ...
9714         (vc-dir-status-printer): ... this.
9715         (vc-generic-state, vc-generic-status-fileinfo-extra)
9716         (vc-dir-extra-menu, vc-make-backend-object): Remove.
9717         (vc-default-status-printer): Use a different face for
9718         directories.  Don't display any text for directories in the state
9719         column.  Add tooltips.
9721         * vc.el (Todo): Update.
9723         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
9724         * vc-rcs.el (vc-annotate-convert-time):
9725         * vc-mtn.el (vc-annotate-convert-time):
9726         * vc-git.el (vc-annotate-convert-time):
9727         * vc-cvs.el (vc-annotate-convert-time):
9728         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
9730 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
9732         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
9733         instead of using view-mode.
9735 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9737         * Makefile.in (distclean): Don't delete *.elc and autogen files.
9739 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
9741         * vc.el:
9742         * vc-hooks.el:
9743         * vc-dispatcher.el: Move vc-dir variables and functions ...
9744         * vc-dir.el: ... here.  New file.
9745         * Makefile.in (ELCFILES): Add vc-dir.elc.
9747         * vc.el: Move vc-annotate variables and functions ...
9748         * vc-annotate.el: ... here.  New file.
9749         * Makefile.in (ELCFILES): Add vc-annotate.elc.
9751         * vc-dav.el: Move here from url/vc-dav.el.
9752         (Todo): Note work needed to make this backend functional.
9754         * Makefile.in (ELCFILES): Update vc-dav.el location.
9756 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9758         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
9760 2008-06-21  John Paul Wallington  <jpw@pobox.com>
9762         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
9764         * textmodes/rst.el (rst-mode): Put docstring in right place.
9766 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
9768         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
9769         size for legibility.
9771         * faces.el (fixed-pitch): Use "Monospace" family.
9772         (variable-pitch): Use "Sans" family.
9773         (face-font-family-alternatives): Define alternatives for "Sans"
9774         and "Monospace".
9776 2008-06-21  Glenn Morris  <rgm@gnu.org>
9778         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
9779         Require 'cl when compiling.
9781         * emacs-lisp/debug.el (help-xref-interned): Declare.
9783         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
9784         Evaluate definition when compiling.
9786         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
9787         rather than mouse-1.
9788         (bug-reference-url-format): Autoload safe if string.
9789         (bug-reference-bug-regexp): Make space after "bug" optional.
9791         * Makefile.in (all): Explicitly pass EMACS to sub-make,
9792         for some non-GNU makes.
9794         * cus-dep.el (custom-dependencies-no-scan-regexp):
9795         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
9797         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
9798         increments.
9800         * calendar/calendar.el: Factor out the magic numbers controlling the
9801         calendar layout.
9802         (calendar-month-digit-width, calendar-month-width)
9803         (calendar-right-margin): New variables.
9804         (calendar-recompute-layout-variables, calendar-set-layout-variable):
9805         New functions.
9806         (calendar-left-margin, calendar-intermonth-spacing)
9807         (calendar-column-width, calendar-day-header-width)
9808         (calendar-day-digit-width): New options.
9809         (calendar-first-date-row): New constant.
9810         (calendar-move-to-column, calendar-ensure-newline): New functions,
9811         replacing calendar-insert-indented.
9812         (calendar-insert-indented): Remove function.
9813         (calendar-generate-month): Use calendar-move-to-column and
9814         calendar-ensure-newline.  Use layout variables.
9815         (calendar-generate, calendar-update-mode-line)
9816         (calendar-font-lock-keywords): Use layout variables.
9817         (calendar-column-to-month): New function.
9818         (calendar-cursor-to-date): Use calendar-column-to-month.
9819         Use layout variables.
9820         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9821         Use layout variables.  Use calendar-column-to-month.
9822         (calendar-cursor-to-visible-date): Use layout variables.
9824 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9826         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
9827         (all): Run compile-last.
9828         (compile-onefile): New target.
9829         (compile-first): Simplify.
9830         (compile-last): Don't treat COMPILE_FIRST specially.
9831         (COMPILE_FIRST): List the elc files rather than the el files.
9832         (ELCFILES): Update.
9834 2008-06-21  Ulf Jasper  <ulf.jasper@web.de>
9836         * net/newst-treeview.el: Remove dead code.
9837         (newsticker--window-config): Remove.
9838         (newsticker-treeview-quit): Do not save window config.
9839         (newsticker-treeview): Do not try to restore window config.
9840         (newsticker-groups, newsticker--treeview-list-sort-by-column)
9841         (newsticker--treeview-list-new-items)
9842         (newsticker--treeview-list-immortal-items)
9843         (newsticker--treeview-list-obsolete-items)
9844         (newsticker--treeview-list-all-items)
9845         (newsticker--treeview-list-feed-items): Fix documentation.
9847 2008-06-21  Miles Bader  <miles@gnu.org>
9849         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
9851 2008-06-21  Alan Mackenzie  <acm@muc.de>
9853         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
9854         infinite loop on invalid syntax.
9856 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9858         * textmodes/rst.el: Run rst-define-level-faces when loading.
9859         (rst-mode): Don't set the font-lock-multiline var.
9860         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
9861         Set the font-lock-multiline property by hand.
9863         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
9865         * Makefile.in (emacs-deps): Remove.
9866         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
9867         (all): Use them.
9868         (autogen-clean): Remove.
9870 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9872         * Makefile.in (all): New target.
9873         (bootstrap-prepare): Remove.
9875         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
9876         the .elc file to batch-byte-compile.
9878         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
9879         set-keymap-parents if set-keymap-parent doesn't exist.
9881         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
9882         Allow more than one space before the |.
9884         * textmodes/rst.el: Fix up docstring conventions.
9885         Move vars to before their first use.
9886         (rst-mode): Don't mess with font-lock-support-mode.
9887         (rst-suggest-new-decoration, rst-adjust-decoration):
9888         Avoid CL's copy-list.
9889         (rst-delete-entire-line): Use line-beginning-position.
9890         (rst-position): New fun.
9891         (rst-straighten-decorations): Use it instead of CL's position.
9892         (rst-straighten-bullets-region): Avoid CL's mapcar*.
9893         (rst-toc-mode): Use define-derived-mode.
9894         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
9895         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
9896         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
9897         (rst-replace-lines): Simplify.
9898         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
9900         * simple.el (special-mode-map): New var.
9901         (special-mode): New major mode.
9903 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
9905         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
9906         log-view-file-re.
9908         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
9909         (vc-switch-backend): Simplify.
9910         (Todo): Remove solved items.
9912         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
9913         the vc-backend property.
9915 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9917         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
9918         Bind inhibit-read-only since the buffer is always read-only.
9920 2008-06-20  Ulf Jasper  <ulf.jasper@web.de>
9922         * net/newst-treeview.el (newsticker-treeview-own-frame):
9923         Change default value to nil.
9924         (newsticker--treeview-list-add-item)
9925         (newsticker--treeview-propertize-tag): Show item title in tooltip.
9927 2008-06-20  Martin Blais  <blais@furius.ca>
9928             Stefan Merten  <smerten@oekonux.de>
9929             David Goodger  <goodger@python.org>
9931         * textmodes/rst.el: New file.
9933 2008-06-20  Sam Steingold  <sds@gnu.org>
9935         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
9936         remove DIRECTORY entries.
9938 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
9940         * makefile.w32-in (distclean): Depend on `clean'.
9941         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
9942         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
9943         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
9944         empty cus-load.el with `echo', and include "Local Variables"
9945         section to prevent the empty file from being compiled.
9946         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
9947         that generate an empty cus-load.el.
9949 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
9951         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
9952         Don't copy ldefs-boot.el over loaddefs.el.
9953         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
9954         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
9955         to loaddefs.el; they are not needed now.  Add coding cookie.
9957 2008-06-20  Miles Bader  <miles@gnu.org>
9959         * face-remap.el (face-remap-add-relative, face-remap-set-base):
9960         Strip unnecessary list levels from SPECS.
9961         (buffer-face-set, buffer-face-toggle):
9962         Change argument from FACE to &rest SPECS, and strip unnecessary
9963         list levels from SPECS.
9964         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
9966 2008-06-20  Jason Rumney  <jasonr@gnu.org>
9968         * international/fontset.el (setup-default-fontset): Specify script
9969         for latin use of iso10646-1.  Fix use of lang tags.
9971 2008-06-19  Miles Bader  <miles@gnu.org>
9973         * face-remap.el (text-scale-increase): Start from zero if
9974         text-scale-mode isn't enabled.
9976 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9978         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
9979         frame parameters after setting up the `default' face.
9981 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9983         * faces.el (face-set-after-frame-default): Don't exclude `default'.
9985 2008-06-18  Glenn Morris  <rgm@gnu.org>
9987         * mouse.el (buffer-face-mode-invoke): Declare.
9989         * Makefile.in (ELCFILES): Add org/org-id.elc.
9991         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
9992         * calendar/cal-menu.el (cal-menu-holidays-menu):
9993         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
9994         (cal-menu-today-holidays): Remove function.
9996         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
9997         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9998         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
9999         Remove unused functions.
10000         (calendar-mouse-view-diary-entries): Use format rather than concat.
10002         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
10003         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10004         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
10006         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
10007         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10008         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
10009         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
10010         cal-menu-event-to-date.
10012         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
10013         Handle mouse events.
10014         * calendar/cal-tex.el (cal-tex-cursor-year)
10015         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10016         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
10017         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
10018         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
10019         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
10020         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
10021         (cal-tex-cursor-month): Mark N as optional.
10022         * calendar/cal-menu.el (calendar-mouse-tex-day)
10023         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
10024         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
10025         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
10026         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
10027         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
10028         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
10029         Remove functions.
10030         (cal-menu-context-mouse-menu): Replace the above functions with the
10031         cal-tex versions.  Add HTML submenu.
10033 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
10035         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
10036         text command mode.
10037         (gdb): Explain that gud-gdb is needed for text command mode.
10039 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
10041         * window.el (split-height-threshold): Remove spurious extra line.
10043 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10045         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
10046         (calendar-set-mark):
10047         * calendar/diary-lib.el (diary-insert-entry):
10048         * calendar/solar.el (calendar-sunrise-sunset): Use it.
10049         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
10050         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
10051         (cal-menu-context-mouse-menu): Use calendar-set-mark,
10052         diary-insert-entry, and calendar-sunrise-sunset instead.
10054         * vc.el (vc-deduce-fileset): Add arg `only-files'.
10055         (vc-next-action): Pass the new arg.
10056         (vc-register): Don't use `only-files'.
10057         Don't set `backup-inhibited' in the current buffer.
10059 2008-06-17  Miles Bader  <miles@gnu.org>
10061         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
10063         * face-remap.el (buffer-face-mode-face)
10064         (buffer-face-mode-remapping): New variables.
10065         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
10066         (buffer-face-mode-invoke): New functions.
10067         (variable-pitch-mode-remapping): Variable removed.
10068         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
10070         * face-remap.el (internal-lisp-face-attributes): New variable.
10071         (face-attrs-more-relative-p, face-remap-order): New functions.
10072         (face-remap-add-relative): Use `face-remap-order'.
10074 2008-06-17  Glenn Morris  <rgm@gnu.org>
10076         * mouse.el (x-select-font): Declare.
10078         * calendar/calendar.el (calendar-move-hook):
10079         Add calendar-update-mode-line as an option.
10080         (calendar-date-echo-text): New user option.
10081         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
10082         (calendar-insert-indented): Simplify newline insertion.
10083         (calendar-describe-mode): Remove unused function.
10084         (calendar-mode-line-entry): New function.
10085         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
10086         Mark as risky.
10087         (calendar-mouse-other-month): Remove function.
10088         (calendar-other-month): Handle mouse events.
10089         (calendar-goto-info-node): Call fit-window-to-buffer.
10090         (calendar-mode): Use define-derived-mode.  Doc fix.
10091         (calendar-update-mode-line): Tweak whitespace.
10093 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10095         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
10096         (vc-dir-marked-only-files): vc-string-prefix-p.
10098 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
10100         * progmodes/gdb-ui.el (gdb-memory-set-address)
10101         (gdb-memory-set-repeat-count): Allow keyboard bindings.
10102         (gdb-memory-mode-map): Bind above functions respectively
10103         to 'S' and 'N'.
10105 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
10107         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
10109 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
10111         * log-view.el (vc-diff-internal): Declare for compiler.
10113         * vc-bzr.el (log-view-per-file-logs):
10114         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
10116 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
10118         * mouse.el (mouse-appearance-menu-map): New var.
10119         (mouse-appearance-menu): New function.
10120         Bind it to S-down-mouse-1.
10122 2008-06-15  Juri Linkov  <juri@jurta.org>
10124         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
10125         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
10126         as the second element.
10127         (Info-build-toc): Add PARENT element extracted from the Up pointer.
10128         Don't print progress messages.
10129         (Info-toc-nodes): New variable and function.
10130         (Info-index-nodes): Optimize non-string file name case.
10131         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
10132         (Info-insert-breadcrumbs): Use the cached document structure instead
10133         of visiting all ancestor nodes.  Remove the initial `>'.
10135 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10137         * log-view.el (log-view-diff-changeset): New function.
10138         (log-view-mode-map, log-view-mode-menu): Bind it.
10139         (log-view-per-file-logs, log-view-vc-fileset)
10140         (log-view-vc-backend): New variables.
10141         (log-view-find-revision, log-view-modify-change-comment)
10142         (log-view-annotate-version): Throw an error if the log is for more
10143         than one file and we can't find the current file.  Get the current
10144         file from log-view-vc-fileset if necessary.
10145         (log-view-diff): Get the current file from log-view-vc-fileset if
10146         necessary.
10148         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
10150         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
10151         (vc-hg-log-view-mode): Declare for compiler.
10152         (vc-hg-log-view-mode): Set log-view-per-file-logs and
10153         log-view-file-re.
10154         (vc-hg-diff): If no file is passed, use default-directory for cwd.
10156         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
10158         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
10160 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
10162         * net/tramp.el (tramp-handle-start-file-process):
10163         Clear modification time of the connection buffer.
10164         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
10165         (tramp-open-connection-setup-interactive-shell): Flush cache, and
10166         restart `tramp-maybe-open-connection' when the remote system has
10167         been changed.  Throw 'uname-changed event.
10168         (tramp-maybe-open-connection): Catch it.
10170         * net/tramp-cmds.el (tramp-cleanup-all-connections):
10171         Reset `tramp-locked'.
10173 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
10175         * net/newst-treeview.el (newsticker--treeview-list-update)
10176         (newsticker--treeview-item-update)
10177         (newsticker--treeview-tree-update)
10178         (newsticker-treeview-jump, newsticker-group-add-group)
10179         (newsticker-group-move-feed, newsticker-group-delete-group):
10180         Remove window dedication.
10181         (newsticker--group-manage-orphan-feeds): Handle ill-valued
10182         newsticker-groups.
10183         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
10185 2008-06-15  Andreas Schwab  <schwab@suse.de>
10187         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
10188         when parsing CVS/Repository.
10190         * wdired.el (wdired-search-and-rename): Fix undocumented change.
10192 2008-06-15  Ulf Jasper  <ulf.jasper@web.de>
10194         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
10195         (newsticker-extra-face, newsticker-enclosure-face): Moved to
10196         net/newst-reader.el.
10198         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
10199         (newsticker-extra-face, newsticker-enclosure-face): Moved from
10200         net/newst-reader.el.
10202 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10204         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
10205         Catch and recover from case when the bytes we thought we were reading
10206         turn out to be something else entirely, such as latin-1 chars from
10207         quail.  See bug#396.
10209 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10211         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
10212         (vc-register): Call the backend function only once, instead of
10213         once for each file.
10214         (vc-next-action): Update call to vc-register.
10215         (vc-dir-register): Remove function.
10216         (vc-dir): Bind vc-register instead of vc-dir-register.
10218 2008-06-14  Glenn Morris  <rgm@gnu.org>
10220         * Makefile.in (ELCFILES): Add net/newst-*.el.
10222 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10224         * wdired.el (wdired-do-renames): New function.
10225         (wdired-finish-edit): Use it to.
10226         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
10228 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10230         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
10232 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
10234         * window.el (window--even-window-heights): Even window heights
10235         only if the selected window is higher than WINDOW.
10236         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10238 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10240         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
10242 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10244         * term/linux.el (terminal-init-linux): Load t-mouse.
10246 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10247             Drew Adams  <drew.adams@oracle.com>
10249         * info.el (Info-breadcrumbs-depth): New var.
10250         (Info-insert-breadcrumbs): New function.
10251         (Info-fontify-node): Use it.
10252         (Info-mode-map): Move initialization into declaration.
10254 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
10256         Rename net/newsticker-*.el to net/newst-*.el.
10257         * net/newst-backend.el: Rename from net/newsticker-backend.el.
10258         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
10259         * net/newst-reader.el: Rename from net/newsticker-reader.el.
10260         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
10261         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
10262         * net/newsticker-backend.el: Rename to net/newst-backend.el.
10263         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
10264         * net/newsticker-reader.el: Rename to net/newst-reader.el.
10265         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
10266         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
10268 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10270         * progmodes/compile.el (compilation-start): Don't disable undo in
10271         comint buffer.  Don't override the comint-filter with our own.
10272         (compilation-filter): Change point's insertion-type.
10274         * comint.el (comint-output-filter): Use copy-marker.
10276 2008-06-13  David Reitter  <david.reitter@gmail.com>
10278         * textmodes/flyspell.el (mail-mode-flyspell-verify):
10279         Check message-signature-separator exists before using it.
10281 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
10283         * vc.el (vc-delete-file): Bind default-directory before calling
10284         the backend.
10285         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
10286         (vc-annotate-show-diff-revision-at-line-internal): ... here.
10287         New function.
10288         (vc-annotate-show-changeset-diff-revision-at-line): New function.
10289         (vc-annotate-mode-menu): Bind it.
10291 2008-06-13  Jason Rumney  <jasonr@gnu.org>
10293         * term/w32-win.el (mouse-set-font): Remove overridden function.
10294         (w32-select-font): Declare as obsolete alias for x-select-font.
10296 2008-06-13  Daniel Engeler  <engeler@gmail.com>
10298         These changes add serial port access.
10299         * term.el (term-update-mode-line): Modify.
10300         (serial-port-is-file-p, serial-nice-speed-history)
10301         (serial-no-speed, serial-mode-line-speed-menu)
10302         (serial-mode-line-config-menu): New variables and constants.
10303         (serial-name-history, serial-speed-history)
10304         (serial-supported-or-barf, serial-read-name, serial-read-speed)
10305         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
10306         (serial-mode-line-speed-menu, serial-update-speed-menu)
10307         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
10308         (serial-update-config-menu): New functions.
10310 2008-06-13  Glenn Morris  <rgm@gnu.org>
10312         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
10314         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
10316 2008-06-13  Kenichi Handa  <handa@m17n.org>
10318         * cus-face.el (custom-face-attributes): Add :foundry.
10320         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
10321         (face-x-resources): Add :foundry.
10322         (face-valid-attribute-values): Likewise.
10323         (face-attribute-name-alist): Likewise.
10324         (describe-face): Likewise.
10326 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10328         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
10330 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
10332         * longlines.el (longlines-search-forward, longlines-search-backward)
10333         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
10335 2008-06-12  Sam Steingold  <sds@gnu.org>
10337         * vc.el (vc-rename-file): DTRT when the destination is a directory
10338         name and the source is a file.
10340 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
10342         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
10344 2008-06-12  Glenn Morris  <rgm@gnu.org>
10346         * progmodes/f90.el (f90-beginning-of-subprogram)
10347         (f90-end-of-subprogram): Only give a message when interactive.
10349         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
10351         * progmodes/cperl-mode.el (cperl-info-on-command):
10352         Use display-pixel-height rather than x-display-pixel-height.
10354         * mail/rmailedit.el (rmail-cease-edit):
10355         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
10357         * emulation/edt.el (edt-xserver):
10358         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
10360         * emulation/edt-mapper.el: Drop test for Emacs < 19.
10362         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
10363         Evaluate definitions when compiling.  Reverse tests.
10365         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
10366         use unless.
10368         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
10370         * textmodes/artist.el (x-pointer-shape):
10371         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
10372         (x-open-connection, x-server-max-request-size, x-get-resource):
10373         * term/w32console.el (x-setup-function-keys):
10374         * term/w32-win.el (x-parse-geometry, x-resource-name)
10375         (generate-fontset-menu, image-library-alist, x-open-connection)
10376         (setup-default-fontset, set-fontset-font, setup-default-fontset)
10377         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
10378         (x-get-resource):
10379         * term/mac-win.el (x-parse-geometry, x-resource-name)
10380         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
10381         (new-fontset, x-display-list, x-open-connection, x-get-resource):
10382         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
10383         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
10384         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
10385         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
10386         (tooltip-identifier-from-point, define-fringe-bitmap):
10387         * play/gamegrid.el (image-size):
10388         * play/bubbles.el (image-size):
10389         * mail/emacsbug.el (x-server-vendor, x-server-version):
10390         * international/mule-util.el (internal-char-font):
10391         * international/mule-diag.el (font-info, query-fontset, fontset-info)
10392         (fontset-alias-alist, fontset-list, fontset-plain-name):
10393         * international/mule-cmds.el (x-server-vendor, x-server-version):
10394         * international/fontset.el (font-encoding-charset-alist)
10395         (otf-script-alist, new-fontset, set-fontset-font)
10396         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
10397         (fontset-list, query-fontset, x-get-resource):
10398         * emulation/edt.el (x-server-vendor):
10399         * emulation/edt-mapper.el (x-server-vendor):
10400         * emacs-lisp/map-ynp.el (x-popup-dialog):
10401         * emacs-lisp/lmenu.el (x-popup-dialog):
10402         * x-dnd.el (x-window-property, x-change-window-property)
10403         (x-get-selection-internal):
10404         * woman.el (x-list-fonts):
10405         * w32-fns.el (x-server-version):
10406         * tooltip.el (x-show-tip, x-hide-tip):
10407         * tool-bar.el (image-mask-p):
10408         * thumbs.el (image-size):
10409         * term.el (overflow-newline-into-fringe):
10410         * subr.el (scroll-bar-scale):
10411         * startup.el (x-get-resource, tool-bar-mode, image-size):
10412         * select.el (x-get-selection-internal, x-own-selection-internal)
10413         (x-disown-selection-internal):
10414         * mouse.el (generate-fontset-menu):
10415         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
10416         * image.el (image-library-alist):
10417         * image-mode.el (image-size, image-refresh):
10418         * image-dired.el (clear-image-cache):
10419         * gs.el (x-display-mm-width, x-display-pixel-width)
10420         (x-display-mm-height, x-display-pixel-height)
10421         (x-change-window-property, x-display-grayscale-p, x-window-property):
10422         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
10423         (x-focus-frame, x-list-fonts, x-display-screens)
10424         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
10425         (x-display-mm-width, x-display-backing-store, x-display-save-under)
10426         (x-display-planes, x-display-color-cells, x-display-visual-class):
10427         * faces.el (internal-face-x-get-resource)
10428         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
10429         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
10430         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
10431         (x-parse-geometry, x-create-frame, x-setup-function-keys)
10432         (tool-bar-setup):
10433         * doc-view.el (clear-image-cache, image-size, tooltip-show):
10434         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
10435         * dframe.el (x-display-pixel-width, x-display-pixel-height):
10436         * descr-text.el (internal-char-font):
10437         Define for compiler, for builds without X.
10439 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10441         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
10443 2008-06-11  Glenn Morris  <rgm@gnu.org>
10445         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
10446         before trying to move there.
10447         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
10448         is non-nil, indent most terminating statements like loop body.
10450         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
10451         Gregorian date, and add it, not the local date, to diary-entries-list.
10452         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
10454 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10456         * progmodes/compile.el (compilation-filter): Fix up last change.
10458         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
10460         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
10461         (gpm-mouse-mode): Make it into a proper global minor mode.
10463         * files.el (save-some-buffers-action-alist): Only use recursive-edit
10464         if the user enabled recursive-minibuffers.
10466         * emacs-lisp/map-ynp.el (map-y-or-n-p):
10467         Add support for scroll-other-window.
10469 2008-06-11  Jason Rumney  <jasonr@gnu.org>
10471         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
10472         Use tmm-menubar if menu is disabled in this frame.
10474         * menu-bar.el (menu-bar-open): Determine how to open menu bar
10475         from frame type, per documentation.  Add w32 case.
10477 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10479         * minibuffer.el (completion--merge-suffix): New function.
10480         (completion-basic-try-completion): Use it.
10481         (completion-pcm--find-all-completions): Add argument `filter'.
10482         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
10483         New functions.
10484         (completion-pcm-try-completion): Use them.
10486         * xt-mouse.el (turn-on-xterm-mouse-tracking)
10487         (turn-off-xterm-mouse-tracking): Use terminal-list.
10489         * cus-start.el (underline-minimum-offset): Rename from
10490         x-underline-minimum-display-offset.
10492 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
10494         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
10496 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
10498         * mouse.el (mouse-select-font): New function.
10500         * faces.el (face-spec-recalc): When the face is set using
10501         Customize, avoid recalculating it twice.
10503         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
10504         Font" menu item to it.  Apply selected font to all frames, and
10505         make it savable.
10506         (menu-bar-options-save): Save `default' font if changed.
10508 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10510         * ffap.el (ffap-string-at-point-mode-alist):
10511         Use alpha rather than lower.
10513         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
10515         * subr.el (momentary-string-display): Use an overlay.
10517         * progmodes/compile.el (compilation-mode):
10518         Set window-point-insertion-type.
10519         (compilation-filter): Don't use insert-before-markers any more.
10520         * emacs-lisp/trace.el (trace-make-advice):
10521         Set window-point-insertion-type in the trace buffer.
10522         * startup.el (normal-top-level): Set window-point-insertion-type in
10523         *Messages*.
10524         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
10525         (telnet-filter): Don't use insert-before-markers any more.
10526         * comint.el (comint-mode): Set window-point-insertion-type.
10527         (comint-output-filter): Don't use insert-before-markers any more.
10528         * button.el (make-text-button): Allow `start' to be a string.
10530 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
10532         * emacs-lisp/autoload.el (autoload-rubric):
10533         Fix coding cookie not to force Unix EOL.
10535 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
10537         * window.el (window--splittable-p, window--try-to-split-window):
10538         Don't use with-selected-window to avoid messing up get-lru-window.
10539         Reported by David Hansen <david.hansen@gmx.net>.
10541 2008-06-10  Glenn Morris  <rgm@gnu.org>
10543         * subr.el (locate-library): Doc fix.
10545         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
10546         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
10547         Check tool-bar-map is bound, for non-X builds.
10549         * net/newsticker-reader.el (newsticker--next-item-image)
10550         (newsticker--previous-item-image, newsticker--previous-feed-image)
10551         (newsticker--next-feed-image, newsticker--mark-read-image)
10552         (ewsticker--mark-immortal-image, newsticker--narrow-image)
10553         (newsticker--get-all-image, newsticker--update-image)
10554         (newsticker--browse-image): Check xpm images are available.
10555         (newsticker--mark-read-image, newsticker--mark-immortal-image)
10556         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
10558         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
10559         (newsticker--plainview-tool-bar-map, newsticker-mode):
10560         Check tool-bar-map is bound, for non-X builds.
10561         (w3m-toggle-inline-image): Declare.
10563         * net/newsticker-backend.el (tool-bar-map): Don't declare.
10565         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
10567         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
10568         (finder-compile-keywords): Move let to where needed.
10569         (finder-mouse-face-on-line): Go back one more line if needed.
10570         (finder-list-matches): Use cadr.
10571         (finder-goto-xref): New function.
10572         (finder-commentary): Add buttons to jump to foo.el libraries.
10574 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10576         * apropos.el (apropos-function, apropos-macro, apropos-command)
10577         (apropos-variable, apropos-face, apropos-group, apropos-widget)
10578         (apropos-plist): Add apropos-short-label property.
10579         (apropos-multi-type): New variables.
10580         (apropos-command, apropos-value): Set it.
10581         (apropos-compact-layout): New custom.
10582         (apropos-print, apropos-print-doc): Use it.
10583         (apropos-print): Truncate lines.
10585 2008-06-09  Kenichi Handa  <handa@m17n.org>
10587         * international/fontset.el (font-encoding-alist):
10588         Add an entry for "ascii-0".
10590 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
10592         * language/hanja-util.el (hanja-init-load): Show the message only
10593         when loading a table.
10595 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
10597         * net/newsticker-treeview.el (newsticker-treeview):
10598         * net/newsticker-plainview.el (newsticker-plainview):
10599         Add autoload cookie.
10601 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
10603         * net/newsticker.el: Split up into newsticker-backend, -ticker,
10604         -reader, -plainview, and -treeview.
10605         (newsticker-version): Change to 1.99.
10607         * net/newsticker-backend.el: New.  Move backend functionality from
10608         newsticker.el to newsticker-backend.el.
10609         (newsticker--download-logos): New.
10610         (newsticker--sentinel-callback): New.
10611         (newsticker--set-customvar): Remove.  Split up into specific
10612         functions related to retrieval, ticker, buffer, and display.
10613         (newsticker--set-customvar-retrieval): New.  Extracted from
10614         `newsticker--set-customvar'.
10615         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
10616         (newsticker-url-list-defaults):
10617         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10618         (newsticker-url-list): Doc changed.  URL can be a function.
10619         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10620         (newsticker-retrieval-method): New.
10621         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
10622         (newsticker-retrieval-interval):
10623         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
10624         (newsticker-desc-comp-max): Change :group.
10625         (newsticker--cache): Doc changed.
10626         (newsticker--guid-to-string): New.
10627         (newsticker--guid): Use `newsticker--guid-to-string'.
10628         (newsticker--real-feed-name): New.
10629         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
10630         (newsticker-start): Use `insert-file-contents' for reading cache.
10631         Use `newsticker--start-feed'.
10632         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
10633         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
10634         Use `newsticker--stop-feed'.
10635         (newsticker-save-item): New.
10636         (newsticker--get-news-by-funcall): New.
10637         (newsticker-get-news): Handle new retrieval methods.
10638         (newsticker--sentinel): Use `newsticker--sentinel-work'.
10639         (newsticker--sentinel-work): New.  Extracted from
10640         `newsticker--sentinel'.  Use `newsticker--download-logos',
10641         `newsticker--sentinel-callback'.
10642         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
10643         (newsticker--parse-atom-1.0): Fix link determination.
10644         (newsticker--parse-rss-0.91): Fix time determination.
10645         (newsticker--parse-rss-0.92): Fix time determination.
10646         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
10647         (newsticker--parse-generic-feed): New arg order in
10648         `newsticker--cache-add'.
10649         (newsticker--parse-generic-items): Fix for multiple items.
10650         New arg order in `newsticker--cache-add'.
10651         (newsticker--forget-preformatted): Check whether
10652         `newsticker--buffer-set-uptodate' is fbound.
10653         (newsticker--decode-iso8601-date): Handle fractions of seconds.
10654         (newsticker--decode-rfc822-date): Partial timezone handling.
10655         (newsticker--cache-contains): Fix guid problem.
10656         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
10657         (newsticker--cache-save): New.
10658         (newsticker--cache-update): Use temp buffer.
10659         (newsticker--stat-num-items): Allow multiple AGE args.
10660         (newsticker--stat-num-items-total): New.
10661         (newsticker--opml-import-outlines): New.
10662         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
10663         (newsticker--do-run-auto-mark-filter): Doc changed.
10664         (newsticker-retrieve-random-message): New.
10666         * net/newsticker-ticker.el: New.  Move ticker functionality from
10667         net/newsticker.el to net/newsticker-ticker.el.
10668         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
10669         `newsticker--ticker-timer'.
10670         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
10671         to `newsticker--ticker-timer'.
10672         (newsticker--set-customvar-ticker): New.  Extracted from
10673         `newsticker--set-customvar'.
10674         (newsticker-ticker-interval): Rename `newsticker-display-interval'
10675         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
10676         for :set.  Change :group.
10677         (newsticker-scroll-smoothly): Doc changed.  Change :group.
10678         (newsticker-hide-immortal-items-in-echo-area)
10679         (newsticker-hide-old-items-in-echo-area)
10680         (newsticker-hide-obsolete-items-in-echo-area):
10681         Use `newsticker--set-customvar-ticker for :set.  Change :group.
10682         (newsticker-start-ticker): Rename `newsticker--display-timer' to
10683         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
10684         to `newsticker-ticker-interval'.
10685         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
10686         `newsticker--ticker-timer'.
10688         * net/newsticker-reader.el: New.  Move reader functionality from
10689         net/newsticker.el to net/newsticker-reader.el.
10690         (newsticker--set-customvar-formatting): New.  Extracted from
10691         `newsticker--set-customvar'.
10692         (newsticker-reader, newsticker-frontend): New.
10693         (newsticker-enable-logo-manipulations): Change :group.
10694         (newsticker-justification): Use `newsticker--set-customvar-formatting'
10695         for :set.  Change :group.
10696         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
10697         for :set.  Change :group.
10698         (newsticker-html-renderer): Doc changed.
10699         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
10700         (newsticker-date-format):
10701         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
10702         (newsticker--insert-enclosure):
10703         Rename `newsticker--buffer-insert-enclosure' to
10704         `newsticker--insert-enclosure'.  Add keymap arg.
10705         (newsticker--print-extra-elements):
10706         Rename `newsticker--buffer-print-extra-elements' to
10707         `newsticker--print-extra-elements'.  Add keymap arg.
10708         (newsticker--do-print-extra-element):
10709         Rename `newsticker--buffer-do-print-extra-element' to
10710         `newsticker--do-print-extra-element'.  Add keymap arg.
10711         (newsticker-show-news): Use `newsticker-frontend'.
10713         * net/newsticker-plainview.el: New.  Move plainview functionality
10714         from net/newsticker.el to net/newsticker-reader.el.
10715         (newsticker-plainview): New.
10716         (newsticker--set-customvar-sorting): New.  Extracted from
10717         `newsticker--set-customvar'.
10718         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
10719         for :set.  Changed :group.
10720         (newsticker-heading-format, newsticker-item-format)
10721         (newsticker-desc-format, newsticker-statistics-format):
10722         Use `newsticker--set-customvar-formatting for :set.  Change :group.
10723         (newsticker-faces): Change :group.
10724         (newsticker-default-face): Enable again.
10725         (newsticker-hide-old-items-in-newsticker-buffer)
10726         (newsticker-show-descriptions-of-new-items):
10727         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
10728         (newsticker-show-all-news-elements): Change :group.
10729         (newsticker-plainview-hooks): New.
10730         (newsticker-select-item-hook, newsticker-select-feed-hook)
10731         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
10732         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
10733         to `newsticker--plainview-tool-bar-map'.
10734         (newsticker--url-keymap): Add mouse-1 binding.
10735         (newsticker-plainview): New.
10736         (newsticker-mark-all-items-of-feed-as-read): Change doc.
10737         (newsticker--buffer-do-insert-text): Use renamed
10738         newsticker--[buffer-]insert-enclosure and
10739         newsticker--[buffer-]print-extra-elements.
10740         (newsticker--buffer-set-faces): Use newsticker-default-face.
10742         * net/newsticker-treeview.el: New.
10744 2008-06-08  Andreas Schwab  <schwab@suse.de>
10746         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
10748         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
10750         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
10751         empty line.
10753         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
10755 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
10757         * window.el (split-height-threshold, split-width-threshold):
10758         Add choice nil.
10759         (split-window-preferred-function): Allow either nil or a function.
10760         (window--splittable-p, window--try-to-split-window):
10761         Handle changed option values.
10763         (window--frame-usable-p): Handle nil argument.
10765         (display-buffer): Call get-lru-window when pop-up-windows is nil
10766         and window can't be split.
10768 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
10770         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
10772         * net/tramp.el (top): Quote feature names.  Remove
10773         `tramp-rfn-eshadow-setup-minibuffer' from
10774         `rfn-eshadow-setup-minibuffer-hook' when unloading.
10775         (tramp-read-passwd): There is only one call to
10776         `auth-source-user-or-password' needed.  Pacify byte compiler.
10778 2008-06-08  Andreas Schwab  <schwab@suse.de>
10780         * window.el (display-buffer): Use lru window if current window
10781         cannot be split.
10783 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10785         * apropos.el (apropos-library): New command and new button.
10786         (apropos-library-button): New function.
10788         * apropos.el: Remove spurious * in docstrings.
10789         (apropos-label-face): Use variable pitch.
10790         (apropos-print): Use dolist and with-current-buffer.
10791         (apropos-print-doc): Use when.
10793         * window.el (special-display-p, display-buffer):
10794         Fix up C->Elisp transcription error.
10796 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10798         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10799         (byte-compile-file): Initialize it.
10800         (byte-compile-nogroup-warn): Keep track of the current group.
10802 2008-06-08  Glenn Morris  <rgm@gnu.org>
10804         * Makefile.in (compile, compile-always, bootstrap-prepare):
10805         Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
10807 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
10809         * language/hanja-util.el (hanja-init-load): Use a char-table for
10810         hanja-table.
10811         (hangul-to-hanja-char): Adjust for the above change.
10813 2008-06-07  Glenn Morris  <rgm@gnu.org>
10815         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
10816         lm-keywords.
10818         * mail/sendmail.el (mail-interactive): Add :version.
10820         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
10821         obsolete alias.
10823         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
10824         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
10825         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
10826         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
10827         * eshell/esh-util.el, international/mule-cmds.el:
10828         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
10829         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
10830         Remove unnecessary eval-when-compiles and eval-and-compiles.
10832         * Makefile.in (bootstrap-clean): Run autogen-clean.
10833         (maintainer-clean): No need to run autogen-clean now it is included in
10834         bootstrap-clean.
10836 2008-06-06  Miles Bader  <miles@gnu.org>
10838         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
10840 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
10842         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
10843         longlines mode.
10845         * replace.el (replace-search-function)
10846         (replace-re-search-function): New vars.
10847         (perform-replace): Use them.
10849         * longlines.el (longlines-re-search-forward): New function.
10850         (longlines-mode): Bind replace-search-function and
10851         replace-re-search-function, to ensure that replacement commands
10852         treat newlines as spaces.
10853         (longlines-show-effect): Default to a pilcrow sign.
10855 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10857         * help.el (function-called-at-point):
10858         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
10859         even when calling find-tag-default.
10861 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
10863         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
10864         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
10865         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
10866         (nxml-fontify-buffer, nxml-do-fontify):
10867         Remove obsolete variables and functions.
10868         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
10869         (nxml-degrade, nxml-after-change, nxml-after-change1)
10870         (nxml-extend-region, nxml-extend-after-change-region)
10871         (nxml-extend-after-change-region1, nxml-fontify-matcher)
10872         (nxml-toggle-char-ref-extra-display): Use font-lock, and
10873         font-lock-extend-region-functions in particular, to fontify
10874         nxml-mode buffers.
10875         (nxml-debug-region): New debugging helper function.
10877         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
10878         (nxml-scan-after-change, nxml-move-tag-backwards):
10879         Adapt for font-lock changes.
10881         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
10882         (nxml-debug-set-inside, nxml-debug-clear-inside):
10883         New debugging functions.
10884         (nxml-with-degradation-on-error): New helper macro.
10886 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
10888         * window.el (display-buffer): Remove dead call to get-lru-window.
10890 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10892         * mail/sendmail.el (mail-interactive): Change default.
10894 2008-06-05  John Paul Wallington  <jpw@pobox.com>
10896         * bindings.el (completion-ignored-extensions):
10897         Add .p64fsl, .d64fsl, and .dx64fsl.
10899 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10901         * ffap.el (ffap-prompter): Don't use the region.
10903 2008-06-05  Sam Steingold  <sds@gnu.org>
10905         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
10906         subdirectory to be registered.
10908 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
10910         * window.el (display-buffer-function, special-display-p)
10911         (special-display-buffer-names, special-display-regexps)
10912         (special-display-function, same-window-p, same-window-buffer-names)
10913         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
10914         (pop-up-frame-function, pop-up-windows, even-window-heights)
10915         (split-window-preferred-function, split-height-threshold)
10916         (window--display-buffer-1, display-buffer, pop-to-buffer):
10917         Move from window.c and buffer.c.
10918         (window--splittable-p, window--try-to-split-window)
10919         (window--frame-usable-p, window--display-buffer-2)
10920         (window--even-window-heights): New functions.
10921         (split-width-threshold): New option.
10922         (split-window-preferred-horizontally): Remove.
10924         * cus-start.el: Remove corresponding declarations.
10926 2008-06-05  Sam Steingold  <sds@gnu.org>
10928         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
10929         an error on modified buffers.
10931 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10933         * progmodes/etags.el (tags-verify-table): Be careful to use and update
10934         tags-file-name and tags-table-list from the right buffer.
10935         (tags-table-check-computed-list, tags-table-extend-computed-list)
10936         (find-tag-noselect): Use with-current-buffer.
10938         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
10939         Use print-circle.
10941         * minibuffer.el (minibuffer-local-must-match-filename-map):
10942         Declare obsolete alias for the old name.
10944         * abbrev.el (unexpand-abbrev): Better preserve markers.
10946 2008-06-05  Glenn Morris  <rgm@gnu.org>
10948         * emacs-lisp/autoload.el (autoload-rubric): New function,
10949         extracted from autoload-ensure-default-file.
10950         (autoload-ensure-default-file): Use autoload-rubric.
10952         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
10953         (custom-dependencies-no-scan-regexp): New variable.
10954         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
10955         Don't scan files matching custom-dependencies-no-scan-regexp.
10956         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
10958         * finder.el (finder-headmark): Initialize and add doc string.
10959         (generated-finder-keywords-file): Doc fix.
10960         (finder-no-scan-regexp): New variable.
10961         (finder-compile-keywords): Use a single let binding.
10962         Disable undo in the output buffer.  Use autoload-rubric.
10963         Use mapc rather than mapcar.  Don't scan files matching
10964         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
10965         rather than concat.  Use directory-files to do regexp matching.
10966         No need to require jka-compr.
10967         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
10968         (finder-list-matches): Disable undo.
10969         (finder-commentary): Use let rather than let*.  Disable undo.
10970         (finder-current-item): Use zerop.
10971         (finder-mode): Use define-derived-mode.
10972         (finder-exit): Doc fix.  Use dolist.
10974         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
10975         (custom-deps): Don't require $(lisp)/cus-load.el.
10976         (custom-deps, finder-data): Don't depend on autoloads.
10977         Should not be needed now, and doing so was causing make install to
10978         re-dump emacs post-bootstrap.
10979         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
10980         mid-build forces some things to be rebuilt.
10982 2008-06-05  Miles Bader  <miles@gnu.org>
10984         * face-remap.el
10985         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
10986         (face-remap-remove-relative): Renamed from
10987         `remove-relative-face-remapping'.
10988         (face-remap-reset-base): Renamed from
10989         `set-default-base-face-remapping'.
10990         (face-remap-set-base): Renamed from `set-base-face-remapping'.
10991         (text-scale-increase): Renamed from `increase-buffer-face-height'.
10992         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
10993         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
10995         * face-remap.el (variable-pitch-mode): Autoload.
10997 2008-06-04  Sam Steingold  <sds@gnu.org>
10999         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
11000         Generate extra status headers for a Mercurial tree.
11002 2008-06-04  John Paul Wallington  <jpw@pobox.com>
11004         * echistory.el (electric-history-map): Define within defvar.
11005         Add docstring.
11007         * font-lock.el (font-lock-turn-off-thing-lock)
11008         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
11009         Use `bound-and-true-p'.
11010         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
11011         Doc fixes.
11013         * international/ccl.el (define-ccl-program): Add `doc-string'
11014         declaration.
11016 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
11018         * face-remap.el (variable-pitch-mode): Reflow docstrings.
11019         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
11021 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
11023         * emacs-lisp/rx.el (rx): Doc fix.
11025 2008-06-04  Markus Triska  <markus.triska@gmx.at>
11027         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
11029 2008-06-04  Miles Bader  <miles@gnu.org>
11031         * face-remap.el (adjust-buffer-face-height): New function.
11032         Add autoloaded keybindings in ctl-x-map.
11033         (increase-buffer-face-height, decrease-buffer-face-height):
11034         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
11036 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
11038         * simple.el (line-move-1): If we did not move as far as desired,
11039         ensure that point-left and point-entered hooks are called.
11041 2008-06-03  Sam Steingold  <sds@gnu.org>
11043         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
11045 2008-06-03  John Paul Wallington  <jpw@pobox.com>
11047         * progmodes/make-mode.el (makefile-cleanup-continuations)
11048         (makefile-warn-suspicious-lines, makefile-warn-continuations):
11049         Use `derived-mode-p'.
11051 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11053         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
11054         (ELCFILES): Update.
11056 2008-06-03  Miles Bader  <miles@gnu.org>
11058         * face-remap.el: New file.
11059         * Makefile.in (ELCFILES): Add face-remap.elc.
11061 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11063         * progmodes/flymake.el (flymake-process-filter): Make sure the source
11064         buffer isn't dead.
11066         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
11067         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
11068         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
11069         * obsolete/auto-show.el, obsolete/hscroll.el:
11070         Remove packages that were obsolete in Emacs-20, or that were obsolete
11071         in Emacs-21 and do not contain any more code.
11073         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
11074         vc-client-mode is not set.
11076         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
11077         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
11079         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
11080         yet a bit more clever at distinguishing / from /.
11082 2008-06-03  Kenichi Handa  <handa@m17n.org>
11084         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
11086 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
11088         * language/hanja-util.el: New file.
11090 2008-06-03  Glenn Morris  <rgm@gnu.org>
11092         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
11093         Check that end-of-word follows "type".
11095 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
11097         * epa-file.el (epa-file-write-region): Write the entire buffer
11098         content if START is nil.
11100 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
11102         * select.el (x-get-selection): Fix typo.
11104 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
11106         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
11107         (describe-char): Use `looking-at-p', `string-match-p' when possible.
11109 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11111         * tar-mode.el (tar-header-block-summarize): Ensure one space around
11112         user&group.
11114 2008-05-31  John Paul Wallington  <jpw@pobox.com>
11116         * help-fns.el (describe-variable-custom-version-info):
11117         Handle dotted `package-version' info.
11119 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
11121         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
11123 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
11125         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
11126         names and improve support for unregistered files.
11128 2008-05-31  Glenn Morris  <rgm@gnu.org>
11130         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
11131         Remove shell variable `elc'.  Split tests to hopefully be more portable.
11132         Fix `sel' assignment.
11134 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
11136         * minibuffer.el (completion-table-dynamic): Doc fix.
11138 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11140         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
11141         Try and return `unregistered' when applicable.
11143         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11144         Don't encourage naming variables with "-flag".
11146 2008-05-30  Glenn Morris  <rgm@gnu.org>
11148         * Makefile.in (update-elclist): Hide the warning when it does not apply,
11149         make it milder when it does.
11150         (autogen-clean): New target.
11151         (maintainer-clean): Use autogen-clean.
11153         * calendar/diary-lib.el (diary-display-function): New name for
11154         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
11155         Change custom type and version.
11156         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
11157         (diary-fancy-display): Doc fixes.
11158         (diary-list-entries, diary-include-other-diary-files)
11159         (diary-mail-entries):
11160         Use diary-display-function rather than diary-display-hook.
11162         * calendar/appt.el (appt-check): Use diary-display-function rather than
11163         diary-display-hook.
11164         * calendar/cal-x.el (calendar-dedicate-diary): Update for
11165         diary-display-function replacing diary-display-hook.
11166         * org/org-agenda.el (org-get-entries-from-diary): Also set
11167         diary-display-function.
11169         * calendar/cal-html.el (cal-html-list-diary-entries):
11170         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
11171         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
11172         argument of diary-list-entries rather than setting diary-display-hook.
11174 2008-05-30  Kenichi Handa  <handa@m17n.org>
11176         * international/mule-conf.el (utf-8-with-signature): Renamed from
11177         utf-8-sig.
11178         (utf-8-auto): Adjusted for the above change.
11180         * international/mule-diag.el (describe-font): Don't check fontset
11181         here, and just call font-info.  Get the default font by from the
11182         default face.
11184 2008-05-29  Kenichi Handa  <handa@m17n.org>
11186         * international/mule-conf.el (utf-8-sig, utf-8-auto):
11187         New coding systems.
11189         * international/mule.el (define-coding-system): Accept :bom for utf-8.
11191 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
11193         * international/utf-7.el (utf-7-encode): Use the right escape char
11194         depending on imap/nonimap encoding.
11196 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11198         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
11200 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
11202         * icomplete.el (icomplete-prospects-height): Add :group.
11204 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11206         * icomplete.el (icomplete-prospects-length): Make obsolete.
11207         (icomplete-prospects-height): New var.
11208         (icomplete-completions): Use it.
11210 2008-05-29  David Kastrup  <dak@gnu.org>
11212         * autoinsert.el (auto-insert): Add :link.
11214 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11216         * tar-mode.el (tar-header): New field `header-start'.
11217         (tar-header-block-tokenize): Set it when useful.
11218         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
11219         (tar-header-data-end): New function.
11220         (tar-summarize-buffer): Use it.
11221         (tar-next-line): Fix goal column for long usernames.
11222         (tar-expunge-internal): Use header-start.
11223         (tar-rename-entry): Handle ustar-style long names.
11224         (tar-alter-one-field): Add optional `descriptor' argument.
11225         (tar-subfile-save-buffer): Use it.
11227 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11229         * tar-mode.el (tar-header): New field `header-start'.
11230         (tar-header-block-tokenize): Set header-start for longlink entries.
11231         (tar-expunge-internal): Use header-start to expunge longlink entries.
11233         * files.el (hack-local-variables): Don't signal an error if the local
11234         variable section is not properly terminated.
11236         * emacs-lisp/easymenu.el (easy-menu-convert-item)
11237         (easy-menu-convert-item-1): Move the duplicate-generation outside of
11238         the caching so it also works for identical entries.
11240         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
11241         (tar-mode): Use write-region-annotate-functions rather than
11242         write-contents-functions.
11243         (tar-extract): Remove unused var `pos'.
11244         (tar-subfile-save-buffer): Remove unused var `following-descs'.
11245         (tar-mode-write-file): Remove.
11246         (tar-write-region-annotate): New function.
11248         * progmodes/flymake.el (flymake-save-buffer-in-file):
11249         * shadowfile.el (shadow-copy-file):
11250         * arc-mode.el (archive-*-write-file-member):
11251         * files.el (diff-buffer-with-file):
11252         * subr.el (with-temp-file): Pass nil to write-region.
11253         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
11255         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
11256         the custom.
11258         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
11259         to write-region.
11261 2008-05-28  Glenn Morris  <rgm@gnu.org>
11263         * Makefile.in (update-elclist): Work around non-portability of "\"
11264         in various implementations of echo.
11266 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11268         * international/mule-diag.el (describe-current-coding-system):
11269         Don't assume selection-coding-system is always defined.
11271         * tar-mode.el: Use defstruct and markers.
11272         (tar-setf): Remove.
11273         (tar-header): Use defstruct.  Add `data-start' field.
11274         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
11275         (tar-desc-data-start): Remove (now called tar-header-data-start).
11276         (tar-roundup-512): New fun.
11277         (tar-header-block-tokenize): Receive a buffer position rather than
11278         a string.  Handle @longLink here, be more careful about it.
11279         Create a marker for data-start.
11280         (tar-summarize-buffer): Don't handle @LongLink here any more.
11281         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
11282         data-start on the following entries any more.
11283         (tar-chown-entry, tar-chgrp-entry): Use read-number.
11285         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
11286         (tar-header-offset): Remove.
11287         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
11288         Not permanent any more.
11289         (tar-data-buffer): New var.
11290         (tar-data-swapped-p, tar-change-major-mode-hook)
11291         (tar-mode-kill-buffer-hook): New funs.
11292         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
11293         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
11294         (tar-clear-modification-flags, tar-alter-one-field)
11295         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
11296         Change accordingly.
11298 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
11300         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
11301         (vc-dir-resynch-file): ... this.  Update callers.
11302         Use vc-string-prefix-p.  Ignore directory args.
11303         (vc-string-prefix-p): CSE.
11304         (vc-resynch-buffer): Restore conditional.
11306         * vc-hooks.el (vc-after-save): Improve test.
11307         (vc-mode-line): Fix indentation.
11309 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11311         * calendar/parse-time.el (parse-time-months)
11312         (parse-time-weekdays): Add long-form month and day names.
11314 2008-05-27  Glenn Morris  <rgm@gnu.org>
11316         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
11318 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11320         * vc-dispatcher.el (vc-string-prefix-p): New function.
11321         (vc-dir-parent-marked-p): Use it.
11323 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
11325         * vc.el (Problems): Remove fixed issues.
11326         (vc-expand-dirs): Avoid returning directories.
11327         (vc-dir): Fix C-x v v binding.
11328         (vc-make-backend-object): Fix name.
11329         (vc-dir-show-fileentry): Fix docstring.
11330         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
11331         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
11332         Reset the state for directories.
11333         (vc-dir-headers): Align labels.
11334         (vc-default-status-printer): Do no call prettify-state-info.
11335         (vc-deduce-fileset): Replace implementation with one based on a
11336         working older version.
11337         (vc-next-action): Use the new form of vc-deduce-fileset.
11338         Fix dealing with unregistered files.
11340         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
11341         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
11342         (vc-dir-child-files): New function.
11343         (vc-dir-node-directory): New function.
11344         (vc-dir-update, vc-dir-parent-marked-p)
11345         (vc-dir-children-marked-p, vc-dir-mark-all-files)
11346         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
11348         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
11350 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11352         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
11353         (diff-font-lock-keywords, diff-context->unified)
11354         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
11355         (diff-hunk-text, diff-find-source-location): Use it.
11356         (diff-post-command-hook): Let the user edit the hunk headers.
11358 2008-05-26  Andreas Schwab  <schwab@suse.de>
11360         * vc.el (vc-default-prettify-state-info): Fix formatting of an
11361         unknown state.
11363         * tar-mode.el (tar-summarize-buffer): Comment fix.
11365 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11367         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
11369 2008-05-26  Glenn Morris  <rgm@gnu.org>
11371         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
11373 2008-05-25  John Paul Wallington  <jpw@pobox.com>
11375         * proced.el (proced-next-line, proced-previous-line):
11376         Avoid calling `next-line' and `previous-line' from Lisp code.
11378 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
11380         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
11381         Use diary-ordinal-suffix.
11383 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
11385         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
11386         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
11387         (edebug-save-displayed-buffer-points, edebug-initial-mode)
11388         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
11389         (edebug-print-length, edebug-print-level, edebug-print-circle)
11390         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
11391         (edebug-global-break-condition, edebug-sit-for-seconds):
11392         Remove spurious * from defcustom docstrings.
11393         (edebug-unwrap*, edebug-signal, edebug-eval-display):
11394         Improve argument/docstring consistency.
11395         (edebug-test-coverage, edebug-gensym, edebug-read)
11396         (edebug-top-level-nonstop, edebug-eval-result-list)
11397         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
11398         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
11399         (edebug-display-freq-count): Reflow docstrings.
11400         (edebug-restore-status): Doc fix.
11402 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11404         * proced.el (proced-header-line): Use the :align-to 0 feature
11405         rather than computing the corresponding position manually.
11406         (proced-update): Don't hardcode point-min==1.
11408 2008-05-24  Alan Mackenzie  <acm@muc.de>
11410         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
11411         if c-file-style is set to a non-string.
11413         (c-neutralize-CPP-line): Surround by `save-excursion'.
11414         (c-neutralize-syntax-in-CPP): Optimize for speed.
11416 2008-05-24  Glenn Morris  <rgm@gnu.org>
11418         * Makefile.in (update-elclist): New target, to update ELCFILES.
11419         (bootstrap-after): Run update-elclist.
11421 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
11423         * icalendar.el (icalendar-version): Increase to "0.19".
11424         (icalendar--date-style): New function.
11425         (icalendar--datetime-to-diary-date): Doc fix.
11426         Use icalendar--date-style.
11427         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
11428         (icalendar--convert-yearly-to-ical)
11429         (icalendar--convert-recurring-to-diary): Handle iso date style,
11430         use icalendar-date-style.
11432 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
11434         * vc.el (vc-delete-file): Make sure the buffer is deleted and
11435         vc-dir buffers are updated.
11437 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11439         * vc.el (vc-delete-file): Don't try to resynch the buffer.
11441 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
11443         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
11444         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
11445         (reftex-extra-bindings): Use it.
11447         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
11448         away from the user-reserved keys.
11450         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
11451         New vars.
11452         (ada-create-keymap): Use them.
11454 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11456         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
11457         a properly-grouped regexp.
11459 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
11461         * progmodes/cap-words.el (capitalized-words-mode):
11462         Fix typos in docstring.
11464 2008-05-23  Kenichi Handa  <handa@m17n.org>
11466         * international/mule-conf.el: Don't define the charset `emacs'
11467         here, just put :docstring, :short-name, and :long-name.
11469 2008-05-22  Kenichi Handa  <handa@m17n.org>
11471         * international/mule-diag.el (font-show-log): Limit each listing
11472         to 20 items.
11474 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
11476         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
11477         (gdb-annotation-rules): New entry for "thread-changed".
11478         (gdb-thread-changed): New function.
11480 2008-05-23  Glenn Morris  <rgm@gnu.org>
11482         * Makefile.in (SOURCES): Remove, unused.
11483         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
11484         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
11485         Exclude more '*loaddefs' files.
11486         (compile-always): Simplify '.elc' deletion.
11488 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11490         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
11491         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
11493         * minibuffer.el (completion-boundaries): Change calling
11494         convention, so `string' has the same semantics as in
11495         try-completion and all-completions.
11496         (completion-table-with-context, completion--embedded-envvar-table)
11497         (completion--file-name-table)
11498         (completion-pcm--find-all-completions): Adjust code accordingly.
11500 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
11502         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
11503         prune image-mode-winprops-alist, preventing it from growing
11504         indefinitely.
11505         (image-mode-reapply-winprops): Use it.
11507 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
11509         * net/netrc.el (netrc-machine): Always match if the port is not given.
11511 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11513         * minibuffer.el (completion-pcm--find-all-completions):
11514         Don't add pseudo-completions.
11516         * icomplete.el (icomplete-eoinput): Remove.
11517         (icomplete-overlay): New var to replace it.
11518         (icomplete-tidy): Rewrite.
11519         (icomplete-exhibit): Use an overlay.
11520         (icomplete-completions): Use completion-all-sorted-completions.
11521         Obey completion-ignore-case.
11523         * files.el (locate-dominating-file): Accept non-existing argument.
11524         (project-find-settings-file): Rewrite, using locate-dominating-file.
11526 2008-05-22  Kenichi Handa  <handa@m17n.org>
11528         * faces.el (font-weight-table, font-slant-table, font-width-table):
11529         Delete them.  Don't call internal-set-font-style-table.
11531         * international/mule-diag.el (font-show-log): New function.
11533         * international/fontset.el (script-representative-chars): Add more
11534         chars for latin.  Add data for symbol.
11535         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
11537 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11539         * minibuffer.el (completion-all-sorted-completions): New var.
11540         (completion--flush-all-sorted-completions)
11541         (completion-all-sorted-completions): New functions.
11542         (minibuffer-force-complete): New command.
11544 2008-05-21  Glenn Morris  <rgm@gnu.org>
11546         * files.el (c-postprocess-file-styles): Declare for compiler.
11548         * Makefile.in: Allow for parallel byte-compiling.
11549         (ELCFILES): New variable.
11550         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
11551         (compile-first, compile-main, compile-last): New targets.
11552         (compile-always): Simplify - delete .elc files, then `make compile'.
11554         * Makefile.in (compile-calc): Use glob rather than find.
11555         ($(lisp)/progmodes/cc-mode.elc): Use $@.
11557         * eshell/esh-module.el: No need for cl when compiling.
11559         * eshell/eshell.el (eshell-defgroup): New alias.
11560         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11561         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11562         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11563         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11564         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11565         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
11566         Autoload the custom group.  Set generated-autoload-file.
11567         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
11568         for eshell-defgroup.
11569         * eshell/esh-module.el (eshell-load-defgroups): Remove.
11570         Require esh-groups rather than loading it.
11572 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11574         * proced.el (proced-header-line): New variable and new function.
11575         (proced-mode): Set header-line-format.
11576         (proced-update): Set proced-header-line.
11577         (proced-send-signal): Use proced-header-line.
11579 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11581         * macros.el (insert-kbd-macro): Use prin1-char.
11583 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11585         * minibuffer.el (completion-boundaries): New function.
11586         (completion--some): Delay errors.
11587         (complete-with-action, completion-table-with-context):
11588         Handle `boundaries' case.
11589         (completion--try-word-completion): Avoid partial-completion
11590         when the user hasn't entered anything yet.
11591         (minibuffer-local-map, minibuffer-local-filename-completion-map)
11592         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
11593         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
11594         Setup default keybindings.
11595         (completion--embedded-envvar-re): New var.
11596         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
11597         (completion--file-name-table): Handle `boundaries' case.
11598         (completion-pcm--pattern->regex): Avoid pathological backtracking.
11599         (completion-pcm--all-completions): Add a `prefix' arg.
11600         (completion-pcm--find-all-completions): New function.
11601         (completion-pcm-all-completions, completion-pcm-try-completion):
11602         Use it.
11604         * icomplete.el (icomplete-completions): Don't use `predicate' with
11605         a table of a different type than `candidates'.
11607 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11609         * proced.el (proced-goal-column): Rename from proced-procname-column.
11610         (proced-goal-header-re): Rename from proced-procname-column-regexp.
11611         (proced-move-to-goal-column): Rename from proced-move-to-procname.
11612         (proced-header-face, proced-header-regexp): Remove.
11613         (proced-font-lock-keywords): Remove proced-header-face.
11614         (proced-header-alist, proced-sorting-schemes-re): New variables.
11615         (proced): Rename Proced buffer to *Proced*.
11616         (proced-next-line, proced-previous-line): New commands.
11617         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
11618         (proced-hide-processes): Do not treat first line as special.
11619         (proced-header-space): New function.
11620         (proced-update): Use header-line-format.
11621         Initialize proced-header-alist and proced-sorting-schemes-re.
11622         Set proced-goal-column.  Include proced-command in mode-name.
11623         (proced-send-signal): Use header-line-format for *Marked
11624         Processes* buffer.
11625         (proced-sort): Restrict minibuffer completion to applicable
11626         sorting schemes.
11627         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
11629 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11631         * icomplete.el (icomplete-simple-completing-p):
11632         Allow icomplete-with-completion-tables to say "use it everywhere".
11633         (icomplete-completions): Obey completion-styles.  Try to accommodate
11634         partial-completion style.
11636 2008-05-20  Michael Olson  <mwolson@gnu.org>
11638         * files.el (project-find-settings-file): Change concat to
11639         expand-file-name.
11641 2008-05-19  Tom Tromey  <tromey@redhat.com>
11643         * files.el (normal-mode): Call hack-project-variables.
11644         (hack-local-variables-confirm): Add 'project' argument.
11645         (hack-local-variables-apply): New function.
11646         (hack-local-variables): Use it.
11647         (project-class-alist, project-directory-alist): New variables.
11648         (project-get-alist): New function.
11649         (project-collect-bindings-from-alist)
11650         (project-collect-binding-list, set-directory-project)
11651         (project-find-settings-file, project-define-from-project-file)
11652         (hack-project-variables): New functions.
11654 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11656         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
11658 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
11660         * faces.el (font-weight-table): Fix typo in docstring.
11662 2008-05-18  David Hull  <david@snap.com>  (tiny change)
11664         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
11665         (vc-hg-annotate-command): Allow white space before version number.
11667 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
11669         * calc/calc-yank.el (calc-register-alist): New variable.
11670         (calc-set-register, calc-get-register, calc-copy-to-register)
11671         (calc-insert-register, calc-add-to-register, calc-append-to-register)
11672         (calc-prepend-to-register): New functions.
11674         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
11675         `calc-copy-to-register' and `calc-insert-register'.
11676         Autoload new register functions.
11678         * calc/calc-help.el (calc-r-prefix-help): Add help for register
11679         functions.
11681 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
11683         * vc.el (Todo): Add known problems.
11684         (vc-dir-backend): New variable.
11685         (vc-dir): Set it.
11686         (vc-make-backend-object, vc-generic-status-printer)
11687         (vc-generic-state, vc-generic-status-fileinfo-extra)
11688         (vc-dir-extra-menu): Use it.
11689         (vc-generic-dir-headers): Remove, unused.
11691         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
11692         vc-dir-prev-directory for consistency with vc-dir-previous-line.
11693         (vc-dir-mode-map): Fix bindings.
11695         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
11697 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
11699         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
11700         operated on.
11701         (calc-kill-region): Kill entire lines.
11703 2008-05-17  Glenn Morris  <rgm@gnu.org>
11705         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
11706         simplify initial value.
11707         (defezimage): Drop support for Emacs without defimage, use a featurep
11708         test rather than fboundp when defining, drop with-no-warnings.
11709         (ezimage-insert-over-text): Move featurep test inside
11710         add-text-properties.
11712         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
11714         * net/tramp.el (top-level): Load auth-source when compiling.
11716         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
11718 2008-05-17  Andreas Schwab  <schwab@suse.de>
11720         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
11722 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
11724         * vc.el (vc-annotate-show-diff-revision-at-line): Change
11725         vc-diff-internal arg to match what vc-deduce-fileset returns now.
11727 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11729         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
11731 2008-05-17  Jim Meyering  <meyering@redhat.com>
11733         * ido.el (ido-save-history): Do not emit a trailing newline at the
11734         end of the ido history file.
11736 2008-05-16  John Paul Wallington  <jpw@pobox.com>
11738         * vc-dispatcher.el (top-level): Revert previous change: require cl
11739         when compiling.
11741 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
11743         * vc.el (vc-default-status-printer)
11744         (vc-default-prettify-state-info): Enhance the state prettyprinter
11745         to deal better with unknown states and indirect through it when
11746         painting vc-dir buffers.
11748 2008-05-16  John Paul Wallington  <jpw@pobox.com>
11750         * vc-dispatcher.el (top-level): Don't require cl when compiling.
11751         (vc-dir-mode-map): Fix backquote.
11752         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
11754 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
11756         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
11757         Reported by Glenn Morris <rgm@gnu.org>.
11759 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
11761         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
11762         the end of the file, it was good work at one time but has been
11763         stale since 1995 and may now be actively misleading.
11764         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
11765         CVS repository and module (assumptions for the latter a bit iffy).
11766         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
11767         SVN repository.
11769 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
11771         * vc-rcs.el (vc-rcs-create-tag):
11772         * vc-sccs.el (vc-sccs-create-tag):
11773         Fix typo in error message and pass backend arg.
11775 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
11777         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
11779 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11781         * net/tramp.el: Load auth-source library.
11782         (tramp-read-passwd): Use it for password, not login.
11784 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
11786         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
11787         (ses-print-cell): Use string-width, truncate-string-to-width,
11788         delete-region rather than length, substring, delete-char.
11789         (ses-setup): Set inhibit-point-motion-hooks to t.
11790         Calculate position by actually moving point rather than just using
11791         unibyte character length.
11792         (ses-mode): Set indent-tabs-mode to nil.
11793         (ses-center): Use string-width rather than length.
11795 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
11797         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
11798         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
11799         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
11800         vc-*-create-tag and vc-*-retrieve-tag respectively.
11802         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
11803         unneeded defalias.
11805         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
11807         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
11808         about buffer names.
11810 2008-05-15  Glenn Morris  <rgm@gnu.org>
11812         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
11814         * org/org-exp.el (org-infojs-options-inbuffer-template):
11815         Fix declaration.
11817         * progmodes/cc-mode.el (declare-function): Add compat definition.
11818         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
11820 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
11822         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
11823         list to a cons so the caller can get back both expanded and
11824         unexpanded filesets.
11825         * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
11826         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
11827         Change handling of selection-set returns as required.
11829 2008-05-15  John Paul Wallington  <jpw@pobox.com>
11831         * add-log.el (top-level): Don't require cl when compiling.
11833         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
11834         (archive-*-extract): Use `zerop'.
11835         (archive-*-write-file-member): Use `or', use `zerop'.
11837         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
11839         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
11840         (ibuffer-mark-interactive, ibuffer-set-mark)
11841         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
11842         (ibuffer-map-lines, ibuffer-switch-format)
11843         (ibuffer-update-title-and-summary)
11844         (ibuffer-redisplay-engine): Use it.
11846         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
11847         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
11848         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
11849         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
11850         (ibuffer-mark-read-only-buffers)
11851         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
11853         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
11854         (define-ibuffer-column, define-ibuffer-sorter)
11855         (define-ibuffer-op, define-ibuffer-filter): Add declarations
11856         containing indentation specs, replacing equivalent top-level
11857         forms that set `lisp-indent-function' properties.
11858         (define-ibuffer-op): Use `derived-mode-p'.
11859         (define-ibuffer-filter): Remove redundant `concat' call.
11861 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
11863         * net/tramp.el (tramp-echo-mark): Update docstring.
11864         (tramp-echo-mark-marker): New defconst.
11865         (tramp-check-for-regexp): Use it.
11867 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
11869         * vc.el (vc-deduce-fileset): Do the right thing when visiting a
11870         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
11871         as parent.
11873 2008-05-14  John Paul Wallington  <jpw@pobox.com>
11875         * international/mule.el (convert-define-charset-argument):
11876         Remove period from end of error message.
11877         (coding-system-mnemonic): Doc fix.
11878         (ctext-pre-write-conversion): Doc fix.
11880 2008-05-14  Simon Marshall  <simon@gnu.org>
11882         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
11883         from its default value and give it the risky-local-variable
11884         property (CVE-2008-2142).
11886 2008-05-14  Kenichi Handa  <handa@m17n.org>
11888         * language/korean.el ("Korean"): Set `iso639-language'
11889         property to `ko'.
11891         * language/japanese.el ("Japanese"): Set `iso639-language'
11892         property to `ja'.
11894         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11895         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
11896         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
11898         * international/mule-cmds.el (set-language-environment):
11899         Set current-iso639-language.
11901         * international/fontset.el (setup-default-fontset): For kana, han,
11902         hangul, and cjk-misc, move an entry with font-spec at the end.
11903         (generate-fontset-menu): Exclude fontset-auto* from the list.
11905         * composite.el (compose-chars-after): Assume that WINDOW is always
11906         non-nil.
11908         * faces.el (font-weight-table, font-slant-table)
11909         (font-swidth-table): Declare them by defconst.  Change the format
11910         of elements.  Call internal-set-font-style-table after their
11911         declaration.
11912         (face-valid-attribute-values): Call font-family-list.  Get values
11913         for width, weight, and slant from font-xxx-table.
11915         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
11917 2008-05-13  John Paul Wallington  <jpw@pobox.com>
11919         * ibuffer.el (ibuffer-buffer-file-name): New function.
11920         (define-ibuffer-column filename): Use it.
11922         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
11924 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11926         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
11927         as a string.
11928         (talk-add-display): Simplify.  Accept only string args.
11930 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
11932         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
11934 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11936         * Makefile.in (bootstrap-prepare): Don't chmod files.
11937         (autoloads): Do it here instead, where it's actually needed.
11939 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
11941         * tool-bar.el (tool-bar-make-keymap): Account for the optional
11942         KEY-BINDING-DATA field in menu-item list.
11944 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11946         * dired.el (dired-read-dir-and-switches): Move things about to use less
11947         recursion during macroexpansion.
11949         * dired.el (dired-read-dir-and-switches): Use read-file-name.
11951         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
11952         completion-ignored-extension directories if there's something else.
11953         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
11954         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
11955         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
11956         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
11957         buffer-read-only -> inhibit-read-only.
11959 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
11961         * vc.el (vc-expand-dirs): Stop this function from tossing out
11962         explicitly specified files.
11964 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11966         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
11967         to `insert'.
11969 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11971         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
11972         cons.  Use vc-annotate-backend.
11973         (with-vc-file, edit-vc-file): Remove unused macros.
11975 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
11977         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
11978         (smtpmail-try-auth-methods): Use it.
11980 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11982         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
11983         (setf (nthcdr ..) ..) doesn't require CL at runtime.
11985 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
11987         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
11989 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11991         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
11992         (vc-bzr-revision-completion-table): Use process-file.
11993         (vc-bzr-working-revision): Pass relative file names.
11995         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
11997 2008-05-11  Juri Linkov  <juri@jurta.org>
11999         * wid-edit.el (widget-image-directory): Change default image data
12000         subdirectory from "custom" to "images/custom".
12002         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
12003         before recursive call to `Info-next-preorder' to not add
12004         intermediate nodes to the history.
12006         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
12008         * emulation/cua-base.el: Put isearch-scroll property
12009         on cua-scroll-up and cua-scroll-down.
12011 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
12013         * vc-hooks.el (vc-recompute-state): Remove (dead code).
12015 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
12017         * vc-dispatcher.el (ewoc): Require.
12018         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
12020         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
12022 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
12024         * term/w32-win.el (x-colors):
12025         * term/mac-win.el (x-colors):
12026         * term/x-win.el (x-colors): Re-order colors.
12028 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
12030         * smerge-mode.el (smerge-command-prefix): Fix custom type.
12032 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
12034         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
12035         New functions implementing motion to next and previous directory.
12037         * vc-arch.el (vc-arch-command):
12038         * vc-bzr.el (vc-bzr-command):
12039         * vc-cvs.el (vc-cvs-command):
12040         * vc-dispatcher.el (vc-do-command):
12041         * vc-git.el (vc-git-command):
12042         * vc-hg.el (vc-hg-command):
12043         * vc-mcvs.el (vc-mvcs-command):
12044         * vc-mtn.el (vc-mtn-command):
12045         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
12046         (vc-sccs-workfile-unchanged-p):
12047         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
12048         * vc-rcs.el (all methods): Remove assumption about what a nil
12049         argument to vc-do-command means.  This means no buffer name needs
12050         to be hardcoded into the dispatcher layer, and it's better to be
12051         explicit anyway.
12053         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
12055 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
12057         * vc.el: Update todo.
12059         * vc-sccs.el (vc-sccs-dir-status):
12060         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
12061         backends and returning up to date files.
12063         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
12065 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
12067         * vc.el (vc-dir):
12068         * vc-hooks.el: Tweak the VC directory bindings.  These are now
12069         documented in the manual.
12071         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
12072         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
12073         (vc-dispatcher-selection-set): Allow callers to pass in an
12074         observer flag that says no buffer sync is required.
12075         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
12076         Use the observer flag.
12078 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
12080         * simple.el (start-file-process): Clarify docstring.
12082 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
12084         * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
12085         Remove stub implementations of, and references to, wash-log.
12086         * vc-rcs.el (vc-rcs-comment-history):
12087         * vc-cvs.el (vc-cvs-comment-history):
12088         Inline the code that used to be wash-log.
12090         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
12091         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12092         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
12093         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
12094         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
12095         (vc-rcs-print-log): Grok directories.
12097 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12099         * vc.el (vc-mark-resolved): Add `backend' argument.
12100         (vc-next-action): Pass it the backend.
12101         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
12102         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
12103         (vc-default-comment-history, vc-default-create-snapshot)
12104         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
12105         (vc-annotate-revision-previous-to-line)
12106         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
12107         * vc-svn.el (vc-svn-checkout):
12108         * vc-mcvs.el (vc-mcvs-checkout):
12109         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
12110         (vc-working-revision, vc-before-save, vc-mode-line):
12111         Prefer vc-call-backend to vc-call so as not to recompute the backend.
12113         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
12114         state to be consistent since it's often an unwarranted restriction.
12115         Don't return the state either.
12116         (vc-next-action): Check that the state is consistent.
12117         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
12118         (vc-rollback, vc-update): Adapt to new return value of
12119         vc-deduce-fileset.
12121         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
12122         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
12123         (vc-dispatcher-in-fileset-p): New fun.
12124         (vc-dispatcher-selection-set): Use it to properly handle directories.
12126 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
12128         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
12129         (vc-update): Remove unused let bindings.
12131 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
12133         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
12134         (vc-diff, vc-revert, vc-rollback, vc-update):
12135         * vc-dispatcher.el (vc-dispatcher-selection-set):
12136         Get rid of 4 special cases in fileset selection.  This involved
12137         changing the return value of (vc-deduce-fileset) so that it passes
12138         back a deduced state as well as a deduced back end.
12140 2008-05-08  Sam Steingold  <sds@gnu.org>
12142         * progmodes/compile.el (compilation-minor-mode-map)
12143         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
12144         * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
12145         it to `compilation-minor-mode-map' (instead of an explicit `cons').
12147 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12149         * org/org.el (org-modules, org-format-latex-options):
12150         * org/org-archive.el (org-archive-stamp-time)
12151         (org-archive-save-context-info):
12152         * org/org-faces.el (org-hide):
12153         * org/org-irc.el (org-irc-parse-link):
12154         * org/org-macs.el (org-call-with-arg, org-autoload):
12155         * org/org-mew.el (org-mew-store-link):
12156         * org/org-remember.el (org-remember-store-without-prompt)
12157         (org-remember-templates): Fix typos in docstrings.
12159         * org/org-info.el (org-info-store-link): Remove leftover docstring.
12161         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
12162         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
12163         (org-bbdb-anniv-split): Fix typos in docstrings.
12165         * org/org-publish.el (org-publish-project-alist): Doc fixes.
12166         (org-publish-use-timestamps-flag): Reflow docstring.
12167         (org-publish-files-alist): Fix typos in docstring.
12169 2008-05-07  Sam Steingold  <sds@gnu.org>
12171         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
12172         appears to be too aggressive with window removal.
12174 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
12176         * progmodes/verilog-mode.el (verilog-type-font-keywords):
12177         Add leda and 0in as pragma keywords.
12178         (verilog-pretty-expr): Support lining up assignments which include
12179         part selects.
12180         (verilog-mode): More portable check for the availability of
12181         hideshow support.
12182         (verilog-do-indent): Remove special indent for declarations inside
12183         a parenthetical list.  The code is ill-advised, and doesn't work
12184         given the new user defined types.
12185         (verilog-set-auto-endcomments): Enhance function automatic
12186         endcomment to support functions that return user defined types.
12187         (verilog-mode): Add code to tell which-function-mode minor mode
12188         that Verilog supports this feature.
12190 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
12192         * epa-file.el: Require epa-hook.
12194         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
12196         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
12197         file-names clashes on 8+3 filesystems.  Provide epa-hook.
12199         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
12200         file-names clashes on 8+3 filesystems.
12202 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
12204         * org/org.el (org-read-date-get-relative): Interpret lone
12205         weekday abbreviation as relative to today.
12207 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12209         * abbrev.el (define-abbrev-table):
12210         * composite.el (toggle-auto-composition):
12211         * json.el (json-alist-p, json-plist-p):
12212         * minibuffer.el (completion-table-with-predicate):
12213         * ps-mule.el (ps-mule-external-libraries):
12214         * emacs-lisp/advice.el (ad-special-form-p):
12215         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12216         * eshell/em-smart.el (eshell-review-quick-commands):
12217         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
12218         (python-skip-out, python-check-comint-prompt):
12219         Don't use `iff' in docstrings.
12221         * international/robin.el (robin-package-alist): Fix typo in docstring.
12222         (robin-current-package-name): Doc fix.
12223         (robin-activate): Don't use `iff' in docstring.
12225 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
12227         * vc.el, vc-dispatcher.el: VC-Dired support removed.
12228         The code uses a ewoc-based implementation now.
12229         * vc-hooks.el: Support for Meta-CVS has been removed.
12231 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12233         * tool-bar.el: Choose images dynamically.
12234         (tool-bar-make-keymap, tool-bar-find-image): New function.
12235         (tool-bar-find-image-cache): New var.
12236         (tool-bar-local-item, tool-bar-local-item-from-menu):
12237         Don't select the image yet, do it later in tool-bar-make-keymap.
12239 2008-05-07  Andreas Schwab  <schwab@suse.de>
12241         * window.el: Require 'cl when compiling.
12243 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
12245         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
12247 2008-05-07  Glenn Morris  <rgm@gnu.org>
12249         * subr.el (ignore-errors): Move here from cl-macs.el.
12250         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
12252         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
12253         oddness.
12255 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
12257         * vc-hooks.el (vc-find-file-hook):
12258         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
12259         further from vc.el.
12260         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
12262 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
12264         * progmodes/verilog-mode.el (verilog-getopt-file):
12265         Cleanup warning message format.
12266         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
12267         (verilog-auto-inout, verilog-auto-inout-module)
12268         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
12269         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
12270         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
12271         (verilog-auto-sense-sigs, verilog-auto-tieoff)
12272         (verilog-auto-unused, verilog-auto-wire)
12273         (verilog-decls-get-assigns, verilog-decls-get-consts)
12274         (verilog-decls-get-gparams, verilog-decls-get-inouts)
12275         (verilog-decls-get-inputs, verilog-decls-get-outputs)
12276         (verilog-decls-get-ports, verilog-decls-get-regs)
12277         (verilog-decls-get-signals, verilog-decls-get-wires)
12278         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
12279         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
12280         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
12281         (verilog-inject-sense, verilog-library-filenames)
12282         (verilog-mode-release-date, verilog-mode-version)
12283         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
12284         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
12285         (verilog-modi-get-assigns, verilog-modi-get-consts)
12286         (verilog-modi-get-gparams, verilog-modi-get-inouts)
12287         (verilog-modi-get-inputs, verilog-modi-get-outputs)
12288         (verilog-modi-get-ports, verilog-modi-get-regs)
12289         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
12290         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
12291         (verilog-modi-get-wires, verilog-preserve-cache)
12292         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
12293         (verilog-read-sub-decls, verilog-read-sub-decls-line)
12294         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
12295         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
12296         Add caching of additional state, and rework signal extraction
12297         routines to improve AUTO expansion performance by 300%++.
12299 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
12301         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12302         Tweak Open Watcom regexp to distinguish between errors and warnings.
12304 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12306         * dired.el (dired-read-dir-and-switches): Fix up last change.
12308 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
12310         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
12311         out of this function, move it to vc-dispatcher-selection-set.
12313 2008-05-05  Sam Steingold  <sds@gnu.org>
12315         * window.el (delete-other-windows-vertically): New function.
12317 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12319         * dired.el (dired-read-dir-and-switches):
12320         Obey read-file-name-completion-ignore-case.
12322 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
12324         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12325         Add regexp for Open Watcom compiler output.
12327 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
12329         * progmodes/python.el (python-block-pairs): Align finally with except.
12331 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12333         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
12335 2008-05-05  Tom Tromey  <tromey@redhat.com>
12337         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
12338         looking at conflict marker.
12340 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12342         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
12343         client-mode -> vc-client-object, and guess `funcall' was meant.
12344         (vc-dir-mode): Rename client-mode -> vc-client-mode.
12346 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
12348         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
12349         (dbus-debug): Move declarations outside eval-when-compile.
12351 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12353         * proced.el (proced-command-alist): Fix system-type values.
12354         Fix defcustom.
12355         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
12356         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
12357         (proced-sort-start, proced-sort, proced-sort-time): New commands.
12358         (proced-update): Use proced-sorting-scheme.  Update modeline.
12359         (proced-send-signal): Use nreverse.
12360         (proced-sorting-scheme-p): New function.
12362 2008-05-04  Andreas Schwab  <schwab@suse.de>
12364         * vc.el: Require dired when compiling.
12366         * minibuffer.el (completion--insert-strings): Don't delete past bol.
12368 2008-05-03  Glenn Morris  <rgm@gnu.org>
12370         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
12371         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
12372         Simplify compilation requirements.
12373         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
12374         declarations.
12376 2008-05-03  Dave Love  <fx@gnu.org>
12378         * progmodes/python.el (python-beginning-of-statement):
12379         Loop at least once (fixes 2008-02-21 change).
12381 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
12383         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
12384         instead of `length' for comparing length of user and group names.
12386 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
12388         * vc-dispatcher.el: New file, separates out the UI and command
12389         execution machinery from VCS-specific logic left in vc.el.
12390         The separation is not yet completely clean, but it's a good start.
12391         * vc.el: This file is about 1700 lines shorter now.
12392         Remove obsolete logentry-check from the backend API.
12393         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
12394         implementation of the logentry-check method, and it guarded against
12395         a log length limit that has probably been obsolete for 15 years (!).
12397 2008-05-02  Sam Steingold  <sds@gnu.org>
12399         * progmodes/compile.el (compilation-start): Move setting of
12400         compilation-directory after (funcall mode) as that resets local
12401         variables, this fixes recompile in grep buffers.
12402         * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
12403         in dired &c).
12405 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
12407         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12408         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12409         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
12410         has one of these and that all are called in compatible ways.
12411         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
12412         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
12413         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
12414         backend has one of these.
12416 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12418         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
12419         initialization into define-abbrev-table.  Use :regexp.
12420         (octave-mode-syntax-table): Don't set word syntax for `.
12422         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
12423         than only value.
12425         * dired.el (dired-read-dir-and-switches):
12426         Set minibuffer-completing-file-name and call substitute-in-file-name.
12427         (dired-format-columns-of-files): Use completion--insert-strings.
12429         * minibuffer.el (completion-hilit-commonality): Revert last change:
12430         the leftover code was actually useful.
12431         (completion--insert-strings): Use string-width rather than length.
12433 2008-05-02  Sam Steingold  <sds@gnu.org>
12435         * vc.el (vc-dir-mode-map): Enable mouse bindings.
12436         (vc-at-event): New macro: run the body at the even location.
12437         (vc-dir-menu, vc-dir-toggle-mark): Use it.
12438         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
12439         * subr.el (mouse-event-p): Check if the event is mouse-related.
12441 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
12443         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12444         Don't throw error if no file is found.
12446 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12448         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
12449         (vc-default-state-heuristic): Doc fix.
12451 2008-05-02  Richard Sharman  <rsharman@pobox.com>
12453         * hilit-chg.el (highlight-changes-mode): Remove references to
12454         hooks that no longer exist.  Because define-minor-mode is used the
12455         hook highlight-changes-mode-hook exists and can do what both the
12456         old hooks used to do.  The documentation at the top of the file
12457         was updated to demonstrate this.
12458         (highlight-changes-mode): Remove commented out call to a hook
12459         function that is no longer there.
12460         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
12462 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
12464         * vc.el (vc-default-dired-state-info): Change name of primitive
12465         to prettify-state-info, in preparation for ripping out dired mode.
12466         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
12467         to prettify-state-info, in preparation for ripping out dired mode.
12468         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
12469         tries this on a version-controlled buffer.  It will do useless or
12470         actively bad things on any version control system newer than RCS.
12471         * vc-hooks.el (vc-dired-resynch-file):
12472         * vc.el (vc-dired-resynch-file): Change name of primitive to
12473         vc-directory-resynch-file, preparing to remove dired.
12475 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
12477         * vc-rcs.el (vc-rcs-state): Fix typos.
12479         * vc.el (vc-register): Change argument order so that the prefix
12480         argument is assigned correctly.
12481         (vc-next-action, vc-dir-register): Update for the above change.
12483 2008-05-01  Juri Linkov  <juri@jurta.org>
12485         * replace.el (occur-read-primary-args): Set default to the car of
12486         regexp-history and display it in the prompt, but don't add to the
12487         list of minibuffer defaults.  Bind history-add-new-input to nil to
12488         not add automatically `default'.  For empty input return `default'.
12489         Otherwise, add `input' to regexp-history and return it.
12490         (occur-1): Signal an error for the empty regexp.
12492         * progmodes/compile.el (compilation-auto-jump):
12493         Set window point to `pos' explicitly.
12495 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
12497         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
12498         when appropriate.
12499         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
12500         we report the 'unregistered state reliably.
12501         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
12502         we report the 'unregistered state reliably.
12503         * vc-git.el (vc-git-state): Call vc-git-unregistered so
12504         we report the 'unregistered state reliably.
12505         * vc-hooks.el (vc-state): Document that vc-unregistered is
12506         now expected to be returned reliably.
12507         * vc.el (vc-default-dired-state): Change needs-patch state to
12508         needs-update, since the name now shows up in dir-status listings
12509         and was somewhat misleading.
12510         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
12511         immediately after removing the file.
12512         * vc.el (vc-next-action): More informative messages when a fileset
12513         is in a mixed state or files are missing.
12515 2008-05-01  Sam Steingold  <sds@gnu.org>
12517         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
12519 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12521         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
12523 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
12525         * epa-file-hook.el: New file split from epa-file.el.
12526         * epa-file.el: Require 'epa-file-hook.
12527         (epa-file-handler): Add autoload cookie.
12528         * loadup.el: Load epa-file-hook.
12529         * startup.el (command-line): Eval the body of auto-encryption-mode.
12531 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
12533         * vc.el (vc-dir-mode-map): Don't bind "r".
12535         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
12536         (vc-hg-status-printer): New function.
12537         (vc-hg-after-dir-status): Deal with copied and renamed files.
12538         (vc-hg-dir-status): Add flag to show copied files.
12540 2008-05-01  John Paul Wallington  <jpw@pobox.com>
12542         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
12543         (ibuffer-do-sort-by-recency): Reverse sorting order if last
12544         sorting mode was recency.
12546         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
12547         reverse sorting order if last sorting mode was the sorter's.
12549 2008-05-01  Jason Rumney  <jasonr@gnu.org>
12551         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
12553 2008-04-30  John Paul Wallington  <jpw@pobox.com>
12555         * ibuffer.el (define-ibuffer-column filename): When the major mode
12556         is `vc-dir-mode' show the buffer's default directory.
12558         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
12559         major mode is `vc-dir-mode' use the buffer's default directory.
12561 2008-04-30  Sam Steingold  <sds@gnu.org>
12563         * vc.el (vc-dir-delete-file): Add.
12564         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
12565         (vc-delete-file): Do not barf when the file has been already deleted.
12567 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
12569         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
12571 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12573         * progmodes/octave-mod.el (octave-help): New function.
12574         * progmodes/octave-hlp.el: Delete.
12575         * info-look.el (octave-mode): Add operator index.
12577         * vc.el (vc-checkout): Typo.
12579 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
12581         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
12582         Add "..." in the appropriate places.
12584         * epa.el (epa-key-list-mode-map): Add more menu entries.
12585         Add "..." in the appropriate places.
12587         * dired.el (dired-mode-map): Add :help.
12589         * vc.el (vc-deduce-fileset): Add new parameter.
12590         (vc-dir-marked-only-files): New function.
12591         (vc-next-action): Don't ignore directories, look at the files
12592         inside them.
12593         (vc-dir-mode): Document how the mark/unmark commands work.
12595 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12597         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12598         Rule out trailing spaces in file and directory names as well.
12600         * minibuffer.el (completion--do-completion): Move point even if the
12601         completion makes no change.
12602         (completion-pcm-try-completion): Fix computation of new point.
12604 2008-04-30  David Hansen  <david.hansen@gmx.net>
12606         * dired.el: Require 'cl.
12608 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
12610         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
12611         hollow if not in innermost frame.
12613 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12615         Make `checkout-model' apply to filesets.
12616         * vc-hooks.el (vc-checkout-model): Rewrite.
12617         (vc-before-save, vc-after-save): Adjust callers accordingly.
12618         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
12619         (vc-transfer-file): Adjust callers accordingly.
12620         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
12621         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
12622         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
12623         instead of vc-checkout-model.
12624         * vc-mcvs.el (vc-mcvs-revert):
12625         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
12626         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
12627         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
12628         * vc-svn.el (vc-svn-checkout-model):
12629         * vc-hg.el (vc-hg-checkout-model):
12630         * vc-git.el (vc-git-checkout-model):
12631         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
12633         * dired.el (dired-read-dir-and-switches): Replace last change with
12634         a new approach that mixes read-file-name and read-directory-name.
12636         * files.el (read-buffer-to-switch):
12637         Avoid making assumptions about `other-buffer'.
12639 2008-04-29  Sam Steingold  <sds@gnu.org>
12641         * vc.el (vc-dir-mode-hook): Add normal hook.
12642         (vc-dir-mode): Run it.
12644 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
12646         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
12647         Always split windows.
12648         (gdb-speedbar-timer-fn): Only raise frame after user input.
12649         (gdb-same-frame): Reverse initial value.
12650         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
12652         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
12653         gdb-speedbar-timer-fn.
12655 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12657         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
12659 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
12661         * epa.el (epa-key-list-mode-map): Add menu.
12662         (epa-delete-keys, epa-import-keys): Fix typo.
12664 2008-04-29  Glenn Morris  <rgm@gnu.org>
12666         * find-cmd.el (top-level): Does not need cl when compiling.
12668 2008-04-29  Philip Jackson  <phil@shellarchive.co.uk>
12670         * find-cmd.el: New file.
12672 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12674         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
12675         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
12676         (completion-pcm--hilit-commonality): New function.
12677         (completion-pcm-all-completions): Use it.
12679         * minibuffer.el (completion-common-substring): Mark obsolete.
12680         (completions-first-difference, completions-common-part):
12681         Move from simple.el.
12682         (completion-hilit-commonality): New fun.
12683         (display-completion-list, completion-emacs21-all-completions)
12684         (completion-emacs22-all-completions): Use it.
12685         * simple.el (completions-first-difference, completions-common-part):
12686         Move to minibuffer.el.
12687         (choose-completion-string): Use field functions and minibufferp.
12688         (completion-setup-function): Don't set completions faces.
12690 2008-04-29  Glenn Morris  <rgm@gnu.org>
12692         * calendar/calendar.el (calendar-nth-named-absday)
12693         (calendar-nth-named-day):
12694         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
12695         * calendar/holidays.el (holiday-float): Doc fixes.
12697         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
12698         the `full' case.
12700         * org/org-agenda.el (calendar-iso-from-absolute):
12701         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
12702         Fix declarations.
12704 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
12706         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
12707         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
12708         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
12709         (gdb-assembler-custom): Be careful not to match other addresses.
12711 2008-04-29  Jason Rumney  <jasonr@gnu.org>
12713         * battery.el (battery-status-function): Use w32-battery-status
12714         on Windows.
12715         (battery-echo-area-format): Make apm format the general case.
12716         (battery-mode-line-format): Merge apm and pmset formats as the
12717         general case.
12719 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
12721         * progmodes/gdb-ui.el (gdb-info-stack-custom):
12722         Use gud-tool-bar-item-visible-no-fringe.
12723         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
12724         is already visible in frame.  Remove optional size parameter
12725         and add optional frame parameter.
12727         * progmodes/gud.el (gud-display-line): Only consider visible
12728         frames when looking for source buffer.
12730 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
12732         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
12733         argument to get-char-property, in case the current buffer hasn't
12734         been assigned to that window yet.
12735         (doc-view-display): Default to selected window if the current
12736         buffer hasn't been assigned to a window yet.
12738 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
12740         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
12742 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
12744         * net/tramp.el (tramp-mode): New defcustom.
12745         (tramp-file-name-handler, tramp-completion-file-name-handler):
12746         Use it.
12747         (tramp-replace-environment-variables): Handle "$$".
12749 2008-04-28  Sam Steingold  <sds@gnu.org>
12751         * vc-hg.el (vc-hg-rename-file): Fix argument order.
12753 2008-04-28  Bastien Guerry  <bzg@altern.org>
12755         * whitespace.el (whitespace-trailing): Fix typo.
12757 2008-04-28  Sam Steingold  <sds@gnu.org>
12759         * textmodes/remember.el (diary-make-entry): Update the autoload.
12761 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12763         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
12764         all-completions.
12766 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
12768         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
12770 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
12772         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
12773         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
12774         (vc-dir-mark-file): Add an optional argument.
12775         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
12777 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
12779         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
12780         rather than obsolete alias find-file-hooks.
12781         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
12782         Use find-file-hook rather than obsolete alias find-file-hooks.
12783         Add to find-file-not-found-functions.
12784         (epa-file-handler): Put 'safe-magic and 'operations properties.
12786         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
12787         (epa-menu-items): Remove.
12789         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
12790         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
12791         (epa-dired-mode, epa-global-dired-mode): Remove.
12793         * dired.el (dired-mode-map): Bind encryption/decryption commands.
12795         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
12797         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
12799 2008-04-27  Glenn Morris  <rgm@gnu.org>
12801         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
12802         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
12804 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
12806         * org/org.el (org-html-level-start): Always have id's in HTML.
12807         (org-export-as-html): Use `org-link-protocols' to
12808         retrieve the export form of the link.
12809         (org-add-link-type): Final parameter renamed from PUBLISH.
12810         Better documentation of how it is to be used.  Avoid double entries for
12811         the same link type.
12812         (org-add-link-props): New function.
12813         (org-modules-loaded): New variable.
12814         (org-load-modules-maybe, org-set-modules): New function.
12815         (org-modules): New option.
12816         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
12817         (orgtbl-mode, org-store-link, org-insert-link-global)
12818         (org-open-at-point): Call `org-load-modules-maybe'.
12819         (org-search-view): Add more text properties.
12820         (org-agenda-schedule, org-agenda-deadline): Allow also in
12821         search-type agendas.
12822         (org-search-view): Order of arguments has been changed.
12823         Interpret prefix-arg as TODO-ONLY.
12824         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
12825         Take new argument order of `org-search-view' into account.
12826         (org-todo-only): New variable.
12827         (org-search-syntax-table): New variable and function.
12828         (org-search-view): Do the search with the special syntax table.
12829         (define-obsolete-function-alias): Make work with XEmacs.
12830         (org-add-planning-info): Use old date as default when modifying an
12831         existing deadline or scheduled item.
12832         (org-agenda-compute-time-span): Make argument N optional.
12833         (org-agenda-format-date-aligned): Require `cal-iso'.
12834         (org-agenda-list): Include week into agenda heading, don't
12835         list it at each date (only on Mondays).
12836         (org-read-date-analyze): Define local variable `iso-date'.
12837         (org-agenda-format-date-aligned): Remove dependency on
12838         `calendar-time-from-absolute'.
12839         (org-remember-apply-template, org-go-to-remember-target):
12840         Interpret filenames relative to `org-directory'.
12841         (org-complete): Silently fail when trying to complete
12842         keywords that don't have a default value.
12843         (org-get-current-options): Add a #+DATE: option.
12844         (org-additional-option-like-keywords): Remove "DATE:" from the
12845         list of additional keywords.
12846         (org-export-as-html): Remove (current-time) as unnecessary second
12847         argument of `format-time-string'.
12848         (org-clock-find-position): Handle special case at end of buffer.
12849         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
12850         `org-agenda-change-time-span'.
12851         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
12852         `org-agenda-change-time-span'.
12853         (org-agenda-month-view): New argument MONTH, pass it on to
12854         `org-agenda-change-time-span'.
12855         (org-agenda-year-view): New argument YEAR, pass it on to
12856         `org-agenda-change-time-span'.
12857         (org-agenda-change-time-span): New optional argument N, pass it on
12858         to `org-agenda-compute-time-span'.
12859         (org-agenda-compute-time-span): New argument N, interpret it by
12860         changing the starting day.
12861         (org-small-year-to-year): New function.
12862         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
12863         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
12864         into the future, and that the shift is at least one interval, never 0.
12865         (org-update-checkbox-count): Fix bug with checkbox counting.
12866         (org-add-note): New command.
12867         (org-add-log-setup): Rename from `org-add-log-maybe'.
12868         (org-log-note-headings): New entry for plain notes (i.e. notes not
12869         related to state changes or clocking).
12870         (org-get-org-file): Check for availability of `remember-data-file'.
12871         (org-cached-entry-get): Allow a regexp value for
12872         `org-use-property-inheritance'.
12873         (org-use-property-inheritance): Allow regexp value.  Fix bug in
12874         customization type.
12875         (org-use-tag-inheritance): Allow a list and a regexp value for
12876         this variable.
12877         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
12878         (org-entry-get): Respect value `selective' for the INHERIT argument.
12879         (org-tag-inherit-p, org-property-inherit-p): New functions.
12880         (org-agenda-format-date-aligned): Allow 10 characters for
12881         weekday, to accommodate German locale.
12882         (org-add-archive-files): New function.
12883         (org-agenda-files): New argument `ext', to get archive files as well.
12884         (org-tbl-menu): Protect the use of variables that
12885         are only available when org-table.el gets loaded.
12886         (org-read-agenda-file-list): Error if `org-agenda-files' is a
12887         single directory.
12888         (org-open-file): Allow a batch process to trigger
12889         waiting after executing a system command.
12890         (org-store-link): Link to headline when there is not
12891         target and no region in an org-mode buffer when creating a link.
12892         (org-link-types-re): New variable.
12893         (org-make-link-regexps): Compute `org-link-types-re'.
12894         (org-make-link-description-function): New option.
12895         (org-agenda-date, org-agenda-date-weekend): New faces.
12896         (org-archive-sibling-heading): New option.
12897         (org-archive-to-archive-sibling): New function.
12898         (org-iswitchb): New command.
12899         (org-buffer-list): New function.
12900         (org-agenda-columns): Also try the #+COLUMNS line in
12901         the buffer associated with the entry at point (or with the first
12902         entry in the agenda view).
12903         (org-modules): Add entry for org-bibtex.el.
12904         (org-completion-fallback-command): Move into `org-completion' group.
12905         (org-clock-heading-function): Move to `org-progress' group.
12906         (org-auto-repeat-maybe): Make sure that a note can
12907         be enforces if `org-log-repeat' is `note'.
12908         (org-modules): Allow additional symbols for external packages.
12909         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
12910         (org-clock-goto): Hide drawers after showing an
12911         entry with `org-clock-goto'.
12912         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
12913         Try also a clocktable block shift.
12914         (org-clocktable-try-shift): New function.
12915         (org-columns-hscoll-title): New function.
12916         (org-columns-previous-hscroll): New variable.
12917         (org-columns-full-header-line-format): New variable.
12918         (org-columns-display-here-title, org-columns-remove-overlays):
12919         Install `org-columns-hscoll-title' in post-command-hook.
12921         * org/org.el: Split into many small files.
12923         * org/org-agenda.el: New file, split off from org.el.
12925         * org/org-archive.el: New file, split off from org.el.
12927         * org/org-bbdb.el: New file.
12929         * org/org-bibtex.el: New file, split off from org.el.
12931         * org/org-clock.el: New file, split off from org.el.
12933         * org/org-colview.el: New file, split off from org.el.
12935         * org/org-compat.el: New file, split off from org.el.
12937         * org/org-exp.el: New file, split off from org.el.
12939         * org/org-faces.el: New file, split off from org.el.
12941         * org/org-gnus.el: New file, split off from org.el.
12943         * org/org-info.el: New file, split off from org.el.
12945         * org/org-infojs.el: New file.
12947         * org/org-irc.el: New file.
12949         * org/org-macs.el: New file, split off from org.el.
12951         * org/org-mew.el: New file.
12953         * org/org-mhe.el: New file, split off from org.el.
12955         * org/org-publish.el: New file, split off from org.el.
12957         * org/org-remember.el: New file, split off from org.el.
12959         * org/org-rmail.el: New file, split off from org.el.
12961         * org/org-table.el: New file, split off from org.el.
12963         * org/org-vm.el: New file, split off from org.el.
12965         * org/org-wl.el: New file, split off from org.el.
12967 2008-04-27  Jason Riedy  <jason@acm.org>
12969         * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
12970         parameter that suppresses lines that evaluate to NIL.
12971         (orgtbl-get-fmt): New inline function for
12972         picking apart formats that may be lists.
12973         (orgtbl-apply-fmt): New inline function for applying formats that
12974         may be functions.
12975         (orgtbl-eval-str): New inline function for strings that may be
12976         functions.
12977         (orgtbl-format-line, orgtbl-to-generic): Use and document.
12978         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
12979         (*orgtbl-llfmt*, *orgtbl-llstart*)
12980         (*orgtbl-llend*): Dynamic variables for last-line formatting.
12981         (orgtbl-format-section): Shift formatting to support detecting the
12982         last line and formatting it specially.
12983         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
12984         formats unless overridden.
12985         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
12986         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
12987         bound variables to hold the input collection of lines and output
12988         formatted text.
12989         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
12990         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
12991         format parameters.
12992         (orgtbl-format-line): New function encapsulating formatting for a
12993         single line.
12994         (orgtbl-format-section): Similar for each section.  Rebinding the
12995         dynamic vars customizes the formatting for each section.
12996         (orgtbl-to-generic): Use orgtbl-format-line and
12997         orgtbl-format-section.
12998         (org-get-param): Now unused, so delete.
12999         (orgtbl-gather-send-defs): New function to
13000         gather all the SEND definitions before a table.
13001         (orgtbl-send-replace-tbl): New function to find the RECEIVE
13002         corresponding to the current name.
13003         (orgtbl-send-table): Use the previous two functions and implement
13004         multiple destinations for each table.
13006         * doc/org.texi (A LaTeX example): Note that fmt may be a
13007         one-argument function, and efmt may be a two-argument function.
13008         (Radio tables): Document multiple destinations.
13010 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
13012         * org/org-agenda.el (org-add-to-diary-list): New function.
13013         (org-prefix-has-effort): New variable.
13014         (org-sort-agenda-noeffort-is-high): New option.
13015         (org-agenda-columns-show-summaries)
13016         (org-agenda-columns-compute-summary-properties): New options.
13017         (org-format-agenda-item): Compute the duration of the item.
13018         (org-agenda-weekend-days): New variable.
13019         (org-agenda-list, org-timeline): Use the proper faces for dates in
13020         the agenda and timeline buffers.
13021         (org-agenda-archive-to-archive-sibling): New command.
13022         (org-agenda-start-with-clockreport-mode): New option.
13023         (org-agenda-clockreport-parameter-plist): New option.
13024         (org-agenda-clocktable-mode): New variable.
13025         (org-agenda-deadline-leaders): Allow a function value for the
13026         deadline leader.
13027         (org-agenda-get-deadlines): Deal with new function value.
13029         * org/org-clock.el (org-clock): New customization group.
13030         (org-clock-into-drawer, org-clock-out-when-done)
13031         (org-clock-in-switch-to-state, org-clock-heading-function):
13032         Move into the new group.
13033         (org-clock-out-remove-zero-time-clocks): New option.
13034         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
13035         (org-dblock-write:clocktable): Allow a Lisp form for the scope
13036         parameter.
13037         (org-dblock-write:clocktable): Fix bug with total time calculation.
13038         (org-dblock-write:clocktable): Request the unrestricted list of files.
13039         (org-get-clocktable): New function.
13040         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
13041         be strings but also integers (an absolute day number) and lists (m d y).
13043         * org/org-colview.el (org-columns-next-allowed-value)
13044         (org-columns-edit-value): Limit the effort for updating in the
13045         agenda to recomputing a single file.
13046         (org-columns-compute): Only write property value if it has changed.
13047         This avoids raising the buffer-change-flag unnecessarily.
13048         (org-agenda-colview-summarize)
13049         (org-agenda-colview-compute): New functions.
13050         (org-agenda-columns): Call `org-agenda-colview-summarize'.
13052         * org/org-exp.el (org-export-run-in-background): New option.
13053         (org-export-icalendar): Allow a batch process to trigger waiting
13054         after executing a system command.
13055         (org-export-preprocess-string): Rename from
13056         `org-cleaned-string-for-export'.
13057         (org-export-html-style): Made target class look like normal text.
13058         (org-export-as-html): Make use of the better preprocessing in
13059         `org-cleaned-string-for-export'.
13060         (org-cleaned-string-for-export): Better treatment of heuristic
13061         targets, many more internal links will now work in HTML export.
13062         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
13063         (org-export-inbuffer-options-extra): New variable.
13064         (org-export-options-filters): New hook.
13065         (org-infile-export-plist): Find also the settings keywords in
13066         `org-export-inbuffer-options-extra'.
13067         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
13068         multiple #+INFOJS_OPT lines.
13069         (org-export-html-handle-js-options): New function.
13070         (org-export-html-infojs-setup): New option.
13071         (org-export-as-html): Call `org-export-html-handle-js-options'.
13072         Add autoload to all entry points.
13073         (org-skip-comments): Function removed.
13075         * org/org-table.el (org-table-make-reference): Extra parenthesis
13076         around single fields, to make sure that algebraic formulas get
13077         correctly interpreted by calc.
13078         (org-table-current-column): No longer interactive.
13080         * org/org-export-latex.el (org-export-latex-preprocess):
13081         Rename from `org-export-latex-cleaned-string'.
13083 2008-04-27  Bastien Guerry  <bzg@altern.org>
13085         * org/org-publish.el (org-publish-get-base-files-1): New function.
13086         (org-publish-get-base-files): Use it.
13087         (org-publish-temp-files): New variable.
13088         Don't require 'dired-aux anymore.
13089         (org-publish-initial-buffer): New variable.
13090         (org-publish-org-to, org-publish): Use it.
13091         (org-publish-get-base-files-1): Bug fix: get
13092         the proper list of files when recursing thru a directory.
13093         (org-publish-get-base-files): Use the :exclude property to skip
13094         both files and directories.
13096 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
13098         * net/tramp.el (tramp-handle-make-symbolic-link)
13099         (tramp-handle-file-name-directory)
13100         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
13101         (tramp-do-copy-or-rename-file-directly)
13102         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
13103         (tramp-handle-substitute-in-file-name)
13104         (tramp-handle-insert-file-contents, tramp-handle-write-region)
13105         * net/tramp-cache.el (tramp-get-file-property)
13106         (tramp-set-file-property, tramp-flush-file-property)
13107         (tramp-flush-directory-property)
13108         * net/tramp-compat.el (tramp-compat-make-temp-file)
13109         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
13110         Disable `file-name-handler-alist' when handling localname.
13111         It could have a remote file syntax, like a VMS file name.
13113 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13115         * whitespace.el: New version 11.1.
13116         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
13117         enclosed by \\( and \\)$.  Docstring fix.
13118         (whitespace-trailing-regexp): Fun removed.
13119         (whitespace-report-list): Const initialization fix.
13120         (whitespace-color-on): Code fix.
13122 2008-04-27  Andreas Schwab  <schwab@suse.de>
13124         * Makefile.el: Unbreak bootstrap.
13126 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
13128         * net/tramp.el (tramp-replace-environment-variables): New defun.
13129         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
13130         Use it.
13132 2008-04-27  Glenn Morris  <rgm@gnu.org>
13134         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
13136         * calculator.el (calculator-expt): Replace cl function `oddp'.
13138 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
13140         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
13141         Simplify.  Collect `defun' and `autoload' entries.
13142         Avoid modifying load-history.
13144 2008-04-26  Glenn Morris  <rgm@gnu.org>
13146         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
13148         * simple.el (quoted-insert, zap-to-char): Revert previous change.
13150 2008-04-26  John Paul Wallington  <jpw@pobox.com>
13152         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
13153         `hexl-mode-old-eldoc-documentation-function'.
13154         (hexl-mode-exit): Restore it.
13155         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
13157         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
13159 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
13161         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
13162         (completion-pcm--all-completions): Doc fix.
13163         (completion-styles-alist, completion-all-completions):
13164         Fix typos in docstrings.
13166 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13168         * whitespace.el: There is now only one variable (whitespace-style) to
13169         specify which kind of blank is visualized.  Doc and docstring fix.
13170         New version 11.0.
13171         (whitespace-style): New option, replace whitespace-style-mark and
13172         whitespace-style-color.
13173         (whitespace-style-mark, whitespace-style-color): Options removed.
13174         (whitespace-hspace, whitespace-tab, whitespace-newline)
13175         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
13176         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
13177         (whitespace-hspace-regexp, whitespace-space-regexp)
13178         (whitespace-tab-regexp, whitespace-trailing-regexp)
13179         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13180         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
13181         (whitespace-space-after-tab-regexp, whitespace-line-column)
13182         (whitespace-display-mappings, whitespace-report): Docstring fix.
13183         (whitespace-color-value-list, whitespace-mark-value-list)
13184         (whitespace-active-color, whitespace-active-mark)
13185         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
13186         (whitespace-style-value-list, whitespace-active-style)
13187         (whitespace-toggle-style): New vars.
13188         (whitespace-toggle-option-alist, whitespace-help-text):
13189         Var initialization and docstring fix.
13190         (whitespace-toggle-options, global-whitespace-toggle-options)
13191         (whitespace-cleanup, whitespace-cleanup-region)
13192         (whitespace-report-region, whitespace-interactive-char)
13193         (whitespace-toggle-list): Docstring and code fix.
13194         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
13195         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
13196         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
13197         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
13199 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13201         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
13202         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
13203         (diff-sanity-check-hunk): Adjust code accordingly.
13205 2008-04-26  Glenn Morris  <rgm@gnu.org>
13207         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
13209         * forms-d2.dat: Move to ../etc.
13210         * forms-d2.el (forms-file): Adapt for above change.
13212         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
13213         `translation-table-for-input'.
13215         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
13216         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
13218         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
13219         to punctuation now it's not needed for abbrevs.
13220         (fortran-mode-abbrev-table): Remove defvar, make use of new
13221         define-abbrev-table :regexp feature.
13223         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
13224         insert, now that translation-table-for-input is not needed.
13226 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
13228         * emacs-lisp/pp.el (pp-display-expression): New function,
13229         extracted from pp-eval-expression.
13230         (pp-eval-expression): Use pp-display-expression.
13231         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
13232         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
13233         (pp-eval-last-sexp): Use pp-last-sexp.
13235 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13237         * abbrev.el (define-abbrev-table): Apply props even if the table
13238         exists already.
13240         * minibuffer.el (completion-table-with-context): Fix `pred' for the
13241         various kinds of completion tables.
13242         (completion-emacs22-try-completion): Place cursor after the /, as was
13243         done in Emacs-22's minibuffer-complete-word.
13244         Fix bug reported by David Hansen <david.hansen@gmx.net>.
13245         (completion-emacs22-try-completion): Merge all mergeable text rather
13246         than just /.
13247         (completion-pcm--delim-wild-regex): New var.
13248         (completion-pcm-word-delimiters): New custom.
13249         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
13250         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
13251         (completion-pcm--all-completions, completion-pcm-all-completions)
13252         (completion-pcm--merge-completions, completion-pcm--pattern->string)
13253         (completion-pcm-try-completion): New functions.
13254         (completion-styles-alist): Add them.
13255         (completion-styles): Add it to the default.
13257 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
13259         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
13260         (gdb-var-create-handler): ...until here when there are values.
13261         (gdb-post-prompt): Don't do -var-update with no watch expressions.
13262         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
13264 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
13266         * ls-lisp.el (ls-lisp-format): Fix last change.
13267         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
13268         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
13269         (ls-lisp-filesize-f-fmt): New defvars.
13270         (ls-lisp-insert-directory): Dynamically compute format specifiers
13271         for displaying UID, GID, and file size, and store them in the
13272         above variables.
13273         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
13274         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
13275         instead of constant format strings.
13276         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
13277         ls-lisp-filesize-d-fmt instead of constant format strings.
13279 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
13281         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
13282         value of addresses rather than (partial) string value.
13283         (gdb-frame-handler): Change regexp according to above change.
13284         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13285         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
13286         (gdb-assembler-mode): Disable undo in these buffers.
13288 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
13290         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
13291         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
13293 2008-04-24  Sam Steingold  <sds@gnu.org>
13295         * textmodes/remember.el (remember-diary-extract-entries): Use
13296         diary-make-entry instead of the obsolete make-diary-entry.
13298 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13300         * subr.el (translation-table-for-input): Mark as obsolete.
13302         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
13304         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
13306         * textmodes/ispell.el (ispell-dictionary-alist-1)
13307         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
13308         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
13309         (ispell-dictionary-alist-6): Remove.
13310         (ispell-dictionary-base-alist): New var, merges the above.
13311         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
13312         Use it.
13313         (ispell-dictionary-alist): Default to nil.  Remove autoload.
13314         (ispell-local-dictionary-alist): Remove autoload.
13316         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
13317         (f90-mode-abbrev-table): Use the new :regexp feature.
13318         Merge defvar and mapc into define-abbrev-table.
13319         (f90-imenu-type-matcher): Remove unused `l'.
13320         (f90-imenu-generic-expression): Remove unused `not-ib'.
13321         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
13322         (f90-change-keywords): Use restore-buffer-modified-p.
13324 2008-04-24  Glenn Morris  <rgm@gnu.org>
13326         * net/goto-addr.el (goto-address-prog-mode):
13327         * progmodes/bug-reference.el (bug-reference-prog-mode):
13328         Define for compiler.
13330         * minibuffer.el (x-file-dialog): Declare as function.
13332         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
13333         dframe-update-speed rather than obsolete alias speedbar-update-speed.
13335         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
13336         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
13337         work with easymenu.  Add :keys where needed.
13339         * calendar/cal-move.el (calendar-scroll-left): Handle case when
13340         event-start is nil.
13342         * calendar/calendar.el (calendar-mode-map): Fix typo.
13344 2008-04-24  Tom Tromey  <tromey@redhat.com>
13346         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13347         Document keywords.  Add :suppress.
13348         * pcvs-defs.el (cvs-mode-map): Use :suppress.
13350         * net/goto-addr.el (goto-address-unfontify): New function.
13351         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
13352         (goto-address-fontify-region, goto-address-mode)
13353         (goto-address-prog-mode): New functions.
13355         * progmodes/bug-reference.el: New file.
13357 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13359         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
13361 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13363         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
13364         macros within lambdas.
13366 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13368         * minibuffer.el (completion-try-completion): Add `point' argument.
13369         Change return value.
13370         (completion-all-completions): Add `point' argument.
13371         (minibuffer-completion-help): Pass the new `point' argument.
13372         (completion--do-completion): Pass the whole field to try-completion.
13373         (completion--try-word-completion): Rewrite, making fewer assumptions.
13374         (completion-emacs21-try-completion, completion-emacs21-all-completions)
13375         (completion-emacs22-try-completion, completion-emacs22-all-completions)
13376         (completion-basic-try-completion, completion-basic-all-completions):
13377         New functions.
13378         (completion-styles-alist): Use them.
13380 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
13382         * textmodes/ispell.el (ispell-set-spellchecker-params):
13383         New function to make sure right params and dictionary alists are used
13384         after spellchecker changes.
13385         (ispell-aspell-dictionary-alist, ispell-last-program-name)
13386         (ispell-initialize-spellchecker-hook): New variables and hook.
13387         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
13388         (ispell-maybe-find-aspell-dictionaries): Remove.
13389         Calls replaced by (ispell-set-spellchecker-params) calls.
13390         (ispell-have-aspell-dictionaries): Remove.
13392         * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
13393         by ispell-set-spellchecker-params.
13395 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13397         * complete.el (PC-do-completion): Be more robust in the presence of
13398         unexpected values in minibuffer-completion-predicate.
13400         * minibuffer.el (read-file-name): Don't let-bind default-directory.
13401         Only abbreviate default-filename if it's a file.
13403         * minibuffer.el (read-file-name-function, read-file-name-predicate)
13404         (read-file-name-completion-ignore-case, insert-default-directory):
13405         New vars, moved from fileio.c.
13406         (read-file-name): New fun, moved from fileio.c.
13407         * cus-start.el: Remove insert-default-directory and
13408         read-file-name-completion-ignore-case.
13410 2008-04-23  Magnus Henoch  <mange@freemail.hu>
13412         * tar-mode.el (tar-untar-buffer): If the entry has directory
13413         link type, extract it as a directory even if its file name doesn't
13414         end with a slash.  Fixes extraction of NetBSD tar archives.
13416 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13418         * server.el (server-start): Also don't get confused by CRs since we
13419         don't quote them.
13421 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
13423         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
13424         (gdb-set-gud-minor-mode-existing-buffers)
13425         (gdb-info-breakpoints-custom, gdb-get-location)
13426         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
13427         Previously gdb-create-define-alist wasn't always run and added to
13428         after-save-hook.
13430         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
13432 2008-04-23  Kevin Ryde  <user42@zip.com.au>
13434         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
13435         comments like unindented ones.
13437 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13439         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
13440         parameter origins.
13442 2008-04-23  Kevin Ryde  <user42@zip.com.au>
13444         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13445         Bind print-level to ensure output forms aren't truncated if
13446         print-level is set to eval-expression-print-level when going via
13447         eval-defun and friends, or has been otherwise fiddled with.
13449 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13451         * progmodes/cc-mode.el (c-basic-common-init): Don't set
13452         font-lock-extend-after-change-region-function globally.
13454 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
13456         * speedbar.el (speedbar-use-tool-tips-flag)
13457         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
13458         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
13459         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
13460         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
13461         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
13462         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
13463         (speedbar-separator-face): Fix typos in docstrings.
13464         (speedbar-stealthy-function-list, speedbar-verbosity-level)
13465         (speedbar-supported-extension-expressions, speedbar-update-current-file)
13466         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
13467         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
13468         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
13469         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
13470         (speedbar-check-vc-this-line, speedbar-files-line-directory)
13471         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
13472         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
13473         (speedbar-recenter): Doc fixes.
13474         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
13475         declaration and remove redundant info in docstring.
13477 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
13479         * vc-git.el (vc-git-status-printer): Deal with directories.
13481         * vc.el (vc-next-action): Look at more than the first file to
13482         determine the state.
13484 2008-04-23  Glenn Morris  <rgm@gnu.org>
13486         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
13487         timers.  Doc fix.
13488         (dframe-update-speed): Drop support for XEmacs < 20.
13489         (dframe-frame-mode): Drop support for Emacs < 20.
13490         (dframe-set-timer-internal): Drop support for Emacs without timers.
13491         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
13493         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
13494         versions.  Add doc-string.  Mark as obsolete.
13496         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
13498         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
13499         rather than using an Emacs version test.
13501         * tree-widget.el (tree-widget-image-enable): Use display-images-p
13502         rather than an Emacs version test.
13504         * calendar/cal-china.el (holiday-chinese-qingming)
13505         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
13506         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
13507         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
13509         * calendar/cal-islam.el (holiday-islamic): Doc fix.
13511         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
13512         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
13513         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
13515 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
13517         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
13518         (gdb-previous-frame-pc-address): ...to this.
13519         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
13520         of "info frame" with Gdb 6.4+.
13521         (gdb-stack-list-frames-regexp): New regexp.
13522         (gdb-frame-handler-1): Parse output of -stack-info-frame.
13524 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
13526         * tar-mode.el (tar-prefix-offset): New constant.
13527         (tar-header-block-tokenize): Support paths with long names
13528         which use the "ustar" standard.
13530 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
13532         * image-dired.el (image-dired-track-original-file)
13533         (image-dired-modify-mark-on-thumb-original-file):
13534         Use `dired-goto-file' instead of `search-forward'.  This solves
13535         a bug with finding files where the file name is a subset of other
13536         file names.  Doc fix.
13538 2008-04-22  Juri Linkov  <juri@jurta.org>
13540         * menu-bar.el (buffers-menu-max-size): Move its definition down to
13541         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
13542         (yank-menu-length): Change group name `mouse' to `menu'.
13543         (buffers-menu-buffer-name-length): New user option.
13544         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
13545         instead of the hard-coded number 27.
13547 2008-04-22  Juri Linkov  <juri@jurta.org>
13549         * isearch.el (eval-when-compile): Require `help-macro'.
13550         (isearch-help-for-help-internal): Isearch specific Help screen
13551         created by `make-help-screen'.
13552         (isearch-help-map): New variable that binds "b", "k", "m" to
13553         isearch-specific commands, and binds other keys to
13554         isearch-other-control-char, thus allowing other Help keys to
13555         exit isearch mode and execute their global definitions.
13556         (isearch-help-for-help, isearch-describe-bindings)
13557         (isearch-describe-key, isearch-describe-mode): New commands.
13558         (isearch-mode-help): Define alias to isearch-describe-mode
13559         and remove its old function definition.
13560         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
13561         Remove old comments because this issue is settled now.
13562         (isearch-forward): Describe three new Help commands in the docstring.
13563         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
13564         leave the single sentence at the first line of the docstring,
13565         and prepend the word "function" before `isearch-forward'
13566         to make the Help link to the function instead of variable.
13568 2008-04-22  Juri Linkov  <juri@jurta.org>
13570         * isearch.el (isearch-success-function): New variable with default
13571         to `isearch-success-function-default'.
13572         (isearch-search): Call a function from `isearch-success-function'
13573         instead of calling the hard-coded `isearch-range-invisible'.
13574         (isearch-success-function-default): New function that calls
13575         `isearch-range-invisible' and inverts its return value.
13577         * info.el (Info-search): In two similar places that skip
13578         undesired search matches move code to Info-search-success-function,
13579         and call `isearch-success-function' instead.
13580         (Info-search-success-function): New function copied from code
13581         in Info-search.  Replace isearch-range-invisible with
13582         text-property-not-all that checks for 'invisible and 'display
13583         properties to skip partially invisible matches (whose display
13584         properties were set by Info-fontify-node).
13585         (Info-mode): Set buffer-local isearch-success-function
13586         to Info-search-success-function.
13588 2008-04-22  Juri Linkov  <juri@jurta.org>
13590         * minibuffer.el (internal-complete-buffer-except): New function.
13592         * files.el (read-buffer-to-switch): New function.
13593         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
13594         Change interactive spec to call read-buffer-to-switch instead of
13595         using the letter "B".
13597         * simple.el (minibuffer-default-add-shell-commands): New function.
13598         Use declare-function for mailcap-file-default-commands from "mailcap".
13599         (shell-command): Set local minibuffer-default-add-function to
13600         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
13601         before calling read-shell-command.  Set 4th arg default-value of
13602         read-shell-command to relative buffer-file-name in file buffers.
13604         * dired-aux.el (dired-read-shell-command-default): Move it to
13605         gnus/mailcap.el and change its name to more general name
13606         mailcap-file-default-commands.
13607         (minibuffer-default-add-dired-shell-commands): New function.
13608         Use declare-function for mailcap-file-default-commands from "mailcap".
13609         (dired-read-shell-command): Set local minibuffer-default-add-function
13610         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
13611         before calling read-shell-command.  Remove dired-read-shell-command-default
13612         from the default value arg because default values are not set in
13613         minibuffer-default-add-dired-shell-commands.  Doc fix.
13615         * dired-x.el (dired-smart-shell-command): Sync arguments and
13616         interactive spec with changes in `shell-command'.
13617         Use dired-get-filename to get the dired file name at point
13618         as the default value in dired mode.
13620 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
13622         * info.el (Info-complete-menu-item): Add missing parenthesis.
13624 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13626         * info.el (Info-complete-menu-item): Save point.
13628 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
13630         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
13632 2008-04-22  Andreas Schwab  <schwab@suse.de>
13634         * Makefile.in (emacs-deps): Define.
13635         Use it instead of $(lisp)/subdirs.el.
13637 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
13639         * vc.el (vc-next-action): Do not consider directories when
13640         checking for state compatibility.
13641         (vc-transfer-file): Use when not if.
13642         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
13643         (vc-dir-mark-file): Use them.
13644         (vc-deduce-fileset): Also return the backend.
13645         (vc-diff-internal): Take as argument the value returned by
13646         vc-deduce-fileset instead of just the fileset.
13647         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
13648         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
13649         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
13651 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
13653         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
13654         set-window-vscroll but image-scroll-down.  Fixes a bug where a
13655         command following SPC scrolled up again.
13657 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
13659         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
13660         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
13661         (gud-watch): Add "$" prefix when in registers buffer.
13663 2008-04-22  Glenn Morris  <rgm@gnu.org>
13665         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
13667         * whitespace.el (whitespace-display-table)
13668         (whitespace-display-table-was-local): Move definitions before use.
13670         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
13671         (copyright-limit): Respect copyright-at-end-flag.
13672         (copyright-re-search, copyright-start-point)
13673         (copyright-offset-too-large-p): New functions.
13674         (copyright-update-year): Use copyright-re-search.
13675         (copyright-update, copyright-fix-years): Use copyright-start-point,
13676         and copyright-re-search.
13677         (copyright): Use copyright-offset-too-large-p.
13678         * add-log.el (change-log-mode): Set copyright-at-end-flag.
13680         * add-log.el (top-level): Require 'cl when compiling.
13682 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13684         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
13685         Treat minibuffer-completion-predicate as a predicate.
13687         * minibuffer.el (completion--file-name-table): Accept both the old
13688         `dir' arg or the new `pred' arg.
13690         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
13691         `predicate' argument to pass non-predicate data.
13692         (ffap-read-url-internal, ffap-read-file-or-url-internal):
13693         Use second arg as proper predicate.
13695         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
13696         (vc-bzr-revision-completion-table): Use completion-table-with-context
13697         instead.
13699         * simple.el (choose-completion-string): Use minibuffer-completion-table.
13701 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
13703         * term.el (term-emulate-terminal): Perform redisplay after the
13704         process filter has finished running.
13706 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13708         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
13710         * minibuffer.el (completion-try-completion): Change magic symbol
13711         property name.  Rename from minibuffer-try-completion.
13712         (completion-all-completions): Rename from minibuffer-all-completions.
13713         Remove hide-spaces argument.
13714         (completion--do-completion): Rename from minibuffer--do-completion.
13715         (minibuffer-complete-and-exit): Call just try-completion rather than
13716         completion-try-completion to fix up the case.
13717         (completion--try-word-completion): Try to add space or hyphen before
13718         making `string' a prefix of `completion'.
13719         (completion--insert-strings): Rename from minibuffer--insert-strings.
13721 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13723         * net/tls.el (tls-program): Add -ign_eof argument to call the
13724         openssl commands.
13725         (tls-checktrust): Ditto.
13727 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
13729         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
13731         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
13732         (vc-check-master-templates, vc-file-not-found-hook)
13733         (vc-kill-buffer-hook):
13734         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
13735         (vc-find-position-by-context, vc-buffer-context)
13736         (vc-restore-buffer-context, vc-responsible-backend)
13737         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
13738         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
13739         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
13740         (vc-version-diff, vc-diff, vc-insert-headers)
13741         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
13742         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
13743         (vc-revert, vc-rollback, vc-version-backup-file)
13744         (vc-rename-master, vc-delete-file, vc-rename-file)
13745         (vc-branch-part, vc-default-retrieve-snapshot)
13746         (vc-annotate-display-autoscale, vc-annotate-display-select)
13747         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
13748         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
13749         (vc-dir-update): Handle directories.
13750         (vc-default-status-printer): Simplify.
13752         * progmodes/asm-mode.el (asm-mode-map):
13753         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
13755         * progmodes/m4-mode.el (m4-mode-map): Add menu.
13757 2008-04-21  Kenichi Handa  <handa@m17n.org>
13759         * select.el (xselect-convert-to-string): Send a C_STRING only if
13760         the polymorphic target TEXT is requested.
13762 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
13764         * minibuffer.el (completion-setup-hook, display-completion-list)
13765         (completion--file-name-table): Fix typos in docstrings.
13766         (completion-table-dynamic): Fix typo, and reflow docstring.
13768 2008-04-20  Andreas Schwab  <schwab@suse.de>
13770         * server.el (server-switch-buffer): Also consider clients in the
13771         selected frame.
13773 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
13775         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
13776         Select window clicked on first.
13777         (gdb): Display thread number in mode-line.
13778         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
13779         (gdb-breakpoints-header): New variable.
13780         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
13782 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13784         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
13785         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
13786         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
13787         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
13788         (vc-sccs-print-log): Use it.
13790         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
13792         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
13793         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
13795         * tooltip.el (tooltip-previous-message): New var.
13796         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
13797         the C code (avoid overwriting a minibuffer, restore previous echo
13798         message, ...).
13799         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
13800         Simplify.
13802 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
13804         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
13805         (gdb-init-1): Initialise it.
13806         (gdb-annotation-rules): New entry for "new-thread".
13807         (gdb-thread-identification): New function to customize
13808         mode-line-buffer-identification.
13809         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
13810         (gdb-assembler-mode): Use it.
13811         (gdb-threads-mode): Force "info threads" onto queue.
13813 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13815         * files.el (locate-file-completion-table): Rename from
13816         locate-file-completion and make it use `pred' in the normal way.
13817         (locate-file-completion): New compatibility wrapper.
13818         (load-library): Use locate-file-completion-table.
13819         * finder.el (finder-commentary):
13820         * subr.el (locate-library):
13821         * emacs-lisp/find-func.el (find-library): Likewise.
13822         * info.el: Use with-current-buffer and inhibit-read-only.
13823         (Info-read-node-name-2): Change to use `predicate' in the normal way.
13824         (Info-read-node-name-1): Adjust uses accordingly.
13826         * minibuffer.el (completion-table-with-context): Add support for `pred'.
13827         (completion-table-with-terminator): Don't use complete-with-action
13828         since we have to distinguish all three cases anyway.
13829         (completion-table-with-predicate): New function.
13830         (dynamic-completion-table): Add obsolete alias.
13832         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
13834 2008-04-18  Sam Steingold  <sds@gnu.org>
13836         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
13837         Use quit-window instead of bury-buffer.
13839 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13841         * minibuffer.el (completion-table-with-terminator): Fix last fix.
13843 2008-04-18  Andreas Schwab  <schwab@suse.de>
13845         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
13846         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
13847         Depend on $(lisp)/subdirs.el.
13849 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
13851         * descr-text.el (describe-char-after):
13852         Use `define-obsolete-function-alias'.
13854         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
13856         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
13858         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
13859         Remove redundant obsolescence info in docstring.
13861         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
13862         (vc-header-alist): Add WHEN to obsolescence declaration.
13863         (vc-state): Fix typo in docstring.
13865         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
13866         Use `define-obsolete-variable-alias'.
13868         * emulation/tpu-edt.el (tpu-have-ispell):
13869         * international/codepage.el (codepage-setup):
13870         Fix typo in obsolescence declaration.
13872         * international/mule.el (char-coding-system-table):
13873         Remove redundant obsolescence info in docstring.
13874         (charset-list, generic-char-p, set-char-table-default):
13875         Fix typos in obsolescence declarations.
13877         * international/mule-diag.el (non-iso-charset-alist):
13878         Fix typo in obsolescence declaration.
13879         (decode-codepage-char): Remove redundant obsolescence info in docstring.
13881         * font-core.el (font-lock-defaults-alist):
13882         * font-lock.el (font-lock-reference-face):
13883         * frame.el (screen-height, screen-width, set-screen-width)
13884         (set-screen-height):
13885         * hilit-chg.el (highlight-changes-initial-state):
13886         * isearch.el (isearch-return-char):
13887         * log-edit.el (cvs-commit-buffer-require-final-newline)
13888         (cvs-changelog-full-paragraphs):
13889         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
13890         (mouse-popup-menubar-stuff):
13891         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
13892         (mouse-wheel-click-button):
13893         * outline.el (outline-visible):
13894         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
13895         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
13896         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
13897         * progmodes/compile.el (compile-internal):
13898         Add WHEN to obsolescence declarations.
13900 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13902         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
13903         is not better anyway.
13905 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13907         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
13908         properly.
13910 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13912         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
13913         (python-use-skeletons): Remove, unused.
13914         (python-skeletons): Remove.  Use the abbrev table instead.
13915         (python-mode-abbrev-table): Fix regexp;
13916         add enable-function and case-fixed.
13917         (def-python-skeleton): Simplify.
13918         (python-expand-template): Use the abbrev-table and abbrev-insert.
13919         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13920         Remove.
13921         (python-mode): Don't set pre-abbrev-expand-hook.
13923         * skeleton.el: Set coding-tag.
13925         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
13926         (expand-abbrev): Use it.
13927         (abbrev-table-menu): New function.
13929         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
13931         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
13933 2008-04-17  Sam Steingold  <sds@gnu.org>
13935         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
13936         idiosyncratic bury-buffer/delete-window logic.
13938 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
13940         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
13941         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
13943 2008-04-17  Kenichi Handa  <handa@m17n.org>
13945         * international/characters.el: Don't make the width of U+00AD to 0.
13947 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
13949         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
13950         (gdb, gdb-starting, gdb-frames-mode): Use it.
13951         (gdb-invalidate-frames): Advise to call "info stack" only if
13952         execution has occurred.
13953         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
13954         selected frame if no execution has occurred.
13955         (gdb-frames-force-update): New interactive function.
13956         (gdb-frames-mode-map): Bind it to "F".
13958 2008-04-17  Michael Olson  <mwolson@gnu.org>
13960         * textmodes/remember.el (remember-version): Release Remember 2.0.
13962 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
13964         * textmodes/artist.el:
13965         * progmodes/vhdl-mode.el:
13966         * progmodes/verilog-mode.el:
13967         * progmodes/vera-mode.el:
13968         * progmodes/simula.el:
13969         * progmodes/ps-mode.el:
13970         * progmodes/cmacexp.el:
13971         * obsolete/hilit19.el:
13972         * emulation/viper.el:
13973         * ediff.el: Cleanup the bug-report email addresses and make sure the
13974         maintainer is still willing to handle bug reports.
13976 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
13978         * vc.el (vc-dir-kill-query): Fix thinko.
13980 2008-04-16  Glenn Morris  <rgm@gnu.org>
13982         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
13983         by diary-sexp-entry.
13985 2008-04-16  Markus Triska  <markus.triska@gmx.at>
13987         * proced.el (proced-command-alist): Add support for darwin.
13989 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13991         * proced.el (proced-mode): Redefine as just the major-mode.
13992         (proced): Separate it from proced-mode.
13994         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
13996 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13998         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
13999         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
14000         `tab-width' setting from user.  New version 10.0.  Doc and docstring
14001         fix.
14002         (whitespace-style, whitespace-chars): Remove options.
14003         (whitespace-style-mark): New option, replace whitespace-style deleted
14004         option.  Fix docstring.
14005         (whitespace-style-color): New option, replace whitespace-chars deleted
14006         option.  Fix docstring.
14007         (whitespace-space, whitespace-hspace, whitespace-tab)
14008         (whitespace-newline, whitespace-trailing, whitespace-line)
14009         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
14010         (whitespace-space-after-tab, whitespace-hspace-regexp)
14011         (whitespace-space-regexp, whitespace-tab-regexp)
14012         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
14013         (whitespace-empty-at-eob-regexp, whitespace-line-column)
14014         (whitespace-toggle-option-alist): Fix docstring.
14015         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
14016         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
14017         docstring and initialization.
14018         (global-whitespace-mode): Autoloaded global minor mode.
14019         (whitespace-chars-value-list, whitespace-style-value-list)
14020         (whitespace-active-chars, whitespace-active-style)
14021         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
14022         (whitespace-color-value-list): New var, replace
14023         whitespace-chars-value-list removed var.
14024         (whitespace-mark-value-list): New var, replace
14025         whitespace-style-value-list removed var.
14026         (whitespace-active-color): New var, replace whitespace-active-chars
14027         removed var.
14028         (whitespace-active-mark): New var, replace whitespace-active-style
14029         removed var.
14030         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
14031         removed var.
14032         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
14033         removed var.
14034         (whitespace-toggle-option-alist, whitespace-report-list)
14035         (whitespace-report-text, whitespace-help-text): Fix initialization.
14036         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
14037         (whitespace-toggle-options, global-whitespace-toggle-options)
14038         (whitespace-cleanup-region, whitespace-report-region)
14039         (whitespace-interactive-char): Fix docstring and code.
14040         (whitespace-cleanup, whitespace-report): Fix docstring.
14041         (whitespace-replace-spaces-by-tabs): Remove fun.
14042         (whitespace-replace-action): New fun, replace
14043         whitespace-replace-spaces-by-tabs removed fun.
14044         (whitespace-regexp, whitespace-indentation-regexp)
14045         (whitespace-space-after-tab-regexp, whitespace-insert-value)
14046         (whitespace-kill-buffer): New funs.
14047         (whitespace-insert-option-mark, whitespace-help-on)
14048         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
14049         (whitespace-color-on, whitespace-color-off)
14050         (whitespace-display-char-on): Fix code.
14052 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14054         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
14055         (mouse-throw-magnifier-with-mouse-movement): Remove.
14056         (mouse-throw-magnifier-base): New const.
14057         (mouse-drag-scroll-delta): New fun.
14058         (mouse-drag-throw): Use it.
14060 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
14062         * international/uni-bidi.el, international/uni-category.el:
14063         * international/uni-combining.el, international/uni-comment.el:
14064         * international/uni-decimal.el, international/uni-decomposition.el:
14065         * international/uni-digit.el, international/uni-lowercase.el:
14066         * international/uni-mirrored.el, international/uni-name.el:
14067         * international/uni-numeric.el, international/uni-old-name.el:
14068         * international/uni-titlecase.el, international/uni-uppercase.el:
14069         * international/charprop.el: Regenerate.
14071 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
14073         * vc.el (vc-status-fileinfo): Add new member directoryp.
14074         (vc-default-status-printer): Print directories.
14075         (vc-status-update): Sort files before subdirectories.
14077         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
14078         Add alternative implementation based on "cvs update".
14080 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
14082         * doc-view.el: Changed requirements section to tell that only one
14083         of dvipdf or dvipdfm is needed.
14084         (doc-view-already-converted-p): Fix bug that forced reconversion
14085         if doc was already converted.
14087 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14089         * minibuffer.el (minibuffer-message):
14090         Make sure we can put-text-property.
14092         * emacs-lisp/crm.el: Complete rewrite.
14094         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
14095         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
14096         case of an error in display-completion-list.
14098         * filecache.el (file-cache-completions-keymap): Move init from
14099         file-cache-completion-setup-function into declaration.
14100         (file-cache-minibuffer-complete): Simplify.
14101         (file-cache-completion-setup-function): Use standard-output,
14102         preserve current-buffer.
14104         * vc.el (vc-status-update): Fix typo.
14105         (vc-status-update): Set needs-update.
14106         (vc-status-refresh): Î·-reduce.
14108 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
14110         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
14111         to image-eol.
14113 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
14115         * vc.el (vc-status-update): Undo the previous revert.
14117 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14119         * minibuffer.el (completion-table-with-terminator): Those completions
14120         are never valid w.r.t test-completion.
14121         (completion--file-name-table):
14122         Check completion-all-completions-with-base-size.
14124 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
14126         * doc-view.el (doc-view-dvipdf-program): New variable.
14127         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
14128         (doc-view-mode-p): Check for doc-view-dvipdf-program as
14129         alternative for doc-view-dvipdfm-program.
14130         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
14132         * doc-view.el (doc-view-start-process): Don't set
14133         default-directory to "~/" if the current value is valid.
14134         This broke PS files that run other files in the same directory.
14136 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
14138         * vc.el (vc-status-kill-query): New function.
14139         (vc-status-mode): Add it to kill-buffer-query-functions.
14140         (vc-status-show-fileentry): New function.
14141         (vc-status-menu-map): Bind it.  Bind vc-next-action.
14143 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14145         * minibuffer.el (minibuffer-message): Put cursor at the right place.
14147 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14149         * proced.el (proced-send-signal): Fix error recognition.
14151 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14153         * proced.el (proced-command-alist): Remove sort column.
14154         (proced-command, proced-procname-column):
14155         Use make-variable-buffer-local.
14156         (proced-signal-function): Rename from proced-kill-program.
14157         Allow for elisp symbols and string values representing system calls.
14158         (proced-marker-regexp, proced-success-message): New functions.
14159         (proced): Use defalias.  Add autoload cookie.
14160         (proced-unmark-backward, proced-toggle-marks)
14161         (proced-hide-processes): New commands.
14162         (proced-do-mark): Simplify code.
14163         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
14164         (proced-update): Remove sorting.
14165         (proced-send-signal): Display number of processes to operate on.
14166         Allow for system calls or elisp functions to send signals.
14167         Check if signal was sent successfully.
14169 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14171         * minibuffer.el (completion-all-completion-with-base-size): New var.
14172         (completion--some): New function.
14173         (completion-table-with-context, completion--file-name-table):
14174         Return the base-size if requested.
14175         (completion-table-in-turn): Generalize to multiple arguments.
14176         (complete-in-turn): Compatibility alias.
14177         (completion-styles-alist): New var.
14178         (completion-styles): New customization.
14179         (minibuffer-try-completion, minibuffer-all-completions):
14180         New functions.
14181         (minibuffer--do-completion, minibuffer-complete-and-exit)
14182         (minibuffer-try-word-completion): Use them.
14183         (display-completion-list, minibuffer-completion-help): Use them.
14184         Handle all-completions's new base-size info to set completion-base-size.
14185         * info.el (Info-read-node-name-1): Use completion-table-with-context,
14186         completion-table-with-terminator and complete-with-action.
14187         Remove the now obsolete completion-base-size-function property.
14188         * simple.el (completion-list-mode-map): Move init into declaration.
14189         (completion-list-mode): Use define-derived-mode.
14190         (completion-setup-function): Use any completion-base-size that may
14191         have been set before.  Remove handling of completion-base-size-function.
14192         * loadup.el: Move abbrev.el up earlier.
14194 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
14196         * vc-git.el (vc-git-after-dir-status-stage)
14197         (vc-git-dir-status-goto-stage): New functions.
14198         (vc-git-after-dir-status-stage1)
14199         (vc-git-after-dir-status-stage1-empty-db)
14200         (vc-git-after-dir-status-stage2): Remove, functionality moved
14201         into the new generic stage functions.
14202         (vc-git-dir-status-files): New function.
14204         * vc.el (vc-status-update): Revert an incorrect rewrite.
14205         Add some comments.
14206         (vc-status-refresh-files): New function.
14207         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
14208         state of up-to-date files.
14209         (vc-default-dir-status-files): New function.
14211 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
14213         * minibuffer.el (completion--embedded-envvar-table)
14214         (read-file-name-internal): Fix typos in 2008-04-11 change.
14216         * faces.el (read-face-name): Use `completion-table-in-turn',
14217         not `complete-in-turn'.
14219 2008-04-13  Andreas Schwab  <schwab@suse.de>
14221         * progmodes/etags.el: Require 'cl when compiling.
14223 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
14225         * progmodes/gud.el (gud-menu-map): Expand tooltip.
14227         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
14228         (menu): Add/expand menu tooltips.
14230 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
14232         * progmodes/sh-script.el (sh-show-indent): Fix typo.
14233         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
14235         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
14236         considered registered.
14238 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14240         * emacs-lisp/copyright.el (copyright-update-directory): New command.
14242         * ediff-wind.el (ediff-split-window-function)
14243         (ediff-merge-split-window-function): Improve custom type.
14245 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
14247         * loadup.el ("minibuffer"): Move after "faces".
14249 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14251         * progmodes/hideif.el (hif-factor): Handle unary minus.
14253 2008-04-12  Glenn Morris  <rgm@gnu.org>
14255         * calendar/cal-china.el (chinese-calendar-time-zone):
14256         Mark obsolete name as risky too.
14258         * calendar/calendar.el (calendar-faces): New custom group.
14259         (calendar-today, diary, holiday): Doc fix.
14260         Move to calendar-faces group.
14261         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
14262         (diary-button): Doc fix.  Move to calendar-faces group.
14264         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
14265         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
14266         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
14267         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
14268         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
14269         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
14270         not in dumped files before the associated defcustom.
14272 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
14274         * minibuffer.el (lazy-completion-table): Fix debug spec.
14276 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14278         * minibuffer.el (complete-with-action, lazy-completion-table):
14279         Move from subr.el.
14280         (apply-partially, completion-table-dynamic)
14281         (completion-table-with-context, completion-table-with-terminator)
14282         (completion-table-in-turn): New funs.
14283         (completion--make-envvar-table, completion--embedded-envvar-table):
14284         New funs.
14285         (read-file-name-internal): Use them.
14286         (completion-setup-hook): Move from simple.el.
14287         * subr.el (complete-with-action, lazy-completion-table):
14288         * simple.el (completion-setup-hook): Move to minibuffer.el.
14290 2008-04-11  Glenn Morris  <rgm@gnu.org>
14292         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
14294 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14296         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
14298         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
14300         * textmodes/fill.el (fill-forward-paragraph-function): New var.
14301         (fill-forward-paragraph): New fun.
14302         (fill-paragraph, fill-region): Use it.
14304         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
14305         (vc-status-create-fileinfo): Make `extra' optional.
14306         (vc-status-busy): New fun.
14307         (vc-status-menu-map): Use it.
14308         (vc-status-crt-marked): Remove.
14309         (vc-status-update): Rename from vc-status-add-entries.
14310         Add argument so as to prevent addition of entries.  Rewrite.
14311         (vc-update-vc-status-buffer): Remove.
14312         (vc-status-refresh): Don't remove old entries, set them to
14313         up-to-date instead.  Also do it after the update is complete.
14314         (vc-status-marked-files): Î·-reduce.
14316         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
14317         for non-dialogs.
14319         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
14321         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
14323 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
14325         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
14326         to t and don't truncate msg.
14328 2008-04-11  Glenn Morris  <rgm@gnu.org>
14330         * calendar/calendar.el (diary, holidays):
14331         Move custom groups to other files.
14332         (holiday-general-holidays, holiday-oriental-holidays)
14333         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
14334         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14335         (holiday-hebrew-holidays, holiday-christian-holidays)
14336         (holiday-islamic-holidays, holiday-bahai-holidays)
14337         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
14338         * calendar/diary-lib.el: Move custom group here from calendar.el.
14339         * calendar/holidays.el: Move custom group and variables here
14340         from calendar.el.
14342         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
14344         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
14345         Fix custom group.
14346         (calendar-current-time-zone-cache): Autoload riskiness.
14348         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
14350 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
14352         * woman.el (woman2-TH): Use string-equal instead of string-match.
14354 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14356         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
14357         (smerge-resolve): Merge the "2-way refinement" case with one half of
14358         the "mere whitespace" resolution.
14360 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
14362         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
14364 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
14366         * subr.el (assoc-ignore-case, assoc-ignore-representation):
14367         Add WHEN to obsolescence declaration.
14369         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
14371 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
14373         * vc-hooks.el (vc-state): Add new state `conflict'.
14374         (vc-after-save): Use when not if.
14375         (vc-default-mode-line-string): Deal with the conflict state.
14376         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
14378         * vc.el (vc-editable-p, vc-default-status-printer)
14379         (vc-next-action): Deal with the conflict state.
14380         (vc-mark-resolved): New function.
14381         (vc-status-mode): Fix mode name.
14382         (vc-default-comment-history): Use when not if.
14383         (Todo): Add new entries, remove old ones.
14385         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
14386         (vc-cvs-parse-status, vc-cvs-after-dir-status):
14387         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
14388         Detect the conflict state.
14390         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
14392 2008-04-10  Glenn Morris  <rgm@gnu.org>
14394         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
14395         Respect truncate-partial-width-windows in non-full windows,
14396         with regards to :toggle and :enable state.
14398         * simple.el (toggle-truncate-lines): Doc fix.
14400         * Makefile.in (MH_E_DIR): New variable.
14401         (MH_E_SRC): Restore variable removed 2008-03-13.
14402         (mh-loaddefs.el): Depend on $MH_E_SRC.
14403         (CAL_DIR, CAL_SRC): New variables.
14404         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
14405         Depend on CAL_SRC.
14407         * calendar/calendar.el (calendar, diary): Add :prefix.
14408         (holidays): Change :prefix.
14409         (calendar-today, holiday, calendar-holiday-marker)
14410         (european-calendar-style): Change custom groups.
14412         * calendar/calendar.el (diary-hook, diary-display-hook):
14413         Move to diary-lib.el.
14414         * calendar/diary-lib.el (diary-hook, diary-display-hook):
14415         Move here from calendar.el.
14416         * calendar/appt.el: Require diary-lib rather than calendar.
14417         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
14419         * calendar/appt.el (appt): Add :prefix.
14421         * calendar/diary-lib.el (diary-hook): Doc fix.
14422         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
14424 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14426         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
14427         New functions.
14429         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
14430         the arg to recursive calls.
14432 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
14434         * minibuffer.el (completion-auto-help): Fix typo.
14436 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14438         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
14440 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
14442         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
14443         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
14445 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14447         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
14449         * minibuffer.el (minibuffer): Move group from cus-edit.el.
14450         (completion-auto-help): Move from C code.
14451         (minibuffer--maybe-completion-help): Remove.
14452         (minibuffer--bitset): New function.
14453         (minibuffer--do-completion): Rename from minibuffer-do-completion.
14454         Renumber a bit.  Really complete on string *before* point.
14455         Add argument used for word-completion.
14456         Join trailing / in completion with following text, as done in
14457         minibuffer-complete-word.
14458         Handle new value `lazy' for completion-auto-help.
14459         (minibuffer-try-word-completion): New function extracted from
14460         minibuffer-complete-word.
14461         (minibuffer-complete-word): Use minibuffer--do-completion.
14462         (minibuffer--insert-strings): Rename from
14463         minibuffer-complete-insert-strings.
14464         (exit-minibuffer): Fix typo.
14465         * cus-edit.el (minibuffer): Move group to minibuffer.el.
14466         * cus-start.el: Remove completion-auto-help.
14468 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
14470         * vc.el (vc-status-add-entries): New function.
14471         (vc-status-add-entry): Remove.
14472         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
14473         Use vc-status-add-entries.
14475         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
14476         order.
14478 2008-04-09  Jason Rumney  <jasonr@gnu.org>
14480         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
14481         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
14482         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
14483         (AUTOGENEL): New variable.
14484         (distclean, maintainer-clean): New targets.
14486 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
14488         * emacs-lisp/regexp-opt.el (regexp-opt):
14489         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
14491 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
14493         * nxml/nxml-mode.el (nxml-cleanup): New function.
14494         (nxml-mode): Add it to change-major-mode-hook.
14496 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
14498         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
14500 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
14502         * calc/.cvsignore: New file.
14504 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
14506         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
14508         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
14509         show-help-function when turning tooltip off.
14510         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
14511         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
14513 2008-04-09  Alan Mackenzie  <acm@muc.de>
14515         * font-lock.el (font-lock-extend-after-change-region-function):
14516         Make it buffer local.
14518 2008-04-09  Glenn Morris  <rgm@gnu.org>
14520         * calendar/calendar.el (diary-file, european-calendar-style):
14521         Remove autoload cookies.
14523 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14525         * outline.el (outline-mode-menu-bar-map):
14526         * log-view.el (log-view-mode-menu):
14527         * log-edit.el (log-edit-menu): Add :help.
14529 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
14531         * emacs-lisp/regexp-opt.el (regexp-opt-group):
14532         Use substring-no-properties for correct handling of unibyte strings.
14534 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14536         * add-log.el (change-log-next-buffer): Handle the case where version<
14537         signals an error.
14539         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
14540         mouse-major-mode-menu.
14541         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
14542         (mouse-major-mode-menu, mouse-popup-menubar)
14543         (mouse-popup-menubar-stuff): Use them.
14544         (C-down-mouse-3): Bind to a dynamic map rather than to
14545         mouse-popup-menubar-stuff.
14547         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
14548         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
14550 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
14552         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
14553         file:// access method.
14555 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14557         * minibuffer.el: New file.
14558         * loadup.el: Load it.
14560 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14562         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
14563         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
14565         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
14566         (calc-mode-map, calc-digit-map, calc-dispatch-map):
14567         Move initialization into declaration.
14568         * calc/calc-yank.el:
14569         * calc/calc-misc.el:
14570         * calc/calc-embed.el:
14571         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
14573 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
14575         * ps-samp.el (ps-add-printer, ps-remove-printer)
14576         (ps-make-dynamic-printer-menu): New functions.
14578         * net/zeroconf.el: New file.
14580 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14582         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
14584 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
14586         * vc-rcs.el (vc-rcs-modify-change-comment):
14587         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
14589         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
14591 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
14593         * international/mule-cmds.el (set-locale-environment): Don't warn if
14594         coding system doesn't agree with system locale (this reverts changes
14595         by Dave Love, dated 2002-10-27 and 2002-10-09).
14597         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14598         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
14600         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
14602 2008-04-08  Glenn Morris  <rgm@gnu.org>
14604         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
14605         * textmodes/remember.el (remember-diary-convert-entry):
14606         Require calendar.
14608         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
14609         diary-file, since it is the default for make-diary-entry anyway.
14611         * calendar/cal-menu.el (cal-menu-event-to-date):
14612         Rename calendar-event-to-date.  Update callers.
14613         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
14614         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
14615         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
14616         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
14617         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
14618         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
14619         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
14620         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
14621         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
14622         (calendar-mouse-tex-month-landscape):
14623         Rename cal-tex-mouse-month-landscape.
14624         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
14625         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
14626         (calendar-mouse-tex-year-landscape):
14627         Rename cal-tex-mouse-year-landscape.
14628         (cal-menu-context-mouse-menu): Update for above name changes.
14630         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14631         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14632         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
14633         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
14634         * calendar/holidays.el: Replace int-to-string with number-to-string.
14636 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
14638         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
14639         region if point moves.
14641 2008-04-08  Kenichi Handa  <handa@m17n.org>
14643         * faces.el (font-slant-table): Change numeric values for `r',
14644         `roman', and `normal'.
14646 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
14648         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
14650 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
14652         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
14653         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
14655 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
14657         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
14658         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
14660 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14662         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
14664 2008-04-07  Sam Steingold  <sds@gnu.org>
14666         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
14667         Add helper functions.
14668         (lisp-do-defun): Extract the common part of lisp-eval-defun and
14669         lisp-compile-defun; DEFVAR forms reset the variables to the init
14670         values, just like in emacs-lisp mode eval-defun.
14671         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
14672         (lisp-compile-region): Use lisp-compile-string.
14674 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14676         * subr.el (combine-and-quote-strings): Also quote strings that contain
14677         the separator.
14679         * pcvs-util.el (cvs-map): Avoid recursion :-(
14681 2008-04-07  Glenn Morris  <rgm@gnu.org>
14683         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
14685         * calendar/calendar.el (diary-view-entries-initially-flag): Rename
14686         view-diary-entries-initially.  Keep old name as alias, update users.
14687         (calendar-mark-diary-entries-flag): Rename
14688         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
14689         (calendar-view-holidays-initially-flag): Rename
14690         view-calendar-holidays-initially.  Keep old name as alias, update users.
14691         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
14692         Keep old name as alias, update users.
14693         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
14694         Keep old name as alias, update users.
14695         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
14696         Keep old name as alias, update users.
14697         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
14698         Keep old name as alias, update users.
14699         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
14700         (diary-american-date-forms): Rename american-date-diary-pattern.
14701         Keep old name as alias, update users.
14702         (diary-european-date-forms): Rename european-date-diary-pattern.
14703         Keep old name as alias, update users.
14704         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
14705         Keep old name as alias, update users.
14706         (calendar-european-date-display-form): Rename
14707         european-calendar-display-form.  Keep old name as alias, update users.
14708         (calendar-american-date-display-form): Rename
14709         european-calendar-display-form.  Keep old name as alias, update users.
14710         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
14711         Keep old name as alias, update users.
14712         (holiday-general-holidays): Rename general-holidays.
14713         Keep old name as alias, update users.
14714         (holiday-oriental-holidays): Rename oriental-holidays.
14715         Keep old name as alias, update users.
14716         (holiday-local-holidays): Rename local-holidays.
14717         Keep old name as alias, update users.
14718         (holiday-other-holidays): Rename other-holidays.
14719         Keep old name as alias, update users.
14720         (holiday-hebrew-holidays): Rename hebrew-holidays.
14721         Keep old name as alias, update users.
14722         (holiday-christian-holidays): Rename christian-holidays.
14723         Keep old name as alias, update users.
14724         (holiday-islamic-holidays): Rename islamic-holidays.
14725         Keep old name as alias, update users.
14726         (holiday-bahai-holidays): Rename bahai-holidays.
14727         Keep old name as alias, update users.
14728         (holiday-solar-holidays): Rename solar-holidays.
14729         Keep old name as alias, update users.
14730         (diary-fancy-buffer): Rename fancy-diary-buffer.
14731         Keep old name as alias, update users.
14732         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
14733         Update users.
14734         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
14735         Update users.
14736         (calendar-increment-month): Rename increment-calendar-month.
14737         Keep old name as alias, update callers.
14738         (calendar-increment-month-cons): Rename old calendar-increment-month.
14739         Update callers.
14740         (calendar-extract-month): Rename extract-calendar-month.
14741         Keep old name as alias, update callers.
14742         (calendar-extract-day): Rename extract-calendar-day.
14743         Keep old name as alias, update callers.
14744         (calendar-extract-year): Rename extract-calendar-year.
14745         Keep old name as alias, update callers.
14746         (calendar-generate-window): Rename generate-calendar-window.
14747         Update callers.
14748         (calendar-generate): Rename generate-calendar.  Update callers.
14749         (calendar-generate-month): Rename generate-calendar-month.
14750         Update callers.
14751         (calendar-redraw): Rename redraw-calendar.  Update callers.
14752         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
14753         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
14754         Update callers.
14755         (calendar-update-mode-line): Rename update-calendar-mode-line.
14756         Update callers.
14757         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
14758         update callers.
14759         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
14760         Keep old name as alias, update callers.
14761         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14762         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
14763         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
14764         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
14765         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
14766         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
14767         * calendar/solar.el: Update for calendar.el name changes.
14768         * org/org.el (org-agenda-format-date-aligned)
14769         (org-agenda-execute-calendar-command): Access date elements directly
14770         rather than using calendar functions.
14771         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
14772         Also set calendar-view-diary-initially-flag,
14773         calendar-view-holidays-initially-flag.
14774         (org-get-entries-from-diary): Also set diary-fancy-buffer.
14775         (org-agenda-execute-calendar-command): No need to set displayed-day.
14777 2008-04-06  Alan Mackenzie  <acm@muc.de>
14779         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
14780         typo in the doc string.
14782         * progmodes/cc-mode.el (c-basic-common-init):
14783         Set font-lock-extend-after-change-region-function.
14784         (c-extend-after-change-region): New function, used in
14785         font-lock-extend-after-change-region-function, thus superseding
14786         advice on the Font Lock after change functions.
14787         (c-advise-fl-for-region): Remove this macro.
14789 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14791         * textmodes/flyspell.el (flyspell-duplicate-distance):
14792         Improve custom type.
14794 2008-04-06  Glenn Morris  <rgm@gnu.org>
14796         * calendar/diary-lib.el (diary-sexp-entry-symbol):
14797         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
14798         (diary-list-entries-hook): Rename list-diary-entries-hook.
14799         Keep old name as alias, update users.
14800         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
14801         Keep old name as alias, update users.
14802         (diary-nongregorian-listing-hook): Rename
14803         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
14804         (diary-nongregorian-marking-hook): Rename
14805         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
14806         (diary-print-entries-hook): Rename print-diary-entries-hook.
14807         Keep old name as alias, update users.
14808         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
14809         Keep old name as alias, update users.
14810         (diary-number-of-entries): Rename number-of-diary-entries.
14811         Keep old name as alias, update users.
14812         (view-diary-entries, list-diary-entries, show-all-diary-entries):
14813         Give version of obsolescence.
14814         (diary-view-other-diary-entries): Rename view-other-diary-entries.
14815         Keep old name as alias, update callers.
14816         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
14817         update callers.
14818         (diary-include-other-diary-files): Rename include-other-diary-files.
14819         Keep old name as alias, update callers.
14820         (diary-simple-display): Rename simple-diary-display.
14821         Keep old name as alias, update callers.
14822         (diary-fancy-display): Rename fancy-diary-display.
14823         Keep old name as alias, update callers.
14824         (diary-print-entries): Rename print-diary-entries.
14825         Keep old name as alias, update callers.
14826         (diary-marking-entries-flag): Rename marking-diary-entries.
14827         Update users.
14828         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
14829         (diary-mark-entries): Rename mark-diary-entries.
14830         Keep old name as alias, update callers.
14831         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
14832         Keep old name as alias, update callers.
14833         (diary-mark-included-diary-files): Rename mark-included-diary-files.
14834         Keep old name as alias, update callers.
14835         (calendar-mark-days-named): Rename mark-calendar-days-named.
14836         Keep old name as alias, update callers.
14837         (calendar-mark-month): Rename mark-calendar-month.
14838         Keep old name as alias, update callers.
14839         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
14840         Keep old name as alias, update callers.
14841         (diary-sort-entries): Rename sort-diary-entries.
14842         Keep old name as alias, update callers.
14843         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
14844         Keep old name as alias, update callers.
14845         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
14846         update callers.
14847         (diary-insert-entry): Rename insert-diary-entry.
14848         Keep old name as alias.
14849         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
14850         Keep old name as alias.
14851         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
14852         Keep old name as alias.
14853         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
14854         Keep old name as alias.
14855         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
14856         Keep old name as alias.
14857         (diary-insert-block-entry): Rename insert-block-diary-entry.
14858         Keep old name as alias.
14859         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
14860         Keep old name as alias.
14861         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
14862         Keep old name as alias, update users.
14863         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
14864         Keep old name as alias, update callers.
14865         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14866         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
14867         * calendar/icalendar.el: Update for diary-lib name changes.
14869 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
14871         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
14873         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
14874         for copy, move, and link operations.
14876 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
14878         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
14879         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
14881         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
14882         'require' statements with 1-argument ones (wrapped in if's).
14883         For compatibility with the current stable version of XEmacs.
14885 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
14887         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
14889 2008-04-06  Jason Rumney  <jasonr@gnu.org>
14891         * language/burmese.el ("Burmese"): Make sample text consistent with
14892         language name.
14894 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
14896         * progmodes/gdb-ui.el (gdb): New group.
14897         (gdb-debug-log-max, gdb-enable-debug)
14898         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
14899         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
14900         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
14901         (gdb-show-changed-values, gdb-max-children)
14902         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
14903         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
14904         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
14905         (gdb-memory-unit): Move to new group from GUD group.
14906         (menu): Allow customization from GDB-UI menu-item.
14908 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
14910         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
14912 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14914         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
14915         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14916         Revision numbers can include ".".
14918         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
14919         "+" lines not accounted for by counting "-" and context lines.
14921 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14923         * term/mac-win.el (mac-service-open-file): Use file URL instead of
14924         file name string.
14926 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14928         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
14929         (vc-bzr-annotate-time): Accept space used to preserve alignment.
14931 2008-04-05  Richard Stallman  <rms@gnu.org>
14933         * emacs-lisp/advice.el (defadvice): Add usage pattern.
14935 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
14937         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
14938         thread in [h-e-w]).
14940 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
14942         * files.el (abort-if-file-too-large): Fix typo in docstring.
14944 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14946         * subr.el (functionp): Return nil for special forms.
14948 2008-04-05  Glenn Morris  <rgm@gnu.org>
14950         * emacs-lisp/autoload.el (autoload-ensure-default-file):
14951         Provide a feature.
14952         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
14953         Require loaddefs file rather than loading it.
14954         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
14955         autoload-ensure-default-file provides a feature.
14957         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
14958         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
14959         (compile, compile-always, recompile): Use $LOADDEFS.
14960         (cal-autoloads): Remove.
14962         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
14963         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
14965         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14966         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
14968         * calendar/calendar.el (diary-hebrew-entry-symbol):
14969         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
14970         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
14971         Keep old name as alias.
14972         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
14973         Keep old name as alias.
14974         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
14975         to diary-bahai-entry-symbol.
14976         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
14977         to diary-hebrew-entry-symbol.
14978         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
14979         to diary-islamic-entry-symbol.
14980         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
14982         * calendar/solar.el (diary-sabbath-candles-minutes)
14983         (diary-sabbath-candles): Move to cal-hebrew.
14984         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
14985         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
14986         Doc fix.  Keep old name as alias.
14987         (diary-hebrew-sabbath-candles): Simplify.
14988         (solar-setup, solar-sunrise-sunset, calendar-latitude)
14989         (calendar-longitude, calendar-time-zone): Declare for compiler.
14990         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
14991         rename.
14993         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
14994         Rename coptic-calendar-month-name-array.  Update callers.
14995         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
14996         (calendar-coptic-name): Rename coptic-name.  Update callers.
14997         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
14998         Update callers.
14999         (calendar-coptic-last-day-of-month):
15000         Rename coptic-calendar-last-day-of-month.  Update callers.
15001         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
15002         Keep old name as alias, update callers.
15003         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
15004         Keep old name as alias, update callers.
15005         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
15006         Keep old name as alias.
15007         (calendar-ethiopic-month-name-array):
15008         Rename ethiopic-calendar-month-name-array.  Update callers.
15009         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
15010         Update callers.
15011         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
15012         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
15013         Keep old name as alias, update callers.
15014         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
15015         Keep old name as alias, update callers.
15016         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
15017         Keep old name as alias.
15019         * calendar/cal-french.el (calendar-french-epoch):
15020         Rename french-calendar-epoch.  Update callers.
15021         (calendar-french-month-name-array): Rename variable and function
15022         french-calendar-month-name-array.  Update callers.
15023         (calendar-french-multibyte-month-name-array):
15024         Rename french-calendar-multibyte-month-name-array.  Update callers.
15025         (calendar-french-day-name-array): Rename variable and function
15026         french-calendar-day-name-array.  Update callers.
15027         (calendar-french-special-days-array): Rename variable and function
15028         french-calendar-special-days-array.  Update callers.
15029         (calendar-french-multibyte-special-days-array):
15030         Rename french-calendar-multibyte-special-days-array.  Update callers.
15031         (calendar-french-accents-p): Rename french-calendar-accents.
15032         Update callers.
15033         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
15034         Update callers.
15035         (calendar-french-last-day-of-month):
15036         Rename french-calendar-last-day-of-month.  Update callers.
15037         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
15038         Keep old name as alias, update callers.
15039         (calendar-french-print-date): Rename calendar-print-french-date.
15040         Keep old name as alias, update callers.
15041         (calendar-french-goto-date): Rename calendar-goto-french-date.
15042         Keep old name as alias.
15044         * calendar/cal-menu.el, calendar/calendar.el:
15045         Update for Coptic and French name changes.
15047         * calendar/cal-china.el (calendar-chinese): Rename custom group
15048         from chinese-calendar.  Update users.
15049         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
15050         Keep old name as alias, update users.
15051         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
15052         Keep old name as alias.
15053         (calendar-chinese-daylight-time-offset):
15054         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
15055         update users.
15056         (calendar-chinese-standard-time-zone-name):
15057         Rename chinese-calendar-standard-time-zone-name.
15058         Keep old name as alias, update users.
15059         (calendar-chinese-daylight-saving-start):
15060         Rename chinese-calendar-daylight-savings-starts.
15061         Keep old name as alias, update users.
15062         (calendar-chinese-daylight-saving-end):
15063         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
15064         update users.
15065         (calendar-chinese-daylight-saving-start-time):
15066         Rename chinese-calendar-daylight-savings-starts-time.
15067         Keep old name as alias, update users.
15068         (calendar-chinese-daylight-saving-end-time):
15069         Rename chinese-calendar-daylight-savings-ends-time.
15070         Keep old name as alias, update users.
15071         (calendar-chinese-celestial-stem): Rename
15072         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
15073         (calendar-chinese-terrestrial-branch):
15074         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
15075         update users.
15076         (calendar-chinese-zodiac-sign-on-or-after):
15077         Rename chinese-zodiac-sign-on-or-after.  Update callers.
15078         (calendar-chinese-new-moon-on-or-after):
15079         Rename chinese-new-moon-on-or-after.  Update callers.
15080         (calendar-chinese-month-list): Rename chinese-month-list.
15081         Update callers.
15082         (calendar-chinese-number-months): Rename number-chinese-months.
15083         Update callers.
15084         (calendar-chinese-compute-year): Rename compute-chinese-year.
15085         Update callers.
15086         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
15087         (calendar-chinese-year): Rename chinese-year.  Update callers.
15088         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
15089         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
15090         Keep old name as alias, update callers.
15091         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
15092         Keep old name as alias, update callers.
15093         (calendar-chinese-months-to-alist):
15094         Rename make-chinese-month-assoc-list.  Update callers.
15095         (calendar-chinese-months): Rename chinese-months.  Update callers.
15096         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
15097         Keep old name as alias, update callers.
15099         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
15100         Rename hebrew-calendar-leap-year-p.  Update callers.
15101         (calendar-hebrew-last-month-of-year):
15102         Rename hebrew-calendar-last-month-of-year.  Update callers.
15103         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
15104         Update callers.
15105         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
15106         Update callers.
15107         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
15108         Update callers.
15109         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
15110         Update callers.
15111         (calendar-hebrew-last-day-of-month):
15112         Rename hebrew-calendar-last-day-of-month.  Update callers.
15113         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
15114         Keep old name as alias, update callers.
15115         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
15116         Keep old name as alias, update callers.
15117         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
15118         Keep old name as alias, update callers.
15119         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
15120         Keep old name as alias.
15121         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
15122         Keep old name as alias.
15123         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
15124         Keep old name as alias.
15125         (holiday-hebrew-passover): Rename holiday-passover-etc.
15126         Keep old name as alias.
15127         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
15128         Keep old name as alias, update callers.
15129         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
15130         Keep old name as alias.
15131         (calendar-hebrew-mark-date-pattern):
15132         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
15133         update callers.
15134         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
15135         Keep old name as alias.
15136         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
15137         Keep old name as alias.
15138         (diary-hebrew-insert-monthly-entry):
15139         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
15140         (diary-hebrew-insert-yearly-entry):
15141         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
15142         (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
15143         Keep old name as alias.
15144         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
15145         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
15146         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
15147         Keep old name as alias.
15148         (calendar-hebrew-parashiot-names):
15149         Rename hebrew-calendar-parashiot-names.  Update callers.
15150         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
15151         (calendar-hebrew-year-Saturday-incomplete-Sunday):
15152         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
15153         (calendar-hebrew-year-Saturday-complete-Tuesday):
15154         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
15155         (calendar-hebrew-year-Monday-incomplete-Tuesday):
15156         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
15157         (calendar-hebrew-year-Monday-complete-Thursday):
15158         Rename hebrew-calendar-year-Monday-complete-Thursday.
15159         (calendar-hebrew-year-Tuesday-regular-Thursday):
15160         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
15161         (calendar-hebrew-year-Thursday-regular-Saturday):
15162         Rename hebrew-calendar-year-Thursday-regular-Saturday.
15163         (calendar-hebrew-year-Thursday-complete-Sunday):
15164         Rename hebrew-calendar-year-Thursday-complete-Sunday.
15165         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
15166         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
15167         (calendar-hebrew-year-Saturday-complete-Thursday):
15168         Rename hebrew-calendar-year-Saturday-complete-Thursday.
15169         (calendar-hebrew-year-Monday-incomplete-Thursday):
15170         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
15171         (calendar-hebrew-year-Monday-complete-Saturday):
15172         Rename hebrew-calendar-year-Monday-complete-Saturday.
15173         (calendar-hebrew-year-Tuesday-regular-Saturday):
15174         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
15175         (calendar-hebrew-year-Thursday-incomplete-Sunday):
15176         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
15177         (calendar-hebrew-year-Thursday-complete-Tuesday):
15178         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
15179         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
15180         Update for above name changes of constants.
15182         * calendar/cal-menu.el, calendar/calendar.el:
15183         Update for chinese and hebrew name changes.
15184         * calendar/diary-lib.el: Update for hebrew name changes.
15186 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15188         * subr.el (keymap-canonicalize): Correct thinko.
15190         * server.el: Undo part of the multi-tty change, which is only
15191         needed if server.el is preloaded, and broke server-running-p.
15192         (server-socket-dir): Initialize in the defvar, as before.
15193         (server-start): Remove initialization of server-socket-dir.
15195 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
15197         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
15198         3-member cons cells.
15200 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
15202         * cus-face.el (custom-face-attributes): Handle roman slant.
15204         * faces.el (default): Ensure the face-defface-spec property is set.
15206 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
15208         * files.el (abort-if-file-too-large): New function.
15209         (find-file-noselect, insert-file-1): Use it.
15211 2008-04-05  Reto Zimmermann  <reto@gnu.org>
15213         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
15214         Replace C-c[a-zA-Z] key bindings.
15216 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15218         * progmodes/hideif.el (hif-token-alist): New var.
15219         (hif-token-regexp, hif-tokenize): Use it.
15220         (hif-mathify-binop): New macro.
15221         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
15222         (hif-greater-equal, hif-less-equal): Use it.
15223         (hif-logior, hif-logand): New functions.
15224         (hif-math): Accept | and & as well.
15226         * progmodes/etags.el: Fix problem with completion for buffer-local
15227         tables.  Reported by Radey Shouman <shouman@comcast.net>.
15228         (tags-complete-tag): Remove.
15229         (tags-lazy-completion-table): New function to replace it.
15230         (find-tag-tag, complete-tag): Update users.
15232 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
15234         * vc-rcs.el (vc-rcs-dir-status):
15235         * vc-sccs.el (vc-sccs-dir-status): New function.
15237         * outline.el (outline-mode-menu-bar-map):
15238         * term.el (terminal-signal-menu): Add :help.
15240         * net/eudc.el (eudc-mode-map): Declare and define in one step.
15241         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
15243         * emacs-lisp/re-builder.el (reb-mode-map):
15244         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
15246         * diff-mode.el (diff-file-junk-re): Recognize the git format for
15247         new files, deleted files and for changing permissions.
15248         (diff-mode): Set beginning-of-defun-function and
15249         end-of-defun-function.
15251         * vc-bzr.el (vc-bzr-state): Use when instead of if.
15253         * vc.el (vc-default-status-fileinfo-extra): New function.
15254         (vc-status-mark-buffer-changed): Use it.
15255         (vc-update-vc-status-buffer): Allow for partial updates.
15257 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15259         * net/tramp.el (after-init-hook): Don't wrap a lambda around
15260         tramp-register-completion-file-name-handler.
15262         * subr.el (keymap-canonicalize): New function.
15263         * mouse.el (mouse-menu-non-singleton): Use it.
15264         (mouse-major-mode-menu): Remove hack made unnecessary.
15266         * simple.el (set-fill-column): Prompt rather than error by default.
15268 2008-04-04  Andreas Schwab  <schwab@suse.de>
15270         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15271         Reset new-rules after each round.
15273         * Makefile.in (cal-autoloads): New target.
15274         (compile, compile-always, recompile): Depend on it.
15275         ($(lisp)/calendar/cal-loaddefs.el)
15276         ($(lisp)/calendar/diary-loaddefs.el)
15277         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
15279 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
15281         * ediff*.el: Replace load with require in eval-when-compile.
15283         * ediff-hook.el: Delete all invocations of (autoload ...).
15285         * ediff-util.el (ediff-setup): Make window-min-height a local variable
15286         in ediff control window, and set its min height to 2.
15287         (ediff-setup-control-buffer): Dedicate the control window.
15288         (ediff-toggle-multiframe): Undedicate control window.
15289         Work directly with ediff-setup-windows-multiframe and
15290         ediff-setup-windows-plain.
15292         * ediff-wind.el (ediff-choose-window-setup-function-automatically):
15293         New function.
15294         (ediff-window-setup-function): Change initialization.
15295         (ediff-setup-windows-automatic): Delete.
15296         (ediff-setup-windows-plain-merge): Make control window dedicated.
15297         (ediff-destroy-control-frame): Do not skip frames if working in a
15298         single frame.
15300         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
15301         eval-when-compile.
15303         * emulation/viper-util.el: Move provide's forward, prevent recursion in
15304         eval-when-compile.
15306 2008-04-04  Glenn Morris  <rgm@gnu.org>
15308         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
15309         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
15311         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
15312         Rename islamic-calendar-leap-year-p.  Update callers.
15313         (calendar-islamic-last-day-of-month):
15314         Rename islamic-calendar-last-day-of-month.  Update callers.
15315         (calendar-islamic-day-number):
15316         Rename islamic-calendar-day-number.  Update callers.
15317         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
15318         Update callers, keep old name as alias.
15319         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
15320         Update callers, keep old name as alias.
15321         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
15322         Keep old name as alias.
15323         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
15324         Update callers, keep old name as alias.
15325         (calendar-islamic-mark-date-pattern):
15326         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
15327         name as alias.
15328         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
15329         Keep old name as alias.
15330         (diary-islamic-insert-monthly-entry):
15331         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
15332         (diary-islamic-insert-yearly-entry):
15333         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
15335         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
15336         calendar-absolute-from-iso.  Update callers, keep old name as alias.
15337         (calendar-iso-print-date): Rename calendar-print-iso-date.
15338         Update callers, keep old name as alias.
15339         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
15340         Keep old name as alias.
15341         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
15342         Keep old name as alias.
15344         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
15345         calendar-absolute-from-julian.  Update callers, keep old name as alias.
15346         (calendar-julian-print-date): Rename calendar-print-julian-date.
15347         Update callers, keep old name as alias.
15348         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
15349         Update callers, keep old name as alias.
15350         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
15351         Update callers, keep old name as alias.
15352         (calendar-astro-print-day-number):
15353         Rename calendar-print-astro-day-number.  Update callers, keep old
15354         name as alias.
15355         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
15356         Update callers, keep old name as alias.
15358         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
15359         Rename calendar-string-to-mayan-long-count.  Update callers.
15360         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
15361         Update callers, keep old name as alias.
15362         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
15363         Update callers.
15364         (calendar-mayan-read-tzolkin-date):
15365         Rename calendar-read-mayan-tzolkin-date.  Update callers.
15366         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
15367         Keep old name as alias.
15368         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
15369         Keep old name as alias.
15370         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
15371         Keep old name as alias.
15372         (calendar-mayan-previous-tzolkin-date):
15373         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
15374         (calendar-mayan-next-round-date):
15375         Rename calendar-next-calendar-round-date.  Keep old name as alias.
15376         (calendar-mayan-previous-round-date):
15377         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
15378         (calendar-mayan-long-count-to-absolute): Rename
15379         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
15380         (calendar-mayan-goto-long-count-date):
15381         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
15383         * calendar/cal-persia.el (calendar-persian-month-name-array):
15384         Rename persian-calendar-month-name-array.  Update callers.
15385         (calendar-persian-epoch): Rename persian-calendar-epoch.
15386         Update callers.
15387         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
15388         Update callers.
15389         (calendar-persian-last-day-of-month):
15390         Rename persian-calendar-last-day-of-month.  Update callers.
15391         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
15392         Update callers, keep old name as alias.
15393         (calendar-persian-print-date): Rename calendar-print-persian-date.
15394         Update callers, keep old name as alias.
15395         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
15396         Keep old name as alias.
15398         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
15399         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
15400         * calendar/solar.el: Update for cal-julian name changes.
15402         * calendar/cal-dst.el: Update for persian name changes.
15404         * calendar/cal-menu.el, calendar/calendar.el:
15405         Update for islamic, iso, julian, mayan, persian name changes.
15407         * calendar/diary-lib.el: Update for islamic name changes.
15409         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
15410         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
15411         as alias.
15412         (calendar-christian-all-holidays-flag):
15413         Rename all-christian-calendar-holidays.  Update callers, keep old
15414         name as alias.
15415         (calendar-islamic-all-holidays-flag):
15416         Rename all-islamic-calendar-holidays.  Update callers, keep old
15417         name as alias.
15418         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
15419         Update callers, keep old name as alias.
15420         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
15421         Update for the above name changes.
15423 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
15425         * hilit-chg.el (global-highlight-changes-mode)
15426         (highlight-changes-passive-string, highlight-changes-active-string):
15427         Mark as obsolete since 23.1, not 22.1.
15429 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
15431         * hilit-chg.el (highlight-changes-visibility-initial-state)
15432         (hilit-chg-update, highlight-changes-mode-turn-on):
15433         Fix typos in docstrings.
15435 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
15437         * newcomment.el (comment-enter-backward): Be careful to restore
15438         position changed during narrowing.
15440 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
15442         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15443         Recognize `sub ($$)'.
15445 2008-04-03  Richard Sharman  <rsharman@pobox.com>
15447         * hilit-chg.el (highlight-changes-mode): Rename from
15448         highlight-changes; no longer uses sub-modes active and passive;
15449         implemented by define-minor-mode.
15450         (highlight-changes-toggle-visibility): New function, to replace
15451         the old passive/active submodes of global-highlight-changes-mode;
15452         implemented by define-minor-mode.
15453         (global-highlight-changes-mode): Rename from global-highlight-changes;
15454         rewrite using define-globalized-minor-mode.
15455         (hilit-chg-major-mode-hook, hilit-chg-check-global)
15456         (hilit-chg-post-command-hook, hilit-chg-check-global)
15457         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
15458         to use of define-globalized-minor-mode.
15459         (highlight-changes-global-initial-state): Change to be boolean.
15460         (highlight-changes-visible-string, highlight-changes-invisible-string):
15461         Rename from highlight-changes-active-string and
15462         highlight-changes-passive-string.
15463         (hilit-chg-update, hilit-chg-set): Use them.
15464         (global-highlight-changes-mode): Rename from global-highlight-changes.
15465         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
15466         docstring.
15467         (hilit-chg-hide-changes): Rewrite to use dolist.
15468         (hilit-chg-set-face-on-change, hilit-chg-update)
15469         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
15470         variable instead of testing highlight-changes-mode.
15471         (highlight-markup-buffers): Add require ediff-util; argument on calls
15472         to highlight-changes-mode changed.
15473         (highlight-compare-with-file): Fix problems with interactive
15474         call giving invalid default file.
15476 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
15478         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
15479         Fix in disassembly buffer (regression in 22.2).
15481 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
15483         * emulation/viper-macs.el (viper-read-fast-keysequence):
15484         Use viper-read-event instead of viper-read-key.
15486         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
15488         * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
15489         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
15490         let-statements.
15492         * emulation/viper-ex.el, emulation/viper-macs.el:
15493         * emulation/viper-mous.el:
15494         Replace load with require in eval-when-compile.
15496 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15498         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
15500         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
15501         (archive-try-jka-compr): New function.
15502         (archive-set-buffer-as-visiting-file): Use it.
15504         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
15506 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
15508         * simple.el (handle-shift-selection): New arg.
15510 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15512         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
15514         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
15516 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
15518         * shell.el (shell-dynamic-complete-filename): New fun.
15519         (shell-dynamic-complete-functions): Use it.
15521         * help-fns.el (describe-variable): Undo 2008-02-25 change.
15523 2008-04-03  Kenichi Handa  <handa@m17n.org>
15525         * international/fontset.el (create-fontset-from-x-resource):
15526         Handle the error of X resource more gracefully.
15528         * international/latin1-disp.el (latin1-display): Don't use make-char.
15529         Fix the argument to set-char-table-range.
15530         (latin1-display-identities): Don't use make-char.
15531         (latin1-display-reset): Use map-charset-chars instead of directly
15532         calling standard-display-default.
15533         (latin1-display-check-font): Don't use make-char.
15534         (latin1-display-setup): Likewise.
15535         (latin1-display-ucs-per-lynx): Likewise.
15537 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15539         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
15540         name the fields, to make the code clearer.
15541         Rewrite all `aset' and `aref' using the defined accessors.
15542         (timer--time): New pseudo-field.
15543         (timer-set-time, timer-set-idle-time, timer-inc-time)
15544         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
15545         (timer--time-less-p): New function.
15546         (timer--activate): New function, extracted from timer-activate.
15547         (timer-activate-when-idle, timer-activate): Use it.
15548         (cancel-function-timers): Use dolist.
15550 2008-04-03  Glenn Morris  <rgm@gnu.org>
15552         * add-log.el (c-beginning-of-defun, c-end-of-defun):
15553         Remove declarations; no longer used.
15554         (c-cpp-define-name, c-defun-name): Declare as functions.
15556         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
15557         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
15559         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
15560         (holiday-passover-etc, holiday-hanukkah): Doc fix.
15561         Add optional argument.  Simplify.
15562         (holiday-tisha-b-av-etc): Use memq rather than unless.
15563         (holiday-julian): Autoload it.
15564         (holiday-hebrew-misc): New function.
15566         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
15568         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
15569         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
15570         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
15571         all-hebrew-calendar-holidays.
15572         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
15573         Simplify using new functions.
15574         (calendar-holidays): Doc fix.
15575         (generate-calendar-window): Use bound-and-true-p.
15577         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
15579         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
15580         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
15581         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
15582         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
15584         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
15586 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15588         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
15590         * vc-bzr.el (vc-bzr-checkout): Simplify.
15592         * image-mode.el (image-mode-fit-frame): New command.
15594         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
15595         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
15596         (keyboard-escape-quit): Check region-active-p i.s.o
15597         transient-mark-mode.
15599 2008-04-02  Simon Josefsson  <simon@josefsson.org>
15601         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
15602         (imap-message-copyuid-1): Use it.
15603         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
15604         J. Williams in
15605         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15607 2008-04-02  Alan Mackenzie  <acm@muc.de>
15609         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
15610         New optimised functions to get the name of the current defun/macro.
15612         * add-log.el (add-log-current-defun): Move the functionality which
15613         gets the current function name for C like modes to cc-cmds.el,
15614         thus optimising for speed.
15616 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
15618         * simple.el (deactivate-mark): When the mark is temporarily
15619         active, restore the original value of transient-mark-mode.
15620         (set-mark-command): First deactivate the mark if was temporarily active.
15621         (exchange-point-and-mark): Reactivate the mark if it was
15622         temporarily active.
15623         (handle-shift-selection): New fun.
15624         (transient-mark-mode): Move var documentation here from buffer.c.
15625         (next-line, previous-line, backward-word, move-end-of-line)
15626         (move-beginning-of-line, forward-to-indentation)
15627         (backward-to-indentation, back-to-indentation)
15628         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
15630         * mouse.el (mouse-set-region-1): Save the old value of
15631         transient-mark-mode.
15632         (mouse-drag-track): Ignore the now-obsolete value `identity' for
15633         transient-mark-mode.
15635         * textmodes/paragraphs.el (forward-paragraph)
15636         (backward-paragraph, forward-sentence, backward-sentence): Add ^
15637         interactive spec.
15639         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
15641 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
15643         * net/tramp.el (tramp-make-tramp-temp-file):
15644         Use `tramp-drop-volume-letter' for the local file name part.
15646 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
15648         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
15649         Add menu entries corresponding to all the key bindings.
15651         * emacs-lisp/debug.el (debugger-mode-map):
15652         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
15653         (conf-align-assignments): Only work on the region if it is active.
15654         (conf-quote-normal): Use when instead of if.  Remove redundant test.
15656         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15657         for tracing and re-builder.
15659 2008-04-02  Glenn Morris  <rgm@gnu.org>
15661         * calendar/appt.el (appt-disp-window-function): Doc fix.
15662         (appt-display-message): Move beep before display.
15663         (appt-check): Make interactive.  Reduce the number of lets.
15664         Use string-equal to compare mode-line strings.
15665         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
15666         read-only.
15667         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
15668         (appt-delete): Simplify.
15670         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
15672         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15674         * calendar/cal-hebrew.el (list-yahrzeit-dates):
15675         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
15676         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
15678         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
15679         (calendar-holiday-marker, mark-visible-calendar-date):
15680         * calendar/diary-lib.el (fancy-diary-display):
15681         Check for font-lock-mode before using faces.
15683         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
15684         (calendar-gregorian-from-absolute): Reduce the number of lets.
15685         (hebrew-holidays-4, generate-calendar-window): Simplify.
15686         (calendar-for-loop): Make obsolete.
15687         (calendar-nth-named-day): Doc fix.
15689         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
15690         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
15691         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
15692         Reduce the number of lets.
15693         (mark-sexp-diary-entries, calendar-mark-complex):
15694         Expand calendar-for-loops.
15696 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
15698         * find-dired.el (find-dired-filter): Fix last patch to handle
15699         multi-line process input.  Pad link numbers too.
15701 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
15703         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
15705 2008-04-01  Jason Rumney  <jasonr@gnu.org>
15707         * international/characters.el (script-list): Add phonetic script,
15708         covering IPA (previously Latin), Phonetic Extensions and
15709         Phonetic Extensions Supplement (both previously unassigned).
15711         * international/fontset.el (setup-default-fontset): Use unicode fonts
15712         that cover bopomofo script for bopomofo.
15713         Likewise for braille and mathematical.
15714         Use unicode scripts that cover the phonetic script for IPA.
15716 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
15718         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
15719         return the assigned value.
15721 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15723         * abbrev.el (abbrev-mode): Use define-minor-mode.
15725         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
15726         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
15727         Use map-keymap.
15728         (minor-mode-menu-from-indicator): Use it.  Simplify.
15730         * bindings.el (mode-line-mode-menu): Move before (new) first use.
15731         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
15732         Bind the key directly to the menu.
15733         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
15735 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
15737         * epa.el (epa-decrypt-region): Explain the reason why this
15738         function should not be used in Lisp programs.
15739         (epa-decrypt-armor-in-region): Ditto.
15740         (epa-verify-region): Ditto.
15741         (epa-verify-cleartext-in-region): Ditto.
15742         (epa-sign-region): Ditto.
15743         (epa-encrypt-region): Ditto.
15745         * epg.el (epg-start-receive-keys): Fix typo in docstring.
15747         * epa.el (epa-select-keys): Show menu even if there is no key in
15748         GnuPG's keyring.
15750 2008-04-01  Glenn Morris  <rgm@gnu.org>
15752         * calendar/calendar.el (calendar-make-temp-face): New function.
15753         (mark-visible-calendar-date):
15754         * calendar/diary-lib.el (fancy-diary-display): Use it.
15756         * vc-hooks.el (vc-responsible-backend): Declare as function.
15758         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
15759         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
15760         * calendar/cal-julian.el (holiday-julian): Use it.
15762         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
15763         (calendar-hebrew-date-is-visible-p): Extract some common code into
15764         separate function.
15765         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
15767         * calendar/cal-menu.el (cal-menu-holidays-menu):
15768         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
15769         rather than obsolete alias.
15771         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
15772         for mark characters.
15773         (calendar-unmark): Unmark by removing all overlays, rather than
15774         redrawing.
15775         (calendar-starred-day): Remove.
15776         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
15777         (calendar-cursor-to-date): No need for special star handling now
15778         using overlays.
15779         (calendar-star-date): Use overlays.
15781         * calendar/cal-french.el (calendar-goto-french-date):
15782         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
15783         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
15784         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
15785         * calendar/cal-persia.el (calendar-persian-date-string):
15786         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15787         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
15788         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
15789         * calendar/solar.el (solar-equinoxes-solstices):
15790         Reduce nesting of some lets.
15792         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
15793         (calendar-goto-mayan-long-count-date): Simplify.
15795         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
15796         Simplify by using mapcar.
15797         (calendar-list-holidays): Return holiday-list.
15798         (list-holidays): Use let rather than let*.  Remove un-needed locals
15799         `d', `never'.
15800         (calendar-check-holidays): Return result from dolist.
15801         (holiday-float): Use a single let*.  Simplify if-and to and.
15802         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
15803         single let*.
15805 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
15807         * calc/calc.el: Autoload `calc-yank'.
15808         (calc-mode-map): Add keybindings for `calc-yank'.
15809         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
15810         assignments for `calc-yank'.
15812 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
15814         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
15815         (vc-status-mark-buffer-changed): Handle the extra field.
15817         * vc-bzr.el (vc-bzr-after-dir-status):
15818         * vc-cvs.el (vc-cvs-after-dir-status):
15819         * vc-hg.el (vc-hg-after-dir-status):
15820         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
15822 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15824         * doc-view.el: Compute displayed pages first (in PDF).
15825         (doc-view-current-converter-processes): Rename from
15826         doc-view-current-converter-process.  Update users.
15827         (doc-view-sentinel): Test buffer's liveness.
15828         (doc-view-pdf/ps->png-sentinel): Remove.
15829         (doc-view-start-process): New function.
15830         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15831         (doc-view-ps->pdf): Use it.
15832         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
15833         New functions.
15834         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
15835         (doc-view-mode): Kill the processes when leaving the mode.
15837 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
15839         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
15840         Use `byte-compile-warning-types'.  Add docstring.
15842 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15844         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
15845         (smerge-resolve): Add various resolution heuristics.
15847         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
15848         in 3-way conflicts.
15850 2008-03-31  Glenn Morris  <rgm@gnu.org>
15852         * calendar/cal-bahai.el (diary-bahai-mark-entries):
15853         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15854         * calendar/cal-islam.el (mark-islamic-diary-entries):
15855         Fix argument order in call to diary-mark-entries-1.
15857         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
15858         pre-Bahai dates.
15859         (holiday-bahai): Use an algorithm actually relevant to this calendar
15860         system.
15862         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
15864         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
15865         Use and.
15867         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
15868         in the last fortnight in Julian October.
15870         * calendar/calendar.el (increment-calendar-month): Optionally handle
15871         systems without 12 months per year.
15872         (calendar-date-is-visible-p): Doc fix.  Simplify.
15874         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
15875         from dolist.
15877 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
15879         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
15880         (hi-lock-unload-function): New function.
15882 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
15884         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
15885         overwriting when NEWNAME is a local file.
15887         * net/trampver.el: Update release number.
15889 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
15891         * vc-git.el: Make vc-status display information about copies,
15892         renames and permission changes.
15893         (vc-git-extra-fileinfo): New defstruct.
15894         (vc-git-escape-file-name, vc-git-file-type-as-string)
15895         (vc-git-rename-as-string, vc-git-permissions-as-string)
15896         (vc-git-status-printer): New functions.
15897         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
15898         (vc-git-after-dir-status-stage1): Look for copies, renames and
15899         permission changes.
15900         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
15901         (vc-git-dir-status): Ask for staged files and renames.
15903 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
15905         * vc.el: Allow backends to display backend specific information in
15906         the vc-status listing.
15907         (vc-status-fileinfo): Add a field for backend specific information.
15908         (vc-status-printer): Rename to ...
15909         (vc-default-status-printer): ... this.
15910         (vc-status-printer): New function.
15911         (vc-update-vc-status-buffer): Set the backend specific file info
15912         if provided.
15914 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15916         * textmodes/remember.el (remember-diary-convert-entry): Revert last
15917         change (ill-conceived).
15919 2008-03-29  Glenn Morris  <rgm@gnu.org>
15921         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
15922         * calendar/cal-julian.el (holiday-julian): Simplify.
15924         * calendar/holidays.el (list-holidays): Use or.
15926 2008-03-29  Juri Linkov  <juri@jurta.org>
15928         * window.el (split-window-preferred-horizontally): New function.
15930         * cus-start.el (split-window-preferred-function):
15931         Set choice for "vertically" to nil instead of split-window.
15932         Set choice for "horizontally" to split-window-preferred-horizontally
15933         instead of lambda.
15935 2008-03-29  Juri Linkov  <juri@jurta.org>
15937         * simple.el (minibuffer-default-add-function): New variable with
15938         the default to minibuffer-default-add-completions.
15939         (minibuffer-default-add-done): New variable.  Make it buffer-local.
15940         (minibuffer-default-add-completions): New function.
15941         (goto-history-element): Set minibuffer-default-add-done to t and
15942         call a function in minibuffer-default-add-function when the
15943         specified absolute history position is greater than the length of
15944         the minibuffer-default list and minibuffer-default-add-done is nil.
15945         Change "^End of history; no next item$" to "^End of defaults;
15946         no next item$".
15948         * bindings.el (debug-ignored-errors): Change "^End of history;
15949         no next item$" to "^End of defaults; no next item$".
15951 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15953         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
15955         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
15956         to with-no-warnings.
15958 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
15960         Sync with Tramp 2.1.13.
15962         * net/tramp-ftp.el: Require 'cl when byte-compiling.
15964         * net/trampver.el: Update release number.
15966 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
15968         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
15969         the current backend.
15971         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
15972         (vc-status-refresh): Create a temporary buffer and call the
15973         `dir-status' backend function from that buffer.
15975         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
15976         (vc-bzr-after-dir-status): Don't kill the buffer.
15978         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
15979         (vc-cvs-after-dir-status): Don't kill the buffer.
15981         * vc-git.el (vc-git-dir-status): Don't create a buffer.
15982         (vc-git-after-dir-status-stage2): Don't kill the buffer.
15984         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
15985         (vc-hg-after-dir-status): Don't kill the buffer.
15987         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
15988         (vc-svn-after-dir-status): Don't kill the buffer.
15990 2008-03-29  Glenn Morris  <rgm@gnu.org>
15992         * calendar/calendar.el (diary-file, american-date-diary-pattern)
15993         (european-date-diary-pattern, european-calendar-display-form)
15994         (american-calendar-display-form, diary-display-hook): Doc fixes.
15995         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
15996         custom :set.  Mark as obsolete.
15997         (calendar-date-style, iso-date-diary-pattern)
15998         (iso-calendar-display-form): New user variables.
15999         (diary-date-forms, calendar-date-display-form): Set using
16000         calendar-date-style.  Doc fix.
16001         (calendar-set-date-style): New command.
16002         (european-calendar, american-calendar): Use calendar-set-date-style.
16003         Mark as obsolete.
16005         * calendar/diary-lib.el (number): Move declaration where needed.
16006         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
16007         (diary-make-date): New function.
16008         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
16009         Use diary-make-date.
16010         (diary-date-display-form, diary-insert-entry-1): New functions.
16011         (insert-monthly-diary-entry, insert-yearly-diary-entry):
16012         Use diary-insert-entry-1.
16013         (insert-anniversary-diary-entry, insert-block-diary-entry)
16014         (insert-cyclic-diary-entry): Use diary-date-display-form.
16016         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
16017         Autoload diary-insert-entry-1.
16018         * calendar/cal-bahai.el (diary-bahai-insert-entry)
16019         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
16020         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
16021         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
16022         * calendar/cal-islam.el (insert-islamic-diary-entry)
16023         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
16024         Use diary-insert-entry-1.
16026         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
16027         (diary-yahrzeit): Doc fix.  Use diary-make-date.
16029         * calendar/icalendar.el (icalendar--datetime-to-american-date):
16030         New name for icalendar--datetime-to-noneuropean-date.  Make old name
16031         obsolete alias.
16032         (icalendar--datetime-to-iso-date): New function.
16033         (icalendar--datetime-to-diary-date): Doc fix.  Respect
16034         calendar-date-style if bound.
16036         * textmodes/remember.el (remember-diary-convert-entry):
16037         Respect calendar-date-style if bound.
16039 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16041         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
16042         (xterm-mouse-handle-delete-frame): Delete.
16044         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
16045         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
16046         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
16047         in xterm-modify-other-keys-terminal-list.
16049         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
16050         are conflicts.
16052 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
16054         * vc.el (vc-update): Check if the buffer is unsaved only if it
16055         actually exists.
16056         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
16057         vc-print-log.
16059 2008-03-28  Magnus Henoch  <mange@freemail.hu>
16061         * net/dns.el (dns-write): Use set-buffer-multibyte.
16063 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16065         * vc-bzr.el (vc-bzr-sha1): New fun.
16066         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
16067         (vc-bzr-registered): Use it.
16069 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
16071         * vc.el (vc-status-kill-dir-status-process): Simplify.
16072         (vc-status-refresh): Make sure the buffer is live.
16073         (ring): Don't require it, not used.
16075 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
16077         * progmodes/verilog-mode.el (verilog-auto-inout-module):
16078         Add optional regular expression to AUTOINOUTMODULE.
16079         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
16080         (verilog-auto-inst-param, verilog-auto-reg)
16081         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
16082         (verilog-auto-output-every, verilog-auto-input)
16083         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
16084         (verilog-auto-unused, verilog-auto): Update documentation to use
16085         more obvious instance module names versus cell names.
16087 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
16089         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
16090         kill if a process is running.
16092         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
16094 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
16096         * vc.el: Add new backend function 'status-extra-headers.
16097         (vc-default-status-extra-headers): New function.
16098         (vc-status-headers): Call 'status-extra-headers.  Add colors.
16100         * vc-git.el (vc-git-status-extra-headers): New function.
16102 2008-03-28  Glenn Morris  <rgm@gnu.org>
16104         * calendar/cal-menu.el (cal-menu-holidays-menu)
16105         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
16106         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
16107         holiday-list is optional.
16108         (calendar-mouse-holidays): Remove un-needed local `l'.
16110         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
16111         Remove un-needed local `date'.
16112         (calendar-cursor-to-visible-date): Use let rather than let*.
16113         Remove un-needed local `first-of-month-weekday'.
16115         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
16117         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
16118         Doc fixes.
16119         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
16120         (diary-header-line-flag, diary-header-line-format): Declare.
16121         (diary-pull-attrs): Check for multiple matches.
16122         (diary-list-entries-2): Simplify finding start of date.
16123         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
16124         pop-up-frames.
16125         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
16126         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
16128 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
16130         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
16132         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
16134 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16136         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
16138         * image-mode.el (image-mode-reapply-winprops): Fix last change.
16140 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
16142         * international/mule-conf.el (define-iso-single-byte-charset):
16143         Don't make latin-iso8859-* supplementary.
16144         (#'set-charset-priority): Don't change the priority of charsets
16145         `unicode' and `emacs'.
16147 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16149         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
16150         temp buffer.
16152 2008-03-27  Glenn Morris  <rgm@gnu.org>
16154         * calendar/cal-bahai.el (diary-bahai-list-entries):
16155         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
16156         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
16158         * calendar/calendar.el (diary-file): Doc fix.
16160         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
16161         (list-diary-entries-hook, mark-diary-entries-hook)
16162         (include-other-diary-files, diary-mail-entries)
16163         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
16164         (diary-set-header): New function.
16165         (diary-header-line-flag, diary-header-line-format):
16166         Use diary-set-header for custom :set function.
16167         (diary-set-maybe-redraw): Use symbol-value rather than eval.
16168         (diary-attrtype-convert): Use intern-soft rather than read.
16169         (diary-display-no-entries): New function.
16170         (simple-diary-display, fancy-diary-display): Use it.
16171         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
16172         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
16174         * calendar/holidays.el (list-holidays): Doc fix.
16176 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
16178         * calc/calc-store.el (calc-read-var-name-history): New variable.
16179         (calc-read-var-name): Use `calc-read-var-name-history'.
16181 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16183         * image-mode.el (image-mode-reapply-winprops): Simplify now that
16184         window-configuration-change-hook works buffer-locally.
16186 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
16188         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
16189         for Emacs Lisp, not Lisp.
16191 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
16193         * help-fns.el (describe-function-1, describe-variable):
16194         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
16196         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
16197         replacement is provided, don't print "use nil instead".
16199 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
16201         * complete.el (PC-do-completion): Use regexp-quote.
16203 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
16205         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
16206         Detect missing files.
16208         * vc-git.el (vc-git-extra-menu-map): New key map.
16209         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
16210         New functions.
16212         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
16213         and 'missing files.
16215 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16217         * calendar/holidays.el (list-holidays): Make Y2 optional.
16219         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
16220         buffers shown to the user.
16221         (appt-disp-window): Disable undo explicitly now that the leading space
16222         is gone.
16224         * simple.el (activate-mark): New function.
16225         (set-mark-command): Use it with region-active-p to clean up the code.
16226         (exchange-point-and-mark): Invert the meaning of C-u when
16227         transient-mark-mode is active.
16229         * dired-aux.el (dired-create-files): Use dolist.
16231         * bindings.el (mode-line-change-eol): Use with-selected-window.
16233         * apropos.el (apropos-command): Include macros.
16235 2008-03-26  Glenn Morris  <rgm@gnu.org>
16237         * calendar/cal-bahai.el: Require calendar, not cal-julian.
16238         (calendar-bahai-epoch): Doc fix.
16240         * calendar/cal-china.el: Explicitly require calendar.
16242         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
16243         Require calendar rather than cal-julian.
16244         Autoload calendar-absolute-from-julian.
16245         * calendar/cal-coptic.el (coptic-calendar-epoch):
16246         * calendar/cal-islam.el (calendar-islamic-epoch):
16247         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
16249         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
16251         * calendar/cal-dst.el: Don't require cal-persia.
16252         (calendar-absolute-from-persian): Autoload it.
16253         (dst-adjust-time): Doc fix.
16255         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
16256         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
16257         calendar.
16259         * calendar/cal-menu.el: Require calendar rather than declaring
16260         functions.
16261         * calendar/calendar.el: Provide calendar before requiring cal-menu.
16263         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
16264         calendar-after-frame-setup-hooks.  Update callers, make old name an
16265         obsolete alias.  Doc fix.
16266         (calendar-frame-1): Doc fix.
16268         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
16270         * calendar/calendar.el (oriental-holidays, solar-holidays):
16271         * calendar/holidays.el (list-holidays): Assume atan always bound.
16273         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
16274         Explicitly require calendar, not cal-julian.
16275         * calendar/lunar.el: Explicitly require cal-dst.
16277 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16279         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
16281         * help-fns.el (describe-function-1, describe-variable): If no
16282         replacement is provided, don't print "use nil instead".
16284 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16286         * proced.el: New file.
16288 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
16290         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
16292 2008-03-25  Juri Linkov  <juri@jurta.org>
16294         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
16295         in battery-mode-line-format.
16297         * bindings.el (minibuffer-local-map): For the command
16298         file-cache-minibuffer-complete replace keymap minibuffer-local-map
16299         with map which is already locally bound to minibuffer-local-map.
16301 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16303         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
16304         Remove `sort-first' argument.
16306         * subr.el (redisplay-end-trigger-functions)
16307         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
16308         (process-filter-multibyte-p, set-process-filter-multibyte):
16309         Mark as obsolete.
16311 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
16313         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
16314         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
16315         use the LOCAL arg of `add-hook'.
16316         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
16317         Remove spurious * from defcustom docstrings.
16318         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
16319         Fix typos in messages.
16320         (reb-mode-buffer-p): New function.
16321         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
16322         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
16323         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
16324         Use `unless', `when'.
16325         (re-builder-unload-function): New function.
16327 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
16329         * vc-hooks.el (vc-state): Add documentation for 'missing.
16331 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
16333         * progmodes/verilog-mode.el (verilog-auto-output)
16334         (verilog-auto-input, verilog-auto-inout, verilog-auto)
16335         (verilog-delete-auto): Add optional regular expression to
16336         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
16337         (verilog-signals-matching-regexp): New internal function for
16338         signal matching.
16340 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
16342         * info.el (Info-isearch-search): Always return point.
16344 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16346         * diff-mode.el (diff-remembered-defdir): New var.
16347         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
16349 2008-03-25  Glenn Morris  <rgm@gnu.org>
16351         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
16352         calendar-bahai-prompt-for-date.  Update callers, make old name an
16353         obsolete alias.  Doc fix.
16354         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
16355         coptic-prompt-for-date.  Update callers, make old name an
16356         obsolete alias.  Doc fix.
16357         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
16358         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
16359         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
16360         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
16361         * calendar/cal-iso.el (calendar-iso-read-date): New name for
16362         calendar-iso-read-args.  Update callers, make old name an obsolete
16363         alias.
16364         * calendar/cal-persia.el (calendar-persian-read-date): New name for
16365         persian-prompt-for-date.  Update callers, make old name an
16366         obsolete alias.  Doc fix.  Move definition before use.
16368         * calendar/cal-x.el (diary-frame-parameters)
16369         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16370         (calendar-frame-1): Doc fixes.
16371         (make-fancy-diary-buffer): Remove declaration.
16372         (calendar-dedicate-diary): Replace call to deleted function
16373         make-fancy-diary-buffer.
16374         (calendar-frame-setup): New function.
16375         (calendar-one-frame-setup, calendar-only-one-frame-setup)
16376         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
16377         work, and mark as obsolete.
16378         (special-display-buffer-names): Don't mess with this; it's not our
16379         business.
16380         (cal-x-load-hook): Defvar it, and mark as obsolete.
16382         * calendar/calendar.el (calendar-remove-frame-by-deleting):
16383         Default to t.  Add to 'calendar group.
16384         (calendar): Doc fix.  Use calendar-frame-setup.
16385         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
16386         (generate-calendar-window): Doc fix.
16388 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16390         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
16392 2008-03-24  Drew Adams  <drew.adams@oracle.com>
16394         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
16395         New variables.
16396         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
16397         (finder-exit): Ignore errors rather than avoiding them.
16398         Kill *Finder-package* buffer also.
16400 2008-03-24  Andreas Schwab  <schwab@suse.de>
16402         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
16404 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
16406         * vc-hg.el (vc-hg-after-dir-status):
16407         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
16409         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
16410         Detect removed files.
16412         * vc.el (vc-status-printer): Use a different face for missing files.
16413         (vc-status-hide-up-to-date): Rename from
16414         vc-status-remove-up-to-date.  Update all callers.
16415         (vc-status-mode-map): Bind C-m.
16417 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
16419         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
16420         code ...
16421         (vc-git--state-code): ... to this new function.
16422         (vc-git-state): Use it.
16424 2008-03-24  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
16426         * textmodes/remember.el (remember-mail-date)
16427         (remember-store-in-mailbox): Write date and From line in such a
16428         way that Mutt can read it.
16430 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
16432         * simple.el (transient-mark-mode): Turn on by default.
16434 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
16436         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
16437         'unregistered for unregistered files.
16439         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
16441         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
16443         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
16444         subdirectories.
16446         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
16447         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
16448         Add :enable for vc-status-refresh.
16449         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
16450         (vc-status-tool-bar-map): Add binding for
16451         vc-status-kill-dir-status-process.
16452         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
16453         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
16454         Reset vc-status-process-buffer.
16455         (vc-status-refresh): Don't run two refreshes at a time.
16456         (vc-status): If the buffer is already in vc-status-mode only refresh.
16457         (vc-status-mark-buffer-changed): Add an optional file parameter.
16458         (vc-resynch-buffer): Use it.
16459         (vc-delete-file): Expand the file name before using it.
16460         Be careful to not create a new buffer with the old file contents.
16461         Update the VC state after performing the operation.
16463 2008-03-23  Andreas Schwab  <schwab@suse.de>
16465         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
16466         Fix radio button condition.
16467         [box]: Likewise.
16468         [customize]: Add radio button.
16470 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
16472         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
16473         (calc-user-parse-tables, calc-gnuplot-default-device)
16474         (calc-gnuplot-default-output, calc-gnuplot-print-device)
16475         (calc-gnuplot-print-output, calc-gnuplot-geometry)
16476         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
16477         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
16478         (calc-undo-list, calc-redo-list, calc-main-buffer)
16479         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
16480         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
16481         (calc-said-hello, calc-executing-macro, calc-any-selections)
16482         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
16483         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
16484         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
16485         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
16486         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
16487         (calc-create-buffer, calc-quit): Add docstrings.
16489 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
16491         * makefile.w32-in (WINS_ALMOST): Add org.
16493 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
16495         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
16496         New functions to implement vc-status support.
16498 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
16500         * vc.el (vc-status-prepare-status-buffer): New function.
16501         (vc-status): Use it.
16503         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
16504         appropriate.
16506 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
16508         * vc-git.el (vc-git--empty-db-p)
16509         (vc-git-after-dir-status-stage1-empty-db): New functions.
16510         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
16511         Add support for empty repositories.
16513 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
16515         * vc-git.el (vc-git-annotate-extract-revision-at-line):
16516         Allow "^" in a version name.
16518         * vc-mtn.el (vc-mtn-state): Support the added state.
16520 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
16522         * org: New directory for Org-mode.
16524         * org/org-export-latex.el: Moved from lisp/textmodes.
16526         * org/org-irc.el: Moved from lisp/textmodes.
16528         * org/org-mac-message.el: Moved from lisp/textmodes.
16530         * org/org-mouse.el: Moved from lisp/textmodes.
16532         * org/org-publish.el: Moved from lisp/textmodes.
16534 2008-03-21  Juri Linkov  <juri@jurta.org>
16536         * comint.el (comint-dynamic-simple-complete):
16537         Use variable `stub' for the second arg `common-substring'
16538         of `comint-dynamic-list-completions'.
16539         (comint-dynamic-list-filename-completions):
16540         Use variable `filenondir' for the second arg `common-substring'
16541         of `comint-dynamic-list-completions'.
16542         (comint-dynamic-list-completions): Add new optional arg
16543         `common-substring'.  Add `common-substring' as the second arg of
16544         the call to `display-completion-list'.  Doc fix.
16546         * comint.el (comint-dynamic-complete-as-filename)
16547         (comint-dynamic-list-filename-completions)
16548         (comint-dynamic-simple-complete): Use `minibuffer-message'
16549         to display message "No completions of %s" when a command
16550         is called in the minibuffer.
16551         (comint-dynamic-simple-complete): Don't display other
16552         completion messages when a command is called in the minibuffer.
16553         (comint-dynamic-list-completions): Use `minibuffer-message'
16554         to display message " [Type space to flush ...]" when a command
16555         is called in the minibuffer.
16557         * shell.el (shell-dynamic-complete-command)
16558         (shell-dynamic-complete-environment-variable): Don't display
16559         completion messages when command is called in the minibuffer.
16561         * emacs-lisp/lisp.el (lisp-complete-symbol):
16562         Use `minibuffer-message' to display message "No completions of %s"
16563         when this command is called in the minibuffer.
16565         * bindings.el (standard-mode-line-modes): Put special help-echo
16566         tooltip on recursive edit %[ %] mode-line constructs.
16568         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
16569         "^No dynamic expansion for .* found$" to allow error messages like
16570         "No dynamic expansion for \"%s\" found in this-buffer".
16572 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
16574         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
16575         "psftp".
16577 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16579         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
16580         * vc.el (vc-default-dired-state-info): Use just "modified".
16581         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
16582         (vc-cvs-mode-line-string): Make use of the better default.
16583         (vc-cvs-parse-entry): Use the new `added'.
16584         (vc-cvs-dired-state-info): Remove.
16585         * vc-svn.el (vc-svn-dired-state-info): Remove.
16586         * vc-hg.el (vc-hg-dired-state-info): Remove.
16587         * vc-git.el (vc-git-dired-state-info): Remove.
16589 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
16591         * vc-git.el (vc-git-status-result): New variable.
16592         (vc-git-dir-status): Split out ...
16593         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
16594         ... these new functions and work asynchronously.
16596 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
16598         * vc-git.el (vc-git-after-dir-status): Remove.
16599         (vc-git-dired-state-info): Reimplement.
16601 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
16603         * replace.el (occur-mode-map): Add :help.
16605         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
16606         for disassemble.
16608         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
16609         the 'added state.
16610         (vc-status-remove-up-to-date): New function.
16611         (vc-status-mode-map, vc-status-menu-map): Bind it.
16612         (vc-status-printer): Use a different face up-to-date files.
16613         (vc-resynch-buffer): Update the vc-status buffer if it exists.
16614         (Todo): Remove solved entries.
16616         * vc-hg.el (vc-hg-state):
16617         * vc-git.el (vc-git-state):
16618         * vc-cvs.el (vc-cvs-parse-status):
16619         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
16620         state.
16622 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16624         * progmodes/compile.el (compile):
16625         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
16627         * simple.el (minibuffer-local-shell-command-map): New var.
16628         (minibuffer-complete-shell-command, read-shell-command): New funs.
16629         (shell-command, shell-command-on-region): Use them.
16631 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
16633         * vc.el (vc-status-mark-buffer-changed): New function to implement
16634         updating of the *vc-status* buffer when a buffer is saved.
16635         (vc-status-mode): Use it for after-change-hook.
16636         (vc-add-to-vc-status-buffer): Rename to ...
16637         (vc-status-add-entry): ... this.
16638         (Todo): Add new entry.
16640 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16642         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
16644 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
16646         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
16647         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
16648         Remove spurious * from defcustom docstrings.
16649         (icomplete-compute-delay): Fix docstring and remove spurious *.
16650         (icomplete-delay-completions-threshold): Fix typo in docstring and
16651         remove spurious *.
16652         (icomplete-completions): While collecting the list of prospective
16653         candidates, don't overshoot `icomplete-prospects-length'.
16655 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
16657         * textmodes/refbib.el:
16658         * textmodes/reftex.el:
16659         * textmodes/reftex-global.el:
16660         * textmodes/reftex-vars.el:
16661         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
16662         compiler pacifying defvars.
16663         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
16664         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
16665         not needed.
16667 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
16669         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
16670         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
16671         (verilog-customize, verilog-font-customize)
16672         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
16673         (verilog-mode): Update documentation strings to match tool tips.
16674         (verilog-auto-search-do, verilog-auto-re-search-do)
16675         (verilog-skip-forward-comment-or-string): Fix verilog-auto
16676         expansion when a .* appears inside a string.
16677         (verilog-re-search-forward, verilog-re-search-backward):
16678         Add comment to recall how this works.
16679         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
16681 2008-03-20  Glenn Morris  <rgm@gnu.org>
16683         * calendar/calendar.el (calendar-other-dates): New function.
16684         (calendar-print-other-dates): Use calendar-other-dates.
16685         * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
16686         the declarations it replaces.
16687         (calendar-mouse-print-dates): Use calendar-other-dates.
16689         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
16690         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
16691         (calendar-absolute-from-bahai): Fix the leap-year case.
16692         (calendar-bahai-from-absolute): Re-use the Gregorian month.
16693         (calendar-bahai-date-string, calendar-bahai-print-date):
16694         Handle pre-Bahai dates.
16696         * calendar/cal-china.el (chinese-calendar-celestial-stem)
16697         (chinese-calendar-terrestrial-branch): Make defcustoms.
16699         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
16700         (calendar-mouse-view-diary-entries): Use or.
16701         (calendar-mouse-chinese-date): Remove unused command.
16702         (cal-menu-load-hook): Mark as obsolete.
16704         * calendar/solar.el (calendar-location-name, calendar-latitude)
16705         (calendar-longitude, solar-arctan, sunrise-sunset)
16706         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
16708 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
16710         * calc/calc.el: Remove outdated comments.
16711         (defcalcmodevar, calc-mode-var-list-restore-default-values)
16712         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
16713         Add docstrings.
16715 2008-03-19  Jason Rumney  <jasonr@gnu.org>
16717         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
16719 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
16721         * net/tls.el (open-tls-stream): Reindent.
16723 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
16725         * net/tramp.el (tramp-let-maybe): Removed.
16726         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
16727         It does not exist under XEmacs.
16728         (tramp-handle-file-truename, tramp-handle-expand-file-name)
16729         (tramp-completion-file-name-handler): Let-bind
16730         `directory-sep-char'.
16732         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
16733         `directory-sep-char'.
16735 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16737         * help-fns.el (describe-function-1): Don't signal "missing arglist"
16738         for autoloaded keymaps.
16740         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
16741         (electric-verilog-terminate-line, verilog-in-struct-region-p)
16742         (verilog-backward-ws&directives, verilog-forward-ws&directives)
16743         (verilog-in-comment-p, verilog-in-star-comment-p)
16744         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
16745         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
16746         (verilog-skip-forward-comment-or-string, verilog-in-paren)
16747         (verilog-skip-forward-comment-p): Use it.
16749 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
16751         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
16752         (org-remember-templates, org-time-stamp-rounding-minutes)
16753         (org-back-over-empty-lines, org-find-base-buffer-visiting)
16754         (org-columns-new): Fix typos in docstrings.
16756 2008-03-19  Glenn Morris  <rgm@gnu.org>
16758         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
16759         (tramp-handle-shell-command): Use condition-case rather than
16760         ignore-errors.
16762 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
16764         * diff-mode.el (diff-header): Make the color louder.
16765         (diff-refine-change): Tone the color down.
16767 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
16769         * descr-text.el (describe-char): When `describe-char-unidata-list'
16770         is set to show all properties, list them in the right order.
16772 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16774         * international/mule.el (load-with-code-conversion): Avoid setting
16775         default-enable-multibyte-characters.
16777 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
16779         * vc.el (vc-annotate-background): Fix custom type.
16781 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16783         * descr-text.el (describe-char-unidata-list): Allow specifying
16784         just all properties.
16785         (describe-char): Handle that new value.
16787         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
16789 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
16791         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
16792         instead of file name extension to make docs with uncommon
16793         extensions work.
16795 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
16797         * doc-view.el (require): Require cl at compile time because
16798         `assert' needs it.
16800 2008-03-18  Glenn Morris  <rgm@gnu.org>
16802         * calendar/calendar.el (initial-calendar-window-hook)
16803         (today-visible-calendar-hook): Doc fixes.
16805 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
16807         * net/tramp.el (tramp-root-regexp): Simplify.
16808         (tramp-completion-file-name-regexp-separate): Don't insist on
16809         leading "[".  This prevents method or user or host completion.
16810         (tramp-let-maybe): Autoload it.
16811         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
16812         is an alias for `identity'.
16813         (tramp-handle-write-region): Protect `last-coding-system-used'
16814         over the trailing statements.
16815         (tramp-completion-file-name-handler-post-function): Remove.
16816         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
16817         instead of calling `tramp-drop-volume-letter'.
16819         * net/tramp.el:
16820         * net/tramp-uu.el:
16821         * net/trampver.el: Move coding cookie at the end.
16823 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16825         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
16826         elements which may be something else than characters.
16828 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
16830         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
16831         New functions to implement vc-status support.
16833         * vc.el (vc-default-extra-status-menu)
16834         (vc-add-to-vc-status-buffer): New functions.
16836         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16837         for eldoc and ielm.
16839 2008-03-17  Glenn Morris  <rgm@gnu.org>
16841         * calendar/cal-x.el (diary-frame-parameters)
16842         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
16843         Fix custom type; add options.
16844         (calendar-frame, diary-frame): Doc fixes.
16845         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
16846         new functions.
16847         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
16848         Use calendar-frame-1 and calendar-dedicate-diary.
16849         (calendar-one-frame-setup): Also handle only-one-frame case.
16850         (calendar-only-one-frame-setup): Doc fix.  Just call
16851         calendar-one-frame-setup.
16853         * calendar/diary-lib.el: Re-order some definitions before their use.
16854         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
16855         (diary-list-entries): Doc fixes.
16856         (make-fancy-diary-display): Remove function.
16858         * calendar/calendar.el (calendar-today-marker)
16859         (initial-calendar-window-hook, today-visible-calendar-hook)
16860         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
16861         (calendar-star-date, calendar-mark-today): Doc fixes.
16862         (today-visible-calendar-hook): Add options.
16863         (calendar-in-read-only-buffer): New macro.
16864         (calendar-basic-setup): Adapt for change in calendar-read-date.
16865         Place holiday let inside if.
16866         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
16867         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
16868         (calendar-print-other-dates): Use one let rather than many.
16870         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
16871         (calendar-print-other-dates):
16872         * calendar/cal-hebrew.el (list-yahrzeit-dates):
16873         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
16874         * calendar/holidays.el (calendar-list-holidays, list-holidays)
16875         (calendar-cursor-holidays):
16876         * calendar/lunar.el (calendar-phases-of-moon): Use
16877         calendar-in-read-only-buffer to replace previous code and disable undo.
16879 2008-03-16  Juri Linkov  <juri@jurta.org>
16881         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
16882         and regexp-search-ring-yank-pointer for the HISTPOS argument of
16883         read-from-minibuffer to provide the correct initial minibuffer
16884         history position in isearch-edit-string when it is called from
16885         isearch-ring-adjust.
16887         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
16888         to check if the current buffer is the minibuffer, and in this case
16889         call abort-recursive-edit to kill the minibuffer.  Doc fix.
16890         (kill-this-buffer-enabled-p): Allow this function to return non-nil
16891         when the current buffer is the minibuffer.
16893         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
16895 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
16897         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16898         Use non-nil PARENTS attribute of make-directory instead of
16899         explicitly checking existence the current cache directory.
16901 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
16903         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
16904         M-x epa-file-select-keys.
16906 2008-03-16  Kenichi Handa  <handa@m17n.org>
16908         * international/mule.el (auto-coding-alist):
16909         Use no-conversion-multibyte for archive files.
16911 2008-03-16  Glenn Morris  <rgm@gnu.org>
16913         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
16914         New functions.
16915         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
16916         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
16917         Use calendar-mark-1.
16918         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
16919         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
16920         Use calendar-mark-complex.
16921         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
16922         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
16923         Use calendar-mark-1.
16925         * calendar/calendar.el (calendar-mod): Remove.
16926         * calendar/cal-china.el (calendar-chinese-from-absolute)
16927         (calendar-chinese-date-string): Expand calendar-mod calls.
16928         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
16929         Expand calendar-mod calls.
16931         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
16932         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16933         (diary-bahai-insert-yearly-entry): Use let rather than let*.
16934         Move obsolete aliases after the functions that replaced them.
16936         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
16937         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
16938         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
16939         Use let rather than let*.
16940         (calendar-hebrew-prompt-for-date): New function.
16941         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
16942         (holiday-tisha-b-av-etc): Use unless, let.
16944         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
16945         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
16947         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
16949         * calendar/calendar.el (calendar-for-loop): Add indent spec.
16951         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
16952         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
16953         than concat.
16954         (diary): Remove un-needed let.
16955         (view-other-diary-entries): Rename argument.
16956         (diary-list-entries-2): New function.
16957         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
16958         (print-diary-entries): Use unless.
16959         (diary-mark-entries-1): Change argument order, make all but
16960         markfunc optional.  Handle the standard (Gregorian) case.
16961         Use match-string-no-properties.  Handle marks.
16962         (mark-diary-entries): Use diary-mark-entries-1.
16963         (diary-font-lock-keywords-1): New macro.
16964         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
16966 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
16968         * calendar/icalendar.el (icalendar-version): Increase to 0.18.
16969         (icalendar-export-hidden-diary-entries): New variable.
16970         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
16971         In case of error, insert full error-val.
16972         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
16973         Use calendar-day-of-week.  Return the day number.
16974         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
16976 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
16978         * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
16979         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
16980         (icalendar-export-region): Ignore hidden diary entries.
16981         (icalendar--convert-ordinary-to-ical): Fix case where event
16982         spans across midnight boundary.
16983         (icalendar-first-weekday-of-year): New function.
16984         (icalendar--convert-weekly-to-ical): Allow user-selectable start
16985         year for recurring events (Mozilla calendars do not propagate
16986         recurring events forever, so year 2000 start date was not working).
16987         (icalendar--convert-yearly-to-ical): Remove extra spaces in
16988         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
16990 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
16992         * net/tramp.el (tramp-root-regexp): New defconst.
16993         (tramp-completion-file-name-regexp-unified)
16994         (tramp-completion-file-name-regexp-separate)
16995         (tramp-completion-file-name-regexp-url): Use it.
16996         (tramp-do-copy-or-rename-file-via-buffer):
16997         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
16998         t for `insert-file-contents-literally'.
16999         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
17000         Autoload it.
17001         (tramp-completion-file-name-handler-post-function): New defconst.
17002         (tramp-completion-file-name-handler): Use it.
17003         (tramp-maybe-open-connection): Update calls to
17004         `tramp-flush-connection-property' for removed 2nd argument.
17006 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17008         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
17009         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
17010         New functions.
17012 2008-03-15  Glenn Morris  <rgm@gnu.org>
17014         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
17015         New functions.
17016         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
17017         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
17018         (diary-list-entries-1, diary-mark-entries-1): Autoload.
17019         (diary-bahai-list-entries): Use diary-list-entries-1.
17020         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
17021         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
17022         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
17023         (diary-list-entries-1, diary-mark-entries-1): Autoload.
17024         (list-hebrew-diary-entries): Use diary-list-entries-1.
17025         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
17026         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
17027         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
17028         (diary-list-entries-1, diary-mark-entries-1): Autoload.
17029         (list-islamic-diary-entries): Use diary-list-entries-1.
17030         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
17032         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
17034         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
17036         * calendar/cal-china.el (number-chinese-months)
17037         (calendar-chinese-from-absolute): Use nth, caar.
17039         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
17041         * calendar/cal-french.el (french-calendar-accents): Doc fix.
17043         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
17044         (calendar-hebrew-month-name-array-leap-year)
17045         (hebrew-calendar-parashiot-names): Make constants.
17046         (diary-parasha): Move definition after constants it uses.
17048         * calendar/cal-html.el (cal-html-insert-link-yearpage)
17049         (cal-html-htmlify-list): Doc fix.
17050         (cal-html-htmlify-entry): Use nth.
17052         * calendar/cal-islam.el (calendar-islamic-month-name-array)
17053         (calendar-islamic-epoch): Make constants.
17054         (calendar-islamic-epoch): Doc fix.
17056         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
17058         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
17059         (cal-tex-month-name): Doc fix.
17060         (cal-tex-last-blank-p): Use zerop.
17062         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
17063         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
17064         (calendar-cursor-to-date): Doc fix.
17065         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
17066         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
17067         (calendar-day-number): Use when.
17068         (generate-calendar-month): Use dotimes.
17069         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
17070         (calendar-set-mark): Reverse conditional.
17071         (calendar-make-alist): Move definition before use.
17073         * calendar/diary-lib.el (diary-face-attrs)
17074         (diary-glob-file-regexp-prefix, diary-selective-display)
17075         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
17076         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
17077         (diary-anniversary, diary-cyclic)
17078         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
17079         (diary-header-line-format): Change wording.
17080         (diary-list-entries): Set `date-start' in let.
17081         (include-other-diary-files, mark-included-diary-files): Use format.
17082         (simple-diary-display, fancy-diary-display): Use cadr, unless.
17083         (mark-diary-entries): Use 1+.
17084         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
17085         (mark-calendar-month): Use dotimes.
17087         * calendar/holidays.el (displayed-month, displayed-year):
17088         Move declarations where needed.
17089         (calendar-list-holidays): Doc fix.
17091         * calendar/parse-time.el (parse-time-string): Simplify.
17093         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
17094         Make constants.
17095         (solar-sunrise-sunset): Rename some local variables for clarity.
17096         (sunrise-sunset): Use zerop.
17097         (solar-mean-equinoxes/solstices): Doc fix.
17099         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
17100         Use nth.
17101         (timeclock-completing-read, timeclock-generate-report): Use zerop.
17102         (timeclock-mean, timeclock-generate-report): Use dolist.
17104         * calendar/todo-mode.el (todo-add-category): Simplify.
17105         (todo-more-important-p, todo-delete-item, todo-file-item):
17106         Use unless, when.
17107         (todo-top-priorities): Use zerop.
17109 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
17111         * buff-menu.el (list-buffers-noselect): Display buffer name in
17112         tooltip instead of mouse binding when it doesn't fit in the list.
17114 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
17116         * faces.el (xw-defined-colors):
17117         * simple.el (widget-convert, shell-mode): Declare as functions
17118         instead of autoloading.
17120         * abbrev.el:
17121         * button.el:
17122         * cus-face.el:
17123         * ediff-hook.el:
17124         * emacs-lisp/backquote.el:
17125         * emacs-lisp/timer.el:
17126         * facemenu.el:
17127         * faces.el:
17128         * menu-bar.el:
17129         * simple.el:
17130         * subr.el:
17131         * textmodes/fill.el:
17132         * textmodes/paragraphs.el: Remove autoloads, redundant when the
17133         files are preloaded.
17135 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17137         * desktop.el (desktop-create-buffer): Don't catch errors if
17138         debug-on-error is set.
17140 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
17142         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
17143         ($(lisp)/calendar/diary-loaddefs.el)
17144         ($(lisp)/calendar/hol-loaddefs.el): New targets.
17145         (LOADDEFS): New macro.
17146         (autoloads): Depend on $(LOADDEFS).
17148 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
17150         * font-lock.el (featurep): Remove test, not useful anymore.
17151         (facemenu-keymap): Move key binding ...
17152         * facemenu.el (facemenu-keymap): ... here.
17154         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
17155         for each file in the list.
17156         (vc-bzr-log-view-mode): Recognize the file marker.
17158         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
17159         for checkdoc and profiling.
17161 2008-03-14  Bastien Guerry  <bzg@altern.org>
17163         * textmodes/flyspell.el (nxml-mode): Add the right
17164         `flyspell-mode-predicate'.
17166         * wid-edit.el (link): Use 'mouse-face for :follow-link.
17168 2008-03-14  Glenn Morris  <rgm@gnu.org>
17170         * calendar/solar.el: Reorder so that functions are defined before use.
17171         (displayed-month, displayed-year): Move declarations where needed.
17172         (solar-get-number): Move definition before use.  Use unless.
17173         (solar-equatorial-coordinates): Simplify.
17174         (solar-sunrise-and-sunset): Use let rather than let*.
17175         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
17177         * startup.el (command-line-1): Rename -internal-script back to
17178         -scriptload (reverts previous change).
17180         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
17181         (calendar-bahai-leap-base): Add doc strings.
17182         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
17183         Move definition before use.
17184         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
17185         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
17186         variables outside the loop.  Use dolist.
17187         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
17189         * calendar/cal-china.el: Re-order so that functions are defined before
17190         use.
17191         (displayed-month, displayed-year): Move declarations where needed.
17192         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
17193         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17194         Add doc strings.
17195         (chinese-year-cache): Recenter on 2010.  Doc fix.
17196         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
17197         Doc fix.  Simplify.
17198         (chinese-year-cache-init): New function.
17199         (compute-chinese-year, holiday-chinese-new-year)
17200         (calendar-chinese-date-string, calendar-goto-chinese-date)
17201         (make-chinese-month-assoc-list): Use cadr, nth.
17202         (chinese-months): Remove un-needed let.
17204         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
17205         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
17206         (coptic-prompt-for-date): Move definition before use.
17208         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
17209         (calendar-dst-find-data, calendar-daylight-time-offset)
17210         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17211         (calendar-daylight-savings-starts-time)
17212         (calendar-daylight-savings-ends-time): Use cadr, nth.
17214         * calendar/cal-french.el (french-calendar-epoch)
17215         (calendar-goto-french-date): Doc fix.
17216         (french-calendar-month-name-array)
17217         (french-calendar-multibyte-month-name-array)
17218         (french-calendar-day-name-array, french-calendar-special-days-array):
17219         Add doc strings.
17221         * calendar/cal-hebrew.el (displayed-month, displayed-year)
17222         (original-date): Move declarations where needed.
17223         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
17224         Doc fix.
17225         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
17226         constant variables outside the loop.  Use dolist.
17228         * calendar/cal-islam.el (displayed-month, displayed-year)
17229         (original-date): Move declarations where needed.
17230         (islamic-calendar-day-number): Remove unused local variable `day'.
17231         (calendar-goto-islamic-date): Doc fix.
17232         (holiday-islamic): Use unless.
17233         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
17234         constant variables outside the loop.  Use dolist.
17235         (mark-islamic-calendar-date-pattern): Move definition before use.
17236         Use unless.
17237         (mark-islamic-diary-entries): Doc fix.
17238         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17239         (insert-yearly-islamic-diary-entry): Use let rather than let*.
17241         * calendar/cal-julian.el (calendar-absolute-from-julian):
17242         Move definition before use.  Remove un-needed local `day'.
17243         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
17245         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
17246         (calendar-mayan-tzolkin-names-array): Add doc strings.
17247         (calendar-mayan-long-count-from-absolute): Use a single let.
17248         (calendar-string-to-mayan-long-count): Simplify.
17249         (calendar-next-haab-date, calendar-previous-haab-date)
17250         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
17251         (calendar-previous-calendar-round-date)
17252         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
17253         Doc fix.
17254         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
17255         (calendar-mayan-date-string, calendar-print-mayan-date)
17256         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17257         (calendar-mayan-long-count-common-era): Move definitions before use.
17259         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
17260         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
17261         Doc fix.
17262         (calendar-mouse-goto-date): Move definition before use.
17264         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
17265         Move definition before use.
17266         (calendar-cursor-to-visible-date): Move definition before use.
17267         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
17268         and place inside the conditional.
17269         (calendar-forward-day): Simplify.
17270         (calendar-end-of-month): Use unless.
17271         (calendar-goto-day-of-year): Doc fix.
17272         Relocate obsolete aliases after their replacements.
17274         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
17276         * calendar/diary-lib.el (mark-diary-entries): Move some constant
17277         variables outside the diary-date-forms loop.
17279         * calendar/calendar.el (diary-file): Doc fix.
17280         (calendar-buffer-list): Return buffers rather than strings (fixes
17281         previous change).
17282         (hebrew-holidays-4): Fix typo.
17284         * calendar/holidays.el (displayed-month, displayed-year):
17285         Move declarations where needed.
17286         (calendar-holiday-list, calendar-list-holidays)
17287         (holiday-filter-visible-calendar): Move definitions before use.
17288         (list-holidays): Use cadr.
17289         Relocate obsolete aliases after their replacements.
17291         * calendar/lunar.el (date, displayed-month, displayed-year):
17292         Move declarations where needed.
17293         (lunar-phase-list): Move definition after functions it uses.
17294         (calendar-phases-of-moon, diary-phases-of-moon)
17295         (lunar-new-moon-on-or-after): Use cadr, nth.
17296         (lunar-new-moon-on-or-after): Doc fix.
17298         * textmodes/org-irc.el (top-level): CL not required when compiling.
17299         (org-irc-visit-erc): Replace runtime CL functions.
17301         * textmodes/org-publish.el (declare-function): Add compatibility stub.
17302         (org-publish-delete-dups): Declare as function.
17304 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
17306         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
17307         (vc-bzr-show-log-entry): Make regexp match more cases.
17308         (vc-diff-switches-list): Remove autoload, not needed.
17310 2008-03-14  Juri Linkov  <juri@jurta.org>
17312         * isearch.el (isearch-edit-string): Remove one call to
17313         `isearch-push-state' not to push an inconsistent state,
17314         but keep another correct call to `isearch-push-state'.
17315         (isearch-ring-adjust): Call `isearch-push-state' only when
17316         `search-ring-update' is non-nil since `isearch-edit-string'
17317         already pushes its state.
17318         (isearch-message): Improve matching the failed part by checking
17319         if the original message starts with the last successful message.
17321         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
17322         (dired-perm-write): Rename from `dired-warn-writable'.
17323         Change parent face from `font-lock-warning-face' to
17324         `font-lock-comment-delimiter-face'.
17325         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
17326         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
17327         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
17328         with `dired-perm-write-face'.
17330 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
17332         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
17333         Create cache dir only if it doesn't already exist.
17335 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17337         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
17338         of \ and '.
17340 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
17342         * net/browse-url.el (browse-url-text-xterm):
17343         Unquote browse-url-text-browser.
17345 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
17347         * textmodes/org-mouse.el: Version number change.
17349         * textmodes/org-publish.el (org-publish-expand-components):
17350         Remove null projects from the list of components.
17351         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
17352         Remove unused retrieval of the :publishing-directory property.
17353         (org-publish-file): Bugfix: when using a relative directory as the
17354         publishing directory, convert it to a directory filename.
17355         (org-publish-project): New alias.
17356         (org-publish-get-files): Protect against empty p.
17357         (org-publish-file): Send an error when file is not part of any project.
17358         (org-publish-file): Offer to refresh the list of files in known
17359         project when the current file is not part of any project.
17360         (org-publish-before-export-hook)
17361         (org-publish-after-export-hook): New hooks.
17362         (org-publish-org-to): Use new hooks and kill buffers.
17363         (org-publish-file): Remove the code for killing buffers.
17364         (org-publish-initialize-files-alist): Use interactive.
17365         (org-publish-file): If the publishing function creates a new
17366         buffer, kill it after publishing.
17367         (org-publish-timestamp-filename): Protect ":" in file name path
17368         under windows.
17370         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
17371         change that killed the LaTeX buffer.
17373         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
17374         in the decision tree.
17375         (org-select-remember-template): Clean the code.
17376         (org-prepare-dblock): Add the extra :content parameter.
17377         (org-write-agenda): New output type ".ics" files.
17378         (org-write-agenda): Call `org-icalendar-verify-function', both for
17379         time stamps and for TODO entries.
17380         (org-agenda-collect-markers, org-create-marker-find-array)
17381         (org-check-agenda-marker-table): New functions.
17382         (org-agenda-marker-table): New variable.
17383         (org-export-as-html): Revert the change that killed the html
17384         buffer.  Side effects first need to be studied carefully.
17385         (org-get-tags-at): Fix the structure of the condition-case statement.
17386         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
17387         (org-timestamp-change): Fix regular expressions to swallow the
17388         extra character for repeat-shift control.
17389         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
17390         (org-get-legal-level): Alias to `org-get-valid-level'.
17391         (org-dblock-write:clocktable): Add a :link parameter, linking
17392         headlines to their location in the Org agenda files.
17393         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
17394         throwing an error when getting tags before headlines.
17395         (org-timestamp-change, org-modify-ts-extra)
17396         (org-ts-regexp1): Fix timestamp editing.
17397         (org-agenda-custom-commands-local-options): New constant.
17398         (org-agenda-custom-commands):
17399         Use `org-agenda-custom-commands-local-options' to improve customize
17400         type.  "htmlize": Removed hack to fix face problem with htmlize,
17401         it no longer seem necessary.
17402         (org-follow-link-hook): New hook.
17403         (org-agenda-custom-commands): Add "Component" as a tag for each
17404         item in a command series.
17405         (org-open-at-point): Run `org-follow-link-hook'.
17406         (org-agenda-schedule): Bugfix: don't display marker type when it
17407         is nil.
17408         (org-store-link): org-irc required.
17409         (org-set-regexps-and-options): Parse the new logging options.
17410         (org-extract-log-state-settings): New function.
17411         (org-todo): Handle the new ways of recording state change stuff.
17412         (org-local-logging): New function.
17413         (org-columns-open-link): Fix bug with opening link in column view.
17414         (org-local-logging): New function.
17415         (org-todo): Make sure that LOGGING properties are honoured.
17416         (org-todo-keywords): Improve docstring.
17417         (org-startup-options): Cleanup startup options.
17418         (org-set-regexps-and-options): Process the "!" markers.
17419         (org-todo): Respect the new logging stuff.
17420         (org-log-note-how): New variable.
17421         (org-add-log-maybe): New parameter HOW that defines how logging
17422         should be done and also overrides PURPOSE.  Add a docstring.
17423         (org-add-log-note): Check if we really need to ask for a note.
17424         (org-get-current-options): Digest the new keyword.
17425         (org-agenda-reset-markers): Rename from
17426         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
17427         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
17428         function, without force argument.
17429         (org-buffer-property-keys): Bind local variables s and p.
17430         (org-make-tags-matcher): Allow "" to match an empty or
17431         non-existent property value.
17432         (org-export-as-html): Join unsorted lists when they directly
17433         follow each other.  Such lists may be created by headlines that
17434         are converted to lists.
17435         (org-nofm-to-completion): New function.
17436         (org-export-as-html): Use :html-extension instead of
17437         org-export-html-extension.
17438         (org-store-link): Support for links from `rmail-summary-mode'.
17439         (org-columns-new, org-complete, org-set-property): Set the
17440         `include-columns' argument in the call to
17441         `org-buffer-property-keys'.
17442         (org-buffer-property-keys): New argument `include-columns', to
17443         include properties expected by any of the COLUMNS formats in the
17444         current buffer.
17445         (org-cleaned-string-for-export): Get rid of drawers first, so that
17446         they will be removed also in the text before the first headline.
17447         (org-clock-report): Show the clocktable when found.
17448         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
17449         (org-version): With prefix argument, insert `org-version' at point.
17450         (org-agenda-goto): Recenter the window after finding the target
17451         location, to make sure the correct position will be displayed.
17452         (org-agenda-get-deadlines): Don't scale priority with the warning
17453         period.
17454         (org-insert-heading): Don't break line in the middle of the line.
17455         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
17456         be 0.
17457         (org-update-checkbox-count): Revamp to deal with hierarchical
17458         checkboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
17459         (org-remove-timestamp-with-keyword): New function.
17460         (org-schedule, org-deadline):
17461         Use `org-remove-timestamp-with-keyword' to make sure all such time
17462         stamps are removed.
17463         (org-mode): Support for `align'.
17464         (org-agenda-get-deadlines): Make sure priorities increase as the
17465         due date approaches and is passed.
17466         (org-remember-apply-template): Fix problem with tags that
17467         contain "_" or "@".
17468         (org-make-link-regexps): Improve the regular expression for plain links.
17469         (org-agenda-get-closed): List each clocking entry.
17470         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
17471         (org-special-ctrl-k): New option.
17472         (org-kill-line): New function.
17473         (org-archive-all-done): Fix incorrect number of stars in regexp.
17474         (org-refile-get-location): New function.
17475         (org-refile-goto-last-stored): New function.
17476         (org-global-tags-completion-table): Add the value of org-tag-alist
17477         in each buffer, to make sure that also unused tags will be
17478         available for completion.
17479         (org-columns-edit-value)
17480         (org-columns-next-allowed-value): Only update if not in agenda.
17481         (org-clocktable-steps): New function.
17482         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
17483         (org-archive-subtree): Add the outline tree context as a property.
17484         (org-closest-date): New optional argument `prefer'.
17485         (org-goto-auto-isearch): New option.
17486         (org-goto-map, org-get-location): Implement auto-isearch.
17487         (org-goto-local-auto-isearch-map): New variable.
17488         (org-goto-local-search-forward-headings)
17489         (org-goto-local-auto-isearch): New functions.
17491 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
17493         * textmodes/org-irc.el: New file.
17495 2008-03-13  John Wiegley  <johnw@gnu.org>
17497         * textmodes/org-mac-message.el: New file.
17499 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
17501         * font-lock.el (font-lock-comment-face): Set the foreground for
17502         the light background 8 colors case.
17504 2008-03-13  Glenn Morris  <rgm@gnu.org>
17506         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
17507         generate-autoload-cookie patterns.
17509         * startup.el (command-line-1): Rename -scriptload to -internal-script.
17511         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
17512         (MH_E_SRC): Remove variable.
17513         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
17514         Simplify file header.  Use $@ for generated-autoload-file.
17516         * Makefile.in (LOADDEFS): New variable.
17517         (AUTOGENEL): Use $LOADDEFS.
17518         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
17519         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
17520         ($(lisp)/calendar/hol-loaddefs.el): New targets.
17521         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17522         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
17523         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17524         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17525         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
17526         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
17527         Add calendar-specific autoload cookies, and remove any setting of
17528         generated-autoload-file.
17529         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
17530         * calendar/diary-lib.el: Replace explicit autoloads with reading of
17531         diary-loaddefs.
17532         * calendar/holidays.el: Replace explicit autoloads with reading of
17533         hol-loaddefs.
17535         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
17536         (calendar-buffer-list): Simplify.
17537         (generate-calendar-window): Use calendar-mark-holidays rather than
17538         obsolete alias.
17540         * calendar/cal-hebrew.el (list-yahrzeit-dates):
17541         Use cal-hebrew-yahrzeit-buffer.
17543         * calendar/cal-x.el (calendar-only-one-frame-setup)
17544         (calendar-two-frame-setup): Doc fixes.
17545         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
17547         * calendar/appt.el (appt-mode-string): Mark as risky.
17548         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
17550         * calendar/cal-html.el (diary-list-entries):
17551         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
17552         (calendar-iso-from-absolute): Fix autoloads.
17554         * calendar/cal-iso.el (calendar-absolute-from-iso)
17555         (calendar-iso-read-args): Simplify.
17556         (calendar-iso-date-string, calendar-iso-read-args)
17557         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
17559         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
17560         (displayed-month, displayed-year): Move declarations where needed.
17561         (calendar-print-astro-day-number): Doc fix.
17563         * calendar/cal-persia.el (persian-calendar-month-name-array)
17564         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
17565         (persian-prompt-for-date): Remove local variable `today'.
17567         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
17569         * calendar/solar.el (solar-moment, solar-exact-local-noon)
17570         (solar-sunrise-sunset, solar-sunrise-sunset-string)
17571         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
17572         (diary-sabbath-candles, solar-equinoxes/solstices)
17573         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
17574         (solar-time-equation, solar-date-to-et): Simplify.
17576         * mail/supercite.el: Remove the `function' in `(function (lambda'.
17577         Replace `(car (cdr' with cadr'.
17579         * progmodes/f90.el (f90-font-lock-n): New function.
17580         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
17581         Use f90-font-lock-n.
17582         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
17584         * progmodes/f90.el (f90-mode-abbrev-table):
17585         * progmodes/fortran.el (fortran-mode-abbrev-table):
17586         Use newer form of define-abbrev, where supported.  No need to bind
17587         abbrevs-changed for system abbrevs.
17589 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17591         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
17592         delete-frame-functions.
17594         * bookmark.el (Info-current-node): Remove.
17596 2008-03-12  Juri Linkov  <juri@jurta.org>
17598         * help.el (describe-project): Remove defaliases for view-todo and
17599         describe-project that are now unnecessary after the merge from
17600         emacs--rel--22 that added define-obsolete-function-alias.
17602         * startup.el (inhibit-startup-screen): Revert incomplete
17603         2008-03-10 merge from emacs--rel--22 that partly reverted
17604         2008-02-28 change that added initial message to *scratch* buffer
17605         regardless of the value of `inhibit-startup-screen'.
17606         Now keep this change in the trunk, but not in the 22 branch.
17608 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17610         * international/quail.el (quail-setup-completion-buf, quail-help):
17611         * mail/binhex.el (binhex-decode-region-internal):
17612         * mail/uudecode.el (uudecode-decode-region-internal):
17613         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
17614         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
17615         setting default-enable-multibyte-characters.
17617         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
17619         * comint.el: Fix up indentation and comment style.  Remove `function'.
17621         * international/mule-cmds.el (reset-language-environment)
17622         (set-language-environment-nonascii-translation):
17623         Don't set-unibyte-charset.
17625         * doc-view.el: Remove all cb-args, use closures instead.
17626         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
17627         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
17628         doing an incorrect check).  Update all callers to use the new name.
17629         (doc-view-doc->txt): Add missing `txt' argument.
17631 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
17633         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
17634         md5 sum calculation to single-byte.
17636 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17638         * doc-view.el (doc-view-new-window-function): Add assertion.
17639         (doc-view-doc-type): New var.
17640         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
17641         (doc-view-intersection): New fun.
17642         (doc-view-mode): Use it to set the new var.
17644 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
17646         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
17647         (doc-view-already-converted-p): New functions.
17648         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
17649         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
17650         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
17651         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
17652         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
17653         (doc-view-convert-current-doc): Don't hardwire the functions the
17654         sentinels call.  Now they're provided by two args CALLBACK and
17655         CB-ARGS to the functions.
17656         (doc-view-search): Use doc-view-doc->txt.
17657         (doc-view-initiate-display): Use doc-view-already-converted-p.
17658         Mention new binding C-c C-t if doc-view-mode doesn't work.
17660 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
17662         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
17664 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17666         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
17667         Mark " outside of tags as punctuation.
17669 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17671         * menu-bar.el (minibuffer-local-map): Use the same command for the
17672         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
17673         Prefer RET over C-j for exit-minibuffer.
17675         * files.el (display-buffer-other-frame): Eliminate problematic code.
17677         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
17678         (menu-bar-select-buffer): Remove.
17679         (menu-bar-select-frame): Make non-interactive and take a frame arg.
17680         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
17682 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
17684         * icomplete.el (icomplete-completions): Remove obsolete code.
17686         * net/net-utils.el (iwconfig-program-options): Doc fix.
17687         (net-utils-run-program, run-network-program): Define as functions.
17689 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
17691         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
17693 2008-03-11  Glenn Morris  <rgm@gnu.org>
17695         * faces.el (mode-line-emphasis): New face.
17696         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
17698         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
17700 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
17702         * simple.el (set-mark-command): Doc fix.
17704 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17706         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
17708         * emacs-lisp/autoload.el (autoload-find-destination):
17709         Don't force raw-text.
17711         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
17712         * calendar/cal-loaddefs.el: Don't version control.
17714 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17716         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
17717         entries and add :help to the existing ones.
17719 2008-03-10  Glenn Morris  <rgm@gnu.org>
17721         * calendar/cal-hebrew.el (date, entry, number): Move declarations
17722         to where they are needed.
17724         * calendar/calendar.el (diary-file, hebrew-holidays-1)
17725         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17726         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
17727         (calendar-version): Doc fixes.
17728         (calendar-absolute-from-gregorian): Use zerop.
17729         (calendar-mode-line-format): Make it a defcustom.
17731         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
17732         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
17733         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
17734         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
17735         (mark-included-diary-files, mark-calendar-days-named)
17736         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
17737         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
17738         (insert-monthly-diary-entry, insert-yearly-diary-entry)
17739         (insert-anniversary-diary-entry, insert-block-diary-entry)
17740         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
17741         (diary-font-lock-sexps): Doc fixes.
17742         (diary-remind-message, mark-calendar-month): Use zerop.
17743         (diary-attrtype-convert, diary-pull-attrs): Simplify.
17744         (diary-list-entries): Revert let to let* (previous change).
17746         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
17748 2008-03-10  Kim F. Storm  <storm@cua.dk>
17750         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
17751         function aliases for the old names.
17753 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
17755         * iswitchb.el (iswitchb-use-faces): Doc fix.
17756         (iswitchb-buffer-ignore, iswitchb-read-buffer):
17757         Fix typos in docstrings.
17759 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17761         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
17762         Fix typo.
17763         (verilog-type-font-keywords): Reindent.
17765 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
17767         * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
17768         Fix bug in the grouping-keyword regular expression.
17769         (verilog-font-lock-keywords): Allow users to toggle special
17770         highlight of grouping-keywords.
17771         (verilog-highlight-grouping-keywords): The toggle for special
17772         highlighting of grouping keywords.
17774 2008-03-10  Juri Linkov  <juri@jurta.org>
17776         * startup.el: Revert 2008-02-28 change that adds initial message
17777         to *scratch* buffer regardless of the value of
17778         `inhibit-startup-screen'.
17780 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
17782         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
17783         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
17784         * progmodes/verilog-mode.el (verilog-mode):
17785         * net/socks.el (socks):
17786         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
17788 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17790         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
17791         (doc-view-bookmark-make-record): Use them.
17792         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
17793         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
17795         * bookmark.el (bookmark-make-record-function): Change expected return
17796         value to include a suggested bookmark name.
17797         (bookmark-make): Split into bookmark-make-record and bookmark-store.
17798         Fix reversed `overwrite' semantics.
17799         (bookmark-set): Call bookmark-make-record before prompting the user.
17800         Then pass the result to bookmark-store later on.
17801         (bookmark-make-name-function): Remove.
17802         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
17803         * info.el (bookmark-make-name-function): Remove.
17804         (Info-mode): Don't set it.
17805         (Info-bookmark-make-name): Remove.
17806         (Info-bookmark-make-record): Use Info-current-node as suggested default
17807         bookmark name.
17809         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
17810         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
17811         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
17812         (bookmark-annotation-buffer, bookmark-annotation-file)
17813         (bookmark-annotation-point, bookmark-send-annotation)
17814         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
17815         (bookmark-edit-annotation-text-func): Rename from
17816         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
17817         (bookmark-edit-annotation-mode-map): Move initialization into
17818         declaration.
17820         * bookmark.el: Remove spurious * in docstrings.
17821         (bookmark-minibuffer-read-name-map): New var.
17822         (bookmark-set): Use it.  Also pass the default value as it should.
17823         (bookmark-send-edited-annotation): Take no chances with text properties.
17824         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
17825         (bookmark-insert-buffer-name): Remove.
17826         (bookmark-buffer-file-name): Signal an error rather than returning nil.
17828 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
17830         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
17832 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
17834         * diff-mode.el (diff-mode-menu): Add :help.
17836 2008-03-09  Glenn Morris  <rgm@gnu.org>
17838         * calendar/calendar.el (general-holidays, oriental-holidays)
17839         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
17840         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
17841         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
17842         (calendar-holidays): Restore autoload cookies, because people are
17843         used to using these variables without loading calendar.el.
17845         * calendar/cal-islam.el (diary-islamic-date): Move to end.
17846         (date, number): Declare where needed.
17848         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
17849         (list-sexp-diary-entries): Doc fixes.
17850         (diary-list-entries): Doc fix.  Remove free variable `entry'.
17851         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
17852         Simplify setting of `date-holiday-list'.
17853         (mark-diary-entries): Remove free variable `entry'.
17854         (diary-list-entries, include-other-diary-files, fancy-diary-display):
17855         Use let where let* is not needed.
17857 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17859         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
17860         make-record function, instead paste it in afterwards.
17861         (bookmark-make-record-for-text-file):
17862         * doc-view.el (doc-view-bookmark-make-record):
17863         * info.el (Info-bookmark-make-record): Don't mess with annotations.
17865 2008-03-08  Glenn Morris  <rgm@gnu.org>
17867         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
17869 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17871         * calendar/diary-lib.el (diary-list-entries)
17872         (include-other-diary-files, mark-diary-entries)
17873         (mark-sexp-diary-entries, mark-included-diary-files)
17874         (diary-entry-time, list-sexp-diary-entries): Remove the special
17875         handling of ^M that dates back to the use of selective-display.
17876         (simple-diary-display): Obey setting of pop-up-frames.
17877         (body, entry): Remove unnecessary declarations.
17879         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
17880         (bookmark-get-annotation, bookmark-set-annotation)
17881         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17882         (bookmark-set-position, bookmark-get-front-context-string)
17883         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17884         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
17885         * info.el (Info-bookmark-make-record): Don't bother recording point.
17886         (bookmark-get-filename, bookmark-get-front-context-string)
17887         (bookmark-get-rear-context-string, bookmark-get-position):
17888         Don't declare any more.
17889         (bookmark-get-info-node): Remove.
17890         (bookmark-prop-get): Declare.
17891         (Info-bookmark-jump): Use it.
17893 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
17895         * subr.el (while-no-input): Don't splice BODY directly into the
17896         `or' form.
17898 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
17900         * diff-mode.el (diff-ignore-whitespace-hunk):
17901         Bind inhibit-read-only before trying to change the buffer.
17903 2008-03-08  Glenn Morris  <rgm@gnu.org>
17905         * calendar/appt.el (appt): Move custom group here from calendar.el.
17906         (appt-disp-window, appt-convert-time): Doc fixes.
17908         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
17909         (calendar-bahai-mark-date-pattern):
17910         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
17911         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
17912         * calendar/cal-julian.el (calendar-absolute-from-julian):
17913         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
17915         * calendar/cal-china.el (chinese-calendar): Move custom group here from
17916         calendar.el.
17917         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17918         Make constants.
17919         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
17920         (chinese-calendar-daylight-savings-starts)
17921         (chinese-calendar-daylight-savings-ends)
17922         (chinese-calendar-daylight-savings-starts-time)
17923         (chinese-calendar-daylight-savings-ends-time)
17924         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
17925         Doc fixes.
17927         * calendar/cal-coptic.el (coptic-name): Add doc string.
17929         * calendar/cal-french.el (french-calendar-month-name-array)
17930         (french-calendar-day-name-array, french-calendar-special-days-array):
17931         Add doc strings.
17933         * calendar/cal-bahai.el (diary-bahai-mark-entries)
17934         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17935         (diary-bahai-insert-yearly-entry):
17936         * calendar/cal-dst.el (calendar-next-time-zone-transition)
17937         (calendar-time-zone):
17938         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
17939         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
17940         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
17941         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
17942         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
17943         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
17944         (list-islamic-diary-entries, mark-islamic-diary-entries)
17945         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17946         (insert-yearly-islamic-diary-entry):
17947         * calendar/cal-iso.el (calendar-iso-read-args):
17948         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
17949         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
17950         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17951         (calendar-next-calendar-round-date)
17952         (calendar-mayan-long-count-common-era):
17953         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
17954         (cal-menu-x-popup-menu, calendar-mouse-holidays)
17955         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
17956         (calendar-mouse-goto-date):
17957         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
17958         * calendar/holidays.el (holidays):
17959         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
17960         * calendar/time-date.el (date-to-time, time-subtract, time-add)
17961         (safe-date-to-time): Doc fixes.
17963         * calendar/cal-persia.el (persian-calendar-month-name-array)
17964         (persian-calendar-epoch): Make constants.
17966         * calendar/cal-tex.el (calendar-tex): Move custom group here from
17967         calendar.el.
17969         * calendar/cal-x.el (diary-frame-parameters)
17970         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
17971         (calendar-after-frame-setup-hooks): Make defcustoms.
17972         (calendar-one-frame-setup, calendar-only-one-frame-setup)
17973         (calendar-two-frame-setup): Doc fix.
17975         * calendar/cal-loaddefs.el: New file.
17977         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17978         * calendar/cal-french.el, calendar/cal-html.el:
17979         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17980         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17981         * calendar/cal-tex.el, calendar/cal-x.el:
17982         Unquote lambda functions.  Add autoload cookies to functions formerly
17983         autoloaded in calendar.el.  Set `generated-autoload-file' to
17984         "cal-loaddefs.el".
17986         * calendar/calendar.el: Move many autoloads to separate file,
17987         cal-loaddefs.el.  Move defcustoms to start and re-order.
17988         (calendar-month-name-array, calendar-starred-day): No need to
17989         declare for compiler.
17990         (cal-loaddefs): Require it.
17991         (appt, chinese-calendar, calendar-tex): Move custom groups to the
17992         appropriate file.
17993         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
17994         Reverse logic.
17995         (diary-face, diary-file-name-prefix-function, diary-include-string)
17996         (diary-glob-file-regexp-prefix, diary-face-attrs)
17997         (diary-file-name-prefix, sexp-diary-entry-symbol)
17998         (print-diary-entries-hook, list-diary-entries-hook)
17999         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
18000         (nongregorian-diary-marking-hook, diary-list-include-blanks):
18001         Move to diary-lib.
18002         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
18003         (all-bahai-calendar-holidays): Doc fix.
18004         (calendar-insert-indented): Doc fix.  Use when rather than if.
18005         (exit-calendar): Use mapc rather than mapcar.
18006         (calendar-cursor-to-date): Use zerop.
18007         (calendar-mark-ring): Add doc-string.
18008         (calendar-starred-day): Defvar it.
18009         (calendar-mode): Make calendar-starred-day local.
18010         (calendar-star-date): No need to make calendar-starred-day local.
18012         * calendar/diary-lib.el: Move defcustoms to start.
18013         (diary-include-string, diary-list-include-blanks)
18014         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
18015         (diary-file-name-prefix, diary-file-name-prefix-function)
18016         (sexp-diary-entry-symbol, list-diary-entries-hook)
18017         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
18018         (nongregorian-diary-marking-hook, print-diary-entries-hook):
18019         Move here from calendar.el.
18020         (diary-file-name-prefix-function): Use 'identity.
18021         (diary-face): Make it a defcustom, and mark as obsolete.
18022         (top-level): No need to require cal-hebrew, cal-islam when compiling.
18023         (calendar-hebrew-month-name-array-leap-year)
18024         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
18025         Define for compiler.
18026         (diary-font-lock-keywords): Use format rather than concat.
18027         Add bahai-diary-entry-symbol.
18029         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
18030         * calendar/solar.el: Unquote lambda functions.
18032         * calendar/solar.el (calendar-location-name, calendar-latitude)
18033         (calendar-longitude, solar-setup, solar-sin-degrees)
18034         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
18035         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
18036         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
18037         (solar-exact-local-noon, solar-julian-ut-centuries)
18038         (solar-ephemeris-time, solar-date-next-longitude)
18039         (solar-horizontal-coordinates, solar-equatorial-coordinates)
18040         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
18041         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
18042         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
18043         Doc fixes.
18044         (solar-horizontal-coordinates, solar-equatorial-coordinates)
18045         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
18046         (solar-ecliptic-coordinates): Use unless.
18047         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
18048         Use or.
18050         * calendar/timeclock.el: Add doc-strings to all functions.
18051         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
18052         (timeclock-entry-list-length, timeclock-entry-list-projects)
18053         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
18055         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
18057         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
18058         (org-get-entries-from-diary): Require diary-lib.
18060 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
18062         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
18063         Pacify byte-compiler.
18065 2008-03-07  Alan Mackenzie  <acm@muc.de>
18067         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
18068         paren/bracket pairs parsed, to solve performance problem.
18070 2008-03-07  Bastien Guerry  <bzg@altern.org>
18072         * bookmark.el (bookmark-set): Don't check for
18073         `bookmark-make-name-function' since `bookmark-buffer-file-name'
18074         already takes care of this.
18075         (bookmark-buffer-name, bookmark-buffer-file-name):
18076         Remove Info-mode specific code.
18078         * info.el (bookmark-get-info-node): Define this function in
18079         info.el, not in bookmark.el.
18080         (Info-mode): Set `bookmark-make-name-function' to
18081         `Info-bookmark-make-name' locally.
18082         (Info-bookmark-make-name): New function.
18084         * bookmark.el (bookmark-make-name-function): New variable.
18086 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
18088         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
18089         buffer-local, not `bookmark-make-cell-function' (the old name).
18091 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
18093         * doc-view.el (doc-view-bookmark-make-record):
18094         * image-mode.el (image-bookmark-make-record):
18095         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
18097 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
18099         * vc.el (vc-status-menu-map-filter): Return orig-binding if
18100         boundp 'vc-ignore-menu-filter.
18101         (vc-status-tool-bar-map): Make it defvar.
18102         (vc-status-mode): vc-status-tool-bar-map now variable.
18103         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
18105 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
18107         Give a better name to part of the bookmark interface.
18109         This was originally a much larger change, but halfway through I
18110         updated and discovered that Stefan Monnier had done the rest.
18111         It looks like he anticipated the new name too, because he used
18112         `the-record' instead of `the-cell' for some internal variable names.
18114         * bookmark.el (bookmark-make-record-function): Was
18115         `bookmark-make-cell-function'.
18116         (bookmark-make, bookmark-send-annotation): Update for above.
18117         (bookmark-make-record-for-text-file):
18118         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
18120         * info.el: Adjust accordingly.
18121         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
18123         * image-mode.el: Adjust accordingly.
18124         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
18126         * doc-view.el: Adjust accordingly.
18127         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
18129 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18131         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
18132         Move initialization into declaration.
18133         (bookmark-get-info-node, bookmark-set-info-node): Remove.
18134         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
18135         (bookmark-info-current-node): Remove.
18136         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
18137         Add relocation fallback.  Set bookmark-current-bookmark.
18138         (bookmark-default-handler): Rename from bookmark-jump-noselect.
18139         Remove relocation fallback.  Don't set bookmark-current-bookmark.
18140         (bookmark-set): Let it be used even if there's no buffer-file-name
18141         as long as there is a bookmark-make-cell-function.
18142         * info.el (Info-bookmark-jump): Remove relocation fallback.
18143         Don't set bookmark-current-bookmark.
18145 2008-03-07  Glenn Morris  <rgm@gnu.org>
18147         * calendar/appt.el (appt-issue-message)
18148         (appt-message-warning-time, appt-audible, appt-visible)
18149         (appt-msg-window, appt-display-mode-line, appt-display-duration)
18150         (appt-display-diary): Remove autoload cookies.
18152         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
18153         Remove leading `*' from defcustom doc-strings.
18155         * calendar/cal-dst.el (calendar-dst): New custom group.
18156         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
18157         (calendar-time-zone, calendar-daylight-time-offset)
18158         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
18159         (calendar-daylight-savings-starts-time)
18160         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
18161         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
18162         Move to start.
18164         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
18166         * calendar/calendar.el (calendar-version): Use emacs-version and
18167         make it obsolete.  Move to end.
18168         (calendar-offset, view-diary-entries-initially)
18169         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
18170         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
18171         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
18172         (all-bahai-calendar-holidays, calendar-load-hook)
18173         (initial-calendar-window-hook, today-visible-calendar-hook)
18174         (today-invisible-calendar-hook, calendar-move-hook)
18175         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
18176         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
18177         (diary-include-string, sexp-diary-entry-symbol)
18178         (abbreviated-calendar-year, american-date-diary-pattern)
18179         (european-date-diary-pattern, european-calendar-display-form)
18180         (american-calendar-display-form, print-diary-entries-hook)
18181         (list-diary-entries-hook, diary-hook, diary-display-hook)
18182         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
18183         (nongregorian-diary-marking-hook, diary-list-include-blanks)
18184         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
18185         (local-holidays, other-holidays, hebrew-holidays-1)
18186         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
18187         (hebrew-holidays, christian-holidays, islamic-holidays)
18188         (bahai-holidays, solar-holidays, calendar-setup)
18189         (calendar-week-start-day): Remove autoload cookies.
18190         (diary-glob-file-regexp-prefix): Doc fix.
18191         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
18192         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
18193         (calendar-week-start-day, calendar-debug-sexp): Move to start.
18195         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
18196         (calendar-time-display-form, calendar-latitude)
18197         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
18198         cookies.
18199         (calendar-latitude, calendar-longitude): Move functions after
18200         variables.
18201         (diary-sabbath-candles-minutes): Move to start.
18202         (solar-setup): Use or rather than if.
18203         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
18204         Remove condition-case.
18205         (solar-atn2): Use zerop.
18206         (solar-equinoxes-solstices): Doc fix.
18208         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
18209         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
18211         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
18212         (calendar-longitude, calendar-latitude, calendar-location-name):
18213         Declare for compiler.
18215 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18217         * arc-mode.el (archive-ar-file-header-re): New const.
18218         (archive-ar-summarize, archive-ar-extract): New funs.
18219         (archive-find-type): Recognize ar archives.
18221         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
18222         New functions.
18224         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
18226 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
18228         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
18229         Replace :enable (mark-active) with :enable mark-active.
18231 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
18233         * vms-patch.el (make-legal-file-name): New obsolete alias.
18234         (make-valid-file-name): Rename from `make-legal-file-name'.
18235         (make-auto-save-file-name): Use it.
18237         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
18238         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
18239         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
18241         * textmodes/org.el (org-export-html-style): Doc fix.
18242         (org-get-legal-level): New obsolete alias.
18243         (org-get-valid-level): Rename from `org-get-legal-level'.
18244         (org-promote, org-demote, org-archive-subtree)
18245         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
18247 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
18249         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
18251         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
18252         (vc-status-toggle-mark): New functions.
18253         (vc-status-mode): Set tool bar map.
18255 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
18257         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
18258         Reported by Drew Adams <drew.adams@oracle.com>.
18260 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
18262         * subr.el (read-quoted-char): Resolve modifiers of the character
18263         event.
18265         * comint.el (comint-exec-1): Don't change the coding-system for
18266         decoding to dos-like EOL.
18267         (comint-carriage-motion): Fully rewrite.
18269 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
18271         * epg.el (epg-context-include-certs): Reflow docstring.
18272         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
18273         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
18274         (epg-context-set-signers, epg-context-set-sig-notations)
18275         (epg-make-import-status, epg-make-import-result)
18276         (epg-start-delete-keys): Fix typos in docstrings.
18277         (epg-start-sign-keys, epg-sign-keys):
18278         Fix typos in obsolescence declarations.
18280         * iswitchb.el: Don't check for `cadr' and `last'.
18281         (iswitchb-define-mode-map, iswitchb-default-keybindings):
18282         Add obsolescence declaration and remove redundant info from docstring.
18283         (iswitchb-set-common-completion, iswitchb-set-matches)
18284         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
18285         (recentf-list, most-len, most-is-exact):
18286         Don't wrap defvars within `eval-when-compile'.
18288 2008-03-05  Glenn Morris  <rgm@gnu.org>
18290         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
18291         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
18292         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
18293         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
18294         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
18296         * ediff-hook.el (ediff-window-setup-function): Don't autoload
18297         declaration for compiler.
18298         (ediff-xemacs-init-menus): Use when rather than if.
18300         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
18301         if+and to just and.
18302         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
18303         (ediff-delete-overlay): Move the XEmacs test inside the definition.
18305         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
18307         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
18308         test inside XEmacs test.
18309         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
18310         since it was doing nothing on Emacs.
18311         (ediff-make-bullet-proof-overlay): Use when rather than if.
18313         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
18314         (ediff-setup-control-frame): Remove
18315         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
18316         a (featurep 'xemacs) test.
18318 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
18320         * calc/calc-ext.el (calc-extended-command-history): New variable.
18321         (calc-execute-extended-command): Use `calc-extended-command-history'.
18323 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
18325         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
18326         (standard-mode-line-position): Add mouse-face.
18328         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
18329         * progmodes/grep.el (grep-mode-map): Add :help.
18331         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
18332         initialize in one step.  Add :help.  Use :enable to activate menu
18333         items.  Show the key binding for edebug-defun.
18334         (lisp-interaction-mode-map): Add a menu.
18336         * term.el (term-mode-map): Define and initialize in one step.
18338         * ediff-init.el (ediff-color-display-p): Simplify.
18339         (Xor): Remove unused function.
18340         (ediff-with-syntax-table): Simplify for Emacs.
18342         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
18343         menu-bar being loaded, it always is.
18345 2008-03-05  Glenn Morris  <rgm@gnu.org>
18347         * textmodes/tex-mode.el (tex-mode): Suppress warning about
18348         multiple definitions when compiling.
18350 2008-03-04  Alan Mackenzie  <acm@muc.de>
18352         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
18354         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
18355         doc-string, "c-old-LEN" -> "c-old-END".
18357 2008-03-04  Jason Rumney  <jasonr@gnu.org>
18359         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
18360         namespaces.
18362 2008-03-04  Glenn Morris  <rgm@gnu.org>
18364         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
18366         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
18367         than mapcar.
18369 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18371         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
18372         (byte-compile-nilconstp): Can't use recursion in a defsubst.
18374         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
18375         so that M-q can fill comments.
18376         (tex-executable-exists-p, tex-compile): Extend with special syntax for
18377         commands implemented in elisp.
18378         (tex-compile-commands): Add an entry to use doc-view for pdf files.
18379         (tex-format-cmd): New function.
18380         (tex-compile): Use it to let the user specify default arguments.
18381         (tex-cmd-bibtex-args): New var.
18382         (tex-cmd-doc-view): New function.
18384 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
18386         * faces.el (face-spec-set): Fix typos in docstring.
18388 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
18390         * bindings.el (mode-line-column-line-number-mode-map): New variable.
18391         (standard-mode-line-position): Use it to add a menu for toggling
18392         column number and line number display.
18394 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18396         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18397         Remove optimization that was working around the form-code-walker bug.
18399         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18400         Walk into the body of lambdas after byte-compile-unfold-lambda.
18402 2008-03-03  Glenn Morris  <rgm@gnu.org>
18404         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
18405         value, if set, over frame value.
18407         * simple.el (transient-mark-mode): Don't turn on by default.
18409         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
18410         accidentally removed by the 2007-12-05 merge from Gnus.
18412 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
18414         * progmodes/compile.el (compilation-menu-map): Add menu entries
18415         for useful options.
18417 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
18418             Glenn Morris  <rgm@gnu.org>
18420         * emacs-lisp/bytecomp.el (byte-recompile-directory)
18421         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
18422         Give a `bytecomp-' prefix to local variables with common names.
18424 2008-03-01  Glenn Morris  <rgm@gnu.org>
18426         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18427         Restore code commented out 2007-11-10.
18429         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
18431         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
18432         Delete macro.
18433         * emulation/viper-cmd.el, emulation/viper-ex.el:
18434         * emulation/viper-init.el, emulation/viper-keym.el:
18435         * emulation/viper-mous.el, emulation/viper-util.el:
18436         * emulation/viper.el:
18437         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
18438         featurep test.
18440         Replace obsolete frame-local variables with frame-parameters.
18441         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
18442         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
18443         (viper-vi-state-cursor-color): Only call make-variable-frame-local
18444         on XEmacs.
18445         * emulation/viper-util.el (viper-frame-value): New macro.
18446         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
18447         (viper-R-state-post-command-sentinel)
18448         (viper-replace-state-post-command-sentinel)
18449         (viper-change-state-to-insert, viper-change-state-to-emacs):
18450         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
18451         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
18452         (viper-get-saved-cursor-color-in-insert-mode)
18453         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
18454         Use viper-frame-value for viper-replace-overlay-cursor-color,
18455         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
18456         viper-vi-state-cursor-color values.
18458         * emulation/viper-cmd.el (zmacs-region-stays):
18459         * emulation/viper-util.el (zmacs-region-stays): No need to define
18460         for compiler.
18462         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
18463         mapcar on Emacs.
18465         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
18466         on XEmacs.
18468         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
18469         rather than if.
18471 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18473         * whitespace.el: New version 9.3.  As the glyph code generation was
18474         fixed, it is possible now to use character code above ?\x1FFFF in the
18475         display table.  Fix `whitespace-indentation-regexp' to not include an
18476         extra ending character.  Reported by Michael Welsh Duggan
18477         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
18478         the original whitespace package had.  Suggested by Eric Cooper
18479         <ecc@cmu.edu>.  Doc fix.
18480         (whitespace-action): New option.
18481         (whitespace-display-mappings): Changed default newline visualization to
18482         display downwards arrow, as the glyph code generation was fixed.
18483         (whitespace-unload-function): Assure that all local whitespace mode is
18484         turned off.
18485         (whitespace-global-modes): Fix type customization.
18486         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
18487         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
18488         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
18489         Fix code.
18490         (whitespace-buffer): Command removed.
18491         (whitespace-trailing-regexp, whitespace-mark-x)
18492         (whitespace-display-window, whitespace-action-when-on)
18493         (whitespace-add-local-hook, whitespace-remove-local-hook)
18494         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
18495         (whitespace-action): New funs.
18496         (whitespace-report-list, whitespace-report-text)
18497         (whitespace-report-buffer-name): New consts.
18498         (whitespace-report, whitespace-report-region): New commands.
18500 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18502         * disp-table.el (make-glyph-code): Don't test the result of
18503         `face-id', which already signals an error for invalid faces.
18504         (glyph-face): Simplify.
18506         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
18507         running `desktop-not-loaded-hook' to allow modifying it.
18508         Don't show warning message if `desktop-dirname' was modified.
18510 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18512         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
18513         we still expect more lines.
18515         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
18516         comment-paragraph filling if the commark doesn't match
18517         comment-start-skip.
18519 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
18521         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
18522         the `imap' variant.
18524 2008-03-01  Jason Rumney  <jasonr@gnu.org>
18526         * files.el (make-auto-save-file-name): Encode more characters in
18527         non-file buffer names.  Use url-encoding.
18529 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18531         * net/net-utils.el (ftp-program): Fix typo in docstring.
18532         (ifconfig-program-options, netstat-program-options)
18533         (arp-program-options, route-program-options, nslookup-program-options)
18534         (ftp-program-options, smbclient-program-options)
18535         (dns-lookup-program-options, arp, route): Doc fixes.
18537         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
18538         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
18539         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
18540         Fix typos in docstrings.
18541         (gdb-pending-triggers): Reflow docstring.
18542         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
18544 2008-03-01  Alan Mackenzie  <acm@muc.de>
18546         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
18547         typing "#" at EOB.
18549 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
18551         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
18553 2008-02-29  Kim F. Storm  <storm@cua.dk>
18555         * emulation/cua-base.el (cua-remap-control-v)
18556         (cua-remap-control-z): New defcustoms.
18557         (cua-mode): Add them to set-after property.
18558         (cua--init-keymaps): Use them.
18559         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
18561         * help.el (view-emacs-todo): Rename from view-todo.
18562         (describe-gnu-project): Rename from describe-project.  Users changed.
18563         (view-help-file): New helper function.
18564         (describe-distribution, describe-copying, describe-gnu-project)
18565         (view-todo, view-order-manuals, view-emacs-problems): Use it.
18566         (view-emacs-debugging, view-external-packages): New commands.
18567         (help-map): Move describe-distribution to C-h C-o (ordering).
18568         Move view-emacs-problems to C-h C-p (problems).
18569         Bind view-emacs-debugging to C-h C-d (debugging).
18570         Bind view-external-packages to C-h C-e (extras).
18571         (help-for-help-internal): Cleanup and align descriptions.
18572         Remove command names to reduce clutter.
18574 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
18576         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
18577         and quieter face (not a warning).
18579 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
18581         * vc.el (vc-status-crt-marked): New variable.
18582         (vc-status-mode): Make it local.
18583         (vc-status-refresh): Use it to save the marked files.
18584         (vc-update-vc-status-buffer): Use it to restore the marked files.
18586         * vc-svn.el (vc-svn-after-dir-status):
18587         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
18589 2008-02-29  Glenn Morris  <rgm@gnu.org>
18591         * allout.el (allout-topic-encryption-bullet)
18592         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
18593         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
18594         from 22.0 to 22.1.
18596         * net/imap.el (imap-ping-server):
18597         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
18598         Change defcustom :version from 23.0 to 23.1.
18600 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
18602         * desktop.el (desktop-save): Save the buffer name if the
18603         uniquified base name is empty.
18605 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
18607         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
18608         correctly when user has "set print address off".
18610 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
18612         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
18613         version number of the next major Emacs release, not 23.0.
18615         * longlines.el (longlines-unload-function): New function.
18617 2008-02-28  Juri Linkov  <juri@jurta.org>
18619         * startup.el (normal-splash-screen): Add argument `concise'.
18620         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
18621         to the created buffer.  If `concise' is non-nil, call
18622         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
18623         (display-startup-screen): Add argument `concise' to the call to
18624         `normal-splash-screen'.
18626 2008-02-28  Kim F. Storm  <storm@cua.dk>
18628         * startup.el (startup-echo-area-message): Check for about-emacs.
18630 2008-02-28  Juri Linkov  <juri@jurta.org>
18632         * startup.el: Always add initial message to *scratch* buffer if
18633         `initial-scratch-message' is non-nil regardless of the value of
18634         `inhibit-startup-screen'.
18635         (inhibit-startup-screen, initial-scratch-message): Doc fix.
18636         (command-line-1): Move code that inserts `initial-scratch-message'
18637         up before the if-form that checks for `inhibit-startup-screen'.
18638         Suggested by Jonathan Rockway <jon@jrock.us>.
18640 2008-02-28  Juri Linkov  <juri@jurta.org>
18642         * cus-edit.el (custom-mode-map, custom-mode-link-map):
18643         Rename `custom-mode' to `Custom-mode' in docstrings.
18644         (custom-buffer-create-internal, customize-browse):
18645         Rename `custom-mode' to `Custom-mode'.
18646         (custom-mode-hook): Rename to `Custom-mode-hook'.
18647         (Custom-mode-hook): Renamed from `custom-mode-hook'.
18648         (custom-mode): Rename to `Custom-mode'.
18649         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
18650         (custom-mode): Add backward-compatible non-interactive variant of
18651         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
18652         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
18654         * info-look.el: Rename `custom-mode' to `Custom-mode'.
18656         * emulation/viper.el (viper-emacs-state-mode-list):
18657         Rename `custom-mode' to `Custom-mode'.
18659         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
18660         Capitalize "Tagged Files".
18661         (minibuffer-local-map): Add menu items for next/previous
18662         history elements and isearch history forward/backward.
18664         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
18665         `hs-isearch-open' with t instead of `comment' in :selected
18666         for "Code and Comment blocks" menu item.
18668 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18670         * uniquify.el (uniquify-buffer-base-name): Undo last change.
18671         Should be done in desktop.el instead.
18673 2008-02-28  Glenn Morris  <rgm@gnu.org>
18675         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
18677         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
18679         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
18680         (Info-menu, Info-goto-node): Remove declarations.
18681         (report-emacs-bug-info): Use info rather than Info-goto-node.
18683         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
18684         (idlwave-convert-xml-system-routine-info): Don't require xml.
18685         (idlwave-show-commentary, idlwave-shell-show-commentary):
18686         Don't require finder.
18687         (idlwave-info): Don't require info.  Use info rather than
18688         Info-goto-node.
18690         * textmodes/org.el (Info-goto-node): Remove declaration.
18691         (org-info): Use info rather than Info-goto-node.
18693         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
18694         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
18696 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
18698         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
18699         the menu.
18701         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
18702         (vc-finish-logentry): Check for vc-status-mode, not only for
18703         vc-dired-mode.
18705 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
18707         * isearch.el (isearch-printing-char): Don't check
18708         keyboard-coding-system.
18709         Call isearch-process-search-multibyte-characters only when
18710         current-input-method is non-nil.
18712 2008-02-27  Kim F. Storm  <storm@cua.dk>
18714         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
18715         (glyph-char, glyph-face): Handle cons encoding.
18717 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
18719         * uniquify.el (uniquify-buffer-base-name): If the base name is an
18720         empty string, return nil to allow the caller to default to the
18721         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
18723         * tool-bar.el (tool-bar-setup): Doc fix.
18725         * mail/supercite.el (sc-describe):
18726         Fix typos in obsolescence declaration.
18728 2008-02-27  Glenn Morris  <rgm@gnu.org>
18730         * autoinsert.el (auto-insert-alist): Change permission text to
18731         match FSF's GPLv3 form.
18733         * mail/supercite.el (sc-cite-original): Doc fix.
18734         (sc-version): Make obsolete.
18735         (sc-describe): Show the SC info page.  Make obsolete.
18737 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18739         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
18740         when using transient-mark-mode.
18741         (default-indicate-unused-lines): Remove unused var.
18743 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
18745         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
18746         and previous.
18748         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
18750 2008-02-26  Glenn Morris  <rgm@gnu.org>
18752         * net/net-utils.el (top-level): Don't require comint when compiling.
18753         (nslookup-font-lock-keywords): Don't require font-lock.
18754         Use font-lock faces rather than variables.
18755         (nslookup, ftp, smbclient, network-service-connection):
18756         Don't require comint.
18757         (comint-prompt-regexp, comint-input-autoexpand)
18758         (comint-input-ring): Declare for compiler.
18759         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
18760         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
18762         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
18763         doc-string.
18765 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18767         * doc-view.el (doc-view-current-page): Add a `win' argument.
18769 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18771         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
18772         Demote it to plain defvar.
18773         (doc-view-conversion-refresh-interval): Reduce interval.
18774         (doc-view-goto-page): Allow moving to pages not yet rendered.
18775         (doc-view-goto-page): Construct a file name rather than extracting it
18776         from doc-view-current-files.
18777         (doc-view-kill-proc): Ignore errors from kill-process.
18778         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
18779         (doc-view-insert-image): Use appropriate text if the page hasn't been
18780         rendered yet.  Adjust scrolling so the text is displayed.
18781         (doc-view-display): Detect not just that a page is available, but also
18782         that it wasn't available before, so as to avoid refreshing all pages
18783         repeatedly.
18784         (doc-view-mode): Make doc-view-cache-directory if needed.
18786 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18788         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
18789         toggle-read-only.
18791         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
18792         refering to a missing required field with the OPT prefix.
18793         Make unwindform more robust.
18795         * textmodes/bibtex.el: Remove support for hideshow minor mode as
18796         it duplicates the bibtex support in progmodes/hideshow.el.
18797         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
18798         entries that do not start at the beginning of a line.
18800 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
18802         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
18804 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
18806         * help-fns.el (describe-variable): Add phrases about
18807         initialization file with and without customization;
18808         use new button type help-info-variable.
18810         * help-mode.el (help-info-variable):
18811         New button able to read Info files for help-fns.el.
18813 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
18815         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
18816         (grep-mode): Use grep-mode-tool-bar-map.
18818         * progmodes/compile.el (tool-bar): Require tool-bar.
18819         (compilation-mode-tool-bar-map): New variable.
18820         (compilation-mode): Use compilation-mode-tool-bar-map.
18822         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
18824 2008-02-25  Glenn Morris  <rgm@gnu.org>
18826         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
18828 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18830         * diff-mode.el (diff-file-junk-re): New const.
18831         (diff-beginning-of-file-and-junk): Use it.
18832         (diff-file-kill): Make sure we were really inside a file diff.
18834         * diff-mode.el: Make it more robust in the presence of empty context
18835         lines in unified hunks.
18836         (diff-valid-unified-empty-line): New var.
18837         (diff-unified->context, diff-sanity-check-hunk): Obey it.
18838         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
18839         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
18840         (diff-hunk-header-re-unified): New const.
18841         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
18842         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
18843         (diff-sanity-check-hunk): Use it.
18845         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
18846         Index: line, don't search backward for the previous one.
18848 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
18850         * international/fontset.el (setup-default-fontset): Add non-OTF
18851         lao font for lao script.
18853         * language/tibetan.el: Register tibetan-composition-function in
18854         composition-function-table.
18856         * language/tibet-util.el (tibetan-composition-function):
18857         Adjust for the new calling way (argument changed).  Try font-shape-text
18858         if possible.
18860         * language/lao.el: Register lao-composition-function in
18861         composition-function-table.
18863         * language/lao-util.el (lao-composition-function): Adjust for the new
18864         calling way (argument changed).  Try font-shape-text if possible.
18866 2008-02-25  Jason Rumney  <jasonr@gnu.org>
18868         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
18870 2008-02-25  Juri Linkov  <juri@jurta.org>
18872         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
18873         background, "red4" for a dark background, "red" for 16 and
18874         8 colors, "grey" for grayscale, and inverse video otherwise.
18875         Add :version tag.
18876         (isearch-message): Keep the original isearch-message intact, and
18877         add text properties to it where necessary.  Add `isearch-error' to
18878         the condition that checks if isearch is unsuccessful.
18880 2008-02-24  Juri Linkov  <juri@jurta.org>
18882         * progmodes/compile.el (compilation-handle-exit):
18883         Use compilation-error face instead of font-lock-warning-face.
18884         Display the same message in the minibuffer as is inserted
18885         at the end of the compilation buffer.
18887 2008-02-24  Glenn Morris  <rgm@gnu.org>
18889         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
18890         multiple file case.
18892         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
18894         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
18895         multiple file case.  Use a single `let' rather than two.
18897 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18899         * progmodes/compile.el (compilation-start): Specify a face for
18900         mode-line-process.
18901         (compilation-handle-exit): Specify a face and a tooltip for
18902         mode-line-process.
18904 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18906         * hilit-chg.el: Remove spurious * in defcustom docstrings.
18907         (hilit-chg-make-ov): Simplify.
18908         (hilit-chg-fixup): Use remove-overlays.
18909         (hilit-chg-set-face-on-change): Remove redundant call to
18910         `remove-text-properties'.
18912         * dired.el (dired-mark-prompt): Don't count/display the t element.
18913         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
18915 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
18917         * progmodes/verilog-mode.el (eval-when-compile): Don't define
18918         add-submenu.
18919         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
18920         Remove.  Move contents to the only use ...
18921         (verilog-menu): ... here.
18922         (verilog-statement-menu): Remove.  Move contents to the only use ...
18923         (verilog-stmt-menu): ... here.
18924         (verilog-mark-defun): Simply call mark-defun for emacs.
18925         (occur-pos-list): Declare for byte compiler.
18926         (mode-popup-menu): Don't defvar.
18927         (verilog-add-statement-menu): Remove.
18928         (verilog-mode-hook): Don't add verilog-add-statement-menu.
18929         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
18931 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
18933         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
18934         conditional.
18935         (verilog-font-grouping-keywords-face): Make the begin..end
18936         keywords standout more than other verilog keywords.
18937         (verilog-type-font-keywords): Move the begin..end out of this list
18938         to facilitate making them to (potentially) stand out more.
18939         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
18940         function & task blocks.
18941         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
18942         initial, function & task blocks.
18943         (verilog-forward-sexp): Handle the new "disable fork" statement of
18944         IEEE-1800 Verilog.
18945         (verilog-beg-block-re-ordered): Handle the new "disable fork"
18946         statement of IEEE-1800 Verilog.
18947         (verilog-calc-1): Handle the new "disable fork" statement of
18948         IEEE-1800 Verilog.
18949         (verilog-disable-fork-re): Add const to help handle the new
18950         "disable fork" statement of IEEE-1800 Verilog.
18951         (verilog-declaration-core-re): Add port directions by themselves,
18952         with no qualification, as base item of a declaration.
18953         (verilog-pretty-declarations): Add new flag to ask it to refrain
18954         from printing to the message buffer.
18955         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
18956         printing to the message buffer.  Improve handling of the many
18957         types of expression line up.
18958         (verilog-just-one-space): Remove printing of an empty message.
18959         (verilog-get-lineup-indent): Rework to support the better handling
18960         of expression lineup for verilog-pretty-expr.
18961         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18963 2008-02-24  Alan Mackenzie  <acm@muc.de>
18965         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
18966         yesterday's commit.
18968 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
18970         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
18971         to mouse-set-point in buffers that aren't associated with files.
18973         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
18975 2008-02-24  Alan Mackenzie  <acm@muc.de>
18977         Set of changes so that "obtrusive" syntactic elements in a
18978         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
18979         unmatched paren) don't interact syntactically with stuff outside
18980         the CPP line.
18982         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
18983         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
18984         off-by-one bug.
18985         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
18986         a bit of refactoring.
18987         (c-awk-extend-and-syntax-tablify-region): Takes some of the
18988         functionality of c-awk-advise-fl-for-awk-region, which has been
18989         refactored away.
18991         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
18992         (c-clear-char-property-with-value): New function and macro which
18993         remove text-properties `equal' to a supplied value.
18995         * progmodes/cc-engine.el: Comment about text properties amended.
18997         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
18998         parens around "error\\|warning".
19000         * progmodes/cc-langs.el (c-get-state-before-change-function)
19001         (c-before-font-lock-function, c-anchored-cpp-prefix):
19002         New language variables.
19003         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
19005         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
19006         syntax-table text properties.
19007         (c-common-init): Call language specific before/after-change
19008         functions at mode initialisation.
19009         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
19010         (c-extend-region-for-CPP, c-neutralize-CPP-line)
19011         (c-neutralize-syntax-in-CPP): New functions.
19012         (c-before-change, c-after-change): Call the new language specific
19013         change functions defined in cc-langs.el.
19014         (c-advise-fl-for-region): New macro.
19015         (awk-mode): Remove AWK specific stuff which has been refactored
19016         into language independent stuff.
19018 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
19020         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
19021         (gdb): (Re)set gdb-flush-pending-output to nil here...
19022         (gdb-init-1): ...instead of here (before gdb-prompt).
19024 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19026         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
19027         Recognize ''' just like any other char-constant.
19029 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19031         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
19032         careful enough.  Detect the uid-change all within the main loop.
19034 2008-02-24  Stefan Monnier  <monnier@pastel.home>
19036         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
19038 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19040         * hilit-chg.el (highlight-save-buffer-state): New macro.
19041         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
19042         (hilit-chg-clear): Use it to preserve the modified-p flag.
19043         (highlight-changes-rotate-faces): Don't mess with the undo-list.
19045 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19047         * font-lock.el (font-lock-set-defaults): Unset previously set variables
19048         when needed.
19050 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
19052         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
19053         from gnus-button-url-regexp.
19055 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
19057         * progmodes/compile.el (compilation-next-error): Doc fix.
19058         (compilation-find-file): Doc fix.
19060 2008-02-24  Glenn Morris  <rgm@gnu.org>
19062         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
19063         Add obsolete aliases to the old names.
19065 2008-02-24  Richard Stallman  <rms@gnu.org>
19067         * net/net-utils.el (ifconfig): Rename from ipconfig.
19068         (ipconfig): Alias to ifconfig.
19069         (ifconfig-program): Rename from ipconfig-program.
19070         (ifconfig-program-options): Rename from ipconfig-program-options.
19072 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
19074         * progmodes/verilog-mode.el (verilog-declaration-core-re):
19075         Add port directions by themselves, with no qualification, as base
19076         item of a declaration.
19077         (verilog-pretty-declarations): Add new flag that inhibits printing
19078         to the message buffer.
19079         (verilog-pretty-expr): Add new flag that inhibits printing to the
19080         message buffer.  Improve handling of the many types of expression
19081         line up.
19082         (verilog-just-one-space): Don't print an empty message.
19083         (verilog-get-lineup-indent): Rework to support the better handling
19084         of expression lineup for verilog-pretty-expr.
19085         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
19086         (verilog-mode-version, verilog-mode-release-date): Update.
19088 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19090         * subr.el (cancel-change-group): Don't move point.
19092 2008-02-23  Markus Triska  <markus.triska@gmx.at>
19094         * linum.el (linum-after-config): Update all visible windows.
19096 2008-02-23  Glenn Morris  <rgm@gnu.org>
19098         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
19099         Add :help for Solitaire and Tetris.
19101         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
19103         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
19104         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
19105         (smtpmail-queue-index-file): Make it a defcustom.
19106         (smtpmail-queue-index): Delete.
19107         (smtpmail-send-it, smtpmail-send-queued-mail):
19108         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
19109         smtpmail-queue-index.
19111         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
19112         Add :version.
19114 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
19116         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
19117         New variables.
19118         (iwconfig): New function.
19120 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
19122         * vc.el (vc-find-revision): Make vc-parent-buffer local before
19123         setting it.
19124         (vc-status-menu-map): Do not define using easy-menu.
19125         (vc-status-menu-map): New defalias.
19126         (vc-status-mode-map): Hook up the menu.
19127         (top-level): Update TODO.
19129         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
19131         * vc-bzr.el (vc-bzr-init-version): Rename to ...
19132         (vc-bzr-init-revision): ... this.
19134 2008-02-23  Jason Rumney  <jasonr@gnu.org>
19136         * makefile.w32-in (WINS_ALMOST): Remove term.
19137         (WINS): Add term here.
19138         (custom-deps, finder-data): Use WINS_ALMOST.
19140 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
19142         * faces.el (font-weight-table): Fix value of `semi-light'.
19144 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19146         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
19147         Make those tables bijective.
19149 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
19151         Finish pdbtrack integration cleanup, settling missing-functions
19152         byte compiler warnings appropriately.
19154         * progmodes/python.el (python-point): Remove this - beginning-of-line
19155         was all that was necessary for `python-pdbtrack-overlay-arrow'.
19156         (python-end-of-def-or-class, python-beginning-of-def-or-class)
19157         (python-goto-initial-line): Drop these - they were only needed for
19158         python-point.
19159         (python-comint-output-filter-function): Use condition-case and
19160         beginning-of-line directly, instead of python-mode.el functions
19161         which require all sorts of baggage.
19162         (point-safe): Unnecessary - we're using condition-case directly,
19163         instead.
19164         (python-execute-file): Include for python-shell, which I'm leaving
19165         in keeping despite it being unnecessary for pdb tracking.
19167 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
19169         * progmodes/scheme.el (scheme-font-lock-keywords-2):
19170         Add SRFI 11 support.
19171         (let-values, let*-values): Specify scheme-indent-function.
19173 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
19175         * vc.el (vc-exec-after): Move setting mode-line-process in the
19176         busy case ...
19177         (vc-set-mode-line-busy-indicator): ... in this new function.
19178         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
19179         (vc-update-vc-status-buffer): Reset mode-line-process.
19180         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
19181         mark/unmark all the files with the same state as the current one.
19182         With a prefix argument mark/unmark all files.
19183         (vc-status-mode-menu): Adjust strings.
19184         (vc-update-vc-status-buffer): Only do something when the argument
19185         is not nil.
19186         (vc-status-kill-dir-status-process): New function.
19187         (vc-status-mode-map): Bind it.
19188         (vc-status-process-buffer): New variable.
19189         (vc-status-mode): Make it local.
19190         (vc-status-refresh): Set it.
19192         * vc-hg.el (vc-hg-dir-status):
19193         * vc-git.el (vc-git-dir-status):
19194         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
19195         command is run.
19197 2008-02-22  Glenn Morris  <rgm@gnu.org>
19199         * json.el (top-level): No need to require thingatpt.
19200         (json-read-keyword): Use thing-at-point rather than word-at-point.
19202         * time.el (top-level): No need to require time-date when compiling.
19204         * emacs-lisp/copyright.el (copyright-update-year):
19205         Fix subexpression numbering for the case when years are split over
19206         lines, and for the replace case.
19208         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
19209         (tpu-caar, tpu-cadr): Delete functions.
19210         (zmacs-regions): No need to declare for compiler.
19211         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
19212         (tpu-spell-check): Rewrite, and handle mark after point.
19213         (tpu-special-insert): Use or rather than if.
19215         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
19216         rather than spell-region.
19218         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
19219         warnings about spell-region.
19221 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
19223         * ldefs-boot.el: Regenerated.
19225         * loadup.el: Don't load language/devanagari, language/kannada,
19226         language/malayalam, and language/tamil.  Load language/sinhala.
19228         * language/indian.el (indian-font-foundry)
19229         (indian-script-language-alist, indian-font-char-index-table)
19230         (indian-font-char, indian-font-char-range, indian-script-table)
19231         (indian-default-script, indian-composable-pattern): Delete them.
19232         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
19233         language environments moved to here.
19234         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
19235         New language environments.
19237         * language/devanagari.el, language/devan-util.el,
19238         * language/kannada.el, language/knd-util.el, language/malayalam.el,
19239         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
19240         Delete them.
19242         * language/sinhala.el: New file.
19244 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
19246         Update Nick Robert's port of pdb tracking from python-mode.el.
19248         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
19249         Clarify docstring.
19250         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
19251         tracking is happening.
19252         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
19253         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
19254         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
19255         Tracking is plugged in to all comint buffers once python.el is loaded.
19256         (python-pdbtrack-overlay-arrow): Toggle activation of
19257         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
19258         (python-pdbtrack-track-stack-file): Use new
19259         `python-pdbtrack-get-source-buffer' for more flexible access to
19260         debugging source files.
19261         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
19262         according to pdb stack trace, optionally using new
19263         `python-pdbtrack-grub-for-buffer' if file is not locally available.
19264         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
19265         named buffer, or having function with indicated name.
19266         (python-shell): Remove comint-output-filter-functions hook
19267         addition, it's being done elsewhere.  Wrap long line.
19269 2008-02-21  Michael Olson  <mwolson@gnu.org>
19271         * json.el: Replace XEmacs compatibility code to get rid of
19272         compiler warnings.
19274         * time.el: Fix compiler warning.
19276 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
19278         * json.el: New file (JavaScript Object Notation parser / generator).
19280 2008-02-21  Dave Love  <fx@gnu.org>
19282         * progmodes/sym-comp.el: New file.
19284         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
19285         Require sym-comp.  Add Python buffer to same-window-buffer-names.
19286         Fixup whitespaces.
19287         (python-font-lock-keywords): Add highlighting for Python builtins.
19288         (python-font-lock-syntactic-keywords): Rewrite.
19289         (python-quote-syntax): Use syntax-ppss-context instead of parsing
19290         ppss directly.
19291         (python-mode-map): Add binding for python-find-function.
19292         (python-calculate-indentation): Clean up the logic.
19293         (python-beginning-of-defun): Explicitly set return value.
19294         (python-beginning-of-statement): Stop looping if we get stuck
19295         going backwards.
19296         (python-next-statement): Stop looping if we somehow end up inside
19297         a string while advancing.
19298         (python-preoutput-continuation, python-version-checked): New vars.
19299         (python-check-version): New function.
19300         (run-python): Set default command to python-command instead of
19301         python-python-command.
19302         (run-python): Use python-check-version.  Give PYTHONPATH
19303         precedence over data-directory in the process environment.
19304         Load function definitions in python process after.
19305         (python-check-comint-prompt): New function.
19306         (python-send-command, python-send-receive): Use it.
19307         (python-complete-symbol, python-try-complete): Functions deleted.
19308         Use symbol-complete instead of python-complete-symbol throughout.
19309         (python-fill-paragraph): Further refine the fenced-string regexp.
19310         (def-python-skeleton): Expand to the original abbrev instead if in
19311         a comment or string.  Tweak skeletons for `if', `while', `for',
19312         `try/except', `try/finally', `name'.
19313         (python-pea-hook, python-abbrev-pc-hook): New functions.
19314         (python-abbrev-syntax-table): New var.
19315         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
19316         Use symbol-completion-try-complete for hippie expansion.
19317         Turn on font lock unconditionally.
19318         (python-mode-hook): Defcustom it.  No need to use make-local
19319         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
19320         option, since it's buffer-local.
19322 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
19324         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
19326 2008-02-21  Drew Adams  <drew.adams@oracle.com>
19328         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
19329         "Turn off" and a "Help" entry when the minor mode has no menu.
19331 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
19333         * vc.el (vc-status-mark, vc-status-unmark): New functions.
19334         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
19335         vc-status-mark-file and vc-status-unmark-file.
19336         (vc-status-mark-unmark): New function.
19337         (vc-status-previous-line, vc-status-next-line): No longer interactive.
19339 2008-02-21  Glenn Morris  <rgm@gnu.org>
19341         * composite.el (encode-composition-rule): Fix typo in error message.
19342         (composition-function-table, auto-composition-mode): Doc fixes.
19344         * subr.el (sit-for): Fix obsolete form for nil second argument.
19346         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
19347         (spell-string): Make obsolete, in favor of ispell.
19349 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
19351         * language/devanagari.el: Don't setup composition-function-table
19352         here.
19353         ("Devanagari"): Change charset, coding-system, coding-priority to
19354         Unicode-based ones.  Don't require the feature devan-util.
19356         * composite.el (compose-chars-after): Fix arguments for a function
19357         in composition-function-table.
19358         (auto-compose-region): Likewise.
19360         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
19361         for Ethiopic.
19362         (ps-mule-plot-string): Ignore glyph-string based compositions.
19364 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19366         * doc-view.el: Allow different windows to show different pages.
19367         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
19368         (doc-view-current-image, doc-view-current-overlay): Remove variables,
19369         add them back as macros instead, using image-mode-winprops instead.
19370         Update all users of those variables.
19371         (doc-view-new-window-function): New function to create a new overlay
19372         for each new window.
19373         (doc-view-mode): Use it and image-mode-setup-winprops.
19374         (doc-view-clone-buffer-hook): Rewrite accordingly.
19376         * image-mode.el: Extend [hv]scroll support to per-window properties.
19377         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
19378         (image-mode-winprops-alist): New var to replace them.
19379         (image-mode-new-window-functions): New hook.
19380         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
19381         New funs.
19382         (image-set-window-vscroll, image-set-window-hscroll): Use them.
19383         Remove the `window' argument, update callers.
19384         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
19385         Use the new functions.
19386         (image-mode-reapply-winprops): New fun.
19387         (image-mode): Use it.
19389 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
19391         * calc/calc-math.el (math-sin-raw): Add optional argument
19392         to keep track of original argument.
19393         (math-cos-raw): Use optional argument when calling math-sin-raw.
19394         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
19395         with close to original precision.
19397 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19399         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
19400         args in calls of sit-for.
19402 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
19404         * vc-svn.el (vc-svn-program): Fix typo in docstring.
19405         (vc-svn-checkin): Fix typo in error message.
19407         * help-mode.el: Require easymenu when compiling.
19409 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
19411         * help-mode.el (help-mode-menu): New menu.
19413 2008-02-20  Glenn Morris  <rgm@gnu.org>
19415         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
19416         on Windows.
19418 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
19420         * ps-mule.el (ps-mule-encode-region): Return a single string.
19421         (ps-mule-plot-string): Adjust for the above change.
19422         (ps-mule-encode-header-string): Likewise.
19424         * international/latin1-disp.el (latin1-display): Don't use
19425         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
19426         standard-display-table.
19427         (latin1-display-identities): Adjust for the change of what is
19428         returned by (get-language-info charset 'charset).
19430         * international/mule-util.el (char-displayable-p): Fix for Latin-1
19431         characters and terminal case.
19433 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
19435         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
19437         * progmodes/python.el: Also require comint when loading.
19438         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
19439         Replace python-shell with run-python on menu bar.
19440         (python-shell-map): New map.
19441         (python-default-interpreter, python-python-command-args)
19442         (python-jython-command-args, python-pdbtrack-do-tracking-p):
19443         New options.
19444         (python-which-shell, python-which-args, python-which-bufname):
19445         New buffer local variables.
19446         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
19448         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
19449         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
19450         New constants.
19452         Pdbtrack features:
19454         (python-point, python-end-of-def-or-class)
19455         (python-beginning-of-def-or-class, python-goto-initial-line)
19456         (python-comint-output-filter-function)
19457         (python-pdbtrack-overlay-arrow)
19458         (python-pdbtrack-track-stack-file, python-toggle-shells)
19459         (python-shell, python-pdbtrack-toggle-stack-tracking)
19460         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
19461         New functions.
19463 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19465         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
19466         when the argument is nil.
19468 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19470         * vc.el (dir-status): Add a brief description.
19472 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
19474         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
19475         If non-nil, reverse the sense of the check.
19477         * vc-rcs.el (vc-rcs-root): New func.
19478         * vc-cvs.el (vc-cvs-root): New func.
19479         * vc-svn.el (vc-svn-root): New func.
19480         * vc-sccs.el (vc-sccs-root): New func.
19482 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
19484         * language/japan-util.el (setup-japanese-environment-internal):
19485         Call use-cjk-char-width-table.
19487         * language/japanese.el ("Japanese"): Set exit-function to
19488         use-default-char-width-table.
19490         * international/characters.el: Delete occurrences of non-Unicode
19491         tibetan and ethiopic characters.
19492         (cjk-char-width-table): New variable.
19493         (use-cjk-char-width-table, use-default-char-width-table):
19494         New functions.
19496 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
19498         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
19499         (vc-status-mode-menu): Add a :filter.
19500         (vc-status-printer): Add faces.
19502         * vc-hg.el (vc-hg-extra-status-menu): New function.
19503         (vc-hg-dir-status): Clean up the buffer before using it.
19505 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19507         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
19508         (gdb): Initialize it here instead.
19510         * files.el (locate-dominating-file): Fix thinko in last change.
19511         Reported by Bruce Stephens <bruce.stephens@isode.com>.
19513 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
19515         * vc.el (vc-status-mode-menu): New menu for vc-status.
19517 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
19519         * progmodes/verilog-mode.el (customize): Fix typo in error message.
19520         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
19521         (verilog-mode-auto, verilog-indent-level-module)
19522         (verilog-minimum-comment-distance, verilog-library-flags)
19523         (verilog-library-directories, verilog-library-files)
19524         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
19525         (verilog-xemacs-menu, verilog-set-compile-command)
19526         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
19527         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
19528         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
19529         (verilog-batch-inject-auto, verilog-batch-indent)
19530         (verilog-continued-line, verilog-type-keywords)
19531         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
19532         (verilog-read-inst-pins, verilog-read-arg-pins)
19533         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
19534         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
19535         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
19536         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
19537         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
19538         (verilog-mode-version, verilog-mode-release-date)
19539         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
19540         (verilog-simulator, verilog-compiler)
19541         (verilog-auto-sense-defines-constant, verilog-company)
19542         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
19543         Fix typos in docstrings.
19544         (verilog-set-auto-endcomments, verilog-calculate-indent)
19545         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
19546         Reflow docstrings.
19547         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
19548         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
19549         (electric-verilog-forward-sexp, verilog-in-case-region-p)
19550         (verilog-in-struct-region-p, verilog-in-generate-region-p)
19551         (verilog-leap-to-head, verilog-current-indent-level)
19552         (verilog-case-indent-level, verilog-cpp-keywords)
19553         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
19554         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
19555         (verilog-signals-not-in, verilog-symbol-detick-text)
19556         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
19557         (verilog-forward-close-paren, verilog-backward-open-paren)
19558         (verilog-backward-open-bracket): Doc fixes.
19560         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
19561         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
19562         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
19563         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
19564         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
19565         Fix typos in docstrings.
19567         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
19569 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
19571         * info.el (Info-read-node-name): Removed unused `default' arg.
19573 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
19575         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
19577 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19579         * image-mode.el (image-get-display-property): New fun.
19580         (image-forward-hscroll, image-next-line, image-eol, image-eob)
19581         (image-mode, image-minor-mode, image-toggle-display-text)
19582         (image-toggle-display): Use it.
19584 2008-02-18  Jason Rumney  <jasonr@gnu.org>
19586         * international/mule.el (xml-find-file-coding-system): Don't warn
19587         about utf-16 with BOM.
19589         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
19591         * international/mule.el (sgml-xml-auto-coding-function): Detect and
19592         warn if file encoding is not utf-8 and encoding not specified.
19593         (xml-find-file-coding-system): New function.
19594         * international/mule-conf.el (file-coding-system-alist): Use it.
19596 2008-02-17  Glenn Morris  <rgm@gnu.org>
19598         * international/mule-cmds.el (set-locale-environment):
19599         Pass `frame' to getenv for LC_MESSAGES.
19601 2008-02-17  Juri Linkov  <juri@jurta.org>
19603         * time.el (emacs-init-time): Use format instead of format-seconds.
19605 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19607         * textmodes/bibtex.el (bibtex-search-entry): Rename from
19608         bibtex-find-entry.  Add autoload cookie.
19609         (bibtex-find-entry): Alias for bibtex-search-entry.
19610         (bibtex-search-crossref): Rename from bibtex-find-crossref.
19611         (bibtex-find-crossref): Alias for bibtex-search-crossref.
19612         (bibtex-clean-entry): atomic-change-group removed.
19613         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
19614         to locate buffer location where error occurred.
19615         Make error messages more specific.
19616         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
19618 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
19620         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
19621         top level.
19623         * simple.el (transient-mark-mode): Add an :init-value.
19625         * startup.el (command-line): Use custom-reevaluate-setting for
19626         transient-mark-mode.
19628 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
19630         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
19632 2008-02-16  Juri Linkov  <juri@jurta.org>
19634         * startup.el (after-init-time): New variable.
19635         (command-line): Set `after-init-time' to the current time.
19637         * time.el (emacs-init-time): New function.
19639 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19641         * files.el (locate-dominating-file): Remove initial loop because it's
19642         not careful enough.  Detect the uid-change all within the main loop.
19644 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19646         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
19648 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
19650         * vc.el (vc-annotate): Add new argument.
19651         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
19653         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
19654         Move make-variable-buffer-local code after the corresponding defvar.
19655         (hs-minor-mode-map): Define and initialize in one step.
19656         (hs-minor-mode): Change from defun to define-minor-mode.
19658 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
19660         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
19661         (gdb-ready): Move declaration...
19663         * progmodes/gdb-ui.el (gdb-ready): ...to here.
19664         (gdb-early-user-input): New variable.
19665         (gdb): Reset gdb-flush-pending-output to nil and set
19666         comint-input-sender here (before gdb-prompt), instead of...
19667         (gdb-init-1): ...here.
19668         (gdb-send): If Emacs is not ready, defer user input to...
19669         (gdb-prompt): ...here.
19671 2008-02-16  Glenn Morris  <rgm@gnu.org>
19673         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
19675         * startup.el (emacs-startup-time): Rename to `before-init-time'.
19676         (before-init-time): New name for `emacs-startup-time'.
19677         (command-line): Use before-init-time rather than emacs-startup-time.
19678         * time.el (emacs-uptime): Use before-init-time rather than
19679         emacs-startup-time.
19681         * composite.el (composition-function-table): Doc fix.
19683         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
19684         in favor of `%z' specifier.
19685         (emacs-uptime): Move to time.el.
19686         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
19687         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
19688         argument of format-seconds.
19690 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
19692         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
19694 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
19696         * ielm.el (ielm-is-whitespace): Remove.
19697         (ielm-is-whitespace-or-comment): New function.
19698         (ielm-eval-input): Use it.
19700 2008-02-15  Jason Rumney  <jasonr@gnu.org>
19702         * term/mac-win.el: Fix coding tag.
19704 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
19706         * vc-hooks.el (vc-menu-map):
19707         * bindings.el (mode-line-mode-menu): Add tooltips.
19709         * bindings.el (help-echo): Add more tooltips.  Use a less
19710         telegraphic style for existing tooltips.
19712 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19714         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
19715         from the auto-generated one.
19717 2008-02-14  Glenn Morris  <rgm@gnu.org>
19719         * mail/rmail-spam-filter.el (rmail-spam-filter):
19720         Let-bind message-spam-status.
19722         * mail/smtpmail.el (password-cache-add): Declare as function.
19724 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
19726         * mail/smtpmail.el: Use password-cache.
19728 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
19730         * uniquify.el (uniquify-buffer-base-name): New function.
19731         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19733         * desktop.el (uniquify-managed): Don't defvar.
19734         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
19735         `uniquify-managed'.  Return also the buffer's base name.
19736         (desktop-save): When saving the buffer info, filter out the base name,
19737         and save it as buffer name if the buffer is managed by uniquify.
19738         (uniquify-item-base): Don't declare; not called anymore.
19740 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
19742         * vc.el (vc-annotate-find-revision-at-line): New function.
19743         (vc-annotate-mode-map): Bind it.
19744         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
19745         some entries.
19747 2008-02-14  Glenn Morris  <rgm@gnu.org>
19749         * calendar/time-date.el (format-seconds): New function.
19750         (emacs-uptime): Use format-seconds.
19752         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
19753         Remove `LC_ALL=C', since it's included in $(emacs) now.
19755 2008-02-14  Zhang Wei  <id.brep@gmail.com>
19757         * textmodes/org-publish.el (org-publish-timestamp-filename):
19758         Replace colon characters in filename too.
19760 2008-02-13  Bastien Guerry  <bzg@altern.org>
19762         * mail/rmail.el (rmail-header-name): New face.
19763         (rmail-font-lock-keywords): Use rmail-header-name.
19765         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
19766         against X-Spam-Status header field.
19767         (rmail-spam-filter): Also check X-Spam-Status header field.
19769 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
19771         * progmodes/flymake.el (flymake-allowed-file-name-masks):
19772         Add support for .pm files and .php files.
19773         (flymake-err-line-patterns): Add pattern for PHP errors.
19774         (flymake-php-init): New function.  PHP support for flymake.
19776         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19777         Add regular expression for PHP errors.
19779 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
19781         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
19782         This DTRT even on w32 machines.
19783         (ange-ftp-cf1): Quote FILENAME.
19785 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19787         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
19788         (smerge-auto-combine): New fun.
19790 2008-02-12  Juri Linkov  <juri@jurta.org>
19792         * startup.el (fancy-startup-screen, normal-splash-screen):
19793         Set default-directory to command-line-default-directory.
19795         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
19796         after reading the desktop.
19798         * progmodes/compile.el (compilation-auto-jump):
19799         Call compile-goto-error only when compilation-auto-jump-to-first-error
19800         is non-nil.
19801         (compilation-scroll-output): Replace :type 'boolean with a choice
19802         that has three options including a third option `first-error'.
19803         Doc fix.
19804         (compilation-start, compilation-forget-errors): Add an alternate
19805         condition comparing compilation-scroll-output with `first-error'
19806         in addition to compilation-auto-jump-to-first-error (to call
19807         compilation-auto-jump in the proper place).
19809 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19811         * international/mule.el (sgml-html-meta-auto-coding-function):
19812         Make sure the search limit is ahead.
19814         * tar-mode.el: Fix broken indentation.
19815         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
19816         Use with-current-buffer.
19818 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
19820         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
19821         it is already automatically buffer-local.
19823 2008-02-12  Drew Adams  <drew.adams@oracle.com>
19825         * help.el (describe-key): Join some split lines to facilitate filling.
19826         * help-fns.el (describe-function-1): Fill text of overlong lines.
19828 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
19830         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
19831         Use unibyte-string instead of string-make-unibyte.
19833         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
19835 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19837         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
19838         works also for buffers w/o buffer-file-name.  Update callers.
19839         (doc-view-clone-buffer-hook): New fun.
19840         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
19841         the `doc-view' property so they can be recognized.
19843         * simple.el (clone-indirect-buffer-hook): New hook.
19844         (clone-indirect-buffer): Run it.
19846 2008-02-11  Michael Olson  <mwolson@gnu.org>
19848         * epa-setup.el:
19849         * epg-package-info.el: Files removed.
19851 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
19853         * epa.el (epa-menu-mode): Merge into epa-mode.
19854         (epa-menu-items): Rename the label "EasyPG Assistant" to
19855         "Encryption/Decryption".
19857         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
19858         (epa-dired-mode-map): Rename from epa-dired-map.
19859         (epa-global-dired-mode): Rename the global minor mode.
19861 2008-02-11  Drew Adams  <drew.adams@oracle.com>
19863         * isearch.el (isearch-fail): New face.
19864         (isearch-message): Highlight failure part of input.
19866 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19868         * ibuffer.el (ibuffer-header-line-format): New var.
19869         (ibuffer-mode): Set it instead of header-line-format.
19870         (ibuffer-update): Use it to set header-line-format.
19872         * international/mule-cmds.el (ucs-insert): Inherit surrounding
19873         properties like self-insert-command.
19875 2008-02-11  Drew Adams  <drew.adams@oracle.com>
19877         * progmodes/etags.el: Add many doc strings.
19879 2008-02-11  Jason Rumney  <jasonr@gnu.org>
19881         * ldefs-boot.el: Regenerated.
19883 2008-02-11  Glenn Morris  <rgm@gnu.org>
19885         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19886         Shorten some names.
19888         * ffap.el (ffap-rfc-directories): Add :version.
19890 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
19892         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
19893         files, and backup files of same.
19895 2008-02-11  Kevin Ryde  <user42@zip.com.au>
19897         * ffap.el (ffap-rfc-directories): New variable.
19898         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
19900         * info.el (Info-next-reference, Info-prev-reference)
19901         (Info-try-follow-nearest-node): Move to and follow https:// links too.
19903         * simple.el (completion-list-mode): Show full completion-list-mode-map
19904         in the docstring.
19906 2008-02-11  Sam Steingold  <sds@gnu.org>
19908         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
19910 2008-02-11  Glenn Morris  <rgm@gnu.org>
19912         * startup.el (emacs-startup-time): New variable.
19913         (command-line): Set emacs-startup-time.
19915         * calendar/time-date.el (emacs-uptime): New function.
19917 2008-02-10  Bastien Guerry  <bzg@altern.org>
19919         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
19920         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
19921         it is nil.
19923 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
19925         * epg-config.el: Expand the contents of epg-package-info.el.
19926         (epg-package-name): New constant.
19927         (epg-version-number): New constant.
19928         (epg-bug-report-address): New constant.
19930         * epa-mail.el (epa-mail-mode): Add autoload cookie.
19931         (epa-global-mail-mode): New global minor mode.
19933         * epa-file.el (epa-file-mode): New global minor mode.
19935         * epa-dired.el (epa-dired-mode): New global minor mode.
19937         * epa.el (epa-menu): New variable.
19938         (epa-menu-items): New variable.
19939         (epa-menu-mode): New global minor mode.
19940         (epa-global-minor-modes): New user option.
19941         (epa-mode): New global minor mode.
19943 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
19945         * net/dbus.el: Remove `no-byte-compile' cookie.
19946         (dbus-call-method, dbus-register-signal, dbus-debug)
19947         (dbus-registered-functions-table): Declare them with
19948         `declare-function' or `defvar', respectively.
19949         (top): Don't assert any longer.  Require 'cl when compiling.
19950         Apply `ignore-errors' but `dbus-ignore-errors'.
19952 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
19954         * diff-mode.el (diff-add-change-log-entries-other-window):
19955         Use add-change-log-entry.
19957 2008-02-09  Jason Rumney  <jasonr@gnu.org>
19959         * button.el (button-map):
19960         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
19961         * ldefs-boot.el: Regenerate.
19963 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
19965         * epa.el (epa-faces, epa):
19966         * epa-file.el (epa-file):
19967         * epg-config.el (epg): Add :version.
19969 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
19971         * vc.el (vc-exec-after): Append CODE to previous fragments.
19972         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
19973         take MESSAGES instead of VERBOSE; use it when non-nil.
19974         (vc-diff-internal): Compute messages once; use them;
19975         update call to vc-diff-finish.
19977 2008-02-09  Michael Olson  <mwolson@gnu.org>
19979         * net/tramp.el (tramp-process-sentinel): Avoid error when process
19980         buffer has been killed, such as by
19981         `tramp-cleanup-all-connections'.
19983 2008-02-09  Miles Bader  <miles@gnu.org>
19985         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
19987 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19989         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
19990         splitter in context hunks.
19992 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
19994         * international/fontset.el (setup-default-fontset): Fix arabic otf
19995         font specification.
19997 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
19999         * epa-dired.el:
20000         * epa-file.el:
20001         * epa-mail.el:
20002         * epa-setup.el:
20003         * epa.el:
20004         * epg-config.el:
20005         * epg-package-info.el:
20006         * epg.el: Initial check-in of EasyPG.
20008 2008-02-08  Glenn Morris  <rgm@gnu.org>
20010         * woman.el (woman-locale): New defcustom.
20011         (woman-expand-locale, woman-manpath-add-locales): New functions.
20012         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
20014         * international/mule-cmds.el (locale-translate): New function,
20015         with old code extracted from set-locale-environment.
20016         (set-locale-environment): Use locale-translate.  Set woman-locale.
20018         * cus-start.el (selection-coding-system): Remove, since it's now
20019         defined in select.el rather than in xselect.c.
20020         * select.el (selection-coding-system): Make it a defcustom, and
20021         add the properties from cus-start.el.  Bump :version.
20023         * custom.el (custom-theme-set-variables): Sort symbols that are
20024         dependencies before symbols that depend on them.
20025         (custom-enabled-themes): Set after custom-theme-directory.
20027         * pcmpl-unix.el (top-level): Move provide statement to end.
20028         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
20029         `*' from doc-string.  Allow to be nil.
20030         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
20031         Allow to be nil.  Add :version.
20032         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
20033         without hostnames, and multiple hostnames per line.
20035         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
20037 2008-02-08  Phil Hagelberg  <phil@evri.com>
20039         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
20040         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
20042 2008-02-07  Timo Savola  <timo.savola@iki.fi>
20044         * startup.el (command-line-x-option-alist): Add --parent-id.
20046         * term/x-win.el (x-handle-parent-id): New function.
20048 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
20050         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
20051         "Font Menu".
20053 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
20055         * net/dbus.el (dbus-interface-peer): New defconst.
20056         (dbus-ping): New defun.
20058 2008-02-06  Sam Steingold  <sds@gnu.org>
20060         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
20062 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
20064         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
20065         Just return nil and let the C code provide a fallback.
20067 2008-02-05  Glenn Morris  <rgm@gnu.org>
20069         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
20070         tramp-flush-connection-property for removed 2nd argument.
20072 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20074         * diff-mode.el (diff-add-change-log-entries-other-window):
20075         Rename from diff-create-changelog.  Change users.
20076         Minor change to hopefully work with plain diffs.
20077         (diff-mode-map): Add binding for it.
20079 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
20081         * diff-mode.el: Add new TODO entry.
20082         (diff-create-changelog): New function.
20083         (diff-mode-menu): Bind it.
20085 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
20087         * international/mule-diag.el (print-fontset-element): Handle the
20088         case of inhibiting the fallback fonts.
20090 2008-02-04  Kim F. Storm  <storm@cua.dk>
20092         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20093         (ido-magic-delete-char): Use prefix arg.
20095 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
20097         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
20098         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
20099         of today, the most recent libpng is 1.2.24).
20101 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
20103         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
20105         * net/dbus.el (top): Check (featurep 'dbusbind).
20107         * net/tramp.el (tramp-process-sentinel): New defun.
20108         (tramp-do-copy-or-rename-file-out-of-band)
20109         (tramp-maybe-open-connection): Use it as process sentinel.
20110         (tramp-handle-delete-directory): Don't use the "-f" option; it
20111         isn't portable.
20112         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
20113         after the command.
20114         (tramp-handle-shell-command): Set `mode-line-process' in the
20115         asynchronous case.
20117         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
20119         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
20120         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
20121         Use `tramp-process-sentinel' as process sentinel.
20123 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
20125         * whitespace.el (global-whitespace-mode): Revert last change.
20126         (whitespace-unload-function): Force `global-whitespace-mode'
20127         to deactivate local modes in a slightly less intrusive way.
20129 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
20131         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
20133 2008-02-02  Glenn Morris  <rgm@gnu.org>
20135         * international/latin1-disp.el (latin1-display):
20136         * progmodes/fortran.el (fortran-comment-indent-char):
20137         * progmodes/idlw-shell.el (top-level):
20138         * term/mac-win.el (mac-keyboard-translate-char):
20139         * whitespace.el (whitespace-char-valid-p):
20140         * wid-edit.el (widget-key-sequence-read-event):
20141         Use characterp rather than char-valid-p.
20143         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
20144         to capitalized-find-word-boundary.  Doc fix.  Update callers.
20145         (capitalized-next-word-boundary-function-table): Rename to
20146         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
20148         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
20149         string-to-int.
20151         * ps-def.el (declare-function): Add compatibility definition.
20152         (ps-plot-with-face, ps-plot-string): Declare as functions.
20153         (ps-bold-faces, ps-italic-faces): Declare variables.
20155         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
20156         (ps-mule-end-job): Declare as functions.
20158         * wid-edit.el (widget-string-complete): Use assoc-string rather
20159         than assoc-ignore-case.
20161 See ChangeLog.13 for earlier changes.
20163 ;; Local Variables:
20164 ;; coding: utf-8
20165 ;; End:
20167     Copyright (C) 2008, 2009  Free Software Foundation, Inc.
20169   This file is part of GNU Emacs.
20171   GNU Emacs is free software: you can redistribute it and/or modify
20172   it under the terms of the GNU General Public License as published by
20173   the Free Software Foundation, either version 3 of the License, or
20174   (at your option) any later version.
20176   GNU Emacs is distributed in the hope that it will be useful,
20177   but WITHOUT ANY WARRANTY; without even the implied warranty of
20178   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20179   GNU General Public License for more details.
20181   You should have received a copy of the GNU General Public License
20182   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20184 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc